Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx193 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_uInt32 nPropValue, sal_Bool bBlib ) in AddOpt() function in EscherPropertyContainer
195 AddOpt( nPropID, bBlib, nPropValue, NULL, 0 ); in AddOpt()
198 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, const rtl::OUString& rString ) in AddOpt() function in EscherPropertyContainer
210 AddOpt( nPropID, sal_True, nLen, pBuf, nLen ); in AddOpt()
213 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uInt32 nPropValue, sa… in AddOpt() function in EscherPropertyContainer
424 AddOpt( ESCHER_Prop_fillType, nFillType ); in CreateGradientProperties()
425 AddOpt( ESCHER_Prop_fillAngle, nAngle ); in CreateGradientProperties()
426 AddOpt( ESCHER_Prop_fillColor, GetGradientColor( &rGradient, nFirstColor ) ); in CreateGradientProperties()
427 AddOpt( ESCHER_Prop_fillBackColor, GetGradientColor( &rGradient, nFirstColor ^ 1 ) ); in CreateGradientProperties()
428 AddOpt( ESCHER_Prop_fillFocus, nFillFocus ); in CreateGradientProperties()
[all …]
H A Deschesdo.cxx138 rPropOpt.AddOpt( ESCHER_Prop_Rotation, nAngle ); in ImplFlipBoundingBox()
246 aPropOpt.AddOpt( ESCHER_Prop_wzName, aShapeName ); in ImplWriteShape()
260 aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x800080 ); in ImplWriteShape()
261 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x100000 ); // no fill in ImplWriteShape()
262 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x90000 ); // no linestyle in ImplWriteShape()
307 aPropOpt.AddOpt( ESCHER_Prop_adjustValue, nRadius ); in ImplWriteShape()
532 aPropOpt.AddOpt( ESCHER_Prop_shapePath, ESCHER_ShapeComplex ); in ImplWriteShape()
600 aPropOpt.AddOpt( ESCHER_Prop_lTxid, nTxtBxId ); in ImplWriteShape()
601 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x10001 ); in ImplWriteShape()
602 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x10001 ); in ImplWriteShape()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx303 rPropOpt.AddOpt( ESCHER_Prop_pihlShape, sal_True, nSize, pBuf, nSize ); in PreWriteHyperlinkWithinFly()
308 rPropOpt.AddOpt(ESCHER_Prop_wzName, aNamestr ); in PreWriteHyperlinkWithinFly()
313 rPropOpt.AddOpt(ESCHER_Prop_fPrint, nValue ); in PreWriteHyperlinkWithinFly()
316 rPropOpt.AddOpt(ESCHER_Prop_fPrint, 0x03080008 ); in PreWriteHyperlinkWithinFly()
1586 aPropOpt.AddOpt(ESCHER_Prop_pib, nBlibId, sal_True); in WriteGrfBullet()
1588 aPropOpt.AddOpt( ESCHER_Prop_pibFlags, ESCHER_BlipFlagDefault ); in WriteGrfBullet()
1589 aPropOpt.AddOpt( ESCHER_Prop_dyTextTop, DrawModelToEmu(0)); in WriteGrfBullet()
1590 aPropOpt.AddOpt( ESCHER_Prop_dyTextBottom, DrawModelToEmu(0)); in WriteGrfBullet()
1591 aPropOpt.AddOpt( ESCHER_Prop_dxTextLeft, DrawModelToEmu(0)); in WriteGrfBullet()
1592 aPropOpt.AddOpt( ESCHER_Prop_dxTextRight, DrawModelToEmu(0)); in WriteGrfBullet()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx400 aPropOpt.AddOpt( ESCHER_Prop_FitTextToShape, 0x00080008 ); // bool field in XclExpOcxControlObj()
401 aPropOpt.AddOpt( ESCHER_Prop_lineColor, 0x08000040 ); in XclExpOcxControlObj()
402 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x00080000 ); // bool field in XclExpOcxControlObj()
407 aPropOpt.AddOpt( ESCHER_Prop_wzName, aCtrlName ); in XclExpOcxControlObj()
416 aPropOpt.AddOpt( ESCHER_Prop_pictureId, nBlipId ); in XclExpOcxControlObj()
544 aPropOpt.AddOpt( ESCHER_Prop_fPrint, bVisible ? 0x00080000 : 0x00080002 ); // visible flag in XclExpTbxControlObj()
546 aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x01000100 ); // bool field in XclExpTbxControlObj()
547 aPropOpt.AddOpt( ESCHER_Prop_lTxid, 0 ); // Text ID in XclExpTbxControlObj()
548 aPropOpt.AddOpt( ESCHER_Prop_WrapText, 0x00000001 ); in XclExpTbxControlObj()
549 aPropOpt.AddOpt( ESCHER_Prop_FitTextToShape, 0x001A0008 ); // bool field in XclExpTbxControlObj()
[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()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1698 rPropOpt.AddOpt( ESCHER_Prop_Rotation, mnAngle ); in ImplFlipBoundingBox()
3168 rPropOpt.AddOpt( ESCHER_Prop_dyTextTop, nUpperDistance ); in ImplAdjustFirstLineLineSpacing()
4190 aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x50001 ); in ImplCreatePresentationPlaceholder()
4191 aPropOpt.AddOpt( ESCHER_Prop_lTxid, mnTxId += 0x60 ); in ImplCreatePresentationPlaceholder()
4192 aPropOpt.AddOpt( ESCHER_Prop_AnchorText, ESCHER_AnchorMiddle ); 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()
4401 aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x800080 ); in ImplWritePage()
[all …]
H A Deppt.cxx1089 …aPropOpt.AddOpt( ESCHER_Prop_fillColor, 0xffffff ); // stock valued fi… in ImplCreateMainNotes()
1090 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()
1095 aPropOpt.AddOpt( ESCHER_Prop_bWMode, ESCHER_wDontShow ); in ImplCreateMainNotes()
1096 …aPropOpt.AddOpt( ESCHER_Prop_fBackground, 0x10001 ); // if true, this i… in ImplCreateMainNotes()
1543 aPropOpt.AddOpt( ESCHER_Prop_fillRectRight, PPTtoEMU( maDestPageSize.Width ) ); in ImplCreateSlide()
1544 aPropOpt.AddOpt( ESCHER_Prop_fillRectBottom, PPTtoEMU( maDestPageSize.Width ) ); in ImplCreateSlide()
[all …]
/trunk/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()
313 aPropOpt.AddOpt( ESCHER_Prop_FitTextToShape, 0x00080008 ); // bool field 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()
334 aPropOpt.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x00110010 ); // bool field in ProcessEscherObj()
336 aPropOpt.AddOpt( ESCHER_Prop_shadowColor, 0x00000000 ); in ProcessEscherObj()
338 aPropOpt.AddOpt( ESCHER_Prop_fshadowObscured, 0x00030003 ); // bool field in ProcessEscherObj()
[all …]
/trunk/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,