Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx99 sal_uInt32 mnLayoutMode; member in __anonc3207dfb0111::PropertyHolder
126 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()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx4234 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()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1522 sal_uInt32 mnLayoutMode; member in MetaLayoutModeAction
1530 sal_uInt32 GetLayoutMode() const { return mnLayoutMode; } in GetLayoutMode()

Completed in 73 milliseconds