Home
last modified time | relevance | path

Searched refs:EnableRTL (Results 1 – 25 of 135) sorted by relevance

123456

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dglobalization.cxx25 void Window::EnableRTL ( bool bEnable ) in EnableRTL() function in vcl::Window
28 OutputDevice::EnableRTL(bEnable); in EnableRTL()
H A Dbufferdevice.cxx23 m_pBuffer->EnableRTL(rRenderContext.IsRTLEnabled()); in BufferDevice()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dglobalization.cxx27 void WindowOutputDevice::EnableRTL ( bool bEnable ) in EnableRTL() function in vcl::WindowOutputDevice
38 mpWindowImpl->mxOutDev->OutputDevice::EnableRTL(bEnable); in ImplEnableRTL()
H A Dbufferdevice.cxx23 m_pBuffer->EnableRTL(rRenderContext.IsRTLEnabled()); in BufferDevice()
H A Dwindow3.cxx216 void Window::EnableRTL(bool bEnable) { GetOutDev()->EnableRTL(bEnable); } in EnableRTL() function in vcl::Window
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddialcontrol.cxx41 EnableRTL(false); in DialControlBmp()
164 EnableRTL(); // draw 3D effect in correct direction in DrawBackground()
191 EnableRTL( false ); in DrawBackground()
400 EnableRTL( false ); // don't mirror mouse handling in Init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddialcontrol.cxx41 EnableRTL(false); in DialControlBmp()
164 EnableRTL(); // draw 3D effect in correct direction in DrawBackground()
191 EnableRTL( false ); in DrawBackground()
388 EnableRTL( false ); // don't mirror mouse handling in Init()
644 EnableRTL( false ); // don't mirror mouse handling in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dwindowdev.hxx34 virtual void EnableRTL(bool bEnable = true) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Doutdev.cxx266 pWindow->EnableRTL(); in testRTL()
278 pWindow->EnableRTL(); in testRTLGuard()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dscroll.cxx34 EnableRTL( false ); in SwScrollbar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dscroll.cxx36 EnableRTL( false ); in SwScrollbar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Doutdev.cxx275 pWindow->EnableRTL(); in testRTL()
287 pWindow->EnableRTL(); in testRTLGuard()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DChartWindow.cxx65 EnableRTL( false ); in ChartWindow()
67 …pParent->EnableRTL( false );// #i96215# necessary for a correct position of the context menu in rt… in ChartWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DChartWindow.cxx65 EnableRTL( false ); in ChartWindow()
67 …pParent->EnableRTL( false );// #i96215# necessary for a correct position of the context menu in rt… in ChartWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dctrl.hxx133 virtual void EnableRTL ( bool bEnable = true ) override;
H A Dvirdev.hxx154 virtual void EnableRTL( bool bEnable = true ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dvirdev.cxx384 void VirtualDevice::EnableRTL( bool bEnable ) in EnableRTL() function in VirtualDevice
393 OutputDevice::EnableRTL(bEnable); in EnableRTL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dvirdev.cxx387 void VirtualDevice::EnableRTL( bool bEnable ) in EnableRTL() function in VirtualDevice
396 OutputDevice::EnableRTL(bEnable); in EnableRTL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dctrl.hxx132 virtual void EnableRTL ( bool bEnable = true ) override;
H A Dvirdev.hxx154 virtual void EnableRTL( bool bEnable = true ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabsplit.cxx30 EnableRTL(false); in ScTabSplitter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabsplit.cxx30 EnableRTL(false); in ScTabSplitter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dctrl.cxx65 void Control::EnableRTL( bool bEnable ) in EnableRTL() function in Control
71 OutputDevice::EnableRTL(bEnable); in EnableRTL()
H A Dmenubtn.cxx34 EnableRTL( AllSettings::GetLayoutRTL() ); in ImplInit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dctrl.cxx65 void Control::EnableRTL( bool bEnable ) in EnableRTL() function in Control
71 Window::EnableRTL(bEnable); in EnableRTL()

123456