Home
last modified time | relevance | path

Searched refs:m_nUserCustomPageLeftMargin (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DPageMarginControl.cxx116 , m_nUserCustomPageLeftMargin( 0 ) in PageMarginControl()
329 SetMetricValue( *m_xWidthHeightField, m_nUserCustomPageLeftMargin, m_eUnit ); in FillHelpText()
388 m_nPageLeftMargin = m_nUserCustomPageLeftMargin; in IMPL_LINK()
491 m_nUserCustomPageLeftMargin = aWinData.toInt32(); in GetUserCustomValues()
H A DPageMarginControl.hxx77 tools::Long m_nUserCustomPageLeftMargin; member in sw::sidebar::PageMarginControl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DPageMarginControl.cxx110 , m_nUserCustomPageLeftMargin( 0 ) in PageMarginControl()
356 SetMetricValue( *m_pWidthHeightField.get(), m_nUserCustomPageLeftMargin, m_eUnit ); in FillHelpText()
415 m_nPageLeftMargin = m_nUserCustomPageLeftMargin; in IMPL_LINK()
521 m_nUserCustomPageLeftMargin = aWinData.toInt32(); in GetUserCustomValues()
H A DPageMarginControl.hxx78 long m_nUserCustomPageLeftMargin; member in sw::sidebar::PageMarginControl