Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx81 m_nLayout = SAL_LAYOUT_BIDI_RTL; in SalGraphics()
125 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
142 else if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
161 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
178 else if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
200 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
249 else if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) ) in mirror()
397 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in SetClipRegion()
408 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPixel()
414 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPixel()
[all …]
H A Doutdev.cxx184 if( ( (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && ! IsRTLEnabled() ) || in ImplIsAntiparallel()
185 ( ! (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && IsRTLEnabled() ) ) in ImplIsAntiparallel()
501 mpGraphics->SetLayout( mbEnableRTL ? SAL_LAYOUT_BIDI_RTL : 0 ); in EnableRTL()
522 return ( ImplGetGraphics() && (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) ); in ImplHasMirroredGraphics()
H A Dsallayout.cxx599 bool bRTL = ((mnFlags & SAL_LAYOUT_BIDI_RTL) != 0); in ImplLayoutArgs()
607 if( mnFlags & SAL_LAYOUT_BIDI_RTL ) in ImplLayoutArgs()
H A Doutdev2.cxx219 …etOutDevType() != OUTDEV_WINDOW) && pGraphics2 && (pGraphics2->GetLayout() & SAL_LAYOUT_BIDI_RTL) ) in ImplDrawOutDevDirect()
H A Doutdev3.cxx5870 nLayoutFlags |= SAL_LAYOUT_BIDI_RTL; in ImplPrepareLayoutArgs()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx711 bool bRtl = mnLayoutFlags & SAL_LAYOUT_BIDI_RTL; in CreateSegment()
993 if( (mnLayoutFlags & SAL_LAYOUT_BIDI_RTL) && in AdjustLayout()
1097 bool bRtl = mnLayoutFlags & SAL_LAYOUT_BIDI_RTL; in ApplyDXArray()
H A Dgraphite_textsrc.cxx84 bool rtl = maLayoutArgs.mnFlags & SAL_LAYOUT_BIDI_RTL; in getCharProperties()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx257 if( (rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) != 0 ) in LayoutText()
308 if( rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) in AdjustLayout()
H A Dctlayout.cxx217 if( rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) in AdjustLayout()
/trunk/main/vcl/inc/
H A Dsallayout.hxx52 #define SAL_LAYOUT_BIDI_RTL 0x0001 macro
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1308 aScriptState.uBidiLevel = (0 != (rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL));
1375 if( rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL )
2946 if ( (rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) && rArgs.mpDXArray)

Completed in 118 milliseconds