Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dprintopt.cxx41 , m_xReduceTransparencyCB(m_xBuilder->weld_check_button("reducetrans")) in SfxCommonPrintOptionsTabPage()
77m_xReduceTransparencyCB->connect_clicked( LINK( this, SfxCommonPrintOptionsTabPage, ClickReduceTra… in SfxCommonPrintOptionsTabPage()
150 m_xReduceTransparencyCB->set_active( pCurrentOptions->IsReduceTransparency() ); in ImplUpdateControls()
195 ClickReduceTransparencyCBHdl(*m_xReduceTransparencyCB); in ImplUpdateControls()
202 pCurrentOptions->SetReduceTransparency( m_xReduceTransparencyCB->get_active() ); in ImplSaveControls()
226 const bool bReduceTransparency = m_xReduceTransparencyCB->get_active(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dprintopt.cxx39 , m_xReduceTransparencyCB(m_xBuilder->weld_check_button("reducetrans")) in SfxCommonPrintOptionsTabPage()
75m_xReduceTransparencyCB->connect_toggled( LINK( this, SfxCommonPrintOptionsTabPage, ClickReduceTra… in SfxCommonPrintOptionsTabPage()
145 m_xReduceTransparencyCB->set_active( pCurrentOptions->IsReduceTransparency() ); in ImplUpdateControls()
190 ClickReduceTransparencyCBHdl(*m_xReduceTransparencyCB); in ImplUpdateControls()
197 pCurrentOptions->SetReduceTransparency( m_xReduceTransparencyCB->get_active() ); in ImplSaveControls()
221 const bool bReduceTransparency = m_xReduceTransparencyCB->get_active(); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dprintopt.hxx36 std::unique_ptr<weld::CheckButton> m_xReduceTransparencyCB; member in SfxCommonPrintOptionsTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dprintopt.hxx36 std::unique_ptr<weld::CheckButton> m_xReduceTransparencyCB; member in SfxCommonPrintOptionsTabPage