Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx266 const sal_uInt32 nOldLayoutMode(mpOutputDevice->GetLayoutMode()); in RenderTextSimpleOrDecoratedPortionPrimitive2D() local
270 …sal_uInt32 nRTLLayoutMode(nOldLayoutMode & ~(TEXT_LAYOUT_COMPLEX_DISABLED|TEXT_LAYOUT_BIDI_STRONG)… in RenderTextSimpleOrDecoratedPortionPrimitive2D()
298 mpOutputDevice->SetLayoutMode(nOldLayoutMode); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx302 rOut( rOutp ), nOldLayoutMode( rOutp.GetLayoutMode() ) in SwLayoutModeModifier()
308 ((OutputDevice&)rOut).SetLayoutMode( nOldLayoutMode ); in ~SwLayoutModeModifier()
320 const sal_uLong nNewLayoutMode = nOldLayoutMode & ~TEXT_LAYOUT_BIDI_STRONG; in SetAuto()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx817 long nOldLayoutMode; member in SwLayoutModeModifier
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1902 sal_uLong nOldLayoutMode = pDev->GetLayoutMode(); in Draw() local
1924 pDev->SetLayoutMode( nOldLayoutMode ); in Draw()

Completed in 67 milliseconds