Searched refs:mnLayoutMode (Results 1 – 3 of 3) sorted by relevance
99 sal_uInt32 mnLayoutMode; member in __anonc3207dfb0111::PropertyHolder126 mnLayoutMode(0), in PropertyHolder()194 sal_uInt32 getLayoutMode() const { return mnLayoutMode; } in getLayoutMode()195 void setLayoutMode(sal_uInt32 nNew) { if(nNew != mnLayoutMode) mnLayoutMode = nNew; } in setLayoutMode()
4234 mnLayoutMode( nLayoutMode ) in IMPL_META_ACTION()4242 pOut->SetLayoutMode( mnLayoutMode ); in Execute()4258 return mnLayoutMode == ((MetaLayoutModeAction&)rMetaAction).mnLayoutMode; in Compare()4266 rOStm << mnLayoutMode; in Write()4274 rIStm >> mnLayoutMode; in Read()
1522 sal_uInt32 mnLayoutMode; member in MetaLayoutModeAction1530 sal_uInt32 GetLayoutMode() const { return mnLayoutMode; } in GetLayoutMode()
Completed in 85 milliseconds