Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Ddinfdlg.hxx534 class CmisPropertiesControl
541 CmisPropertiesControl(weld::Builder& rBuilder);
561 std::unique_ptr<CmisPropertiesControl> m_xPropertiesCtrl;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Ddinfdlg.hxx534 class CmisPropertiesControl class
541 CmisPropertiesControl(weld::Builder& rBuilder);
561 std::unique_ptr<CmisPropertiesControl> m_xPropertiesCtrl;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Ddinfdlg.cxx2210 CmisPropertiesControl::CmisPropertiesControl(weld::Builder& rBuilder) in CmisPropertiesControl() function in CmisPropertiesControl
2219 void CmisPropertiesControl::ClearAllLines() in ClearAllLines()
2224 void CmisPropertiesControl::AddLine( const OUString& sId, const OUString& sName, in AddLine()
2237 , m_xPropertiesCtrl(new CmisPropertiesControl(*m_xBuilder)) in SfxCmisPropertiesPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Ddinfdlg.cxx2259 CmisPropertiesControl::CmisPropertiesControl(weld::Builder& rBuilder) in CmisPropertiesControl() function in CmisPropertiesControl
2268 void CmisPropertiesControl::ClearAllLines() in ClearAllLines()
2273 void CmisPropertiesControl::AddLine( const OUString& sId, const OUString& sName, in AddLine()
2286 , m_xPropertiesCtrl(new CmisPropertiesControl(*m_xBuilder)) in SfxCmisPropertiesPage()