Commit 3013fcb1 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

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

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