Lines Matching refs:SfxTabDialog

55 #undef SfxTabDialog
131 SfxTabDialog* pDialog;
134 … SfxTabDialogController( sal_uInt16 nSlotId, SfxBindings& rBindings, SfxTabDialog* pDlg ) in SfxTabDialogController()
498 SfxTabDialog::SfxTabDialog in SfxTabDialog() function in SfxTabDialog
525 SfxTabDialog::SfxTabDialog in SfxTabDialog() function in SfxTabDialog
550 SfxTabDialog::SfxTabDialog in SfxTabDialog() function in SfxTabDialog
598 SfxTabDialog::~SfxTabDialog() in ~SfxTabDialog()
643 void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText ) in Init_Impl()
651 aOKBtn.SetClickHdl( LINK( this, SfxTabDialog, OkHdl ) ); in Init_Impl()
652 aResetBtn.SetClickHdl( LINK( this, SfxTabDialog, ResetHdl ) ); in Init_Impl()
655 LINK( this, SfxTabDialog, ActivatePageHdl ) ); in Init_Impl()
657 LINK( this, SfxTabDialog, DeactivatePageHdl ) ); in Init_Impl()
668 pUserBtn->SetClickHdl( LINK( this, SfxTabDialog, UserHdl ) ); in Init_Impl()
678 aBaseFmtBtn.SetClickHdl( LINK( this, SfxTabDialog, BaseFmtHdl ) ); in Init_Impl()
705 void SfxTabDialog::RemoveResetButton() in RemoveResetButton()
718 short SfxTabDialog::Execute() in Execute()
728 void SfxTabDialog::StartExecuteModal( const Link& rEndDialogHdl ) in StartExecuteModal()
742 void SfxTabDialog::Start( sal_Bool bShow ) in Start()
744 aCancelBtn.SetClickHdl( LINK( this, SfxTabDialog, CancelHdl ) ); in Start()
757 void SfxTabDialog::SetApplyHandler(const Link& _rHdl) in SetApplyHandler()
766 Link SfxTabDialog::GetApplyHandler() const in GetApplyHandler()
777 void SfxTabDialog::EnableApplyButton(sal_Bool bEnable) in EnableApplyButton()
811 sal_Bool SfxTabDialog::IsApplyButtonEnabled() const in IsApplyButtonEnabled()
818 const PushButton* SfxTabDialog::GetApplyButton() const in GetApplyButton()
825 PushButton* SfxTabDialog::GetApplyButton() in GetApplyButton()
832 void SfxTabDialog::Start_Impl() in Start_Impl()
867 void SfxTabDialog::AddTabPage( sal_uInt16 nId, sal_Bool bItemsOnDemand ) in AddTabPage()
872 void SfxTabDialog::AddTabPage( sal_uInt16 nId, const String &rRiderText, sal_Bool bItemsOnDemand, s… in AddTabPage()
879 void SfxTabDialog::AddTabPage( sal_uInt16 nId, const Bitmap &rRiderBitmap, sal_Bool bItemsOnDemand,… in AddTabPage()
888 void SfxTabDialog::AddTabPage in AddTabPage()
912 void SfxTabDialog::AddTabPage in AddTabPage()
940 void SfxTabDialog::AddTabPage in AddTabPage()
968 void SfxTabDialog::RemoveTabPage( sal_uInt16 nId ) in RemoveTabPage()
1009 void SfxTabDialog::PageCreated in PageCreated()
1027 SfxItemSet* SfxTabDialog::GetInputSetImpl() in GetInputSetImpl()
1042 SfxTabPage* SfxTabDialog::GetTabPage( sal_uInt16 nPageId ) const in GetTabPage()
1060 sal_Bool SfxTabDialog::IsInOK() const in IsInOK()
1072 short SfxTabDialog::Ok() in Ok()
1139 IMPL_LINK( SfxTabDialog, CancelHdl, Button*, pButton ) in IMPL_LINK() argument
1148 SfxItemSet* SfxTabDialog::CreateInputItemSet( sal_uInt16 ) in CreateInputItemSet()
1163 const SfxItemSet* SfxTabDialog::GetRefreshedSet() in GetRefreshedSet()
1179 IMPL_LINK( SfxTabDialog, OkHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
1208 bool SfxTabDialog::PrepareLeaveCurrentPage() in PrepareLeaveCurrentPage()
1244 IMPL_LINK( SfxTabDialog, UserHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
1271 IMPL_LINK( SfxTabDialog, ResetHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
1299 IMPL_LINK( SfxTabDialog, BaseFmtHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
1383 IMPL_LINK( SfxTabDialog, ActivatePageHdl, TabControl *, pTabCtrl ) in IMPL_LINK() argument
1505 IMPL_LINK( SfxTabDialog, DeactivatePageHdl, TabControl *, pTabCtrl ) in IMPL_LINK() argument
1594 const SfxItemSet* SfxTabDialog::GetOutputItemSet in GetOutputItemSet()
1630 int SfxTabDialog::FillOutputItemSet() in FillOutputItemSet()
1663 void SfxTabDialog::ShowPage( sal_uInt16 nId ) in ShowPage()
1677 const sal_uInt16* SfxTabDialog::GetInputRanges( const SfxItemPool& rPool ) in GetInputRanges()
1770 void SfxTabDialog::SetInputSet( const SfxItemSet* pInSet ) in SetInputSet()
1790 long SfxTabDialog::Notify( NotifyEvent& rNEvt ) in Notify()