Commit 7aa66e63 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1014) from svn rev: HEAD

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48806 954022d7-b5bf-4e40-9824-e11837661b57
parent 9fe00262
...@@ -10,6 +10,7 @@ prop:asc_coAuthoringDisconnect ...@@ -10,6 +10,7 @@ prop:asc_coAuthoringDisconnect
prop:asc_coAuthoringChatSendMessage prop:asc_coAuthoringChatSendMessage
prop:asc_coAuthoringChatGetMessages prop:asc_coAuthoringChatGetMessages
prop:asc_coAuthoringGetUsers prop:asc_coAuthoringGetUsers
prop:autoSaveInit
prop:asyncServerIdStartLoaded prop:asyncServerIdStartLoaded
prop:asyncServerIdEndLoaded prop:asyncServerIdEndLoaded
prop:syncCollaborativeChanges prop:syncCollaborativeChanges
...@@ -122,6 +123,7 @@ prop:sync_PrLineSpacingCallBack ...@@ -122,6 +123,7 @@ prop:sync_PrLineSpacingCallBack
prop:sync_InitEditorFonts prop:sync_InitEditorFonts
prop:sync_InitEditorThemes prop:sync_InitEditorThemes
prop:sync_InitEditorTableStyles prop:sync_InitEditorTableStyles
prop:onSaveCallback
prop:paraApply prop:paraApply
prop:put_PrAlign prop:put_PrAlign
prop:put_TextPrBaseline prop:put_TextPrBaseline
...@@ -274,6 +276,7 @@ prop:GetDocWidthPx ...@@ -274,6 +276,7 @@ prop:GetDocWidthPx
prop:GetDocHeightPx prop:GetDocHeightPx
prop:ClearSearch prop:ClearSearch
prop:GetCurrentVisiblePage prop:GetCurrentVisiblePage
prop:asc_setAutoSaveGap
prop:SetMobileVersion prop:SetMobileVersion
prop:GoToHeader prop:GoToHeader
prop:changeSlideSize prop:changeSlideSize
...@@ -868,6 +871,7 @@ asc_docs_api.prototype['asc_coAuthoringDisconnect'] = asc_docs_api.prototype.asc ...@@ -868,6 +871,7 @@ asc_docs_api.prototype['asc_coAuthoringDisconnect'] = asc_docs_api.prototype.asc
asc_docs_api.prototype['asc_coAuthoringChatSendMessage'] = asc_docs_api.prototype.asc_coAuthoringChatSendMessage; asc_docs_api.prototype['asc_coAuthoringChatSendMessage'] = asc_docs_api.prototype.asc_coAuthoringChatSendMessage;
asc_docs_api.prototype['asc_coAuthoringChatGetMessages'] = asc_docs_api.prototype.asc_coAuthoringChatGetMessages; asc_docs_api.prototype['asc_coAuthoringChatGetMessages'] = asc_docs_api.prototype.asc_coAuthoringChatGetMessages;
asc_docs_api.prototype['asc_coAuthoringGetUsers'] = asc_docs_api.prototype.asc_coAuthoringGetUsers; asc_docs_api.prototype['asc_coAuthoringGetUsers'] = asc_docs_api.prototype.asc_coAuthoringGetUsers;
asc_docs_api.prototype['autoSaveInit'] = asc_docs_api.prototype.autoSaveInit;
asc_docs_api.prototype['asyncServerIdStartLoaded'] = asc_docs_api.prototype.asyncServerIdStartLoaded; asc_docs_api.prototype['asyncServerIdStartLoaded'] = asc_docs_api.prototype.asyncServerIdStartLoaded;
asc_docs_api.prototype['asyncServerIdEndLoaded'] = asc_docs_api.prototype.asyncServerIdEndLoaded; asc_docs_api.prototype['asyncServerIdEndLoaded'] = asc_docs_api.prototype.asyncServerIdEndLoaded;
asc_docs_api.prototype['syncCollaborativeChanges'] = asc_docs_api.prototype.syncCollaborativeChanges; asc_docs_api.prototype['syncCollaborativeChanges'] = asc_docs_api.prototype.syncCollaborativeChanges;
...@@ -980,6 +984,7 @@ asc_docs_api.prototype['sync_PrLineSpacingCallBack'] = asc_docs_api.prototype.sy ...@@ -980,6 +984,7 @@ asc_docs_api.prototype['sync_PrLineSpacingCallBack'] = asc_docs_api.prototype.sy
asc_docs_api.prototype['sync_InitEditorFonts'] = asc_docs_api.prototype.sync_InitEditorFonts; asc_docs_api.prototype['sync_InitEditorFonts'] = asc_docs_api.prototype.sync_InitEditorFonts;
asc_docs_api.prototype['sync_InitEditorThemes'] = asc_docs_api.prototype.sync_InitEditorThemes; asc_docs_api.prototype['sync_InitEditorThemes'] = asc_docs_api.prototype.sync_InitEditorThemes;
asc_docs_api.prototype['sync_InitEditorTableStyles'] = asc_docs_api.prototype.sync_InitEditorTableStyles; asc_docs_api.prototype['sync_InitEditorTableStyles'] = asc_docs_api.prototype.sync_InitEditorTableStyles;
asc_docs_api.prototype['onSaveCallback'] = asc_docs_api.prototype.onSaveCallback;
asc_docs_api.prototype['paraApply'] = asc_docs_api.prototype.paraApply; asc_docs_api.prototype['paraApply'] = asc_docs_api.prototype.paraApply;
asc_docs_api.prototype['put_PrAlign'] = asc_docs_api.prototype.put_PrAlign; asc_docs_api.prototype['put_PrAlign'] = asc_docs_api.prototype.put_PrAlign;
asc_docs_api.prototype['put_TextPrBaseline'] = asc_docs_api.prototype.put_TextPrBaseline; asc_docs_api.prototype['put_TextPrBaseline'] = asc_docs_api.prototype.put_TextPrBaseline;
...@@ -1132,6 +1137,7 @@ asc_docs_api.prototype['GetDocWidthPx'] = asc_docs_api.prototype.GetDocWidthPx; ...@@ -1132,6 +1137,7 @@ asc_docs_api.prototype['GetDocWidthPx'] = asc_docs_api.prototype.GetDocWidthPx;
asc_docs_api.prototype['GetDocHeightPx'] = asc_docs_api.prototype.GetDocHeightPx; asc_docs_api.prototype['GetDocHeightPx'] = asc_docs_api.prototype.GetDocHeightPx;
asc_docs_api.prototype['ClearSearch'] = asc_docs_api.prototype.ClearSearch; asc_docs_api.prototype['ClearSearch'] = asc_docs_api.prototype.ClearSearch;
asc_docs_api.prototype['GetCurrentVisiblePage'] = asc_docs_api.prototype.GetCurrentVisiblePage; asc_docs_api.prototype['GetCurrentVisiblePage'] = asc_docs_api.prototype.GetCurrentVisiblePage;
asc_docs_api.prototype['asc_setAutoSaveGap'] = asc_docs_api.prototype.asc_setAutoSaveGap;
asc_docs_api.prototype['SetMobileVersion'] = asc_docs_api.prototype.SetMobileVersion; asc_docs_api.prototype['SetMobileVersion'] = asc_docs_api.prototype.SetMobileVersion;
asc_docs_api.prototype['GoToHeader'] = asc_docs_api.prototype.GoToHeader; asc_docs_api.prototype['GoToHeader'] = asc_docs_api.prototype.GoToHeader;
asc_docs_api.prototype['changeSlideSize'] = asc_docs_api.prototype.changeSlideSize; asc_docs_api.prototype['changeSlideSize'] = asc_docs_api.prototype.changeSlideSize;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
CSlideBoundsChecker:cI CSlideBoundsChecker:bI
T1_Load_Glyph:Gu ret$$inline_400:Lm
FILL_TYPE_PATT:Of T1_Load_Glyph:Fu
ft_div64by32:ti FILL_TYPE_PATT:Nf
JSCompiler_StaticMethods_createDuplicate2:bG ft_div64by32:si
CTextStyles:ag JSCompiler_StaticMethods_createDuplicate2:aG
historyitem_TextPr_VertAlign:Dy CTextStyles:$f
CDocInfo:CM historyitem_TextPr_VertAlign:Cy
FT_OutlineGlyphRec:Xi CDocInfo:BM
JSCompiler_StaticMethods_putLineBeginStyle:wF FT_OutlineGlyphRec:Wi
phType_chart:NF JSCompiler_StaticMethods_putLineBeginStyle:vF
recalculateSlideAfterChangeThemeColors:HF phType_chart:MF
T1_GlyphSlotRec:Mu recalculateSlideAfterChangeThemeColors:GF
styletype_Table:uf T1_GlyphSlotRec:Lu
CBulletColor:zg styletype_Table:tf
CTableCell:gx CBulletColor:yg
JSCompiler_StaticMethods_Internal_GetTextPr:FD CTableCell:fx
cff_field_handlers:nt JSCompiler_StaticMethods_Internal_GetTextPr:ED
CLock:Lx cff_field_handlers:mt
sfnt_service_ps_name:Ro CLock:Kx
phType_clipArt:OF sfnt_service_ps_name:Qo
FT_Bitmap:Wi phType_clipArt:NF
CSlideDrawer:mJ FT_Bitmap:Vi
JSCompiler_StaticMethods_Create_NewPoint:iD CSlideDrawer:lJ
ThemeElements:JJ JSCompiler_StaticMethods_Create_NewPoint:hD
afm_parser_read_int:Il ThemeElements:IJ
Y_Bottom_Margin:vE afm_parser_read_int:Hl
FILL_TYPE_NOFILL:Rf Y_Bottom_Margin:uE
JSCompiler_StaticMethods_Internal_FindWordEnd:bE FILL_TYPE_NOFILL:Qf
sfnt_init_face:Zo JSCompiler_StaticMethods_Internal_FindWordEnd:aE
tt_face_load_hdmx_stub:Jo sfnt_init_face:Yo
nSldLtTTxAndObj:DK tt_face_load_hdmx_stub:Io
para_HyperlinkEnd:Xb nSldLtTTxAndObj:CK
Ins_MIRP:yr para_HyperlinkEnd:Wb
CCore:jf Ins_MIRP:xr
Numbering_Number_To_Alpha:rG CCore:hf
CreateNullArray:jl Numbering_Number_To_Alpha:qG
numbering_presentationnumfrmt_RomanUcPeriod:zb CreateNullArray:il
JSCompiler_StaticMethods_AddRect2:ZH numbering_presentationnumfrmt_RomanUcPeriod:xb
JSCompiler_StaticMethods_AddRect2:YH
CFontInfo:Q CFontInfo:Q
historyitem_type_TextPr:Yw historyitem_type_TextPr:Xw
FT_Get_Char_Index:Hr FT_Get_Char_Index:Gr
cff_driver_init:Wt cff_driver_init:Vt
ScrollArrowType$ARROW_BOTTOM:EC ScrollArrowType$ARROW_BOTTOM:DC
afm_parse_kern_pairs:Ll afm_parse_kern_pairs:Kl
g_mouse_event_type_up:Bz g_mouse_event_type_up:Az
selectionflag_DrawingObject:Ha selectionflag_DrawingObject:Ha
ParagraphContent_Read_FromBinary:hz ParagraphContent_Read_FromBinary:gz
JSCompiler_returnArg:ba JSCompiler_returnArg:ba
FT_ServiceDescRec:Oh FT_ServiceDescRec:Nh
tt_driver_init:os tt_driver_init:ns
phType_subTitle:tE phType_subTitle:sE
numbering_numfmt_Bullet:yc numbering_numfmt_Bullet:xc
c_oAscSlideTransitionTypes$Push:tI c_oAscSlideTransitionTypes$Push:sI
SplineCommandBezier:AH SplineCommandBezier:zH
TT_Get_VMetrics:Yr TT_Get_VMetrics:Xr
T1_Get_Advances:Fu T1_Get_Advances:Eu
historyitem_Table_TableBorder_Left:aB historyitem_Table_TableBorder_Left:$A
Direct_Move_Y:Gq Direct_Move_Y:Fq
Direct_Move_X:Eq Direct_Move_X:Dq
JSCompiler_StaticMethods_Is_Punctuation:vy JSCompiler_StaticMethods_Is_Punctuation:uy
JSCompiler_StaticMethods_IsEmpty:pe JSCompiler_StaticMethods_IsEmpty:oe
CContentChanges:wA CContentChanges:vA
LineEndType$Arrow:$F LineEndType$Arrow:ZF
JSCompiler_StaticMethods_Internal_GetCellByXY:RA JSCompiler_StaticMethods_Internal_GetCellByXY:QA
JSCompiler_StaticMethods__ValueToMm:Nc JSCompiler_StaticMethods__ValueToMm:Mc
i:Go i:Fo
CBinaryFileWriter:lh CBinaryFileWriter:kh
JSCompiler_StaticMethods_RecalculateNumbering:jC JSCompiler_StaticMethods_RecalculateNumbering:iC
ParaDrawing:$w ParaDrawing:Zw
CHyperlinkProperty:ND CHyperlinkProperty:MD
CStatistics:BE CStatistics:AE
EndArrow:Zf EndArrow:Yf
TT_HoriHeader:Uj TT_HoriHeader:Tj
CFont:he CFont:ge
JSCompiler_StaticMethods_HorLine:sA JSCompiler_StaticMethods_HorLine:rA
g_mouse_event_type_move:Az g_mouse_event_type_move:zz
fontstyle_mask_italic:xw fontstyle_mask_italic:ww
PasteProcessor:hc PasteProcessor:gc
Editor_Copy_Button:pa Editor_Copy_Button:pa
CFF_ParserRec:dt CFF_ParserRec:ct
JSCompiler_StaticMethods_changeTheme2:BF JSCompiler_StaticMethods_changeTheme2:AF
para_HyperlinkStart:Mb para_HyperlinkStart:Lb
FT_Select_Metrics:Ds FT_Select_Metrics:Cs
MasterSlide:of MasterSlide:nf
CPattFill:Pf CPattFill:Of
tblwidth_Mm:mb tblwidth_Mm:kb
FT_Span:dk FT_Span:ck
__gray_convert_glyph:Fp __gray_convert_glyph:Ep
Ins_SPVTL:$q Ins_SPVTL:Zq
reallocate_t1_table:Wl reallocate_t1_table:Vl
tt_face_free_name:gn tt_face_free_name:fn
JSCompiler_StaticMethods_Update_TableMarkupFromRuler:pA JSCompiler_StaticMethods_Update_TableMarkupFromRuler:oA
CreateAscColor:sM CreateAscColor:rM
historyitem_Table_RemoveRow:jB historyitem_Table_RemoveRow:iB
check_table_dir:Zm check_table_dir:Ym
FT_ENCODING_UNICODE:Mv FT_ENCODING_UNICODE:Lv
JSCompiler_StaticMethods_Set_Underline:zy JSCompiler_StaticMethods_Set_Underline:yy
g_fontManager:rI g_fontManager:qI
PS_ParserRec:Am PS_ParserRec:zm
BinaryPPTYLoader:df BinaryPPTYLoader:bf
historyitem_Table_TableInd:$A historyitem_Table_TableInd:ZA
LineEndSize$Mid:vF LineEndSize$Mid:uF
Move_CVT:Fr Move_CVT:Er
JSCompiler_StaticMethods_AddRect3:YH JSCompiler_StaticMethods_AddRect3:XH
JSCompiler_alias_NULL:s JSCompiler_alias_NULL:s
numbering_suff_Space:uD numbering_suff_Space:tD
ScrollOverType$NONE:GC ScrollOverType$NONE:FC
c_oAscStrokeType$STROKE_COLOR:SL c_oAscStrokeType$STROKE_COLOR:RL
TYPE_TRACK_SHAPE:JH TYPE_TRACK_SHAPE:IH
JSCompiler_StaticMethods_moveShapeBottom:nF JSCompiler_StaticMethods_moveShapeBottom:mF
FT_GLYPHLOADER_CHECK_POINTS:lj FT_GLYPHLOADER_CHECK_POINTS:kj
ft_bitmap_glyph_copy:Ei ft_bitmap_glyph_copy:Di
JSCompiler_StaticMethods_putLineCap:yF JSCompiler_StaticMethods_putLineCap:xF
JSCompiler_StaticMethods_checkColor:Sv JSCompiler_StaticMethods_checkColor:Rv
ps_parser_to_token_array:em ps_parser_to_token_array:dm
c_oMainTables$ThemeRels:gh c_oMainTables$ThemeRels:eh
c_oAscError$ID$Unknown:uL c_oAscError$ID$Unknown:tL
c_oAscColor$COLOR_TYPE_SRGB:JL c_oAscColor$COLOR_TYPE_SRGB:IL
nSldLtTChart:PJ nSldLtTChart:OJ
opcode_length:sq opcode_length:rq
CHyperlink:vg CHyperlink:ug
JSCompiler_StaticMethods_Set_VMerge:Xc JSCompiler_StaticMethods_Set_VMerge:Wc
JSCompiler_StaticMethods_Document_Format_Paste:RE JSCompiler_StaticMethods_Document_Format_Paste:QE
ft_outline_glyph_transform:Mi ft_outline_glyph_transform:Li
_ph_summ__tx_and_clip_art:mL _ph_summ__tx_and_clip_art:lL
FT_TT_CMAP_CLASSES_GET:bp FT_TT_CMAP_CLASSES_GET:ap
cCharDelimiter:iM cCharDelimiter:nM
cff_expert_encoding:st cff_expert_encoding:rt
redrawSlide2:CF redrawSlide2:BF
CTableMeasurement:dd CTableMeasurement:cd
JSCompiler_alias_FALSE:u JSCompiler_alias_FALSE:u
border_None:nb border_None:mb
c_oAscSlideTransitionParams$Split_VerticalOut:KI c_oAscSlideTransitionParams$Split_VerticalOut:JI
JSCompiler_StaticMethods_Check_Hyperlink2:zD JSCompiler_StaticMethods_Check_Hyperlink2:yD
c_oAscServerError$VKey:Te c_oAscServerError$VKey:Se
JSCompiler_StaticMethods_Internal_CalculateTextPr2:QD JSCompiler_StaticMethods_Internal_CalculateTextPr2:PD
JSCompiler_StaticMethods_Set_Color:Cy JSCompiler_StaticMethods_Set_Color:By
t1_cmap_std_char_next:Ql t1_cmap_std_char_next:Pl
JSCompiler_StaticMethods_Internal_CalculateTextPr3:fE JSCompiler_StaticMethods_Internal_CalculateTextPr3:eE
changestype_Delete:Hx changestype_Delete:Gx
c_oAscError$ID$FileVKey:zL c_oAscError$ID$FileVKey:yL
ps_unicodes_init:Qk ps_unicodes_init:Pk
historyitem_Table_DocPrev:EA historyitem_Table_DocPrev:DA
JSCompiler_StaticMethods_AddAdj:G JSCompiler_StaticMethods_AddAdj:G
L 0:b L 0:b
L 1:a L 1:a
GX_FVar_Head:Or GX_FVar_Head:Nr
X_Left_Margin:Va X_Left_Margin:Ua
L 2:c L 2:c
L 3:d L 3:d
ParaEmpty:Ty ParaEmpty:Sy
L 9:q L 9:q
L 8:m L 8:m
L 7:k L 7:k
L 6:h L 6:h
historyitem_TextPr_Unifill:Gy historyitem_TextPr_Unifill:Fy
c_oAscMouseMoveDataTypes$Hyperlink:MD c_oAscMouseMoveDataTypes$Hyperlink:LD
L 5:g L 5:g
L 4:f L 4:f
JSCompiler_StaticMethods_Multiply:PH JSCompiler_StaticMethods_Multiply:OH
CDocumentBorder:id CDocumentBorder:hd
JSCompiler_StaticMethods__setScrollerHW:YC JSCompiler_StaticMethods__setScrollerHW:XC
tt_cmap14_ensure:ro tt_cmap14_ensure:qo
cff_decoder_parse_charstrings:iu cff_decoder_parse_charstrings:hu
JSCompiler_StaticMethods__Execute:oc JSCompiler_StaticMethods__Execute:nc
Write_CVT_Stretched:Br Write_CVT_Stretched:Ar
TT_Header:Tj TT_Header:Sj
ps_table_funcs:Em ps_table_funcs:Dm
DoNullBitmap:Ci DoNullBitmap:Bi
g_dKoef_in_to_mm:be g_dKoef_in_to_mm:ae
CGradFill:Mf CGradFill:Lf
_rect:mz _rect:lz
CMatrixL:ZF CMatrixL:YF
JSCompiler_StaticMethods__MouseHoverOnScroller:RC JSCompiler_StaticMethods__MouseHoverOnScroller:QC
historyitem_Table_AddRow:iB historyitem_Table_AddRow:hB
CDrawingPage:$I CDrawingPage:ZI
JSCompiler_StaticMethods__StartExecuteTable:wc JSCompiler_StaticMethods__StartExecuteTable:vc
CreateDefaultStylesForTables:lf CreateDefaultStylesForTables:kf
c_oAscServerError$Convert:Ke c_oAscServerError$Convert:Je
create_t1_field5:zm create_t1_field5:ym
numbering_presentationnumfrmt_ArabicParenR:wb numbering_presentationnumfrmt_ArabicParenR:vb
create_t1_field4:ym create_t1_field4:xm
c_oAscError$ID$ConvertationError:wL c_oAscError$ID$ConvertationError:vL
Ins_UNKNOWN:br Ins_UNKNOWN:ar
CChatMessage:bM CChatMessage:$L
T1_Get_Private_Dict:Lu T1_Get_Private_Dict:Ku
ImageLoadStatus$Complete:Bw ImageLoadStatus$Complete:Aw
nSldLtTTwoObjAndObj:wK nSldLtTTwoObjAndObj:vK
PreMoveState:jH PreMoveState:iH
c_oMainTables$ViewProps:Xg c_oMainTables$ViewProps:Wg
vmerge_Restart:rg vmerge_Restart:qg
JSCompiler_StaticMethods_increaseLevel:gE JSCompiler_StaticMethods_increaseLevel:fE
_iup_worker_interpolate:er _iup_worker_interpolate:dr
historyitem_type_AbstractNum:lx historyitem_type_AbstractNum:kx
highlight_None:Zb highlight_None:Yb
tt_cmap4_char_next:Wn tt_cmap4_char_next:Vn
JSCompiler_alias_TRUE:p JSCompiler_alias_TRUE:p
JSCompiler_StaticMethods_Set_TableW:sB JSCompiler_StaticMethods_Set_TableW:rB
c_oAscSlideTransitionParams$Fade_Through_Black:BI c_oAscSlideTransitionParams$Fade_Through_Black:AI
fntStyleInd_none:BJ fntStyleInd_none:AJ
tt_face_load_font_dir:$m tt_face_load_font_dir:Zm
TT_CallRec:Zp TT_CallRec:Yp
FT_PEEK_USHORT_LE:ai FT_PEEK_USHORT_LE:$h
JSCompiler_StaticMethods_RGB2HSL:vJ JSCompiler_StaticMethods_RGB2HSL:uJ
CalculateAhXYList:XG CalculateAhXYList:WG
JSCompiler_StaticMethods_Internal_CompareBorders:CA JSCompiler_StaticMethods_Internal_CompareBorders:BA
FT_ENCODING_NONE:Nv FT_ENCODING_NONE:Mv
tt_face_load_maxp:en tt_face_load_maxp:dn
T1_Set_MM_Design:av T1_Set_MM_Design:$u
FT_Service_TTCMapsRec:Nh FT_Service_TTCMapsRec:Mh
JSCompiler_StaticMethods__isEmptyProperty:Fd JSCompiler_StaticMethods__isEmptyProperty:Ed
CShape:lg CShape:kg
tt_face_free_charmap_stub:Po tt_face_free_charmap_stub:Oo
Current_Ppem:or Current_Ppem:nr
JSCompiler_set:aa JSCompiler_set:aa
CBulletSize:Bg CBulletSize:Ag
FT_CMap_ClassRec:tk FT_CMap_ClassRec:sk
NvPr:AJ NvPr:zJ
historyitem_type_DocumentContent:hx historyitem_type_DocumentContent:gx
JSCompiler_StaticMethods_Internal_Set_TableBorder:VB JSCompiler_StaticMethods_Internal_Set_TableBorder:UB
CGrState:oz CGrState:nz
table_Selection_Text:Ja table_Selection_Text:Ja
nSldLtTSecHead:rK nSldLtTSecHead:qK
c_oAscError$ID$UserCountExceed:FL c_oAscError$ID$UserCountExceed:EL
tt_face_lookup_table:Ym tt_face_lookup_table:Xm
JSCompiler_StaticMethods_Internal_IncDecFontSize:eE JSCompiler_StaticMethods_Internal_IncDecFontSize:dE
numbering_lvltext_Text:pG numbering_lvltext_Text:oG
FontStyle$FontStyleItalic:fw FontStyle$FontStyleItalic:ew
nSldLtTTxAndChart:AK nSldLtTTxAndChart:zK
g_dKoef_pc_to_mm:ce g_dKoef_pc_to_mm:be
CBg:cg CBg:bg
JSCompiler_StaticMethods_TurnOn:ge JSCompiler_StaticMethods_TurnOn:fe
CParaLineMetrics:iE CParaLineMetrics:hE
JSCompiler_StaticMethods_Create_Table_Lined:Wx JSCompiler_StaticMethods_Create_Table_Lined:Vx
EquatingOutline:ck EquatingOutline:bk
__nextFrame:oI __nextFrame:nI
JSCompiler_StaticMethods_Add_Range:pD JSCompiler_StaticMethods_Add_Range:oD
FT_MulDiv:xi FT_MulDiv:wi
Round_Super_45:Qq Round_Super_45:Pq
CTableLook:tg CTableLook:sg
JSCompiler_StaticMethods_IncDec_FontSize:dE JSCompiler_StaticMethods_IncDec_FontSize:cE
JSCompiler_StaticMethods_Set_TableBorder_Bottom:sd JSCompiler_StaticMethods_Set_TableBorder_Bottom:rd
CParaSpacing:Id CParaSpacing:Hd
T1_Face_Done:Su T1_Face_Done:Ru
tt_cmap4_char_index:Vn tt_cmap4_char_index:Un
c_oAscFileType$PDF:rL c_oAscFileType$PDF:qL
CreateUniColorRGB:nf CreateUniColorRGB:mf
sfnt_service_bdf:Uo sfnt_service_bdf:To
c_oAscFillBlipType$TILE:QL c_oAscFillBlipType$TILE:PL
PS_Conv_ToInt:wl PS_Conv_ToInt:vl
AFM_ValueRec:yl AFM_ValueRec:xl
CollaborativeEditing:wx CollaborativeEditing:vx
CShapeDrawer:cG CShapeDrawer:bG
TT_Round_To_Grid:Sp TT_Round_To_Grid:Rp
JSCompiler_StaticMethods_Is_TableMargins:YB JSCompiler_StaticMethods_Is_TableMargins:XB
tt_name_entry_ascii_from_other:Yo tt_name_entry_ascii_from_other:Xo
historyitem_TableRow_AddCell:hC historyitem_TableRow_AddCell:gC
JSCompiler_StaticMethods_Internal_CompareBrd:JD JSCompiler_StaticMethods_Internal_CompareBrd:ID
afm_stream_read_string:Dl afm_stream_read_string:Cl
g_dKoef_mm_to_pix:Ea g_dKoef_mm_to_pix:Ea
c_oAscLineDrawingRule$Left:NA c_oAscLineDrawingRule$Left:MA
cff_index_get_sid_string:zt cff_index_get_sid_string:yt
ps_parser_skip_PS_token:bm ps_parser_skip_PS_token:am
PS_Conv_ToFixed:xl PS_Conv_ToFixed:wl
align_Justify:Fb align_Justify:Eb
char9:Iw char9:Hw
JSCompiler_StaticMethods_Set_CellSpacing:Zc JSCompiler_StaticMethods_Set_CellSpacing:Yc
changestype_Document_Content:zx changestype_Document_Content:yx
CBulletTypeface:Dg CBulletTypeface:Cg
ft_qsort:Nk ft_qsort:Mk
charA:Dw charA:Cw
CorrectUniStroke:aG CorrectUniStroke:$F
PS_Conv_Strtol:vl PS_Conv_Strtol:ul
JSCompiler_StaticMethods_AddHandleXY:J JSCompiler_StaticMethods_AddHandleXY:J
c_oAscVertAlignJc$Top:qL c_oAscVertAlignJc$Top:pL
nSldLtTObjAndTx:XJ nSldLtTObjAndTx:WJ
docpostype_Content:mE docpostype_Content:lE
CreateGeometry:jg CreateGeometry:ig
T1_FieldRec:wm T1_FieldRec:vm
T1_Read_Metrics:Cu T1_Read_Metrics:Bu
para_InlineBreak:ky para_InlineBreak:jy
ClrMap:Uf ClrMap:Tf
GroupState:sH GroupState:rH
Project_y:zq Project_y:yq
Project_x:yq Project_x:xq
SplineBezierState:$E SplineBezierState:ZE
FT_Error:O FT_Error:O
JSCompiler_StaticMethods_Send:EE JSCompiler_StaticMethods_Send:CE
JSCompiler_emptyFn:v JSCompiler_emptyFn:v
gray_split_cubic:mp gray_split_cubic:lp
JSCompiler_StaticMethods_Document_Undo:ux JSCompiler_StaticMethods_Document_Undo:tx
sfnt_done_face:ep sfnt_done_face:dp
gray_render_scanline:Bp gray_render_scanline:Ap
ps_get_standard_strings:bl ps_get_standard_strings:al
StateAddArrows:aF StateAddArrows:$E
FT_Library:ov FT_Library:nv
c_oAscLineDrawingRule$Right:OA c_oAscLineDrawingRule$Right:NA
JSCompiler_StaticMethods_private_FillGlyphC:SH JSCompiler_StaticMethods_private_FillGlyphC:RH
JSCompiler_StaticMethods_Set_Borders:Jd JSCompiler_StaticMethods_Set_Borders:Id
char0:Hw char0:Gw
JSCompiler_StaticMethods_Is_NBSP:uy JSCompiler_StaticMethods_Is_NBSP:ty
T1_EncodingRec:ll T1_EncodingRec:kl
JSCompiler_StaticMethods_Internal_AddTextPr:BD JSCompiler_StaticMethods_Internal_AddTextPr:AD
Ins_MIAP:kr Ins_MIAP:jr
charz:Gw charz:Fw
afm_key_table:El afm_key_table:Dl
JSCompiler_StaticMethods_Get_CompiledPr2:tD JSCompiler_StaticMethods_Get_CompiledPr2:sD
shd_Clear:Lc shd_Clear:Kc
FT_New_Size:pv FT_New_Size:ov
nVertTThorz:yG nVertTThorz:xG
T1_Set_MM_Blend:$u T1_Set_MM_Blend:Zu
Current_Ratio:pr Current_Ratio:or
CParaRecalcInfo:kD CParaRecalcInfo:jD
t1_builder_close_contour:qm t1_builder_close_contour:pm
Direct_Move:Cq Direct_Move:Bq
JSCompiler_StaticMethods_getMousePosition:OC JSCompiler_StaticMethods_getMousePosition:NC
FT_Vector_Length:up FT_Vector_Length:tp
TBand:Ap TBand:zp
_ph_summ__tbl:gL _ph_summ__tbl:fL
PreResizeState:hH PreResizeState:gH
JSCompiler_StaticMethods__Add_NewParagraph:Qc JSCompiler_StaticMethods__Add_NewParagraph:Pc
CRasterHeapLineFree:Tv CRasterHeapLineFree:Sv
CreateDefaultShapeStyle:lH CreateDefaultShapeStyle:kH
charZ:Ew charZ:Dw
PS_Table_FuncsRec:um PS_Table_FuncsRec:tm
CColor:bJ CColor:aJ
load_format_25:rn load_format_25:qn
historyitem_type_TableRow:dx historyitem_type_TableRow:cx
c_oAscSlideTransitionTypes$None:WI c_oAscSlideTransitionTypes$None:VI
dublicate_bbox:bk dublicate_bbox:ak
chara:Fw chara:Ew
X_Right_Margin:Ya X_Right_Margin:Xa
tt_cmap6_char_next:Yn tt_cmap6_char_next:Xn
plusMinus:EG plusMinus:DG
tt_cmap12_char_next:io tt_cmap12_char_next:ho
Load_SBit_Image:Fn Load_SBit_Image:En
chars:Kw chars:Jw
_ph_summ__two_col_tx:iL _ph_summ__two_col_tx:hL
load_format_20:qn load_format_20:pn
g_anchor_bottom:Zz g_anchor_bottom:Yz
charp:Jw charp:Iw
c_oMainTables$ImageMap:hh c_oMainTables$ImageMap:gh
historyitem_Table_TableW:XA historyitem_Table_TableW:WA
CFF_Driver_Class:vu CFF_Driver_Class:uu
ScrollArrowType$ARROW_RIGHT:DC ScrollArrowType$ARROW_RIGHT:CC
FT_GlyphLoader_New:fj FT_GlyphLoader_New:ej
SLIDE_KIND:xA SLIDE_KIND:wA
TT_Validator:In TT_Validator:Hn
BULLET_TYPE_COLOR_NONE:rh BULLET_TYPE_COLOR_NONE:qh
FT_CFF_CMAP_ENCODING_CLASS_REC_GET:Ut FT_CFF_CMAP_ENCODING_CLASS_REC_GET:Tt
align_Left:Eb align_Left:Db
CSysColor:Gf CSysColor:Ff
JSCompiler_StaticMethods_Numbering_Get:pb JSCompiler_StaticMethods_Numbering_Get:ob
cat2:JG cat2:IG
FT_Common:Eh FT_Common:Dh
phType_media:TF phType_media:SF
Load_Glyph:ws Load_Glyph:vs
phType_tbl:XF phType_tbl:WF
numbering_presentationnumfrmt_Char:zc numbering_presentationnumfrmt_Char:yc
FT_Smooth_Renderer:Op FT_Smooth_Renderer:Np
tt_face_load_gasp:mn tt_face_load_gasp:ln
JSCompiler_StaticMethods_AddPathCommand:N JSCompiler_StaticMethods_AddPathCommand:N
ft_smooth_init:Jp ft_smooth_init:Ip
CIdCounter:Sw CIdCounter:Rw
FT_Select_Size:qv FT_Select_Size:pv
JSCompiler_StaticMethods__Prepeare_recursive:de JSCompiler_StaticMethods__Prepeare_recursive:ce
CXfrm:hg CXfrm:gg
afm_parse_kern_data:Ml afm_parse_kern_data:Ll
CPresentationBullet:Yd CPresentationBullet:Xd
c_oAscSlideTransitionParams$Split_VerticalIn:LI c_oAscSlideTransitionParams$Split_VerticalIn:KI
cff_font_load:Ft cff_font_load:Et
phType_hdr:SF phType_hdr:RF
CalculateGuideLst:UG CalculateGuideLst:TG
ft_var_readpackedpoints:Pr ft_var_readpackedpoints:Or
PS_DesignMapRec:hl PS_DesignMapRec:gl
historyitem_TextPr_Color:Ky historyitem_TextPr_Color:Jy
FT_Outline_Check:zk FT_Outline_Check:yk
Ins_SxVTL:uq Ins_SxVTL:tq
CTheme:mf CTheme:lf
CNvPr:fH CNvPr:eH
JSCompiler_StaticMethods_AddRectDash:gG JSCompiler_StaticMethods_AddRectDash:fG
JSCompiler_StaticMethods_Set_TableAlign:gd JSCompiler_StaticMethods_Set_TableAlign:ed
tt_face_set_sbit_strike:zn tt_face_set_sbit_strike:yn
ParaInlineBreak:Ry ParaInlineBreak:Qy
gr_state_state:iz gr_state_state:hz
Numbering_Number_To_Roman:sG Numbering_Number_To_Roman:rG
phType_dgm:PF phType_dgm:OF
Round_To_Grid:Kq Round_To_Grid:Jq
sfnt_service_glyph_dict:Qo sfnt_service_glyph_dict:Po
JSCompiler_StaticMethods_HSL2RGB:wJ JSCompiler_StaticMethods_HSL2RGB:vJ
tt_face_get_ps_name:un tt_face_get_ps_name:tn
FT_Add64:vi FT_Add64:ui
c_oAscServerError$StorageWrite:Ge c_oAscServerError$StorageWrite:Fe
Body_Paste:dc Body_Paste:cc
TT_NameEntryRec:Fj TT_NameEntryRec:yj
historyitem_Table_TableStyleRowBandSize:nB historyitem_Table_TableStyleRowBandSize:mB
JSCompiler_StaticMethods_Set_PageBreakBefore:Ld JSCompiler_StaticMethods_Set_PageBreakBefore:Kd
nSldLtTTxAndTwoObj:EK nSldLtTTxAndTwoObj:DK
TT_Postscript:Xj TT_Postscript:Wj
CBorders:OM CBorders:NM
t1_keywords:dv t1_keywords:cv
Ins_ROUND:qr Ins_ROUND:pr
FT_SFNT_SERVICES_GET:fp FT_SFNT_SERVICES_GET:ep
t1_get_index:yu t1_get_index:xu
CThemeLoadInfo:rf CThemeLoadInfo:qf
align_Center:Za align_Center:Ya
t1operator_seac:tm t1operator_seac:sm
historyitem_TableCell_Border_Top:oC historyitem_TableCell_Border_Top:nC
ft_char_table:ul ft_char_table:tl
FT_Load_Glyph:zv FT_Load_Glyph:yv
CDocumentShd:Kc CDocumentShd:Jc
t1_cmap_standard_class_rec:Rl t1_cmap_standard_class_rec:Ql
FONT_ITALIC_ANGLE:Ev FONT_ITALIC_ANGLE:Dv
JSCompiler_StaticMethods_putLineBeginSize:tF JSCompiler_StaticMethods_putLineBeginSize:sF
tt_service_truetype_engine:hs tt_service_truetype_engine:gs
CImage:Cw CImage:Bw
ExtraClrScheme:Tf ExtraClrScheme:Sf
CShapeLocks:YF CShapeLocks:XF
phType_dt:QF phType_dt:PF
Styles_IsNeedRecalc_TextPr:hy Styles_IsNeedRecalc_TextPr:gy
tt_face_vary_cvt:Wr tt_face_vary_cvt:Vr
c_oAscLineDrawingRule$Bottom:LA c_oAscLineDrawingRule$Bottom:KA
SplineBezierState5:CH SplineBezierState5:BH
SplineBezierState4:BH SplineBezierState4:AH
SplineBezierState3:zH SplineBezierState3:yH
SplineBezierState2:yH SplineBezierState2:xH
ft_smooth_render_generic:Pp ft_smooth_render_generic:Op
nSldLtTTitleOnly:tK nSldLtTTitleOnly:sK
JSCompiler_StaticMethods_drawStrokeFillStyle:fI JSCompiler_StaticMethods_drawStrokeFillStyle:eI
Move_Zp2_Point:Wq Move_Zp2_Point:Vq
c_oAscServerError$ConvertDownload:Le c_oAscServerError$ConvertDownload:Ke
TT_Round_Super:Wp TT_Round_Super:Vp
t1_cmap_expert_class_rec:Sl t1_cmap_expert_class_rec:Rl
c_oAscSlideTransitionParams$Zoom_Out:SI c_oAscSlideTransitionParams$Zoom_Out:RI
EGlyphState$glyphstateDeafault:Iv EGlyphState$glyphstateDeafault:Hv
FT_GlyphLoad:cj FT_GlyphLoad:bj
changestype_Table_Properties:Cx changestype_Table_Properties:Bx
TTC_HeaderRec:vj TTC_HeaderRec:uj
FT_Incremental_MetricsRec:fk FT_Incremental_MetricsRec:ek
tt_face_load_cvt:Vr tt_face_load_cvt:Ur
phType_pic:UF phType_pic:TF
CNumbering:FE CNumbering:EE
TextListStyle:Lg TextListStyle:Kg
JSCompiler_StaticMethods_RecalcScroller:dD JSCompiler_StaticMethods_RecalcScroller:cD
BULLET_TYPE_SIZE_NONE:th BULLET_TYPE_SIZE_NONE:sh
CArrowDrawer:JC CArrowDrawer:IC
historyitem_Table_TableBorder_Top:cB historyitem_Table_TableBorder_Top:bB
cff_builder_add_point1:du cff_builder_add_point1:cu
g_mouse_event_type_down:zz g_mouse_event_type_down:yz
c_oAscAsyncAction$Open:pL c_oAscAsyncAction$Open:oL
ft_outline_glyph_prepare:Ri ft_outline_glyph_prepare:Qi
historyitem_TableRow_Height:gC historyitem_TableRow_Height:fC
cff_cmap_unicode_class_rec:Jt cff_cmap_unicode_class_rec:It
JSCompiler_StaticMethods__arrowUpMouseDown:XC JSCompiler_StaticMethods__arrowUpMouseDown:WC
T1_Driver_Done:Wu T1_Driver_Done:Vu
c_oMainTables$Presentation:Wg c_oMainTables$Presentation:Vg
CSchemeColor:Cf CSchemeColor:Bf
COLOR_TYPE_PRST:zf COLOR_TYPE_PRST:yf
T1_BuilderRec:Bm T1_BuilderRec:Am
TT_CMapInfo:Mh TT_CMapInfo:Lh
documentFormat:YL documentFormat:WL
JSCompiler_StaticMethods__parseCss:xc JSCompiler_StaticMethods__parseCss:wc
tt_cmap13_init:ko tt_cmap13_init:jo
CLvlText_Num:Vd CLvlText_Num:Ud
t1_builder_add_contour:om t1_builder_add_contour:nm
g_dKoef_pix_to_mm:Bc g_dKoef_pix_to_mm:Ac
border_Single:ud border_Single:td
FOCUS_OBJECT_MAIN:qa FOCUS_OBJECT_MAIN:qa
cff_parse_integer:gt cff_parse_integer:ft
CRasterHeapLine:Vv CRasterHeapLine:Uv
JSCompiler_StaticMethods_Internal_Update_TableMarkup:GA JSCompiler_StaticMethods_Internal_Update_TableMarkup:FA
JSCompiler_StaticMethods_Set_TableShd:nd JSCompiler_StaticMethods_Set_TableShd:md
Ins_SHP:gr Ins_SHP:fr
tt_service_gx_multi_masters:js tt_service_gx_multi_masters:is
TrackNewShapeState:gF TrackNewShapeState:fF
_cff_check_points:bu _cff_check_points:au
historyitem_type_DrawingObjects:vC historyitem_type_DrawingObjects:uC
historyitem_type_FlowImage:ax historyitem_type_FlowImage:$w
Ins_SHZ:ir Ins_SHZ:hr
c_oAscMouseMoveDataTypes$LockedObject:Zy c_oAscMouseMoveDataTypes$LockedObject:Yy
JSCompiler_StaticMethods_changeBackground:qF JSCompiler_StaticMethods_changeBackground:pF
numbering_numfmt_Decimal:qb numbering_numfmt_Decimal:pb
CreateAscStroke:zM CreateAscStroke:yM
JSCompiler_StaticMethods_changeSlideSize2:NE JSCompiler_StaticMethods_changeSlideSize2:ME
FlowImage:bx FlowImage:ax
numbering_numfmt_LowerRoman:rb numbering_numfmt_LowerRoman:qb
FT_GlyphLoader_Adjust_Points:hj FT_GlyphLoader_Adjust_Points:gj
graphic_objects_type_GroupShapes:yE graphic_objects_type_GroupShapes:xE
c_oAscError$ID$VKeyEncrypt:DL c_oAscError$ID$VKeyEncrypt:CL
CHorRuler:kA CHorRuler:jA
changestype_HdrFtr:Fx changestype_HdrFtr:Ex
numbering_lvltext_Num:qG numbering_lvltext_Num:pG
AddPolyLine2State2:FH AddPolyLine2State2:EH
AddPolyLine2State3:GH AddPolyLine2State3:FH
cff_charset_compute_cids:Bt cff_charset_compute_cids:At
tt_face_load_os2:jn tt_face_load_os2:hn
StyleRef:eg StyleRef:dg
phType_sldImg:VF phType_sldImg:UF
JSCompiler_StaticMethods_Internal_FindBackward:xD JSCompiler_StaticMethods_Internal_FindBackward:wD
ps_unicode_value:Lk ps_unicode_value:Kk
Ins_SHC:hr Ins_SHC:gr
historyitem_Table_TableBorder_Bottom:dB historyitem_Table_TableBorder_Bottom:cB
c_oAscTableSelectionType$Column:UA c_oAscTableSelectionType$Column:TA
ft_synthesize_vertical_metrics:Dk ft_synthesize_vertical_metrics:Ck
map_prst_color:rJ map_prst_color:qJ
tt_cmap13_next:lo tt_cmap13_next:ko
JSCompiler_StaticMethods_Internal_CalculateTextPr:Jb JSCompiler_StaticMethods_Internal_CalculateTextPr:Ib
check_MouseMoveEvent:Qz check_MouseMoveEvent:Pz
TT_Set_CodeRange:nq TT_Set_CodeRange:mq
CFF_SizeRec:Kt CFF_SizeRec:Jt
SplineCommandLineTo:xH SplineCommandLineTo:wH
cff_size_select:Ot cff_size_select:Nt
FT_GlyphSlot:ok FT_GlyphSlot:nk
CParagraphProp:cM CParagraphProp:bM
ft_extra_glyph_names:Pk ft_extra_glyph_names:Ok
tt_size_select:Cs tt_size_select:Bs
JSCompiler_StaticMethods_Check_Null:cy JSCompiler_StaticMethods_Check_Null:by
Common_CopyObj2:uC Common_CopyObj2:tC
PARRUN_TYPE_FLD:Qg PARRUN_TYPE_FLD:Pg
FONT_TYPE_ADDITIONAL:sw FONT_TYPE_ADDITIONAL:rw
shd_Nil:bb shd_Nil:ab
JSCompiler_StaticMethods_Is_Empty:CB JSCompiler_StaticMethods_Is_Empty:BB
cff_get_kerning:ku cff_get_kerning:ju
nSldLtTVertTx:IK nSldLtTVertTx:HK
para_PageNum:my para_PageNum:ly
Ins_SFVTCA:Zq Ins_SFVTCA:Yq
FONT_TYPE_EMBEDDED:uw FONT_TYPE_EMBEDDED:tw
CRasterHeapTotal:Zv CRasterHeapTotal:Yv
button_eventHandlers:Uz button_eventHandlers:Tz
para_Drawing:Vb para_Drawing:Ub
c_oAscTableSelectionType$Table:SA c_oAscTableSelectionType$Table:RA
JSCompiler_StaticMethods_Get_Border:mC JSCompiler_StaticMethods_Get_Border:lC
COLOR_TYPE_SCHEME:Bf COLOR_TYPE_SCHEME:Af
t1_service_kerning:iv t1_service_kerning:hv
CFF_FontRecDictRec:Ks CFF_FontRecDictRec:Js
historyitem_TextPr_HighLight:Ey historyitem_TextPr_HighLight:Dy
X_Right_Field:Sc X_Right_Field:Rc
c_oAscError$ID:HB c_oAscError$ID:GB
c_oAscSlideTransitionParams$Zoom_AndRotate:TI c_oAscSlideTransitionParams$Zoom_AndRotate:SI
c_oAscServerError$VKeyKeyExpire:Xe c_oAscServerError$VKeyKeyExpire:We
ScrollObject:KC ScrollObject:JC
SplineBezierState33:wH SplineBezierState33:vH
historyitem_TableCell_Shd:lC historyitem_TableCell_Shd:kC
numbering_presentationnumfrmt_AlphaUcPeriod:Db numbering_presentationnumfrmt_AlphaUcPeriod:Cb
styletype_Numbering:Ox styletype_Numbering:Nx
nSldLtTObjOnly:YJ nSldLtTObjOnly:XJ
JSCompiler_StaticMethods_Set_Ind:Gd JSCompiler_StaticMethods_Set_Ind:Fd
T1_GlyphSlot_Done:Qu T1_GlyphSlot_Done:Pu
CHist_Clip:lz CHist_Clip:kz
historyitem_TextPr_Italic:xy historyitem_TextPr_Italic:wy
JSCompiler_StaticMethods_Internal_ScaleTableWidth:NB JSCompiler_StaticMethods_Internal_ScaleTableWidth:LB
JSCompiler_StaticMethods_Get_Props:$B JSCompiler_StaticMethods_Get_Props:ZB
JSCompiler_StaticMethods_IncDecFontSize:ME JSCompiler_StaticMethods_IncDecFontSize:LE
sendCommand:ie sendCommand:he
CHeaderProp:uM CHeaderProp:tM
clone:Ny clone:My
JSCompiler_StaticMethods_Set_CurPosXY:vB JSCompiler_StaticMethods_Set_CurPosXY:uB
JSCompiler_StaticMethods_TurnOff:fe JSCompiler_StaticMethods_TurnOff:ee
fntStyleInd_minor:Yx fntStyleInd_minor:Xx
ps_parser_to_token:dm ps_parser_to_token:cm
sfnt_services:Vo sfnt_services:Uo
JSCompiler_StaticMethods_Numbering_Add:Wd JSCompiler_StaticMethods_Numbering_Add:Vd
c_oAscColor$COLOR_TYPE_SCHEME:LL c_oAscColor$COLOR_TYPE_SCHEME:KL
type_Paragraph:Sa type_Paragraph:Ra
CParaInd:Ed CParaInd:Dd
c_oAscContextMenuTypes$Thumbnails:lJ c_oAscContextMenuTypes$Thumbnails:kJ
linerule_Auto:Hb linerule_Auto:Gb
CColorMod:Hf CColorMod:Gf
FT_CFF_SERVICES_GET:tu FT_CFF_SERVICES_GET:su
tt_size_init:ts tt_size_init:ss
CAscColorScheme:eJ CAscColorScheme:dJ
TT_NameTableRec:Gj TT_NameTableRec:Fj
GraphicPicture:bz GraphicPicture:az
c_oAscServerError$StorageCreateDir:Ie c_oAscServerError$StorageCreateDir:He
CTextStyle:GE CTextStyle:FE
Ins_MDAP:cr Ins_MDAP:br
JSCompiler_StaticMethods_Internal_Content_Concat:RD JSCompiler_StaticMethods_Internal_Content_Concat:QD
TGlyphBitmap:Kv TGlyphBitmap:Jv
CGlyphData:Rv CGlyphData:Qv
CCacheManager:VI CCacheManager:UI
TT_MaxProfile:Zj TT_MaxProfile:Yj
Round_To_Double_Grid:Oq Round_To_Double_Grid:Nq
t1_decoder_funcs:Gm t1_decoder_funcs:Fm
CStyle:tf CStyle:sf
JSCompiler_StaticMethods__Paragraph_Add:tc JSCompiler_StaticMethods__Paragraph_Add:sc
ChangeAdjState:rH ChangeAdjState:qH
NullShapeState:VE NullShapeState:UE
CreteSolidFillRGB:Ux CreteSolidFillRGB:Tx
TT_Save_Context:qq TT_Save_Context:pq
cff_index_get_name:yt cff_index_get_name:xt
CTextPr:jc CTextPr:ic
tt_cmap_classes:To tt_cmap_classes:So
_weight_body:JK _weight_body:IK
c_oAscSlideTransitionParams$Param_Right:DI c_oAscSlideTransitionParams$Param_Right:CI
sin:PG sin:OG
g_clr_hlink:Sg g_clr_hlink:Rg
tt_cmap8_char_next:$n tt_cmap8_char_next:Zn
TT_Round_Up_To_Grid:Up TT_Round_Up_To_Grid:Tp
ScrollOverType$OVER:HC ScrollOverType$OVER:GC
FontCollection:GJ FontCollection:FJ
historyitem_TableRow_After:eC historyitem_TableRow_After:dC
T1_Driver_Init:Vu T1_Driver_Init:Uu
Ins_Goto_CodeRange:Tq Ins_Goto_CodeRange:Sq
TT_Load_Simple_Glyph:cs TT_Load_Simple_Glyph:bs
LineEndType$Stealth:hI _infos$$inline_982:S
close:Dh LineEndType$Stealth:gI
tt_face_load_strike_metrics:Bn close:Ch
cff_index_access_element:xt tt_face_load_strike_metrics:An
cff_slot_load:ju cff_index_access_element:wt
FONT_TYPE_STANDART:tw cff_slot_load:iu
_ph_multiplier:UK FONT_TYPE_STANDART:sw
ft_standard_glyph_names:Ek _ph_multiplier:TK
phType_ftr:RF ft_standard_glyph_names:Dk
tt_get_metrics_incr_overrides:Zr phType_ftr:QF
t1_cmap_custom_class_rec:Tl tt_get_metrics_incr_overrides:Yr
cff_services:su t1_cmap_custom_class_rec:Sl
g_aPunctuation:ty cff_services:ru
TT_Table:xj g_aPunctuation:sy
TT_Table:wj
g_bIsDocumentCopyPaste:la g_bIsDocumentCopyPaste:la
CLvlText_Text:Ud CLvlText_Text:Td
styletype_Character:Nx styletype_Character:Mx
JSCompiler_StaticMethods_moveShapeLeft:kF JSCompiler_StaticMethods_moveShapeLeft:jF
numbering_presentationnumfrmt_AlphaLcPeriod:Bb numbering_presentationnumfrmt_AlphaLcPeriod:Ab
JSCompiler_StaticMethods_Get_Before:JA JSCompiler_StaticMethods_Get_Before:IA
skip_literal_string:Zl skip_literal_string:Yl
tt_cmap14_variants:Ao tt_cmap14_variants:zo
CRGBColor:Ef CRGBColor:Df
g_stringBase64:pz g_stringBase64:oz
pHText:wG pHText:vG
ft_recompute_scaled_metrics:rv ft_recompute_scaled_metrics:qv
Normalize:vq Normalize:uq
historyitem_Table_TableStyleColBandSize:mB historyitem_Table_TableStyleColBandSize:lB
_downloadAs:hM _downloadAs:gM
CAscSlideTiming:HE CAscSlideTiming:GE
asc_ajax:BM asc_ajax:AM
c_oAscError$ID$No:tL c_oAscError$ID$No:sL
BULLET_TYPE_SIZE_PCT:vh BULLET_TYPE_SIZE_PCT:uh
TT_VecLen:wq TT_VecLen:vq
nOTOwerflow:xG nOTOwerflow:wG
CContextMenuData:OE CContextMenuData:NE
CorrectUniFill:ZB CorrectUniFill:YB
_infos$$inline_979:S fntStyleInd_major:yB
fntStyleInd_major:zB CalculateAhPolarList:XG
CalculateAhPolarList:YG changestype_Image_Properties:Dx
changestype_Image_Properties:Ex CVerRuler:qA
CVerRuler:rA CFF_FDSelectRec:Ls
CFF_FDSelectRec:Ms RULER_OBJECT_TYPE_TABLE:gA
RULER_OBJECT_TYPE_TABLE:hA JSCompiler_StaticMethods_Get_Margins:qB
JSCompiler_StaticMethods_Get_Margins:rB COPY_ELEMENT_ID:ca
COPY_ELEMENT_ID:da JSCompiler_StaticMethods_CopyParagraph:Sa
JSCompiler_StaticMethods_CopyParagraph:Ta JSCompiler_StaticMethods_Apply:cJ
JSCompiler_StaticMethods_Apply:dJ t1_builder_check_points:km
t1_builder_check_points:lm CListType:qM
CListType:rM cff_subfont_load:Dt
cff_subfont_load:Et FT_NEXT_UOFF3:bi
FT_NEXT_UOFF3:ci historyitem_TableCell_Border_Left:mC
historyitem_TableCell_Border_Left:nC tt_service_get_cmap_info:Ro
tt_service_get_cmap_info:So tt_size_done:ts
tt_size_done:us tt_cmap2_char_next:Nn
tt_cmap2_char_next:On create_psnames_module:cl
create_psnames_module:dl CFF_IndexRec:Gs
CFF_IndexRec:Hs PolyLineAddState2:DH
PolyLineAddState2:EH FT_SubGlyph:$i
FT_SubGlyph:aj TT_CMap4Rec:On
TT_CMap4Rec:Pn skip_procedure:$l
skip_procedure:am c_oAscSlideTransitionTypes$Fade:rI
c_oAscSlideTransitionTypes$Fade:sI vmerge_Continue:Ma
vmerge_Continue:Na TYPE_TRACK_GROUP:KH
TYPE_TRACK_GROUP:LH FmtScheme:HJ
FmtScheme:IJ c_oAscServerError$Upload:Oe
c_oAscServerError$Upload:Pe ParaText:uc
ParaText:vc changestype_Table_RemoveCells:Cx
changestype_Table_RemoveCells:Dx cff_parser_run:lt
cff_parser_run:mt JSCompiler_StaticMethods_Check_Hyperlink:KD
JSCompiler_StaticMethods_Check_Hyperlink:LD tt_face_load_kern:Vm
tt_face_load_kern:Wm JSCompiler_StaticMethods_Set_Spacing:Tc
JSCompiler_StaticMethods_Set_Spacing:Uc TT_Set_MM_Blend:Tr
TT_Set_MM_Blend:Ur TT_OS2:Vj
TT_OS2:Wj TBBox:kw
TBBox:lw para_PageBreakRendered:ky
para_PageBreakRendered:ly c_oAscContextMenuTypes$Main:OE
c_oAscContextMenuTypes$Main:QE JSCompiler_StaticMethods_Set_Height:Zc
JSCompiler_StaticMethods_Set_Height:$c c_oAscServerError$TaskQueue:Ae
c_oAscServerError$TaskQueue:Be CSolidFill:wf
CSolidFill:xf changestype_2_InlineObjectMove:GA
changestype_2_InlineObjectMove:HA FT_CharMapRec:kk
FT_CharMapRec:lk JSCompiler_StaticMethods_Set_DocumentOrientation:nF
JSCompiler_StaticMethods_Set_DocumentOrientation:oF CBodyPr:wg
CBodyPr:xg ParaNewLineRendered:Py
ParaNewLineRendered:Qy _decoder_funcs$$inline_396:Jm
_decoder_funcs$$inline_393:Km ft_mac_names:Ek
ft_mac_names:Fk c_oAscSlideTransitionParams$Fade_Smoothly:zI
c_oAscSlideTransitionParams$Fade_Smoothly:AI ft_get_adobe_glyph_index:Jk
ft_get_adobe_glyph_index:Kk _weight_title:SK
_weight_title:TK nSldLtTTwoColTx:tK
nSldLtTTwoColTx:uK tt_face_load_hdmx:ls
tt_face_load_hdmx:ms CTableMarkup:uA
CTableMarkup:vA nTWTSquare:yG
nTWTSquare:zG FILL_TYPE_SOLID:Pf
FILL_TYPE_SOLID:Qf T1_Open_Face:Tu
T1_Open_Face:Uu CUniColor:xf
CUniColor:yf CanPaste:dc
CanPaste:ec GX_GVar_Head:Mr
GX_GVar_Head:Nr JSCompiler_StaticMethods_Set_GridSpan:Xc
JSCompiler_StaticMethods_Set_GridSpan:Yc FILL_TYPE_GRAD:Kf
FILL_TYPE_GRAD:Lf TT_DotFix14:Hq
TT_DotFix14:Iq JSCompiler_StaticMethods_Internal_Content_RemoveAll:CB
JSCompiler_StaticMethods_Internal_Content_RemoveAll:DB JSCompiler_StaticMethods__arrowDownMouseDown:VC
JSCompiler_StaticMethods__arrowDownMouseDown:WC JSCompiler_StaticMethods_RecalcData_Add:Ky
JSCompiler_StaticMethods_RecalcData_Add:Ly PreRotateState:hH
PreRotateState:iH JSCompiler_StaticMethods_Write_Lvl_ToBinary:tG
JSCompiler_StaticMethods_Write_Lvl_ToBinary:uG
JSCompiler_StaticMethods__Prepeare:mc JSCompiler_StaticMethods__Prepeare:mc
ParaCollaborativeChangesEnd:fz ParaCollaborativeChangesEnd:ez
TT_BDFRec:Pj TT_BDFRec:Oj
tt_cmap8_char_index:Zn tt_cmap8_char_index:Yn
c_oAscServerError$TaskResult:Ce c_oAscServerError$TaskResult:Be
ps_unicodes_char_index:Rk ps_unicodes_char_index:Qk
JSCompiler_StaticMethods_Check_UninonLastPoints:gD JSCompiler_StaticMethods_Check_UninonLastPoints:fD
compare_uni_maps:Mk compare_uni_maps:Lk
JSCompiler_StaticMethods_Add_PresentationNumbering2:Zd JSCompiler_StaticMethods_Add_PresentationNumbering2:Yd
para_CollaborativeChangesEnd:oy para_CollaborativeChangesEnd:ny
cff_expertsubset_charset:qt cff_expertsubset_charset:pt
FT_NEXT_BYTE:Xh FT_NEXT_BYTE:Wh
JSCompiler_StaticMethods_Internal_Get_SelectionArray:pB JSCompiler_StaticMethods_Internal_Get_SelectionArray:oB
g_clr_MAX:FJ g_clr_MAX:EJ
CMatrix:kz CMatrix:jz
DefaultShapeDefinition:gg DefaultShapeDefinition:fg
check_MouseDownEvent:Tz check_MouseDownEvent:Sz
TT_SBit_StrikeRec:Nj TT_SBit_StrikeRec:Mj
historyitem_TextPr_Strikeout:yy historyitem_TextPr_Strikeout:xy
ft_module_get_service:Rh ft_module_get_service:Qh
c_oAscWrapStyle$Flow:cC c_oAscWrapStyle$Flow:bC
JSCompiler_StaticMethods__CalcMaxWidthByCell:Pc JSCompiler_StaticMethods__CalcMaxWidthByCell:Oc
CParagraphShd:QM CParagraphShd:PM
c_oAscImageUploadProp$SupportedFormats:HL c_oAscImageUploadProp$SupportedFormats:GL
ft_smooth_render:Kp ft_smooth_render:Jp
RGBToHSL:bH RGBToHSL:aH
CAscTexture:pM CAscTexture:oM
FT_NEXT_ULONG:li FT_NEXT_ULONG:ki
JSCompiler_StaticMethods_Internal_Check_TableRows:GB JSCompiler_StaticMethods_Internal_Check_TableRows:EB
historyitem_type_TableId:mx historyitem_type_TableId:lx
c_oAscFill$FILL_TYPE_SOLID:OL c_oAscFill$FILL_TYPE_SOLID:NL
ParaSpace:uc ParaSpace:tc
Window_OnMouseUp:Sz Window_OnMouseUp:Rz
CorrectUniColor:qM CorrectUniColor:pM
CCollaborativeChanges:ox CCollaborativeChanges:nx
_ph_summ_chart_and_tx:WK _ph_summ_chart_and_tx:VK
ft_glyphslot_free_bitmap:Bk ft_glyphslot_free_bitmap:Ak
Round_Super:Pq Round_Super:Oq
JSCompiler_StaticMethods__ExecuteTableRow:Vc JSCompiler_StaticMethods__ExecuteTableRow:Uc
CPrstColor:Af CPrstColor:zf
JSCompiler_StaticMethods_CommitSpan:Fa JSCompiler_StaticMethods_CommitSpan:Fa
numbering_presentationnumfrmt_RomanLcPeriod:xb numbering_presentationnumfrmt_RomanLcPeriod:wb
CFF_PrivateRec:Ls CFF_PrivateRec:Ks
Editor_Paste_GetElem:cc Editor_Paste_GetElem:bc
FileHandler:te FileHandler:se
_ph_summ__title_only:hL _ph_summ__title_only:gL
CTextFontFamily:nM CTextFontFamily:lM
cff_face_done:Vt cff_face_done:Ut
FT_ENCODING_MS_SYMBOL:Ov FT_ENCODING_MS_SYMBOL:Nv
min_size2:V min_size2:V
getFontInfo:AB getFontInfo:zB
JSCompiler_StaticMethods_Col_Add:TB JSCompiler_StaticMethods_Col_Add:SB
sat2:OG sat2:NG
c_oAscServerError$ConvertUnknownFormat:Me c_oAscServerError$ConvertUnknownFormat:Le
historyitem_TextPr_FontFamily:Ay historyitem_TextPr_FontFamily:zy
historyitem_TextPr_RStyle:Fy historyitem_TextPr_RStyle:Ey
JSCompiler_StaticMethods_Set_After:cd JSCompiler_StaticMethods_Set_After:bd
global_SubpixHintingHacks:Ir global_SubpixHintingHacks:Hr
documentId:je documentId:ie
JSCompiler_StaticMethods_default_tt:dq JSCompiler_StaticMethods_default_tt:cq
RULER_OBJECT_TYPE_HEADER:fA RULER_OBJECT_TYPE_HEADER:eA
AFM_FontInfoRec:pl AFM_FontInfoRec:ol
c_oMainTables$TableStyles:Yg c_oMainTables$TableStyles:Xg
Ins_NROUND:rr Ins_NROUND:qr
JSCompiler_StaticMethods_moveShapeTop:lF JSCompiler_StaticMethods_moveShapeTop:kF
BULLET_TYPE_BULLET_BLIP:Ig BULLET_TYPE_BULLET_BLIP:Hg
TFontCacheSizes:Fv TFontCacheSizes:Ev
JSCompiler_StaticMethods_Set_TableBorder_Right:rd JSCompiler_StaticMethods_Set_TableBorder_Right:qd
JSCompiler_StaticMethods_AddGuide:H JSCompiler_StaticMethods_AddGuide:H
Page_Width:Xa Page_Width:Va
CTextParagraphPr:yg CTextParagraphPr:xg
cff_charset_load:Ct cff_charset_load:Bt
Common_CopyObj:Gc Common_CopyObj:Fc
CalculateCnxLst:WG CalculateCnxLst:VG
c_oAscAsyncAction:zC CAbstractNum:Pd
CAbstractNum:Qd FT_Module_Class:xk
FT_Module_Class:yk gray_hline:Cp
gray_hline:Dp c_oAscFill$FILL_TYPE_BLIP:LL
c_oAscFill$FILL_TYPE_BLIP:ML ft_glyphslot_done:Bk
ft_glyphslot_done:Ck para_Tab:Pb
para_Tab:Rb CAscShapeProp:uM
CAscShapeProp:vM JSCompiler_StaticMethods_Get_Default_ParaList:Zx
JSCompiler_StaticMethods_Get_Default_ParaList:$x TT_DefRecord:dq
TT_DefRecord:eq cff_argument_counts:Xt
cff_argument_counts:Yt TT_SBit_MetricsRec:Jj
TT_SBit_MetricsRec:Kj cff_sid_to_glyph_name:Ht
cff_sid_to_glyph_name:It CTableRowPr:Qx
CTableRowPr:Rx m_bands:Fp
m_bands:Gp COLOR_TYPE_SRGB:Cf
COLOR_TYPE_SRGB:Df c_oAscServerError$Unknown:ye
c_oAscServerError$Unknown:ze TT_Load_Context:hq
TT_Load_Context:iq tt_cmap0_char_index:Jn
tt_cmap0_char_index:Kn Ins_MDRP:wr
Ins_MDRP:xr CCMapIndex:Bv
CCMapIndex:Cv historyitem_Table_TableGrid:jB
historyitem_Table_TableGrid:kB tt_face_load_hhea:nn
tt_face_load_hhea:on TMetrics:iw
TMetrics:jw FT_PEEK_ULONG_LE:di
FT_PEEK_ULONG_LE:ki CTextFit:vg
CTextFit:wg CreateControl:bA
CreateControl:cA tt_cmap13_char_map_binary:lo
tt_cmap13_char_map_binary:mo CMemory:ox
CMemory:px c_oAscSlideTransitionTypes$Split:uI
c_oAscSlideTransitionTypes$Split:vI pararecalc_0_All:ke
pararecalc_0_All:le CRasterHeapChuck:Wv
CRasterHeapChuck:Xv nSldLtTTxOverObj:EK
nSldLtTTxOverObj:FK JSCompiler_StaticMethods_Set_Props:WB
JSCompiler_StaticMethods_Set_Props:XB BULLET_TYPE_BULLET_AUTONUM:Ig
BULLET_TYPE_BULLET_AUTONUM:Jg CFF_CharsetRec:Is
CFF_CharsetRec:Js ps_tofixedarray:fm
ps_tofixedarray:gm JSCompiler_StaticMethods_Remove_ById:xD
JSCompiler_StaticMethods_Remove_ById:yD SlideLayout:of
SlideLayout:pf historyitem_Table_TableStyle:nB
historyitem_Table_TableStyle:oB FT_PEEK_String1:li
FT_PEEK_String1:mi sfnt_get_interface:fp
sfnt_get_interface:gp Paragraph:Qc
Paragraph:Rc tt_cmap6_char_index:Wn
tt_cmap6_char_index:Xn JSCompiler_StaticMethods_Internal_SetLvl:sG
JSCompiler_StaticMethods_Internal_SetLvl:tG c_oAscError$ID$ConvertationTimeout:uL
c_oAscError$ID$ConvertationTimeout:vL JSCompiler_StaticMethods_Check_NeedRecalc:dy
JSCompiler_StaticMethods_Check_NeedRecalc:ey TT_RunIns:lq
TT_RunIns:mq JSCompiler_StaticMethods_CopyRow:fb
JSCompiler_StaticMethods_CopyRow:gb cff_size_init:Mt
cff_size_init:Nt nSldLtTTbl:rK
nSldLtTTbl:sK phType_obj:tE
phType_obj:uE tt_cmap14_char_map_def_binary:uo
tt_cmap14_char_map_def_binary:vo c_oMainTables$Core:Ug
c_oMainTables$Core:Vg para_FlowObjectAnchor:Vb
para_FlowObjectAnchor:Wb GetRGBColorFromUniFillAndRef:fy
GetRGBColorFromUniFillAndRef:gy CTableOutlineDr:XI
CTableOutlineDr:YI TT_Round_To_Double_Grid:Sp
TT_Round_To_Double_Grid:Tp TT_Goto_CodeRange:oq
TT_Goto_CodeRange:pq Base64Encode:lh
Base64Encode:ph CBackground:JM
CBackground:KM JSCompiler_StaticMethods_Concat:ne
JSCompiler_StaticMethods_Concat:oe g_clr_MIN:DJ
g_clr_MIN:EJ power_tens:gt
power_tens:ht CGrState_State:mz
CGrState_State:nz ft_stub_set_char_sizes:qj
ft_stub_set_char_sizes:rj nSldLtTFourObj:TJ
nSldLtTFourObj:UJ JSCompiler_StaticMethods__set_pPr:wd
JSCompiler_StaticMethods__set_pPr:xd SetErrorAndReturn:Fr
SetErrorAndReturn:Gr T1_Read_PFM:zu
T1_Read_PFM:Au isThemeFont:nE
isThemeFont:oE CAscFillBlip:wM
CAscFillBlip:xM Common_CmpObj2:Ad
Common_CmpObj2:Bd FontRef:eg
FontRef:fg JSCompiler_StaticMethods_Internal_RecalculateFrom:wB
JSCompiler_StaticMethods_Internal_RecalculateFrom:xB ft_outline_glyph_bbox:Oi
ft_outline_glyph_bbox:Pi Ins_SFVTL:$q
Ins_SFVTL:ar Ins_MD:mr
Ins_MD:nr CGs:Mf
CGs:Nf JSCompiler_StaticMethods_Set_TableInd:ld
JSCompiler_StaticMethods_Set_TableInd:md FT_CreateVectorArray:Yi
FT_CreateVectorArray:Zi check_MouseUpEvent:Qz
check_MouseUpEvent:Rz JSCompiler_StaticMethods_handleEvents:UC
JSCompiler_StaticMethods_handleEvents:VC skip_spaces:Xl
skip_spaces:Yl JSCompiler_StaticMethods_Internal_CompileParaPr:OD
JSCompiler_StaticMethods_Internal_CompileParaPr:PD t1_cmap_std_done:Nl
t1_cmap_std_done:Ol FT_GlyphLoadCur:cj
FT_GlyphLoadCur:dj Editor_Paste:ec
Editor_Paste:fc FT_Outline_New_Internal:Hi
FT_Outline_New_Internal:Ii FontStyle$FontStyleBold:dw
FontStyle$FontStyleBold:ew FT_Raster_Params:dk
FT_Raster_Params:ek tab_Left:Nd
tab_Left:Od CDocumentColor:$d
CDocumentColor:ae para_CollaborativeChangesStart:my
para_CollaborativeChangesStart:ny JSCompiler_StaticMethods_Internal_MoveCursorBackward:CD
JSCompiler_StaticMethods_Internal_MoveCursorBackward:DD historyitem_TableCell_GridSpan:qC
historyitem_TableCell_GridSpan:rC FT_CFF_SERVICE_PS_INFO_GET:mu
FT_CFF_SERVICE_PS_INFO_GET:nu Editor_CopyPaste_Create:qe
Editor_CopyPaste_Create:re ft_trig_arctan_table:sp
ft_trig_arctan_table:tp contentchanges_Add:AC
contentchanges_Add:BC
type_Table:Ia type_Table:Ia
history_undo_redo_const:WA history_undo_redo_const:VA
AddPolyLine2State:ZE AddPolyLine2State:YE
tt_cmap12_next:fo tt_cmap12_next:eo
g_anchor_right:Yz g_anchor_right:Xz
CControlContainer:aA CControlContainer:$z
c_oAscSlideTransitionParams$Clock_Clockwise:OI c_oAscSlideTransitionParams$Clock_Clockwise:NI
Write_CVT:Er Write_CVT:Dr
historyitem_type_Drawing:Zw historyitem_type_Drawing:Yw
LineEndType$Diamond:eI LineEndType$Diamond:dI
Compute_Point_Displacement:Uq Compute_Point_Displacement:Tq
FT_Generic:ik FT_Generic:hk
_ph_summ__pic_tx:eL _ph_summ__pic_tx:dL
FOCUS_OBJECT_THUMBNAILS:sa FOCUS_OBJECT_THUMBNAILS:sa
CTableProp:dM CTableProp:cM
ELEMENT_DISPAY_STYLE:ia ELEMENT_DISPAY_STYLE:ia
tan:RG tan:QG
tt_cmap14_variant_chars:Fo tt_cmap14_variant_chars:Eo
GUID:kh GUID:jh
FT_PIX_ROUND:qi FT_PIX_ROUND:pi
JSCompiler_StaticMethods_Is_NewLine:Py JSCompiler_StaticMethods_Is_NewLine:Oy
load_post_names:sn load_post_names:rn
TT_Driver:Gs TT_Driver:Fs
JSCompiler_StaticMethods_beginCommand:vz JSCompiler_StaticMethods_beginCommand:uz
TT_GlyphZoneRec:Qj TT_GlyphZoneRec:Pj
JSCompiler_StaticMethods_Internal_FindForward:rD JSCompiler_StaticMethods_Internal_FindForward:qD
c_oAscLineDrawingRule$Top:KA c_oAscLineDrawingRule$Top:JA
_message_update:pJ _message_update:oJ
create_cmap_class_rec:uk create_cmap_class_rec:tk
tt_cmap4_init:Qn tt_cmap4_init:Pn
g_sMainServiceLocalUrl:ve g_sMainServiceLocalUrl:ue
JSCompiler_StaticMethods_shiftSlides:IF JSCompiler_StaticMethods_shiftSlides:HF
g_nodeAttributeEnd:bf g_nodeAttributeEnd:af
cff_get_interface:uu cff_get_interface:tu
afm_stream_read_one:Cl afm_stream_read_one:Bl
BULLET_TYPE_TYPEFACE_NONE:wh BULLET_TYPE_TYPEFACE_NONE:vh
gray_set_cell:kp gray_set_cell:jp
JSCompiler_StaticMethods_Internal_GetEndPos:Og JSCompiler_StaticMethods_Internal_GetEndPos:Ng
CLn:Yf CLn:Uf
FT_ENCODING_APPLE_ROMAN:Pv FT_ENCODING_APPLE_ROMAN:Ov
ScrollOverType$ACTIVE:IC ScrollOverType$ACTIVE:HC
Pop_Push_Count:tq Pop_Push_Count:sq
skip_comment:Xl skip_comment:Wl
nSldLtTTitle:LJ nSldLtTTitle:KJ
TRACK_ADJUSTMENT_SIZE:VH TRACK_ADJUSTMENT_SIZE:UH
numbering_presentationnumfrmt_AlphaLcParenR:Ab numbering_presentationnumfrmt_AlphaLcParenR:zb
JSCompiler_StaticMethods_changeColorScheme:FF JSCompiler_StaticMethods_changeColorScheme:EF
Load_SBit_Const_Metrics:vn Load_SBit_Const_Metrics:un
t1_done_loader:ev t1_done_loader:dv
c_oAscMouseMoveDataTypes$Common:OD c_oAscMouseMoveDataTypes$Common:ND
JSCompiler_StaticMethods_Internal_Get_StartMergedCell:BA JSCompiler_StaticMethods_Internal_Get_StartMergedCell:AA
CTableRowHeight:qg CTableRowHeight:pg
Ins_GC:mr Ins_GC:lr
cd16:sJ cd16:rJ
CPointer:Uh CPointer:Th
cd13:tJ cd13:sJ
CTextBody:Mg CTextBody:Lg
t1_standard_encoding:Hk t1_standard_encoding:Gk
JSCompiler_StaticMethods_Set_TableCellMar:kd JSCompiler_StaticMethods_Set_TableCellMar:jd
heightrule_Auto:hb heightrule_Auto:gb
JSCompiler_StaticMethods_Set_KeepNext:UD JSCompiler_StaticMethods_Set_KeepNext:TD
JSCompiler_StaticMethods_VertLine:lA JSCompiler_StaticMethods_VertLine:kA
tt_face_load_loca:ns tt_face_load_loca:ms
tt_cmap4_next:Sn tt_cmap4_next:Rn
c_oAscSlideTransitionParams$Param_TopLeft:GI c_oAscSlideTransitionParams$Param_TopLeft:FI
JSCompiler_StaticMethods_Create_Table_Bordered:Vx JSCompiler_StaticMethods_Create_Table_Bordered:Ux
tt_face_load_sfnt_header_stub:Ho tt_face_load_sfnt_header_stub:Go
CFF_Field_Handler:et CFF_Field_Handler:dt
cd23:uJ cd23:tJ
sfnt_find_encoding:dp sfnt_find_encoding:cp
TT_Access_Glyph_Frame:$r TT_Access_Glyph_Frame:Zr
CThemeLoader:Ow CThemeLoader:Nw
TT_CodeRange:fq TT_CodeRange:eq
HitInBezier4:lG HitInBezier4:kG
JSCompiler_StaticMethods_ParseItem:Aa JSCompiler_StaticMethods_ParseItem:Aa
ft_service_list_lookup:Ph ft_service_list_lookup:Oh
JSCompiler_StaticMethods_calculateTextTheme2:kC JSCompiler_StaticMethods_calculateTextTheme2:jC
tt_cmap4_char_map_linear:Tn tt_cmap4_char_map_linear:Sn
JSCompiler_StaticMethods_Set_DocumentMargin:nA JSCompiler_StaticMethods_Set_DocumentMargin:mA
historyitem_Table_TableLook:lB historyitem_Table_TableLook:kB
CTextProp:SM CTextProp:RM
_weight_tbl:SK _weight_tbl:RK
TYPE_TRACK_GROUP_PASSIVE:IH TYPE_TRACK_GROUP_PASSIVE:HH
Load_SBit_Range_Codes:wn Load_SBit_Range_Codes:vn
CCacheImage:ZI CCacheImage:YI
c_oAscSlideTransitionTypes$UnCover:wI c_oAscSlideTransitionTypes$UnCover:vI
JSCompiler_StaticMethods_Style_Add:Dd JSCompiler_StaticMethods_Style_Add:Cd
cff_parse_fixed_scaled:lt cff_parse_fixed_scaled:kt
ParaPageNum:cz ParaPageNum:bz
X_Left_Field:bC X_Left_Field:aC
CTableRow:ex CTableRow:dx
para_Space:Pb para_Space:Ob
Y_Top_Field:lE Y_Top_Field:kE
_ph_summ_four_obj:YK _ph_summ_four_obj:XK
create_cff_field:ft create_cff_field:et
CTableShape:CG CTableShape:BG
TGlyph:kw TGlyph:jw
CTableId:Uw CTableId:Tw
c_oAscError$Level$NoCritical:IB c_oAscError$Level$NoCritical:HB
FT_Get_Charmap_Index:vv FT_Get_Charmap_Index:uv
cff_fd_select_get:At cff_fd_select_get:zt
CAscFillSolid:DM CAscFillSolid:CM
t1_get_glyph_name:Ul t1_get_glyph_name:Tl
_ph_summ_chart:VK _ph_summ_chart:UK
HitToArc:kG HitToArc:jG
Ins_SPVTCA:Yq Ins_SPVTCA:Xq
ft_outline_glyph_class:Ti ft_outline_glyph_class:Si
phClr:nD phClr:mD
CFF_FontRec:ct CFF_FontRec:Ns
min_distance_joined:oH min_distance_joined:nH
MoveState:iF MoveState:hF
flowobject_Image:ya flowobject_Image:ya
JSCompiler_StaticMethods_Is_On:ee JSCompiler_StaticMethods_Is_On:de
JSCompiler_StaticMethods_fromShape:dG JSCompiler_StaticMethods_fromShape:cG
JSCompiler_StaticMethods_Document_Redo:cF JSCompiler_StaticMethods_Document_Redo:bF
FT_Outline_Get_CBox:Qi FT_Outline_Get_CBox:Pi
cff_slot_done:Qt cff_slot_done:Pt
selectionflag_Common:mD selectionflag_Common:lD
redrawSlide:EF redrawSlide:DF
FT_CFF_SERVICE_GET_CMAP_INFO_GET:qu FT_CFF_SERVICE_GET_CMAP_INFO_GET:pu
FT_Service_MultiMastersRec:Hh FT_Service_MultiMastersRec:Gh
Geometry:ZG Geometry:YG
JSCompiler_StaticMethods_Clear_Redo:vx JSCompiler_StaticMethods_Clear_Redo:ux
__FT_CharmapRec:sk __FT_CharmapRec:rk
table_Selection_Cell:Ka table_Selection_Cell:Ka
CAscColor:tM CAscColor:sM
JSCompiler_StaticMethods_Internal_Content_Remove2:AD JSCompiler_StaticMethods_Internal_Content_Remove2:zD
CAscThemeInfo:sf CAscThemeInfo:rf
FT_SFNT_INTERFACE_GET:hp FT_SFNT_INTERFACE_GET:gp
JSCompiler_StaticMethods_Set_WidowControl:TD JSCompiler_StaticMethods_Set_WidowControl:SD
c_oAscServerError$StorageGetInfo:Je c_oAscServerError$StorageGetInfo:Ie
psaux_interface:Hm psaux_interface:Gm
CThPage:jJ CThPage:iJ
ft_bitmap_glyph_bbox:Gi ft_bitmap_glyph_bbox:Fi
JSCompiler_StaticMethods_Internal_CreateNewGrid:tB JSCompiler_StaticMethods_Internal_CreateNewGrid:sB
nSldLtTMediaAndTx:VJ nSldLtTMediaAndTx:UJ
JSCompiler_StaticMethods_Hue_2_RGB:xJ JSCompiler_StaticMethods_Hue_2_RGB:wJ
break_Line:wd break_Line:vd
phType_body:sE phType_body:rE
c_oAscFill$FILL_TYPE_NOFILL:NL c_oAscFill$FILL_TYPE_NOFILL:ML
JSCompiler_StaticMethods_Set_KeepLines:Kd JSCompiler_StaticMethods_Set_KeepLines:Jd
t1_builder_funcs:jm t1_builder_funcs:im
JSCompiler_get:w JSCompiler_get:w
cff_size_request:Pt cff_size_request:Ot
T1_New_Parser:Ku T1_New_Parser:Ju
__cancelFrame:pI __cancelFrame:oI
align_Right:$a align_Right:Za
c_oMainTables$NotesSlides:dh c_oMainTables$NotesSlides:ch
c_oAscError$ID$KeyExpire:EL c_oAscError$ID$KeyExpire:DL
docpostype_FlowObjects:ra docpostype_FlowObjects:ra
tt_face_free_eblc:yn tt_face_free_eblc:xn
nSldLtTTwoObj:vK nSldLtTTwoObj:uK
ParaHyperlinkStart:Fc ParaHyperlinkStart:Ec
SetSuperRound:Rq SetSuperRound:Qq
TT_VertHeader:Vj TT_VertHeader:Uj
JSCompiler_StaticMethods_Add_FlowTable:zF JSCompiler_StaticMethods_Add_FlowTable:yF
CNumPr:fy CNumPr:ey
MASTER_KIND:zA MASTER_KIND:yA
FontScheme:HJ FontScheme:GJ
REND_MODE:Jv REND_MODE:Iv
HF:bg HF:ag
tt_face_load_sbit_stub:Mo tt_face_load_sbit_stub:Lo
FT_Open_Args:pk FT_Open_Args:ok
c_oSerFormat$Signature:$L c_oSerFormat$Signature:YL
c_oAscServerError$ReadRequestStream:Ae c_oAscServerError$ReadRequestStream:ze
historyitem_Table_Parent:QA historyitem_Table_Parent:PA
nSldLtTObjOverTx:ZJ nSldLtTObjOverTx:YJ
tt_cmap13_char_next:oo tt_cmap13_char_next:no
FT_MM_Axis:mj FT_MM_Axis:lj
historyitem_type_Table:cx historyitem_type_Table:bx
g_anchor_left:Wz g_anchor_left:Vz
c_oAscSlideTransitionParams$Zoom_In:RI c_oAscSlideTransitionParams$Zoom_In:QI
FT_GlyphLoader_CheckSubGlyphs:ij FT_GlyphLoader_CheckSubGlyphs:hj
tt_face_get_name:Wo tt_face_get_name:Vo
JSCompiler_StaticMethods__MergeProp:jb JSCompiler_StaticMethods__MergeProp:ib
tt_cmap14_def_char_count:Co tt_cmap14_def_char_count:Bo
tab_Center:Wy tab_Center:Vy
FlowObjects:xC FlowObjects:wC
c_oAscLineDrawingRule$Center:MA c_oAscLineDrawingRule$Center:LA
ifElse:GG ifElse:FG
JSCompiler_StaticMethods_Get_CurPage:dF JSCompiler_StaticMethods_Get_CurPage:cF
cff_operator_seac:hu cff_operator_seac:gu
CFontFile:Dv CFontFile:Cv
tt_face_free_ps_names:tn tt_face_free_ps_names:sn
COverlay:WH COverlay:VH
JSCompiler_StaticMethods_putLineEndSize:rF JSCompiler_StaticMethods_putLineEndSize:qF
_ph_summ__two_obj_and_two_tx:kL _ph_summ__two_obj_and_two_tx:jL
tt_cmap14_init:so tt_cmap14_init:ro
_strncmp:ni _strncmp:mi
CRasterDataInfo:Uv CRasterDataInfo:Tv
CImgProperty:Ac CImgProperty:zc
FT_Request_Size:sv FT_Request_Size:rv
JSCompiler_StaticMethods_Search_Start:TE JSCompiler_StaticMethods_Search_Start:RE
BULLET_TYPE_COLOR_CLRTX:Ag BULLET_TYPE_COLOR_CLRTX:zg
FT_Glyph_Metrics:jk FT_Glyph_Metrics:ik
flowobject_Table:Ga flowobject_Table:Ga
tt_cmap0_char_next:Ln tt_cmap0_char_next:Kn
AddTextState:UE AddTextState:TE
JSCompiler_StaticMethods__MouseHoverOnArrowUp:QC JSCompiler_StaticMethods__MouseHoverOnArrowUp:PC
JSCompiler_StaticMethods_moveShapeRight:mF JSCompiler_StaticMethods_moveShapeRight:lF
CTableStylePr:vf CTableStylePr:uf
CFF_SubFontRec:Ns CFF_SubFontRec:Ms
FT_Outline_EmboldenXY:vp FT_Outline_EmboldenXY:up
FT_Get_Glyph:xv FT_Get_Glyph:wv
FT_Multi_Master:qj FT_Multi_Master:pj
_ph_summ__media_and_tx:ZK _ph_summ__media_and_tx:YK
TT_SBit_LineMetricsRec:Lj TT_SBit_LineMetricsRec:Kj
TT_GraphicsState:cq TT_GraphicsState:bq
FT_Outline_Copy:Ji FT_Outline_Copy:Ii
b64_decode:gf b64_decode:ff
CHeader:lM CHeader:jM
tt_cmap14_char_index:to tt_cmap14_char_index:so
JSCompiler_StaticMethods_drawFillStroke:eH JSCompiler_StaticMethods_drawFillStroke:dH
CBrush:tz CBrush:sz
FT_OutlineCur:$i FT_OutlineCur:Zi
FT_Outline:Yi FT_Outline:Xi
tt_cmap14_char_variants:Bo tt_cmap14_char_variants:Ao
Dual_Project:Bq Dual_Project:Aq
ArcToCurvers:dH ArcToCurvers:cH
historyitem_TableId_Add:Vw historyitem_TableId_Add:Uw
Ins_SVTCA:Xq Ins_SVTCA:Wq
CFF_Decoder_Zone:$t CFF_Decoder_Zone:Zt
historyitem_Table_TableCellMar:YA historyitem_Table_TableCellMar:XA
t1_cmap_std_char_index:Pl t1_cmap_std_char_index:Ol
xhrSupported$$inline_969:qw FT_GlyphLoader_Rewind:fj
FT_GlyphLoader_Rewind:gj JSCompiler_StaticMethods_Read_Lvl_FromBinary:uG
JSCompiler_StaticMethods_Read_Lvl_FromBinary:vG JSCompiler_StaticMethods_Add_PresentationNumbering:JD
JSCompiler_StaticMethods_Add_PresentationNumbering:KD PARRUN_TYPE_BR:Qg
PARRUN_TYPE_BR:Rg _weight_subTitle:QK
_weight_subTitle:RK xhrSupported$$inline_972:pw
ShapeAddState:bF ShapeAddState:aF
tt_service_truetype_glyf:is tt_service_truetype_glyf:hs
ft_bitmap_glyph_done:Fi ft_bitmap_glyph_done:Ei
CBorder:JM CBorder:IM
TT_Get_MM_Var:Tr TT_Get_MM_Var:Sr
CSpPr:qh CSpPr:ph
JSCompiler_StaticMethods_slidesCut:LF JSCompiler_StaticMethods_slidesCut:KF
JSCompiler_StaticMethods_Get_VMerge:Oa JSCompiler_StaticMethods_Get_VMerge:Na
JSCompiler_StaticMethods_CorrectTo:oA JSCompiler_StaticMethods_CorrectTo:nA
clone2:BG clone2:AG
cToDeg:oG cToDeg:nG
TT_LoaderRec:Rj TT_LoaderRec:Qj
para_TextPr:Lb para_TextPr:Kb
c_oAscSlideTransitionParams$Param_Bottom:FI c_oAscSlideTransitionParams$Param_Bottom:EI
JSCompiler_StaticMethods_Internal_GetPage:SD JSCompiler_StaticMethods_Internal_GetPage:RD
tt_face_find_bdf_prop:Vm tt_face_find_bdf_prop:Um
JSCompiler_StaticMethods__commit_rPr:sc JSCompiler_StaticMethods__commit_rPr:rc
ft_var_apply_tuple:Sr ft_var_apply_tuple:Rr
JSCompiler_StaticMethods_Internal_Add_Row:td JSCompiler_StaticMethods_Internal_Add_Row:sd
ParaTab:Ec ParaTab:Dc
_builder_funcs$$inline_392:Jm _builder_funcs$$inline_395:Im
c_oMainTables$Slides:bh c_oMainTables$Slides:ah
FT_DivFix:zi FT_DivFix:yi
CTab:dA CTab:cA
Ins_SDPVTL:ur Ins_SDPVTL:tr
documentUrl:UL documentUrl:TL
tt_cmap12_char_index:ho tt_cmap12_char_index:go
T1_Size_Done:Nu T1_Size_Done:Mu
tt_face_done:ss tt_face_done:rs
c_oAscError$ID$Database:yL c_oAscError$ID$Database:xL
CreateIntArray:Fh CreateIntArray:Eh
ParaCollaborativeChangesStart:ez ParaCollaborativeChangesStart:dz
cff_cmap_encoding_class_rec:Ht cff_cmap_encoding_class_rec:Gt
check_KeyboardEvent:Pz check_KeyboardEvent:Cz
JSCompiler_StaticMethods__MarginToStyle:eb JSCompiler_StaticMethods__MarginToStyle:cb
LineJoinType$Miter:mI LineJoinType$Miter:lI
PS_FontExtraRec:ml PS_FontExtraRec:ll
CopyPasteCorrectString:Ob CopyPasteCorrectString:Nb
CParagraphSpacing:oM CParagraphSpacing:mM
ps_get_macintosh_name:al ps_get_macintosh_name:$k
numbering_presentationnumfrmt_AlphaUcParenR:Cb numbering_presentationnumfrmt_AlphaUcParenR:Bb
tt_face_free_sbit_stub:No tt_face_free_sbit_stub:Mo
LibraryHintingParams:Yp LibraryHintingParams:Xp
JSCompiler_StaticMethods__IsBlockElem:qc JSCompiler_StaticMethods__IsBlockElem:pc
c_oAscServerError$StorageRead:Fe c_oAscServerError$StorageRead:Ee
CParaPr:Qx CParaPr:Px
historyitem_Drawing_Url:az historyitem_Drawing_Url:$y
T1_TokenRec:fm T1_TokenRec:em
c_oMainTables$Themes:Zg c_oMainTables$Themes:Yg
FT_Set_Char_Size:tv FT_Set_Char_Size:sv
JSCompiler_StaticMethods_putLineJoin:xF JSCompiler_StaticMethods_putLineJoin:wF
cff_slot_init:Rt cff_slot_init:Qt
tt_cmap_init:Jn tt_cmap_init:In
Y_Bottom_Field:Tc Y_Bottom_Field:Sc
FT_Vector_Transform:wp FT_Vector_Transform:vp
FILL_TYPE_NONE:BB FILL_TYPE_NONE:AB
g_clr_accent1:CJ g_clr_accent1:BJ
bezier4:Bh bezier4:Ah
c_oMainTables$SlideLayouts:ah c_oMainTables$SlideLayouts:$g
bezier3:Ah bezier3:zh
g_dKoef_mm_to_pt:ab g_dKoef_mm_to_pt:$a
historyitem_type_FlowTable:ix historyitem_type_FlowTable:hx
JSCompiler_StaticMethods_Get_Cell:F JSCompiler_StaticMethods_Get_Cell:F
JSCompiler_StaticMethods_Selection_CalculateTextPr:aE JSCompiler_StaticMethods_Selection_CalculateTextPr:$D
dublicate_pointer:Vh dublicate_pointer:Uh
break_Page:Tb break_Page:Sb
JSCompiler_StaticMethods_ReadFromBinary:kc JSCompiler_StaticMethods_ReadFromBinary:kc
Page_Height:qB Page_Height:pB
c_oAscColor$COLOR_TYPE_PRST:KL c_oAscColor$COLOR_TYPE_PRST:JL
c_oAscError$Level$Critical:sL c_oAscError$Level$Critical:rL
c_oAscTableSelectionType$Row:TA c_oAscTableSelectionType$Row:SA
AutoShapesContainer:JE AutoShapesContainer:IE
JSCompiler_StaticMethods__ValueToMmType:Ad JSCompiler_StaticMethods__ValueToMmType:zd
JSCompiler_StaticMethods_CopyTable:Ra JSCompiler_StaticMethods_CopyTable:Qa
documentTitleWithoutExtention:XL documentTitleWithoutExtention:VL
CBoundsController:$H CBoundsController:ZH
PreChangeAdjState:gH PreChangeAdjState:fH
Spline:uH Spline:tH
locktype_Other:Ix locktype_Other:Hx
JSCompiler_StaticMethods_Set_PresentationLevel:ZD JSCompiler_StaticMethods_Set_PresentationLevel:YD
IS_PS_DELIM:sl IS_PS_DELIM:rl
historyitem_TableRow_RemoveCell:iC historyitem_TableRow_RemoveCell:hC
ft_var_readpackeddeltas:Qr ft_var_readpackeddeltas:Pr
JSCompiler_StaticMethods_AddCnx:K JSCompiler_StaticMethods_AddCnx:K
JSCompiler_StaticMethods_Internal_Get_StartMergedCell2:yB JSCompiler_StaticMethods_Internal_Get_StartMergedCell2:xB
FT_SqrtFixed:Ai FT_SqrtFixed:zi
JSCompiler_StaticMethods__Decide_AddParagraph:rc JSCompiler_StaticMethods__Decide_AddParagraph:qc
tt_cmap2_char_index:Nn tt_cmap2_char_index:Mn
c_oMainTables$NotesMasters:ch c_oMainTables$NotesMasters:bh
JSCompiler_StaticMethods_Selection_SelectNumbering:$D JSCompiler_StaticMethods_Selection_SelectNumbering:ZD
Slide:qf Slide:pf
afm_parser_next_key:Gl afm_parser_next_key:Fl
Round_Up_To_Grid:Lq Round_Up_To_Grid:Kq
T1_Parse_Glyph:Eu T1_Parse_Glyph:Du
bIsLocalFontsUse:ow bIsLocalFontsUse:nw
ASC_DOCS_API_USE_EMBEDDED_FONTS:TL ASC_DOCS_API_USE_EMBEDDED_FONTS:SL
T1_Driver_Class:mv T1_Driver_Class:lv
cff_driver_done:Xt cff_driver_done:Wt
cff_lookup_glyph_by_stdcharcode:gu cff_lookup_glyph_by_stdcharcode:fu
JSCompiler_StaticMethods_Internal_GetVertMergeCount2:MB JSCompiler_StaticMethods_Internal_GetVertMergeCount2:KB
fontstyle_mask_bold:yw fontstyle_mask_bold:xw
CDemonstrationManager:UI CDemonstrationManager:TI
FT_Face_Internal:vk FT_Face_Internal:uk
compare_kern_pairs:zu compare_kern_pairs:yu
__FT_CMapRec:rk __FT_CMapRec:qk
tt_cmap14_get_nondef_chars:Eo tt_cmap14_get_nondef_chars:Do
JSCompiler_StaticMethods_slidesCopy:ta JSCompiler_StaticMethods_slidesCopy:ta
TT_ExecContextRec:gq TT_ExecContextRec:fq
afm_parser_read_vals:Fl afm_parser_read_vals:El
TT_Load_Glyph_Header:bs TT_Load_Glyph_Header:as
JSCompiler_StaticMethods_getLocalTransform:NH JSCompiler_StaticMethods_getLocalTransform:MH
CPen:sz CPen:rz
afm_stream_skip_spaces:Bl afm_stream_skip_spaces:Al
tt_driver_done:ps tt_driver_done:os
nSldLtTTxAndMedia:CK nSldLtTTxAndMedia:BK
FT_Slot_Internal:wk FT_Slot_Internal:vk
FT_Outline_Translate:Oi FT_Outline_Translate:Ni
FileStream:$e FileStream:Ze
JSCompiler_StaticMethods_Internal_CheckMerge:VA JSCompiler_StaticMethods_Internal_CheckMerge:UA
c_oAscServerError$UploadExtension:Re c_oAscServerError$UploadExtension:Qe
PS_BlendRec:il PS_BlendRec:hl
JSCompiler_StaticMethods_Clear_Formatting:XD JSCompiler_StaticMethods_Clear_Formatting:WD
JSCompiler_StaticMethods__Commit_Br:Cc JSCompiler_StaticMethods__Commit_Br:Bc
TT_Load_Composite_Glyph:ds TT_Load_Composite_Glyph:cs
multDiv:DG multDiv:CG
CStyles:Xx CStyles:Wx
moveTo:yh moveTo:xh
afm_tokenize:Hl afm_tokenize:Gl
tt_cmap14_char_var_index:yo tt_cmap14_char_var_index:xo
selectionflag_Numbering:GD selectionflag_Numbering:FD
CSelectedObject:eM CSelectedObject:dM
FT_ValidatorRec:uj FT_ValidatorRec:tj
FT_GlyphLoader_Add:kj FT_GlyphLoader_Add:jj
_arr_lt_types_weight:nL _arr_lt_types_weight:mL
pin:NG pin:MG
JSCompiler_StaticMethods_AddEllipse:XH JSCompiler_StaticMethods_AddEllipse:WH
JSCompiler_StaticMethods_AddLineDash:TH JSCompiler_StaticMethods_AddLineDash:SH
JSCompiler_StaticMethods_private_FillGlyph:RH JSCompiler_StaticMethods_private_FillGlyph:QH
cff_parse_real:it cff_parse_real:ht
JSCompiler_StaticMethods__drawArrow:SC JSCompiler_StaticMethods__drawArrow:RC
FT_CFF_SERVICE_PS_NAME_GET:pu FT_CFF_SERVICE_PS_NAME_GET:ou
TT_CMap13Rec:jo TT_CMap13Rec:io
JSCompiler_StaticMethods_fromAlphaMask:Lv JSCompiler_StaticMethods_fromAlphaMask:Kv
c_oAscTypeSelectElement:GL c_oAscTypeSelectElement:FL
GetShortIns:lr GetShortIns:kr
cff_expert_charset:pt cff_expert_charset:ot
tt_load_sbit_metrics:En tt_load_sbit_metrics:Dn
Compute_Funcs:xq Compute_Funcs:wq
SkipCode:Sq SkipCode:Rq
CommandType:qz CommandType:pz
_strncmp_data:pi _strncmp_data:oi
_isxdigit:el _isxdigit:dl
documentTitle:VL documentTitle:UL
tt_cmap14_find_variant:xo tt_cmap14_find_variant:wo
CMargins:NM CMargins:MM
_weight_ctrTitle:MK _weight_ctrTitle:LK
getFile:ue getFile:te
CAscThemes:Pw CAscThemes:Ow
JSCompiler_StaticMethods__ExecuteBorder:Mc JSCompiler_StaticMethods__ExecuteBorder:Lc
cff_Load_Glyph:lu cff_Load_Glyph:ku
locktype_Mine:tx locktype_Mine:sx
JSCompiler_StaticMethods_setParagraphSpacing:LE JSCompiler_StaticMethods_setParagraphSpacing:KE
documentOrigin:bc documentOrigin:ac
ft_smooth_get_cbox:Mp ft_smooth_get_cbox:Lp
nSldLtTObj:MJ nSldLtTObj:LJ
FT_PEEK_SHORT:Yh FT_PEEK_SHORT:Xh
TT_Round_To_Half_Grid:Rp TT_Round_To_Half_Grid:Qp
find_unicode_charmap:Ak find_unicode_charmap:zk
Ins_PUSHB:vr Ins_PUSHB:ur
CCollaborativeEditing:qx CCollaborativeEditing:px
JSCompiler_StaticMethods_deleteSlides:KF JSCompiler_StaticMethods_deleteSlides:JF
nSldLtTTwoTxTwoObj:zK nSldLtTTwoTxTwoObj:yK
Ins_PUSHW:wr Ins_PUSHW:vr
c_oAscSlideTransitionParams$Split_HorizontalOut:MI c_oAscSlideTransitionParams$Split_HorizontalOut:LI
_weight_obj:PK _weight_obj:OK
JSCompiler_StaticMethods_InitRun:za JSCompiler_StaticMethods_InitRun:za
JSCompiler_StaticMethods_Add_Cell:Wc JSCompiler_StaticMethods_Add_Cell:Vc
FT_Var_Axis:nj FT_Var_Axis:mj
FT_Size_RequestRec:sj FT_Size_RequestRec:rj
ft_bitmap_glyph_class:Si ft_bitmap_glyph_class:Ri
ParaTextPr:Cd ParaTextPr:Bd
CDocumentContent:Ng CDocumentContent:Mg
FT_Var_Named_Style:oj FT_Var_Named_Style:nj
FT_NEXT_SHORT:Zh _cmap_classes$$inline_398:Km
CMetafile:rz FT_NEXT_SHORT:Yh
_cmap_classes$$inline_395:Lm CMetafile:qz
para_End:Ub para_End:Tb
fontstyle_mask_regular:ww fontstyle_mask_regular:vw
nSldLtTTwoObjAndTx:xK nSldLtTTwoObjAndTx:wK
T1_Get_Multi_Master:Zu T1_Get_Multi_Master:Yu
CLayoutThumbnail:oJ CLayoutThumbnail:nJ
sqrt:QG sqrt:PG
Round_To_Half_Grid:Nq Round_To_Half_Grid:Mq
cff_face_init:St cff_face_init:Rt
historyitem_TableCell_Border_Bottom:qC historyitem_TableCell_Border_Bottom:pC
g_oIdCounter:Tw g_oIdCounter:Sw
tt_size_done_bytecode:lq tt_size_done_bytecode:kq
c_oAscAsyncActionType$BlockInteraction:Qw c_oAscAsyncActionType$BlockInteraction:Pw
c_oAscServerError$UploadContentLength:Qe c_oAscServerError$UploadContentLength:Pe
c_oAscServerError$VKeyUserCountExceed:Ye c_oAscServerError$VKeyUserCountExceed:Xe
c_oAscSlideTransitionParams$Clock_Wedge:QI c_oAscSlideTransitionParams$Clock_Wedge:PI
ft_extra_glyph_unicodes:Ok ft_extra_glyph_unicodes:Nk
FT_Matrix:bj FT_Matrix:aj
cos:KG cos:JG
FT_CMap_New:cp FT_CMap_New:bp
TRACK_DISTANCE_ROTATE:mG TRACK_DISTANCE_ROTATE:lG
gray_render_line:lp gray_render_line:kp
TT_Driver_Class:Es TT_Driver_Class:Ds
_weight_chart:KK _weight_chart:JK
LineJoinType$Empty:lI _files$$inline_981:R
FT_MulFix:yi LineJoinType$Empty:kI
tt_cmap4_set_range:Rn FT_MulFix:xi
g_anchor_top:Xz tt_cmap4_set_range:Qn
vertalign_Baseline:zd g_anchor_top:Wz
t1_expert_encoding:Ik vertalign_Baseline:yd
clonePrototype:hG t1_expert_encoding:Hk
CompareImageProperties:WE clonePrototype:gG
tt_size_ready_bytecode:kq CompareImageProperties:VE
JSCompiler_StaticMethods_Row_Add:UB tt_size_ready_bytecode:iq
fSortAscending:La JSCompiler_StaticMethods_Row_Add:TB
c_oAscSlideTransitionTypes$Zoom:zI c_oAscSlideTransitionTypes$Zoom:yI
tt_cmap4_char_map_binary:Un tt_cmap4_char_map_binary:Tn
cff_index_done:vt cff_index_done:ut
numbering_presentationnumfrmt_None:qD numbering_presentationnumfrmt_None:pD
FT_Bitmap_Size:kk FT_Bitmap_Size:jk
Ph:ug Ph:tg
Read_CVT_Stretched:Ar Read_CVT_Stretched:zr
JSCompiler_StaticMethods_Remove_Cell:EB JSCompiler_StaticMethods_Remove_Cell:DB
FT_MM_Var:pj FT_MM_Var:oj
c_oMainTables$App:Ug c_oMainTables$App:Tg
c_oAscError$ID$UplImageSize:AL c_oAscError$ID$UplImageSize:zL
Direct_Move_Orig:Dq Direct_Move_Orig:Cq
TT_Round_Off:Qp TT_Round_Off:Pp
LineEndSize$Large:yJ LineEndSize$Large:xJ
JSCompiler_StaticMethods_parse_para_TextPr:Kb JSCompiler_StaticMethods_parse_para_TextPr:Jb
check_type1_format:Ju check_type1_format:Iu
CTextMeasurer:XI CTextMeasurer:WI
JSCompiler_StaticMethods_scrollByX:MC JSCompiler_StaticMethods_scrollByX:LC
JSCompiler_StaticMethods_scrollByY:NC JSCompiler_StaticMethods_scrollByY:MC
FT_BitmapGlyphRec:Ui FT_BitmapGlyphRec:Ti
nSldLtTVertTitleAndTx:GK nSldLtTVertTitleAndTx:FK
global_MatrixTransformer:eG global_MatrixTransformer:dG
T1_Parse_Glyph_And_Get_Char_String:Du T1_Parse_Glyph_And_Get_Char_String:Cu
CreateControlContainer:bA CreateControlContainer:aA
IS_PS_SPACE:rl IS_PS_SPACE:ql
SFNT_HeaderRec:wj SFNT_HeaderRec:vj
t1_service_glyph_dict:fv t1_service_glyph_dict:ev
CClipManager:xz CClipManager:wz
changestype_Document_SectPr:Bx changestype_Document_SectPr:Ax
CSearchResult:mM CSearchResult:kM
TT_Clear_CodeRange:oq TT_Clear_CodeRange:nq
CFF_Builder:Zt CFF_Builder:Yt
historyitem_type_Paragraph:Xw historyitem_type_Paragraph:Ww
historyitem_TextPr_Bold:wy historyitem_TextPr_Bold:vy
LineEndType$Triangle:iI LineEndType$Triangle:hI
BULLET_TYPE_BULLET_NONE:Hg BULLET_TYPE_BULLET_NONE:Gg
tt_face_load_head:cn tt_face_load_head:bn
tt_slot_init:vs tt_slot_init:us
_files$$inline_978:R handleMessage:pJ
handleMessage:qJ c_oAscSlideTransitionParams$Clock_Counterclockwise:OI
c_oAscSlideTransitionParams$Clock_Counterclockwise:PI TABLE_STYLE_HEIGHT_PIX:gJ
TABLE_STYLE_HEIGHT_PIX:hJ CTablePr:rg
CTablePr:sg c_dScalePPTXSizes:Ye
c_dScalePPTXSizes:Ze nSldLtTPicTx:$J
nSldLtTPicTx:aK T1_Face_Init:Su
T1_Face_Init:Tu CDrawingDocument:$I
CDrawingDocument:aJ CFontSetup:iz
CFontSetup:jz ps_unicodes_char_next:Rk
ps_unicodes_char_next:$k JSCompiler_StaticMethods_CheckTargetUpdate:zF
JSCompiler_StaticMethods_CheckTargetUpdate:AF para_NewLine:Rb
para_NewLine:Sb JSCompiler_StaticMethods_Internal_GetStartPos:uD
JSCompiler_StaticMethods_Internal_GetStartPos:vD ParaEnd:Ly
ParaEnd:My contentchanges_Remove:BC
contentchanges_Remove:CC t1_services:iv
t1_services:jv CGraphicFrame:ng
CGraphicFrame:og T1_FontRec:ml
T1_FontRec:nl g_memory:df
g_memory:ef cff_isoadobe_charset:nt
cff_isoadobe_charset:ot JSCompiler_StaticMethods__scrollH:TC
JSCompiler_StaticMethods__scrollH:UC FT_Lookup_Renderer:xv
FT_Lookup_Renderer:yv CTablePropLook:eJ
CTablePropLook:fJ c_oAscSlideTransitionTypes$Wipe:tI
c_oAscSlideTransitionTypes$Wipe:uI JSCompiler_StaticMethods__scrollV:SC
JSCompiler_StaticMethods__scrollV:TC create_t1_field:wm
create_t1_field:xm CImage2:mg
CImage2:ng JSCompiler_StaticMethods_Internal_AddHyperlink:BD
JSCompiler_StaticMethods_Internal_AddHyperlink:CD historyitem_TableCell_Border_Right:oC
historyitem_TableCell_Border_Right:pC g_oTextMeasurer:Ny
g_oTextMeasurer:Oy JSCompiler_StaticMethods_CommitList:Ta
JSCompiler_StaticMethods_CommitList:Ua c_oMainTables$SlideRels:dh
c_oMainTables$SlideRels:eh TT_SBit_RangeRec:Lj
TT_SBit_RangeRec:Mj FT_Bitmap_Copy:Ci
FT_Bitmap_Copy:Di tt_cmap12_init:co
tt_cmap12_init:eo historyitem_TableCell_Margins:rC
historyitem_TableCell_Margins:sC FT_CFF_CMAP_UNICODE_CLASS_REC_GET:St
FT_CFF_CMAP_UNICODE_CLASS_REC_GET:Tt tt_face_init:qs
tt_face_init:rs FT_Vector:Ui
FT_Vector:Vi
Editor_Copy:va Editor_Copy:va
JSCompiler_StaticMethods_Get_After:KB JSCompiler_StaticMethods_Get_After:IB
JSCompiler_StaticMethods_Internal_FindWordStart:cE JSCompiler_StaticMethods_Internal_FindWordStart:bE
CTableCellPr:Sx CTableCellPr:Rx
CThumbnailsManager:kJ CThumbnailsManager:jJ
JSCompiler_StaticMethods_Internal_UpdatePages:kE JSCompiler_StaticMethods_Internal_UpdatePages:jE
c_oAscSlideTransitionTypes$Cover:xI c_oAscSlideTransitionTypes$Cover:wI
ImageLoadStatus$Loading:Aw ImageLoadStatus$Loading:zw
CPaddings:GM CPaddings:FM
TYPE_TRACK_TEXT:KH TYPE_TRACK_TEXT:JH
historyitem_type_FlowObjects:wC historyitem_type_FlowObjects:vC
t1_cmap_unicode_class_rec:Vl t1_cmap_unicode_class_rec:Ul
ft_adobe_glyph_list:Jk ft_adobe_glyph_list:Ik
ft_outline_glyph_copy:Li ft_outline_glyph_copy:Ki
phType_sldNum:WF phType_sldNum:VF
JSCompiler_StaticMethods_Get_Pr:ay JSCompiler_StaticMethods_Get_Pr:$x
cff_size_get_globals_funcs:Lt cff_size_get_globals_funcs:Kt
isOnlyLocalBufferSafariWord:ma isOnlyLocalBufferSafariWord:ma
FT_Stream:Th FT_Stream:Sh
CBounds:Vz CBounds:Uz
CParagraphInd:PM CParagraphInd:OM
TRaster:yp TRaster:xp
cff_index_init:ut cff_index_init:tt
L 120:Eg L 120:Eg
JSCompiler_StaticMethods__BordersToStyle:fb JSCompiler_StaticMethods__BordersToStyle:eb
FONT_TYPE_ADDITIONAL_CUT:vw FONT_TYPE_ADDITIONAL_CUT:uw
CAscSlideProps:yM CAscSlideProps:xM
L 118:Oz L 118:Oz
L 119:bt L 119:bt
L 116:Tm L 116:Tm
ParaNewLine:Dc ParaNewLine:Cc
L 117:qp L 117:qp
L 114:Zk L 114:Zk
L 115:Nz L 115:Nz
TT_GaspRange:Hj TT_GaspRange:Gj
CopyProcessor:ua CopyProcessor:ua
JSCompiler_StaticMethods_slidesPaste:JF JSCompiler_StaticMethods_slidesPaste:IF
EGlyphState$glyphstateNormal:Gv EGlyphState$glyphstateNormal:Fv
AFM_KernPairRec:ol AFM_KernPairRec:nl
FT_Set_Transform:Bv FT_Set_Transform:Av
CAscTableStyle:iJ CAscTableStyle:hJ
g_nodeAttributeStart:af g_nodeAttributeStart:$e
historyitem_TableRow_CellSpacing:fC historyitem_TableRow_CellSpacing:eC
cff_parse_fixed:kt cff_parse_fixed:jt
TT_CMapRec:Hn TT_CMapRec:Gn
FT_Size:nk FT_Size:mk
CreateFontData2:Mw CreateFontData2:Lw
CPresentation:hD CPresentation:gD
t1_allocate_blend:Yu t1_allocate_blend:Xu
CParaLineRange:hE CParaLineRange:gE
DecodeBase64:Lw DecodeBase64:Kw
_fakeHeaders:kM _fakeHeaders:iM
cToRad:VG cToRad:UG
ResizeGroupObjState:hF ResizeGroupObjState:gF
tt_get_advances:ys tt_get_advances:xs
CParaLine:oD CParaLine:nD
g_dKoef_pt_to_mm:Td g_dKoef_pt_to_mm:Sd
tt_face_load_charmap_stub:Oo tt_face_load_charmap_stub:No
TT_PCLT:Yj TT_PCLT:Xj
FT_Glyph_Get_CBox:wv FT_Glyph_Get_CBox:vv
TT_CMap14Rec:po TT_CMap14Rec:oo
Sort_Ranges_X0:jE Sort_Ranges_X0:iE
ft_sid_names:Gk ft_sid_names:Fk
historyitem_type_Comment:yC historyitem_type_Comment:xC
historyitem_TableId_Reset:Ww historyitem_TableId_Reset:Vw
T1_Decoder_ZoneRec:Cm T1_Decoder_ZoneRec:Bm
L 102:qK L 102:pK
T1_Size_Request:Pu T1_Size_Request:Ou
L 101:Kz L 101:Kz
L 100:Jz L 100:Jz
FT_GlyphLoader_Prepare:jj FT_GlyphLoader_Prepare:ij
FT_Smooth_Renderer_Class:Ip FT_Smooth_Renderer_Class:Hp
CColorModifiers:cJ CColorModifiers:bJ
tblwidth_Auto:Mx tblwidth_Auto:Lx
FT_Size_Metrics:mk FT_Size_Metrics:lk
bIsIE:OH bIsIE:NH
find_sbit_range:Cn find_sbit_range:Bn
L 111:Mz L 111:Mz
L 110:Ej L 110:Ej
L 113:oh L 113:oh
tt_get_interface:qs tt_get_interface:ps
L 112:ii L 112:ii
bIsSupportOriginalFormatFonts:pw bIsSupportOriginalFormatFonts:ow
L 103:yb L 103:yb
c_oAscSlideTransitionParams$Split_HorizontalIn:NI c_oAscSlideTransitionParams$Split_HorizontalIn:MI
CAutoshapeTrack:aI CAutoshapeTrack:$H
L 104:hi L 104:hi
JSCompiler_StaticMethods_Internal_RecalculateGrid:IA JSCompiler_StaticMethods_Internal_RecalculateGrid:HA
plusDiv:FG plusDiv:EG
L 105:Lz L 105:Lz
CAscFill:wM CAscFill:vM
L 106:Sm L 106:Sm
L 107:Ve L 107:Ve
L 108:Dj L 108:Dj
L 109:Yk L 109:Yk
LineJoinType$Bevel:kI LineJoinType$Bevel:jI
para_Empty:iy para_Empty:hy
c_oAscSlideTransitionParams$Param_Left:CI c_oAscSlideTransitionParams$Param_Left:BI
FT_Service_PsFontNameRec:Ih FT_Service_PsFontNameRec:Hh
vertalign_SubScript:ac vertalign_SubScript:$b
GX_AVarSegmentRec:Lr GX_AVarSegmentRec:Kr
TT_MulFix14:Vq TT_MulFix14:Uq
JSCompiler_StaticMethods_OnKeyDown:fF JSCompiler_StaticMethods_OnKeyDown:eF
historyitem_type_HdrFtr:kx historyitem_type_HdrFtr:jx
FT_FACE_FIND_SERVICE:Qh FT_FACE_FIND_SERVICE:Ph
Path:$G Path:ZG
JSCompiler_StaticMethods_InsertInDocument:lc JSCompiler_StaticMethods_InsertInDocument:lc
CTransitionAnimation:qI CTransitionAnimation:pI
TT_CMap12Rec:co TT_CMap12Rec:bo
AFM_GETC:Al AFM_GETC:zl
JSCompiler_StaticMethods_Get_CellSpacing:AA JSCompiler_StaticMethods_Get_CellSpacing:zA
UniNvPr:pg UniNvPr:og
historyitem_Table_TableBorder_InsideH:eB historyitem_Table_TableBorder_InsideH:dB
afm_parse_track_kern:Jl afm_parse_track_kern:Il
TT_HdmxRec:Jj TT_HdmxRec:Ij
CreateAscFill:aC CreateAscFill:$B
PolyLine:DH PolyLine:CH
JSCompiler_StaticMethods_Set_Tabs:Pd JSCompiler_StaticMethods_Set_Tabs:Od
fontstyle_mask_bolditalic:zw fontstyle_mask_bolditalic:yw
c_oAscServerError$Storage:De c_oAscServerError$Storage:Ce
JSCompiler_StaticMethods_Create:Yv JSCompiler_StaticMethods_Create:Xv
c_oAscSlideTransitionParams$Param_BottomRight:JI c_oAscSlideTransitionParams$Param_BottomRight:II
JSCompiler_StaticMethods_RGBToCSS:cb JSCompiler_StaticMethods_RGBToCSS:bb
TrackSelectionRect:kH TrackSelectionRect:jH
JSCompiler_StaticMethods_CorrectFrom:qA JSCompiler_StaticMethods_CorrectFrom:pA
CPres:kf CPres:jf
t1_builder_done:km t1_builder_done:jm
T1_Size_Init:Ou T1_Size_Init:Nu
t1_builder_add_point1:nm t1_builder_add_point1:mm
para_NewLineRendered:jy para_NewLineRendered:iy
ClrScheme:GF ClrScheme:FF
max:LG max:KG
PS_FontInfoRec:fl PS_FontInfoRec:el
tab_Right:Vy tab_Right:Uy
JSCompiler_StaticMethods_Style_Get:ob JSCompiler_StaticMethods_Style_Get:nb
para_CommentEnd:qy para_CommentEnd:py
nSldLtTBlank:OJ nSldLtTBlank:NJ
historyitem_Table_TableBorder_InsideV:fB historyitem_Table_TableBorder_InsideV:eB
JSCompiler_StaticMethods__init:LC JSCompiler_StaticMethods__init:KC
ft_smooth_set_mode:Np ft_smooth_set_mode:Mp
TT_Size_Metrics:hq TT_Size_Metrics:gq
tt_face_load_sbit_image:Gn tt_face_load_sbit_image:Fn
FT_Outline_Decompose:sp FT_Outline_Decompose:rp
JSCompiler_StaticMethods_changeTheme:DF JSCompiler_StaticMethods_changeTheme:CF
changestype_Remove:Gx changestype_Remove:Fx
JSCompiler_StaticMethods_Set_CurPage:eF JSCompiler_StaticMethods_Set_CurPage:dF
tt_face_get_location:gs tt_face_get_location:fs
BULLET_TYPE_COLOR_CLR:sh BULLET_TYPE_COLOR_CLR:rh
JSCompiler_StaticMethods__BorderToStyle:kb JSCompiler_StaticMethods__BorderToStyle:jb
changestype_Document_Content_Add:Ax changestype_Document_Content_Add:zx
historyitem_TextPr_FontSize:Jy historyitem_TextPr_FontSize:Iy
ft_smooth_transform:Lp ft_smooth_transform:Kp
SplineCommandMoveTo:vH SplineCommandMoveTo:uH
CBulletType:Gg CBulletType:Fg
TABLE_STYLE_WIDTH_PIX:gJ TABLE_STYLE_WIDTH_PIX:fJ
numbering_suff_Tab:Sd numbering_suff_Tab:Rd
CBlipFill:Kf CBlipFill:Jf
c_oEditorId$Presentation:xe c_oEditorId$Presentation:we
JSCompiler_StaticMethods__setDimension:ZC JSCompiler_StaticMethods__setDimension:YC
ft_outline_glyph_init:Hi ft_outline_glyph_init:Gi
JSCompiler_StaticMethods__ExecuteTableCell:Ic JSCompiler_StaticMethods__ExecuteTableCell:Hc
LineJoin:$f LineJoin:Zf
historyitem_TextPr_Underline:Iy historyitem_TextPr_Underline:Hy
CFontManager:nw CFontManager:mw
TWorker:zp TWorker:yp
CDocumentBounds:jD CDocumentBounds:iD
tt_cmap10_char_next:bo tt_cmap10_char_next:ao
JSCompiler_StaticMethods_Internal_CompareBorders3:QB JSCompiler_StaticMethods_Internal_CompareBorders3:PB
JSCompiler_StaticMethods_Internal_CompareBorders2:RB JSCompiler_StaticMethods_Internal_CompareBorders2:QB
FT_BBox:Sj FT_BBox:Rj
load_truetype_glyph:fs load_truetype_glyph:es
table_Selection_Common:uA table_Selection_Common:tA
__grays_raster_render:Ep __grays_raster_render:Dp
JSCompiler_StaticMethods_UnShow:mA JSCompiler_StaticMethods_UnShow:lA
historyitem_Table_TableBorder_Right:bB historyitem_Table_TableBorder_Right:aB
tt_face_load_pclt:ln tt_face_load_pclt:kn
cff_builder_close_contour:fu cff_builder_close_contour:eu
JSCompiler_StaticMethods_Get_TableOffsetCorrection:FA JSCompiler_StaticMethods_Get_TableOffsetCorrection:EA
CParagraphBorders:IM CParagraphBorders:HM
tt_face_load_any:an tt_face_load_any:$m
Read_CVT:Dr Read_CVT:Cr
JSCompiler_StaticMethods_scrollToX:aD JSCompiler_StaticMethods_scrollToX:$C
JSCompiler_StaticMethods_scrollToY:bD JSCompiler_StaticMethods_scrollToY:aD
GroupShape:mg GroupShape:lg
_mapAscServerErrorToAscError:AM _mapAscServerErrorToAscError:zM
CCacheSlideImage:nI CCacheSlideImage:mI
nSldLtTDgm:TJ nSldLtTDgm:SJ
FT_SERVICE_ID_POSTSCRIPT_CMAPS:Jh FT_SERVICE_ID_POSTSCRIPT_CMAPS:Ih
FT_PEEK_ULONG:di FT_PEEK_ULONG:ci
graphic_objects_type_Image:xE graphic_objects_type_Image:wE
para_PresentationNumbering:ry para_PresentationNumbering:qy
text_fit_NormAuto:AG text_fit_NormAuto:zG
JSCompiler_StaticMethods_Style_Remove:YD JSCompiler_StaticMethods_Style_Remove:XD
FlowTable:jx FlowTable:ix
_weight_media:OK _weight_media:NK
tt_cmap14_char_map_nondef_binary:wo tt_cmap14_char_map_nondef_binary:vo
CImageSize:HM CImageSize:GM
T1_Done_Metrics:xu T1_Done_Metrics:wu
t1_builder_start_point:pm t1_builder_start_point:om
c_oAscServerError$StorageRemoveDir:He c_oAscServerError$StorageRemoveDir:Ge
_t1_parse_dict:cv _t1_parse_dict:bv
CSld:KJ CSld:JJ
cff_index_get_pointers:wt cff_index_get_pointers:vt
T1_GlyphSlot_Init:Ru T1_GlyphSlot_Init:Qu
raster_memory:ip raster_memory:hp
LoadFontFile:$v LoadFontFile:Zv
JSCompiler_StaticMethods_Internal_OnContentRecalculate:uB JSCompiler_StaticMethods_Internal_OnContentRecalculate:tB
BULLET_TYPE_SIZE_TX:Cg BULLET_TYPE_SIZE_TX:Bg
c_oAscServerError$NoError:ye c_oAscServerError$NoError:xe
c_oAscError$ID$DownloadError:xL c_oAscError$ID$DownloadError:wL
FT_Render_Glyph:Av FT_Render_Glyph:zv
JSCompiler_StaticMethods_Interface_Update_HdrFtrPr:tA JSCompiler_StaticMethods_Interface_Update_HdrFtrPr:sA
CreateGroupShapes:HH CreateGroupShapes:GH
tt_face_set_sbit_strike_stub:Lo tt_face_set_sbit_strike_stub:Ko
_t1_read_binary_data:bv _t1_read_binary_data:av
COLOR_TYPE_SYS:Ff COLOR_TYPE_SYS:Ef
Ins_IUP:fr Ins_IUP:er
t1_service_ps_info:hv t1_service_ps_info:gv
JSCompiler_StaticMethods_Repos:cD JSCompiler_StaticMethods_Repos:bD
linerule_Exact:Ib linerule_Exact:Hb
CFF_CMapStdRec:Gt CFF_CMapStdRec:Ft
EGlyphState$glyphstateMiss:Hv EGlyphState$glyphstateMiss:Gv
abs:HG abs:GG
CParaTab:Nd CParaTab:Md
nSldLtTTxAndClipArt:BK nSldLtTTxAndClipArt:AK
FT_Outline_Transform:Ni FT_Outline_Transform:Mi
JSCompiler_StaticMethods_Internal_Selection_UpdateCells:wB JSCompiler_StaticMethods_Internal_Selection_UpdateCells:vB
FT_GlyphLoader:ej FT_GlyphLoader:dj
tt_cmap14_char_next:uo tt_cmap14_char_next:to
tt_cmap14_char_var_isdefault:zo tt_cmap14_char_var_isdefault:yo
JSCompiler_StaticMethods_Remove_PresentationNumbering:$d JSCompiler_StaticMethods_Remove_PresentationNumbering:Zd
FT_NEXT_USHORT:bi FT_NEXT_USHORT:ai
CShapeStyle:ig CShapeStyle:hg
Get_Interface:kv Get_Interface:jv
JSCompiler_StaticMethods_Internal_RecalcData_Clear:fD JSCompiler_StaticMethods_Internal_RecalcData_Clear:eD
postLoadScript:rw postLoadScript:qw
IS_PS_TOKEN:tl IS_PS_TOKEN:sl
c_oMainTables$SlideMasters:$g c_oMainTables$SlideMasters:Zg
c_oAscError$ID$UplImageExt:BL c_oAscError$ID$UplImageExt:AL
SPH_TweakRule:$p SPH_TweakRule:Zp
PS_TableRec:vm PS_TableRec:um
CBullet:nE CBullet:mE
cff_builder_add_point:cu cff_builder_add_point:bu
Move_CVT_Stretched:Cr Move_CVT_Stretched:Br
ft_stub_set_pixel_sizes:tj ft_stub_set_pixel_sizes:sj
_ph_summ__obj_and_two_obj:aL _ph_summ__obj_and_two_obj:$K
historyitem_Table_TableAlign:ZA historyitem_Table_TableAlign:YA
g_oTableId:nx g_oTableId:mx
afm_compare_kern_pairs:Kl afm_compare_kern_pairs:Jl
PolyLineAddState:YE PolyLineAddState:XE
T1_ParserRec:Hu T1_ParserRec:Gu
LineEndSize$Small:zJ LineEndSize$Small:yJ
_ph_summ__obj:$K _ph_summ__obj:ZK
tt_face_goto_table:Um tt_face_goto_table:Om
_global_layout_summs_array:oL _global_layout_summs_array:nL
pscmaps_interface:cl pscmaps_interface:bl
hdrftr_Footer:IL hdrftr_Footer:HL
ret$$inline_397:Mm TT_SizeRec:Ir
TT_SizeRec:Jr tt_face_load_directory_stub:Ho
tt_face_load_directory_stub:Io t1_builder_init:hm
t1_builder_init:im FT_CMapRec:pk
FT_CMapRec:qk c_oAscServerError$UploadCountFiles:Re
c_oAscServerError$UploadCountFiles:Se PS_UniMap:Jh
PS_UniMap:Kh t1_builder_add_point:lm
t1_builder_add_point:mm JSCompiler_StaticMethods__GetTargetDocument:jc
JSCompiler_StaticMethods__GetTargetDocument:nc FT_Get_Next_Char:tv
FT_Get_Next_Char:uv Editor_Paste_Exec:fc
Editor_Paste_Exec:gc
JSCompiler_StaticMethods_CopyDocument:wa JSCompiler_StaticMethods_CopyDocument:wa
JSCompiler_StaticMethods_Internal_Recalculate_2:wD JSCompiler_StaticMethods_Internal_Recalculate_2:vD
Round_None:Jq Round_None:Iq
FT_CFF_SERVICE_GLYPH_DICT_GET:ou FT_CFF_SERVICE_GLYPH_DICT_GET:nu
CompareUniFill:by CompareUniFill:ay
JSCompiler_StaticMethods_endCommand:uz JSCompiler_StaticMethods_endCommand:tz
CParaTabs:Md CParaTabs:Ld
gray_render_span:Cp gray_render_span:Bp
IUP_WorkerRec:dr IUP_WorkerRec:cr
JSCompiler_StaticMethods_Internal_MoveCursorForward:ED JSCompiler_StaticMethods_Internal_MoveCursorForward:DD
_getFullImageSrc:Nw _getFullImageSrc:Mw
tx1:DJ tx1:CJ
value:SG value:RG
JSCompiler_StaticMethods_Set_Margins:Oc JSCompiler_StaticMethods_Set_Margins:Nc
JSCompiler_StaticMethods__MouseHoverOnArrowDown:PC JSCompiler_StaticMethods__MouseHoverOnArrowDown:OC
t1_cmap_std_init:Nl t1_cmap_std_init:Ml
linerule_AtLeast:Gb linerule_AtLeast:Fb
CParaPage:lD CParaPage:kD
BDF_PropertyRec:Nm BDF_PropertyRec:Mm
nSldLtTVertTitleAndTxOverChart:HK nSldLtTVertTitleAndTxOverChart:GK
tt_cmap13_char_index:no tt_cmap13_char_index:mo
t1_service_multi_masters:gv t1_service_multi_masters:fv
JoinedH:mH JoinedH:lH
JSCompiler_StaticMethods_Clear_TextFormatting:WD JSCompiler_StaticMethods_Clear_TextFormatting:VD
cff_index_read_offset:tt cff_index_read_offset:st
CTable:vd CTable:ud
phType_ctrTitle:rE phType_ctrTitle:qE
TT_Vary_Get_Glyph_Deltas:Xr TT_Vary_Get_Glyph_Deltas:Wr
tt_face_load_eblc:xn tt_face_load_eblc:wn
tt_face_get_metrics:pn tt_face_get_metrics:on
FT_CFF_SERVICE_CID_INFO_GET:ru FT_CFF_SERVICE_CID_INFO_GET:qu
JSCompiler_StaticMethods_Set_Align:Hd JSCompiler_StaticMethods_Set_Align:Gd
BULLET_TYPE_SIZE_PTS:uh BULLET_TYPE_SIZE_PTS:th
T1_Face:ql T1_Face:pl
CPosition:FM CPosition:EM
CDocInfoProp:jM CDocInfoProp:hM
FILL_TYPE_BLIP:Jf FILL_TYPE_BLIP:If
Instruct_Dispatch:zr Instruct_Dispatch:yr
para_CommentStart:py para_CommentStart:oy
nSldLtTTx:NJ nSldLtTTx:MJ
tt_cmap12_char_map_binary:go tt_cmap12_char_map_binary:fo
tt_face_load_post:kn tt_face_load_post:jn
historyitem_type_TableCell:fx historyitem_type_TableCell:ex
styletype_Paragraph:Px styletype_Paragraph:Ox
nSldLtTObjAndTwoObj:WJ nSldLtTObjAndTwoObj:VJ
c_oAscSlideTransitionParams$Param_BottomLeft:II c_oAscSlideTransitionParams$Param_BottomLeft:HI
LineEndType$Oval:gI LineEndType$Oval:fI
historyitem_TextPr_Change:Hy historyitem_TextPr_Change:Gy
CParagraphPropEx:RM CParagraphPropEx:QM
tt_cmap14_done:qo tt_cmap14_done:po
CVerRulerRepaintChecker:jA CVerRulerRepaintChecker:iA
CFF_Decoder:au CFF_Decoder:$t
tt_face_load_generic_header:bn tt_face_load_generic_header:an
ft_outline_funcs_gray:rp ft_outline_funcs_gray:mp
changestype_Paragraph_Properties:yx changestype_Paragraph_Properties:xx
JSCompiler_StaticMethods_Create_NewHistoryPoint:se JSCompiler_StaticMethods_Create_NewHistoryPoint:re
ParaHyperlinkEnd:Hc ParaHyperlinkEnd:Gc
cff_builder_start_point:eu cff_builder_start_point:du
pararecalc_0_None:sD pararecalc_0_None:rD
LAYOUT_KIND:yA LAYOUT_KIND:xA
L 39:Sk L 39:Sk
L 38:pd L 38:pd
L 37:fd L 37:fd
locktype_None:rx locktype_None:qx
c_oAscServerError$VKeyEncrypt:We c_oAscServerError$VKeyEncrypt:Te
PS_PrivateRec:gl PS_PrivateRec:fl
L 32:Ca L 32:Ca
L 31:ga L 31:ga
L 30:Pa L 30:Pa
Project:Aq Project:zq
cff_standard_encoding:rt cff_standard_encoding:qt
LineJoinType$Round:jI LineJoinType$Round:iI
L 36:Da L 36:Da
L 35:ja L 35:ja
historyitem_Table_TableShd:gB historyitem_Table_TableShd:fB
L 34:Y L 34:Y
FT_Data:hk FT_Data:gk
L 33:Qb L 33:Qb
T1_DecoderRec:Dm T1_DecoderRec:Cm
FT_Service_PsInfoRec:Lh FT_Service_PsInfoRec:Kh
CHistory:eD CHistory:dD
FT_ServiceCache:Sh FT_ServiceCache:Rh
_weight_clipArt:LK _weight_clipArt:KK
mod:MG mod:LG
JSCompiler_StaticMethods_Set_DocumentPageSize:pF JSCompiler_StaticMethods_Set_DocumentPageSize:oF
tt_services:ks tt_services:js
RULER_OBJECT_TYPE_PARAGRAPH:eA RULER_OBJECT_TYPE_PARAGRAPH:dA
TT_LongMetricsRec:yj c_oAscAsyncAction$ApplyChanges:yC
TT_LongMetricsRec:xj
L 27:lb L 27:lb
L 26:na L 26:na
L 29:db L 29:db
L 28:fa L 28:fa
ParaPageBreakRenderer:Sy ParaPageBreakRenderer:Ry
sfnt_load_face:ap sfnt_load_face:$o
nSldLtTChartAndTx:QJ nSldLtTChartAndTx:PJ
arcTo:Ch arcTo:Bh
numbering_numfmt_LowerLetter:tb numbering_numfmt_LowerLetter:sb
L 21:ca L 21:da
L 20:X L 20:X
L 23:T L 23:T
L 22:Z L 22:Z
L 25:ea L 25:ea
L 24:ka L 24:ka
L 50:Ss L 50:Ss
tt_find_sbit_image:Dn tt_find_sbit_image:Cn
tt_size_reset:Bs tt_size_reset:As
_strcmp_data:oi _strcmp_data:ni
JSCompiler_StaticMethods_Internal_CheckNullBorder:PB JSCompiler_StaticMethods_Internal_CheckNullBorder:OB
LineEndType$None:sF LineEndType$None:rF
CParagraphAndTextProp:gM CParagraphAndTextProp:fM
JSCompiler_StaticMethods_Set_CellInfo:LB JSCompiler_StaticMethods_Set_CellInfo:JB
CDocOpenProgress:aM CDocOpenProgress:ZL
cff_get_advances:mu cff_get_advances:lu
ParaNumbering:Uy ParaNumbering:Ty
TRACK_CIRCLE_RADIUS:nG TRACK_CIRCLE_RADIUS:mG
tt_face_load_bhed:dn tt_face_load_bhed:cn
T1_Loader:Xu T1_Loader:Wu
nSldLtTClipArtAndTx:RJ nSldLtTClipArtAndTx:QJ
L 59:Uk L 59:Uk
L 58:Tk L 58:Tk
L 57:hK L 57:gK
L 56:gK L 56:fK
L 55:Ws L 55:Ws
TT_Round_Super_45:Xp TT_Round_Super_45:Wp
L 54:Vs L 54:Vs
tt_cmap10_char_index:ao tt_cmap10_char_index:$n
ps_parser_skip_spaces:cm ps_parser_skip_spaces:bm
L 53:fK L 53:eK
L 52:Us L 52:Us
L 51:Ts L 51:Ts
FT_TT_SERVICES_GET:ls FT_TT_SERVICES_GET:ks
g_fonts_streams:aw g_fonts_streams:$v
CDocumentRenderer:wz CDocumentRenderer:vz
JoinedV:nH JoinedV:mH
skip_string:$l skip_string:Zl
FT_Memory:Wh FT_Memory:Vh
orientation_Portrait:zE orientation_Portrait:yE
tt_get_kerning:xs tt_get_kerning:ws
JSCompiler_StaticMethods_Internal_CalculateAutoSpacing:HD JSCompiler_StaticMethods_Internal_CalculateAutoSpacing:GD
cff_encoding_load:Dt cff_encoding_load:Ct
JSCompiler_StaticMethods_calculateCompiledVerticalAlign:MH JSCompiler_StaticMethods_calculateCompiledVerticalAlign:LH
JSCompiler_StaticMethods_AddHandlePolar:kg JSCompiler_StaticMethods_AddHandlePolar:jg
FontStyle$FontStyleRegular:dw FontStyle$FontStyleRegular:cw
nSldLtTClipArtAndVertTx:SJ nSldLtTClipArtAndVertTx:RJ
GX_BlendRec:Mr GX_BlendRec:Lr
c_oAscAsyncAction$LoadTheme:Rw c_oAscAsyncAction$LoadTheme:Qw
CSrcRect:If CSrcRect:Hf
L 49:Rs L 49:Rs
L 48:eK L 48:dK
CControl:$z CControl:Zz
JSCompiler_StaticMethods_getVerticalAlign:XE JSCompiler_StaticMethods_getVerticalAlign:WE
L 45:np L 45:np
tt_face_free_hdmx_stub:Ko tt_face_free_hdmx_stub:Jo
L 44:Ps L 44:Ps
L 47:Qs L 47:Qs
L 46:dK L 46:cK
L 41:cK L 41:bK
TT_Post_NamesRec:Oj TT_Post_NamesRec:Nj
ft_bitmap_glyph_init:Bi ft_bitmap_glyph_init:Ai
L 40:bK L 40:aK
JSCompiler_StaticMethods__read_rPr:yd JSCompiler_StaticMethods__read_rPr:xd
Get_Kerning:lv Get_Kerning:kv
L 43:Os L 43:Os
HSLToRGB:cH HSLToRGB:bH
L 42:Pm L 42:Pm
changestype_Paragraph_Content:xx changestype_Paragraph_Content:wx
ft_outline_glyph_done:Ki ft_outline_glyph_done:Ji
JSCompiler_StaticMethods_Set_FontSize:By JSCompiler_StaticMethods_Set_FontSize:Ay
para_Text:Nb para_Text:Mb
nbsp_string:sy nbsp_string:ry
tt_face_load_cmap:hn tt_face_load_cmap:gn
drawing_Inline:Xy drawing_Inline:Wy
ParaFlowObjectAnchor:dz ParaFlowObjectAnchor:cz
JoinedPointH:pH JoinedPointH:oH
_ph_summ_dgm:XK _ph_summ_dgm:WK
JoinedPointV:qH JoinedPointV:pH
JSCompiler_StaticMethods_BeginPage:yz JSCompiler_StaticMethods_BeginPage:xz
_weight_pic:QK _weight_pic:PK
BULLET_TYPE_TYPEFACE_TX:xh BULLET_TYPE_TYPEFACE_TX:wh
tt_cmap14_get_def_chars:Do tt_cmap14_get_def_chars:Co
CGraphics:QH CGraphics:PH
JSCompiler_StaticMethods_CopyPr_Open:ne JSCompiler_StaticMethods_CopyPr_Open:me
historyitem_Drawing_Size:$y historyitem_Drawing_Size:Zy
JSCompiler_prototypeAlias:E JSCompiler_prototypeAlias:E
JSCompiler_StaticMethods_Internal_Recalculate_After_UndoRedo:sx JSCompiler_StaticMethods_Internal_Recalculate_After_UndoRedo:rx
read_pfb_tag:Iu read_pfb_tag:Hu
_weight_dgm:NK _weight_dgm:MK
docpostype_HdrFtr:xa docpostype_HdrFtr:xa
Direct_Move_Orig_X:Fq Direct_Move_Orig_X:Eq
DecodeBase64Char:ff DecodeBase64Char:ef
Direct_Move_Orig_Y:Hq Direct_Move_Orig_Y:Gq
CApp:hf CApp:gf
FT_Set_Charmap:Bu FT_Set_Charmap:Au
JSCompiler_StaticMethods_Internal_Remove_Row:SB JSCompiler_StaticMethods_Internal_Remove_Row:RB
c_oMainTables$FontMap:ih c_oMainTables$FontMap:hh
cff_size_done:Mt cff_size_done:Lt
c_oMainTables$Main:Tg c_oMainTables$Main:Sg
asc_docs_api:W asc_docs_api:W
CNoFill:Sf CNoFill:Rf
JSCompiler_alias_VOID:l JSCompiler_alias_VOID:l
JSCompiler_StaticMethods_CreatePlaces:Wv JSCompiler_StaticMethods_CreatePlaces:Vv
c_oAscFillBlipType$STRETCH:PL c_oAscFillBlipType$STRETCH:OL
JSCompiler_StaticMethods_Set_ContextualSpacing:VD JSCompiler_StaticMethods_Set_ContextualSpacing:UD
L 13:A L 13:A
FT_Grays_Raster:Hp FT_Grays_Raster:Gp
temp1:ui temp1:ti
L 14:B L 14:B
temp2:wi temp2:vi
L 11:y L 11:y
global_mouseEvent:U global_mouseEvent:U
L 12:z L 12:z
historyitem_TableRow_Before:dC historyitem_TableRow_Before:cC
t1_lookup_glyph_by_stdcharcode:sm t1_lookup_glyph_by_stdcharcode:rm
L 10:x L 10:x
heightrule_AtLeast:ad heightrule_AtLeast:$c
L 19:M L 19:M
T1_Driver:nv T1_Driver:mv
L 17:I L 17:I
L 18:L L 18:L
c_oAscError$ID$UplImageFileCount:CL c_oAscError$ID$UplImageFileCount:BL
L 15:D L 15:D
L 16:C L 16:C
g_sResourceServiceLocalUrl:we g_sResourceServiceLocalUrl:ve
cff_parse_num:jt cff_parse_num:it
para_Numbering:ke para_Numbering:je
nSldLtTTwoObjOverTx:yK nSldLtTTwoObjOverTx:xK
JSCompiler_StaticMethods_addNextSlide:jF JSCompiler_StaticMethods_addNextSlide:iF
lineTo:zh lineTo:yh
TRACK_RECT_SIZE:UH TRACK_RECT_SIZE:TH
orientation_Landscape:AE orientation_Landscape:zE
JSCompiler_StaticMethods_Internal_Get_Cell_ByStartGridCol:PA JSCompiler_StaticMethods_Internal_Get_Cell_ByStartGridCol:OA
_callbacks:fM _callbacks:eM
HitInLine:jG HitInLine:iG
CDefaultFont:cw CDefaultFont:bw
Round_Down_To_Grid:Mq Round_Down_To_Grid:Lq
_ph_summ__tx:lL _ph_summ__tx:kL
JSCompiler_StaticMethods_Internal_GetVertMergeCount:ib JSCompiler_StaticMethods_Internal_GetVertMergeCount:hb
_ph_summ__obj_and_tx:bL _ph_summ__obj_and_tx:aL
TT_Gasp:Ij TT_Gasp:Hj
JSCompiler_StaticMethods__ExecuteTable:ed JSCompiler_StaticMethods__ExecuteTable:dd
historyitem_Table_DocNext:DA historyitem_Table_DocNext:CA
historyitem_TableCell_VMerge:tC historyitem_TableCell_VMerge:sC
FT_UnitVector:bq FT_UnitVector:aq
JSCompiler_StaticMethods__ParseColor:Jc JSCompiler_StaticMethods__ParseColor:Ic
JSCompiler_StaticMethods__AddNextPrevToContent:pc JSCompiler_StaticMethods__AddNextPrevToContent:oc
JSCompiler_StaticMethods_Get_GridSpan:Ma JSCompiler_StaticMethods_Get_GridSpan:La
JSCompiler_StaticMethods_Set_TableBorder_InsideH:hd JSCompiler_StaticMethods_Set_TableBorder_InsideH:gd
JSCompiler_StaticMethods_createDefaultTableStyles:IE JSCompiler_StaticMethods_createDefaultTableStyles:HE
tt_loader_init:es tt_loader_init:ds
c_oAscSlideTransitionParams$Param_Top:EI c_oAscSlideTransitionParams$Param_Top:DI
ps_parser_funcs:Fm ps_parser_funcs:Em
at2:IG at2:HG
vertalign_SuperScript:$b vertalign_SuperScript:Zb
tt_face_get_kerning:Xm tt_face_get_kerning:Wm
JSCompiler_StaticMethods_Get_CellsCount:Qa JSCompiler_StaticMethods_Get_CellsCount:Oa
dublicate_vector:ak dublicate_vector:Zj
c_oAscServerError$StorageFileNoFound:Ee c_oAscServerError$StorageFileNoFound:De
c_oAscSlideTransitionTypes$Clock:yI c_oAscSlideTransitionTypes$Clock:xI
FT_Match_Size:An FT_Match_Size:zn
CTablePositionV:MM CTablePositionV:LM
JSCompiler_StaticMethods_Internal_Get_Pr:Zx JSCompiler_StaticMethods_Internal_Get_Pr:Yx
FT_Service_GlyphDictRec:Gh FT_Service_GlyphDictRec:Fh
JSCompiler_StaticMethods_Update_FontSize:dy JSCompiler_StaticMethods_Update_FontSize:cy
c_oAscStrokeType$STROKE_NONE:RL c_oAscStrokeType$STROKE_NONE:QL
JSCompiler_StaticMethods__ExecuteParagraphBorder:ld JSCompiler_StaticMethods__ExecuteParagraphBorder:kd
CPoint2:iw CPoint2:hw
_ph_summ__obj_only:dL _ph_summ__obj_only:bL
CPoint1:hw CPoint1:gw
Ins_DELTAP:sr Ins_DELTAP:rr
TYPE_TRACK_EMPTY_PH:bI TYPE_TRACK_EMPTY_PH:aI
JSCompiler_StaticMethods_putLineEndStyle:uF JSCompiler_StaticMethods_putLineEndStyle:tF
ft_var_load_gvar:Rr ft_var_load_gvar:Qr
JSCompiler_StaticMethods_SetProp:Yb JSCompiler_StaticMethods_SetProp:Xb
JSCompiler_StaticMethods_resetStateCurSlide:KE JSCompiler_StaticMethods_resetStateCurSlide:JE
RotateState:tH RotateState:sH
CShapeColor:aH CShapeColor:$G
BULLET_TYPE_BULLET_CHAR:Kg BULLET_TYPE_BULLET_CHAR:Jg
JSCompiler_StaticMethods_Set_TableBorder_Left:od JSCompiler_StaticMethods_Set_TableBorder_Left:nd
c_oAscSlideTransitionParams$Param_TopRight:HI c_oAscSlideTransitionParams$Param_TopRight:GI
locktype_Other2:Jx locktype_Other2:Ix
RULER_OBJECT_TYPE_FOOTER:gA RULER_OBJECT_TYPE_FOOTER:fA
locktype_Other3:Kx locktype_Other3:Jx
JSCompiler_StaticMethods_Internal_CopyLvl:Rd JSCompiler_StaticMethods_Internal_CopyLvl:Qd
Ins_DELTAC:tr Ins_DELTAC:sr
FontStyle$FontStyleBoldItalic:gw FontStyle$FontStyleBoldItalic:fw
PASTE_ELEMENT_ID:ha PASTE_ELEMENT_ID:ha
CBgPr:dg CBgPr:cg
TT_Round_Down_To_Grid:Vp TT_Round_Down_To_Grid:Up
documentVKey:ZL documentVKey:XL
SafariIntervalFocus:qe SafariIntervalFocus:pe
CEditorPage:nJ CEditorPage:mJ
FT_Module:xk FT_Module:wk
numbering_numfmt_UpperRoman:sb numbering_numfmt_UpperRoman:rb
CTablePositionH:LM CTablePositionH:KM
min:TG min:SG
ps_parser_load_field:hm ps_parser_load_field:gm
ArcToOnCanvas:iG ArcToOnCanvas:hG
PARRUN_TYPE_RUN:Pg PARRUN_TYPE_RUN:Og
CFF_EncodingRec:Is CFF_EncodingRec:Hs
CSeekTableEntry:jh CSeekTableEntry:ih
JSCompiler_StaticMethods_AddRectDashClever:fG JSCompiler_StaticMethods_AddRectDashClever:eG
c_oAscServerError$ConvertTimeout:Ne c_oAscServerError$ConvertTimeout:Me
CGlyphString:mw CGlyphString:lw
JSCompiler_StaticMethods_Set_Before:bd JSCompiler_StaticMethods_Set_Before:ad
CAscStroke:EM CAscStroke:DM
DrawLineEnd:dI DrawLineEnd:cI
TT_Face:Kr TT_Face:Jr
L 73:Wf L 73:Wf
L 74:Xf L 74:Xf
JSCompiler_StaticMethods__draw:$C JSCompiler_StaticMethods__draw:ZC
Int64:si Int64:ri
L 75:Bj L 75:Bj
_ph_summ__sec_head:fL _ph_summ__sec_head:eL
tt_face_load_bdf_props:Nm
L 76:Cj L 76:Cj
tt_face_load_bdf_props:Om
L 77:Wk L 77:Wk
L 78:Xk L 78:Xk
t1_args_count:rm t1_args_count:qm
dublicate_matrix:gk dublicate_matrix:fk
L 79:gi L 79:gi
CHorRulerRepaintChecker:iA CHorRulerRepaintChecker:hA
AFM_StreamRec:zl AFM_StreamRec:yl
numbering_presentationnumfrmt_ArabicPeriod:vb numbering_presentationnumfrmt_ArabicPeriod:ub
JSCompiler_StaticMethods_Internal_Is_NullBorders:ID JSCompiler_StaticMethods_Internal_Is_NullBorders:HD
Y_Top_Margin:wE _parser_funcs$$inline_394:Hm
TT_Forget_Glyph_Frame:as Y_Top_Margin:vE
_parser_funcs$$inline_391:Im TT_Forget_Glyph_Frame:$r
gray_record_cell:jp gray_record_cell:ip
JSCompiler_StaticMethods_Stop:CE JSCompiler_StaticMethods_Stop:BE
trimString:ic trimString:hc
L 70:ei L 70:ei
FT_PEEK_USHORT:$h FT_PEEK_USHORT:Zh
L 72:Vf L 72:Vf
L 71:fi L 71:fi
L 64:Ue L 64:Ue
L 65:Dz L 65:Dz
L 62:zj L 62:zj
BULLET_TYPE_TYPEFACE_BUFONT:Fg BULLET_TYPE_TYPEFACE_BUFONT:Dg
CUniFill:wf CUniFill:vf
L 63:Aj L 63:Aj
L 68:op L 68:op
L 69:pp L 69:pp
L 66:Vk L 66:Vk
Ins_MSIRP:jr Ins_MSIRP:ir
L 67:Qm L 67:Qm
JSCompiler_StaticMethods_getSrc:Ba JSCompiler_StaticMethods_getSrc:Ba
CMouseMoveData:Yy CMouseMoveData:Xy
g_NumberingArr:pE g_NumberingArr:oE
phType_title:qE phType_title:pE
JSCompiler_StaticMethods_Internal_Get_TableMinWidth:OB JSCompiler_StaticMethods_Internal_Get_TableMinWidth:NB
tt_sfnt_id_rec:Fs tt_sfnt_id_rec:Es
tt_face_load_name:fn tt_face_load_name:en
L 61:Xs L 61:Xs
L 60:Wa L 60:Wa
L 99:Iz L 99:Iz
L 95:$s L 95:$s
L 96:Hz L 96:Hz
L 97:at L 97:at
JSCompiler_StaticMethods_Set_TableBorder_Top:qd JSCompiler_StaticMethods_Set_TableBorder_Top:od
L 98:pK L 98:oK
CFF_Driver:wu CFF_Driver:vu
sfnt_open_font:$o sfnt_open_font:Zo
FT_Request_Metrics:As FT_Request_Metrics:zs
ParaPresentationNumbering:gz ParaPresentationNumbering:fz
SPH_ScaleRule:aq SPH_ScaleRule:$p
L 92:nK L 92:mK
L 91:Fz L 91:Fz
nSldLtTObjTx:$J nSldLtTObjTx:ZJ
L 94:oK L 94:nK
JSCompiler_StaticMethods_Document_UpdateUndoRedoState:AC JSCompiler_StaticMethods_Document_UpdateUndoRedoState:zC
CreateUIntArray:kl CreateUIntArray:jl
L 93:Gz L 93:Gz
global_keyboardEvent:Cz global_keyboardEvent:Bz
FT_RoundFix:ri FT_RoundFix:qi
CFontFileLoader:P CFontFileLoader:P
CFontFilesCache:bw CFontFilesCache:aw
L 90:mK L 90:lK
_ph_summ__two_obj_and_tx:jL _ph_summ__two_obj_and_tx:iL
tt_name_entry_ascii_from_utf16:Xo tt_name_entry_ascii_from_utf16:Wo
Editor_Copy_GetElem:oa Editor_Copy_GetElem:oa
JSCompiler_StaticMethods_Set_TableBorder_InsideV:jd JSCompiler_StaticMethods_Set_TableBorder_InsideV:id
L 88:Ez L 88:Ez
L 89:lK L 89:kK
L 86:kK L 86:jK
JSCompiler_StaticMethods_Set_Inline:WB JSCompiler_StaticMethods_Set_Inline:VB
L 87:nh L 87:nh
L 84:Zs L 84:Zs
L 85:jK L 85:iK
FT_Glyph_Class:xp FT_Glyph_Class:wp
tt_size_run_prep:rq tt_size_run_prep:qq
tt_size_request:zs tt_size_request:ys
JSCompiler_StaticMethods_Numbering_Remove:Xd JSCompiler_StaticMethods_Numbering_Remove:Wd
g_bIsAppleDevices:Qv g_bIsAppleDevices:Pv
tt_face_load_hmtx:nn tt_face_load_hmtx:mn
xy:MF xy:LF
c_oAscServerError$ConvertReadFile:Oe c_oAscServerError$ConvertReadFile:Ne
numbering_numfmt_UpperLetter:ub numbering_numfmt_UpperLetter:tb
JSCompiler_StaticMethods_Create_Table_BorderedAndLined:Tx JSCompiler_StaticMethods_Create_Table_BorderedAndLined:Sx
ScrollArrowType$ARROW_LEFT:FC ScrollArrowType$ARROW_LEFT:EC
L 83:mh L 83:mh
L 82:Rm L 82:Rm
L 81:iK L 81:hK
L 80:Ys L 80:Ys
tt_cmap2_get_subheader:Mn tt_cmap2_get_subheader:Ln
JSCompiler_StaticMethods_Cursor_IsEnd:me JSCompiler_StaticMethods_Cursor_IsEnd:le
historyitem_Table_Inline:hB historyitem_Table_Inline:gB
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment