Searched refs:mbEnableRTL (Results 1 – 3 of 3) sorted by relevance
400 …mbEnableRTL = 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()
381 mutable bool mbEnableRTL : 1; member in OutputDevice869 sal_Bool IsRTLEnabled() const { return mbEnableRTL; } in IsRTLEnabled()
724 …mbEnableRTL = Application::GetSettings().GetLayoutRTL(); // sal_True: this outdev … in ImplInitWindowData()793 mbEnableRTL = pParent->mbEnableRTL; in ImplInit()
Completed in 59 milliseconds