Searched refs:SfxDocumentPage (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 784 SfxDocumentPage::SfxDocumentPage( Window* pParent, const SfxItemSet& rItemSet ) : in SfxDocumentPage() function in SfxDocumentPage 832 aDeleteBtn.SetClickHdl( LINK( this, SfxDocumentPage, DeleteHdl ) ); in SfxDocumentPage() 875 IMPL_LINK( SfxDocumentPage, DeleteHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument 896 IMPL_LINK( SfxDocumentPage, SignatureHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument 909 void SfxDocumentPage::ImplUpdateSignatures() in ImplUpdateSignatures() 948 return new SfxDocumentPage( pParent, rItemSet ); in Create() 953 void SfxDocumentPage::EnableUseUserData() in EnableUseUserData() 962 sal_Bool SfxDocumentPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() 1035 void SfxDocumentPage::Reset( const SfxItemSet& rSet ) in Reset() 1551 AddTabPage(TP_DOCINFODOC, SfxDocumentPage::Create, 0); in SfxDocumentInfoDialog() [all …]
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 167 class SfxDocumentPage : public SfxTabPage class 214 SfxDocumentPage( Window* pParent, const SfxItemSet& );
|
Completed in 21 milliseconds