Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4911 EscherPropertyContainer aPropertyOptions; in ImplWritePage() local
4912 aPropertyOptions.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x50001 ); in ImplWritePage()
4913 aPropertyOptions.AddOpt( ESCHER_Prop_lTxid, mnTxId += 0x60 ); in ImplWritePage()
4914 aPropertyOptions.AddOpt( ESCHER_Prop_AnchorText, ESCHER_AnchorMiddle ); in ImplWritePage()
4917 aPropertyOptions.AddOpt( ESCHER_Prop_fNoFillHitTest, 0x110001 ); in ImplWritePage()
4918 aPropertyOptions.AddOpt( ESCHER_Prop_lineColor, 0x8000001 ); in ImplWritePage()
4919 aPropertyOptions.AddOpt( ESCHER_Prop_shadowColor, 0x8000002 ); in ImplWritePage()
4920 aPropertyOptions.CreateFillProperties( mXPropSet, sal_True, mXShape ); in ImplWritePage()
4922 if ( aPropertyOptions.GetOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ) ) in ImplWritePage()
4924 aPropertyOptions.AddOpt( ESCHER_Prop_fNoLineDrawDash, nLineFlags ); in ImplWritePage()
[all …]

Completed in 40 milliseconds