Lines Matching refs:SfxDocumentPage
784 SfxDocumentPage::SfxDocumentPage( Window* pParent, const SfxItemSet& rItemSet ) : in SfxDocumentPage() function in SfxDocumentPage
832 aDeleteBtn.SetClickHdl( LINK( this, SfxDocumentPage, DeleteHdl ) ); in SfxDocumentPage()
833 aSignatureBtn.SetClickHdl( LINK( this, SfxDocumentPage, SignatureHdl ) ); 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()
946 SfxTabPage* SfxDocumentPage::Create( Window* pParent, const SfxItemSet& rItemSet ) in Create()
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()
1562 ( (SfxDocumentPage&)rPage ).EnableUseUserData(); in PageCreated()