Home
last modified time | relevance | path

Searched refs:AddOpt (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx195 AddOpt( nPropID, bBlib, nPropValue, NULL, 0 ); in AddOpt()
210 AddOpt( nPropID, sal_True, nLen, pBuf, nLen ); in AddOpt()
425 AddOpt( ESCHER_Prop_fillAngle, nAngle ); in CreateGradientProperties()
535 AddOpt( ESCHER_Prop_fillType, nFillType ); in CreateGradientProperties()
536 AddOpt( ESCHER_Prop_fillAngle, nAngle ); in CreateGradientProperties()
539 AddOpt( ESCHER_Prop_fillFocus, nFillFocus ); in CreateGradientProperties()
545 AddOpt( ESCHER_Prop_fillToLeft, nFillLR ); in CreateGradientProperties()
550 AddOpt( ESCHER_Prop_fillToTop, nFillTB ); in CreateGradientProperties()
855 AddOpt( ESCHER_Prop_WrapText, eWrapMode ); in CreateTextProperties()
856 AddOpt( ESCHER_Prop_AnchorText, eAnchor ); in CreateTextProperties()
[all …]
H A Deschesdo.cxx138 rPropOpt.AddOpt( ESCHER_Prop_Rotation, nAngle ); in ImplFlipBoundingBox()
307 aPropOpt.AddOpt( ESCHER_Prop_adjustValue, nRadius ); in ImplWriteShape()
600 aPropOpt.AddOpt( ESCHER_Prop_lTxid, nTxtBxId ); in ImplWriteShape()
601 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x10001 ); in ImplWriteShape()
643 aPropOpt.AddOpt( ESCHER_Prop_fFillOK, 0x100001 ); in ImplWriteShape()
644 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x110011 ); in ImplWriteShape()
645 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x90008 ); in ImplWriteShape()
660 aPropOpt.AddOpt( ESCHER_Prop_lTxid, nTxtBxId ); in ImplWriteShape()
683 aPropOpt.AddOpt( ESCHER_Prop_fPrint, 0x00080000 ); in ImplWriteShape()
720 aPropOpt.AddOpt( ESCHER_Prop_fPrint, 0x200020 ); in ImplWriteShape()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx320 rPropOpt.AddOpt(ESCHER_Prop_wzName, aNamestr ); in PreWriteHyperlinkWithinFly()
325 rPropOpt.AddOpt(ESCHER_Prop_fPrint, nValue ); in PreWriteHyperlinkWithinFly()
328 rPropOpt.AddOpt(ESCHER_Prop_fPrint, 0x03080008 ); in PreWriteHyperlinkWithinFly()
1606 aPropOpt.AddOpt( ESCHER_Prop_dyTextTop, 0 ); in WriteGrfBullet()
1607 aPropOpt.AddOpt( ESCHER_Prop_dyTextBottom, 0 ); in WriteGrfBullet()
1608 aPropOpt.AddOpt( ESCHER_Prop_dxTextLeft, 0 ); in WriteGrfBullet()
1609 aPropOpt.AddOpt( ESCHER_Prop_dxTextRight, 0 ); in WriteGrfBullet()
1617 aPropOpt.AddOpt( ESCHER_Prop_pictureActive, 0 ); in WriteGrfBullet()
1696 aPropOpt.AddOpt( ESCHER_Prop_pibFlags, nFlags ); in WriteGrfFlyFrame()
2099 rPropOpt.AddOpt( ESCHER_Prop_dyWrapDistTop, in WriteFlyFrameAttr()
[all …]
/aoo4110/main/sc/source/filter/excel/
H A Dxeescher.cxx407 aPropOpt.AddOpt( ESCHER_Prop_wzName, aCtrlName ); in XclExpOcxControlObj()
416 aPropOpt.AddOpt( ESCHER_Prop_pictureId, nBlipId ); in XclExpOcxControlObj()
548 aPropOpt.AddOpt( ESCHER_Prop_WrapText, 0x00000001 ); in XclExpTbxControlObj()
556 aPropOpt.AddOpt( ESCHER_Prop_wzName, aCtrlName ); in XclExpTbxControlObj()
562 aPropOpt.AddOpt( ESCHER_Prop_wzDescription, aAltTxt ); in XclExpTbxControlObj()
934 aPropOpt.AddOpt( ESCHER_Prop_FitTextToShape, 0x00080008 ); in XclExpChartObj()
935 aPropOpt.AddOpt( ESCHER_Prop_fillColor, 0x0800004E ); in XclExpChartObj()
936 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0x0800004D ); in XclExpChartObj()
937 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x00110010 ); in XclExpChartObj()
938 aPropOpt.AddOpt( ESCHER_Prop_lineColor, 0x0800004D ); in XclExpChartObj()
[all …]
H A Dxlchart.cxx850 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillType, ESCHER_FillSolid ); in ReadEscherProperties()
851 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillColor, nEscherColor ); in ReadEscherProperties()
852 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillOpacity, nEscherOpacity ); in ReadEscherProperties()
853 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillBackColor, 0x02FFFFFF ); in ReadEscherProperties()
854 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fillBackOpacity, 0x00010000 ); in ReadEscherProperties()
855 rEscherFmt.mxEscherSet->AddOpt( ESCHER_Prop_fNoFillHitTest, 0x001F001C ); in ReadEscherProperties()
H A Dxechart.cxx700 …maData.mxEscherSet->AddOpt( ESCHER_Prop_fillColor, 0x08000000 | rPal.GetColorIndex( mnColor1Id ) ); in Save()
701 …maData.mxEscherSet->AddOpt( ESCHER_Prop_fillBackColor, 0x08000000 | rPal.GetColorIndex( mnColor2Id… in Save()
/aoo4110/main/sd/source/filter/eppt/
H A Deppt.cxx1090 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0 ); in ImplCreateMainNotes()
1091 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, 0x68bdde ); in ImplCreateMainNotes()
1092 aPropOpt.AddOpt( ESCHER_Prop_fillRectBottom, 0x8b9f8e ); in ImplCreateMainNotes()
1093 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x120012 ); in ImplCreateMainNotes()
1094 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0 ); in ImplCreateMainNotes()
1677 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0 ); in ImplCreateNotes()
1678 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, 0x8b9f8e ); in ImplCreateNotes()
1683 aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 ); in ImplCreateNotes()
1750 aPropOpt.AddOpt( ESCHER_Prop_fillColor, nFillColor ); in ImplWriteBackground()
1755 aPropOpt.AddOpt( ESCHER_Prop_bWMode, ESCHER_bwWhite ); in ImplWriteBackground()
[all …]
H A Depptso.cxx1698 rPropOpt.AddOpt( ESCHER_Prop_Rotation, mnAngle ); in ImplFlipBoundingBox()
4191 aPropOpt.AddOpt( ESCHER_Prop_lTxid, mnTxId += 0x60 ); in ImplCreatePresentationPlaceholder()
4193 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x110001 ); in ImplCreatePresentationPlaceholder()
4194 aPropOpt.AddOpt( ESCHER_Prop_lineColor, 0x8000001 ); in ImplCreatePresentationPlaceholder()
4195 aPropOpt.AddOpt( ESCHER_Prop_shadowColor, 0x8000002 ); in ImplCreatePresentationPlaceholder()
4200 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in ImplCreatePresentationPlaceholder()
5658 aPropOptSp.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0xa0008 ); in ImplCreateCellBorder()
5659 aPropOptSp.AddOpt( ESCHER_Prop_fshadowObscured, 0x20000 ); in ImplCreateCellBorder()
5664 aPropOptSp.AddOpt( ESCHER_Prop_lineColor, nBorderColor ); in ImplCreateCellBorder()
5667 aPropOptSp.AddOpt( ESCHER_Prop_fc3DLightFace, 0x80000 ); in ImplCreateCellBorder()
[all …]
/aoo4110/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx308 aPropOpt.AddOpt( ESCHER_Prop_lTxid, 0 ); // undocumented in ProcessEscherObj()
309 aPropOpt.AddOpt( 0x0158, 0x00000000 ); // undocumented in ProcessEscherObj()
324 aPropOpt.AddOpt( ESCHER_Prop_fillColor, 0x08000050 ); in ProcessEscherObj()
325 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0x08000050 ); in ProcessEscherObj()
329 aPropOpt.AddOpt( ESCHER_Prop_fillColor, 0x08000050 ); in ProcessEscherObj()
332 aPropOpt.AddOpt( ESCHER_Prop_fillBackColor, 0x08000050 ); in ProcessEscherObj()
336 aPropOpt.AddOpt( ESCHER_Prop_shadowColor, 0x00000000 ); in ProcessEscherObj()
388 aPropOpt.AddOpt( ESCHER_Prop_FitTextToShape, 0x00080008 ); // bool field in XclObjDropDown()
389 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x00010000 ); // bool field in XclObjDropDown()
390 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x00080000 ); // bool field in XclObjDropDown()
[all …]
/aoo4110/main/filter/inc/filter/msfilter/
H A Descherex.hxx1185 void AddOpt( sal_uInt16 nPropertyID, const rtl::OUString& rString );
1187 void AddOpt( sal_uInt16 nPropertyID, sal_uInt32 nPropValue,
1190 void AddOpt( sal_uInt16 nPropertyID, sal_Bool bBlib, sal_uInt32 nPropValue,

Completed in 232 milliseconds