Home
last modified time | relevance | path

Searched refs:mxTBxWriteDirection (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx409 mxTBxWriteDirection(m_xBuilder->weld_toolbar("writedirection")), in ParaPropertyPanel()
410 … mxWriteDirectionDispatch(new ToolbarUnoDispatcher(*mxTBxWriteDirection, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
472 mxTBxWriteDirection.reset(); in ~ParaPropertyPanel()
H A DParaPropertyPanel.hxx86 std::unique_ptr<weld::Toolbar> mxTBxWriteDirection; member in svx::sidebar::ParaPropertyPanel