Home
last modified time | relevance | path

Searched refs:IsRTLEnabled (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx323 if( i_pOutDev && !i_pOutDev->IsRTLEnabled() ) 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()
420 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawLine()
429 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawRect()
445 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPolyLine()
458 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPolygon()
471 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawPolyPolygon()
618 if( (m_nLayout & SAL_LAYOUT_BIDI_RTL) || (pOutDev && pOutDev->IsRTLEnabled()) ) in DrawBitmap()
[all …]
H A Dtextlayout.cxx140 ,m_bRTLEnabled( _rControl.IsRTLEnabled() ) in ReferenceDeviceTextLayout()
H A Doutdev3.cxx4104 if ( IsRTLEnabled() ) in ImplDrawTextLine()
4220 if( /*ImplHasMirroredGraphics() &&*/ IsRTLEnabled() ) in ImplDrawMnemonicLine()
4396 if( IsRTLEnabled() ) in ImplDrawEmphasisMark()
4611 if( !IsRTLEnabled() ) in ImplDrawTextDirect()
4619 else if( IsRTLEnabled() ) in ImplDrawTextDirect()
5799 if( IsRTLEnabled() ) in GetCaretPositions()
5948 bool bRTLWindow = IsRTLEnabled(); in ImplPrepareLayoutArgs()
H A Doutdev.cxx184 if( ( (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && ! IsRTLEnabled() ) || in ImplIsAntiparallel()
185 ( ! (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && IsRTLEnabled() ) ) in ImplIsAntiparallel()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1473 if( mpFirstBtn ) mpFirstBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
1474 if( mpPrevBtn ) mpPrevBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
1475 if( mpNextBtn ) mpNextBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
1476 if( mpLastBtn ) mpLastBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
1477 if( mpImpl->mpSizer ) mpImpl->mpSizer->EnableRTL( IsRTLEnabled() ); in StateChanged()
1478 if( mpEdit ) mpEdit->EnableRTL( IsRTLEnabled() ); in StateChanged()
H A Dvalueset.cxx85 maVirDev.EnableRTL( GetParent()->IsRTLEnabled() ); in ImplInit()
2767 return Application::GetSettings().GetLayoutRTL() && IsRTLEnabled(); in IsRTLActive()
/trunk/main/vcl/source/control/
H A Dedit.cxx335 if( IsRTLEnabled() ) in ImplInit()
1121 … if( IsRTLEnabled() != pBorder->IsRTLEnabled() && Application::GetSettings().GetLayoutRTL() ) in ImplClearBackground()
1257 bool bRTL = IsRTLEnabled(); in ImplAlign()
1259 bRTL = GetParent()->IsRTLEnabled(); in ImplAlign()
2376 if( mbIsSubEdit && GetParent()->IsRTLEnabled() ) in StateChanged()
2383 else if( mbIsSubEdit && !GetParent()->IsRTLEnabled() ) in StateChanged()
H A Dlstbox.cxx933 mpBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
936 mpImplLB->EnableRTL( IsRTLEnabled() ); in StateChanged()
938 mpImplWin->EnableRTL( IsRTLEnabled() ); in StateChanged()
H A Dcombobox.cxx781 mpBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
785 mpImplLB->EnableRTL( IsRTLEnabled() ); in StateChanged()
H A Dilstbox.cxx2647 maLBWindow.EnableRTL( IsRTLEnabled() ); in StateChanged()
2648 mpHScrollBar->EnableRTL( IsRTLEnabled() ); in StateChanged()
2649 mpVScrollBar->EnableRTL( IsRTLEnabled() ); in StateChanged()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx164 getDataWindow()->EnableRTL( IsRTLEnabled() ); in StateChanged()
168 pHeaderBar->EnableRTL( IsRTLEnabled() ); in StateChanged()
169 aHScroll.EnableRTL( IsRTLEnabled() ); in StateChanged()
171 pVScroll->EnableRTL( IsRTLEnabled() ); in StateChanged()
H A Deditbrowsebox.cxx316 bool bNeedMirror = IsRTLEnabled(); in GetImage()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx1251 if ( IsRTLEnabled() ) in KeyInput()
1257 if ( IsRTLEnabled() ) in KeyInput()
/trunk/main/vcl/source/window/
H A Dstatus.cxx319 if( ImplHasMirroredGraphics() && IsRTLEnabled() ) in ImplFormat()
474 mpImplData->mpVirDev->EnableRTL( IsRTLEnabled() ); in ImplDrawItem()
H A Ddockmgr.cxx812 if (ImplHasMirroredGraphics() && IsRTLEnabled()) in MouseButtonDown()
837 if (ImplHasMirroredGraphics() && IsRTLEnabled()) in Tracking()
H A Dfloatwin.cxx471 if(!pReference->IsRTLEnabled() ) in ImplFloatHitTest()
H A Ddecoview.cxx442 sal_Bool bRTL = pDev->ImplHasMirroredGraphics() && pDev->IsRTLEnabled(); in ImplDrawSymbol()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx212 pVDev->EnableRTL( IsRTLEnabled() ); in UserDraw()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx323 pVDev->EnableRTL( IsRTLEnabled() ); in UserDraw()
/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx515 sal_Bool bIsRTLEnabled( IsRTLEnabled() ); in StateChanged()
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx413 if( IsRTLEnabled() && nCol && nLine ) in Paint()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx462 aVirDev.EnableRTL( IsRTLEnabled() ); in Paint()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx1285 if( pScroll->IsRTLEnabled() != pScroll->GetParent()->IsRTLEnabled() ) in IMPL_LINK()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx783 sal_Bool bIsRTLEnabled = IsRTLEnabled(); in StateChanged()
1105 m_aBar.EnableRTL( IsRTLEnabled() ); in ImplInitWindow()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx676 aDev.EnableRTL( IsRTLEnabled() ); in Paint()

Completed in 214 milliseconds

12