Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dpresent.cxx52 , m_xCbxMousepointer(m_xBuilder->weld_check_button("pointervisible")) in SdStartPresentationDlg()
110m_xCbxMousepointer->set_active( static_cast<const SfxBoolItem&>( rOutAttrs.Get( ATTR_PRESENT_MOUSE… in SdStartPresentationDlg()
258 rAttr.Put( SfxBoolItem ( ATTR_PRESENT_MOUSE, m_xCbxMousepointer->get_active() ) ); in GetAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dpresent.cxx51 , m_xCbxMousepointer(m_xBuilder->weld_check_button("pointervisible")) in SdStartPresentationDlg()
106m_xCbxMousepointer->set_active( static_cast<const SfxBoolItem&>( rOutAttrs.Get( ATTR_PRESENT_MOUSE… in SdStartPresentationDlg()
254 rAttr.Put( SfxBoolItem ( ATTR_PRESENT_MOUSE, m_xCbxMousepointer->get_active() ) ); in GetAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dpresent.hxx52 std::unique_ptr<weld::CheckButton> m_xCbxMousepointer; member in SdStartPresentationDlg
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dpresent.hxx51 std::unique_ptr<weld::CheckButton> m_xCbxMousepointer; member in SdStartPresentationDlg