Searched refs:SfxCustomPropertiesPage (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1552 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()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 547 class SfxCustomPropertiesPage : public SfxTabPage class 559 SfxCustomPropertiesPage( Window* pParent, const SfxItemSet& );
|
Completed in 43 milliseconds