Searched refs:SAL_LAYOUT_BIDI_RTL (Results 1 – 11 of 11) sorted by relevance
81 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 …]
184 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()
599 bool bRTL = ((mnFlags & SAL_LAYOUT_BIDI_RTL) != 0); in ImplLayoutArgs()607 if( mnFlags & SAL_LAYOUT_BIDI_RTL ) in ImplLayoutArgs()
219 …etOutDevType() != OUTDEV_WINDOW) && pGraphics2 && (pGraphics2->GetLayout() & SAL_LAYOUT_BIDI_RTL) ) in ImplDrawOutDevDirect()
5870 nLayoutFlags |= SAL_LAYOUT_BIDI_RTL; in ImplPrepareLayoutArgs()
711 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()
84 bool rtl = maLayoutArgs.mnFlags & SAL_LAYOUT_BIDI_RTL; in getCharProperties()
257 if( (rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) != 0 ) in LayoutText()308 if( rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) in AdjustLayout()
217 if( rArgs.mnFlags & SAL_LAYOUT_BIDI_RTL) in AdjustLayout()
52 #define SAL_LAYOUT_BIDI_RTL 0x0001 macro
1308 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 98 milliseconds