Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1552 AddTabPage(TP_CUSTOMPROPERTIES, SfxCustomPropertiesPage::Create, 0); in SfxDocumentInfoDialog()
2404 SfxCustomPropertiesPage::SfxCustomPropertiesPage( Window* pParent, const SfxItemSet& rItemSet ) : in SfxCustomPropertiesPage() function in SfxCustomPropertiesPage
2414 m_aAddBtn.SetClickHdl( LINK( this, SfxCustomPropertiesPage, AddHdl ) ); in SfxCustomPropertiesPage()
2417 IMPL_LINK( SfxCustomPropertiesPage, AddHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
2424 sal_Bool SfxCustomPropertiesPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet()
2463 void SfxCustomPropertiesPage::Reset( const SfxItemSet& rItemSet ) in Reset()
2474 int SfxCustomPropertiesPage::DeactivatePage( SfxItemSet* /*pSet*/ ) in DeactivatePage()
2482 SfxTabPage* SfxCustomPropertiesPage::Create( Window* pParent, const SfxItemSet& rItemSet ) in Create()
2484 return new SfxCustomPropertiesPage( pParent, rItemSet ); in Create()
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx547 class SfxCustomPropertiesPage : public SfxTabPage class
559 SfxCustomPropertiesPage( Window* pParent, const SfxItemSet& );

Completed in 33 milliseconds