| /AOO41X/main/filter/source/msfilter/ |
| H A D | eschesdo.cxx | 160 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); \ 162 aPropOpt.CreateTextProperties( rObj.mXPropSet, \ 242 … EscherPropertyContainer aPropOpt( mpEscherEx->GetGraphicProvider(), mpPicStrm, aRect100thmm ); in ImplWriteShape() local 246 aPropOpt.AddOpt( ESCHER_Prop_wzName, aShapeName ); in ImplWriteShape() 254 …MSO_SPT eShapeType = aPropOpt.GetCustomShapeType( rObj.GetShapeRef(), nMirrorFlags, sCustomShapeTy… in ImplWriteShape() 258 …if ( aPropOpt.CreateGraphicProperties( rObj.mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "MetaF… 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() 280 aPropOpt.CreateCustomShapeProperties( eShapeType, rObj.GetShapeRef() ); in ImplWriteShape() [all …]
|
| H A D | escherex.cxx | 5439 EscherPropertyContainer aPropOpt; in EnterGroup() local 5440 aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x00040004 ); in EnterGroup() 5441 aPropOpt.AddOpt( ESCHER_Prop_dxWrapDistLeft, 0 ); in EnterGroup() 5442 aPropOpt.AddOpt( ESCHER_Prop_dxWrapDistRight, 0 ); in EnterGroup() 5446 aPropOpt.AddOpt( ESCHER_Prop_wzName, rShapeName ); in EnterGroup() 5448 Commit( aPropOpt, aRect ); in EnterGroup()
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 1517 … EscherPropertyContainer aPropOpt( mpPptEscherEx->GetGraphicProvider(), mpPicStrm, aRect ); in ImplWritePortions() local 1518 aPropOpt.CreateGradientProperties( mXPropSet ); in ImplWritePortions() 1519 aPropOpt.GetOpt( ESCHER_Prop_fillColor, nBackgroundColor ); in ImplWritePortions() 1540 … EscherPropertyContainer aPropOpt( mpPptEscherEx->GetGraphicProvider(), mpPicStrm, aRect ); in ImplWritePortions() local 1541 aPropOpt.CreateGradientProperties( mXBackgroundPropSet ); in ImplWritePortions() 1542 aPropOpt.GetOpt( ESCHER_Prop_fillColor, nBackgroundColor ); in ImplWritePortions() 4189 EscherPropertyContainer aPropOpt; in ImplCreatePresentationPlaceholder() local 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() [all …]
|
| H A D | eppt.cxx | 1088 EscherPropertyContainer aPropOpt; in ImplCreateMainNotes() local 1089 …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() 1097 aPropOpt.Commit( *mpStrm ); in ImplCreateMainNotes() [all …]
|
| H A D | eppt.hxx | 826 EscherPropertyContainer& aPropOpt );
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xeescher.cxx | 399 …EscherPropertyContainer aPropOpt( mrEscherEx.GetGraphicProvider(), mrEscherEx.QueryPictureStream()… in XclExpOcxControlObj() local 400 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() 412 …if( xShapePS.is() && aPropOpt.CreateGraphicProperties( xShapePS, CREATE_STRING( "MetaFile" ), sal_… in XclExpOcxControlObj() 415 if( aPropOpt.GetOpt( ESCHER_Prop_pib, nBlipId ) ) in XclExpOcxControlObj() 416 aPropOpt.AddOpt( ESCHER_Prop_pictureId, nBlipId ); in XclExpOcxControlObj() 420 aPropOpt.Commit( mrEscherEx.GetStream() ); in XclExpOcxControlObj() 542 EscherPropertyContainer aPropOpt; in XclExpTbxControlObj() local [all …]
|
| /AOO41X/main/sc/source/filter/xcl97/ |
| H A D | xcl97rec.cxx | 298 EscherPropertyContainer aPropOpt; in ProcessEscherObj() local 306 aPropOpt.CreateFillProperties( aXPropSet, sal_True); in ProcessEscherObj() 308 aPropOpt.AddOpt( ESCHER_Prop_lTxid, 0 ); // undocumented in ProcessEscherObj() 309 aPropOpt.AddOpt( 0x0158, 0x00000000 ); // undocumented in ProcessEscherObj() 312 if(!aPropOpt.GetOpt( ESCHER_Prop_FitTextToShape, nValue )) in ProcessEscherObj() 313 aPropOpt.AddOpt( ESCHER_Prop_FitTextToShape, 0x00080008 ); // bool field in ProcessEscherObj() 315 if(aPropOpt.GetOpt( ESCHER_Prop_fillColor, nValue )) 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() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8esh.cxx | 1579 EscherPropertyContainer aPropOpt; in WriteGrfBullet() local 1598 aPropOpt.AddOpt(ESCHER_Prop_pib, nBlibId, sal_True); in WriteGrfBullet() 1600 aPropOpt.AddOpt( ESCHER_Prop_pibFlags, ESCHER_BlipFlagDefault ); in WriteGrfBullet() 1601 aPropOpt.AddOpt( ESCHER_Prop_dyTextTop, DrawModelToEmu(0)); in WriteGrfBullet() 1602 aPropOpt.AddOpt( ESCHER_Prop_dyTextBottom, DrawModelToEmu(0)); in WriteGrfBullet() 1603 aPropOpt.AddOpt( ESCHER_Prop_dxTextLeft, DrawModelToEmu(0)); in WriteGrfBullet() 1604 aPropOpt.AddOpt( ESCHER_Prop_dxTextRight, DrawModelToEmu(0)); in WriteGrfBullet() 1605 aPropOpt.AddOpt( ESCHER_Prop_fNoLineDrawDash, 0x80000 ); in WriteGrfBullet() 1606 aPropOpt.AddOpt( ESCHER_Prop_dyTextTop, 0 ); in WriteGrfBullet() 1607 aPropOpt.AddOpt( ESCHER_Prop_dyTextBottom, 0 ); in WriteGrfBullet() [all …]
|