Home
last modified time | relevance | path

Searched defs:IsRTLEnabled (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dcustomweld.hxx70 bool IsRTLEnabled() const { return m_pDrawingArea->get_direction(); } in IsRTLEnabled() function in weld::CustomWidgetController
H A Doutdev.hxx1354 bool IsRTLEnabled() const { return mbEnableRTL; } in IsRTLEnabled() function in OutputDevice
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dcustomweld.hxx88 bool IsRTLEnabled() const { return m_pDrawingArea->get_direction(); } in IsRTLEnabled() function in weld::CustomWidgetController
H A Doutdev.hxx1236 bool IsRTLEnabled() const { return mbEnableRTL; } in IsRTLEnabled() function in OutputDevice
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwindow3.cxx127 bool Window::IsRTLEnabled() const { return GetOutDev()->IsRTLEnabled(); } in IsRTLEnabled() function in vcl::Window