Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev.cxx400mbEnableRTL = sal_False; // mirroring must be explicitly allowed (typically for windows… in OutputDevice()
493 mbEnableRTL = (bEnable != 0); in EnableRTL()
501 mpGraphics->SetLayout( mbEnableRTL ? SAL_LAYOUT_BIDI_RTL : 0 ); in EnableRTL()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx381 mutable bool mbEnableRTL : 1; member in OutputDevice
869 sal_Bool IsRTLEnabled() const { return mbEnableRTL; } in IsRTLEnabled()
/trunk/main/vcl/source/window/
H A Dwindow.cxx724mbEnableRTL = Application::GetSettings().GetLayoutRTL(); // sal_True: this outdev … in ImplInitWindowData()
793 mbEnableRTL = pParent->mbEnableRTL; in ImplInit()

Completed in 57 milliseconds