Lines Matching refs:OfaTreeOptionsDialog

157 LastPageSaver* OfaTreeOptionsDialog::pLastPageSaver = NULL;
577 OfaTreeOptionsDialog::OfaTreeOptionsDialog( in OfaTreeOptionsDialog() function in OfaTreeOptionsDialog
599 OfaTreeOptionsDialog::OfaTreeOptionsDialog( Window* pParent, const rtl::OUString& rExtensionId ) : in OfaTreeOptionsDialog() function in OfaTreeOptionsDialog
619 OfaTreeOptionsDialog::~OfaTreeOptionsDialog() in ~OfaTreeOptionsDialog()
679 OptionsPageInfo* OfaTreeOptionsDialog::AddTabPage( in AddTabPage()
693 sal_uInt16 OfaTreeOptionsDialog::AddGroup(const String& rGroupName, in AddGroup()
716 IMPL_LINK(OfaTreeOptionsDialog, ShowPageHdl_Impl, SvTreeListBox*, EMPTYARG) in IMPL_LINK() argument
731 IMPL_LINK( OfaTreeOptionsDialog, BackHdl_Impl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
753 IMPL_LINK( OfaTreeOptionsDialog, OKHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
806 IMPL_LINK(OfaTreeOptionsDialog, ExpandedHdl_Impl, SvTreeListBox*, pBox ) in IMPL_LINK() argument
843 void OfaTreeOptionsDialog::ApplyItemSets() in ApplyItemSets()
863 void OfaTreeOptionsDialog::InitTreeAndHandler() in InitTreeAndHandler()
876 aTreeLB.SetExpandedHdl( LINK( this, OfaTreeOptionsDialog, ExpandedHdl_Impl ) ); in InitTreeAndHandler()
877 aTreeLB.SetSelectHdl( LINK( this, OfaTreeOptionsDialog, ShowPageHdl_Impl ) ); in InitTreeAndHandler()
878 aBackPB.SetClickHdl( LINK( this, OfaTreeOptionsDialog, BackHdl_Impl ) ); in InitTreeAndHandler()
879 aOkPB.SetClickHdl( LINK( this, OfaTreeOptionsDialog, OKHdl_Impl ) ); in InitTreeAndHandler()
883 aSelectTimer.SetTimeoutHdl( LINK( this, OfaTreeOptionsDialog, SelectHdl_Impl ) ); in InitTreeAndHandler()
889 void OfaTreeOptionsDialog::ActivatePage( sal_uInt16 nResId ) in ActivatePage()
908 void OfaTreeOptionsDialog::ActivatePage( const String& rPageURL ) in ActivatePage()
922 void OfaTreeOptionsDialog::ActivateLastSelection() in ActivateLastSelection()
999 long OfaTreeOptionsDialog::Notify( NotifyEvent& rNEvt ) in Notify()
1042 void OfaTreeOptionsDialog::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1071 IMPL_LINK( OfaTreeOptionsDialog, SelectHdl_Impl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1503 SfxItemSet* OfaTreeOptionsDialog::CreateItemSet( sal_uInt16 nId ) in CreateItemSet()
1653 void OfaTreeOptionsDialog::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) in ApplyItemSet()
1706 OfaTreeOptionsDialog::ApplyLanguageOptions(rSet); in ApplyItemSet()
1731 void OfaTreeOptionsDialog::ApplyLanguageOptions(const SfxItemSet& rSet) in ApplyLanguageOptions()
1848 void OfaTreeOptionsDialog::Initialize( const Reference< XFrame >& _xFrame ) in Initialize()
2197 void OfaTreeOptionsDialog::ResizeTreeLB( void ) in ResizeTreeLB()
2276 void OfaTreeOptionsDialog::LoadExtensionOptions( const rtl::OUString& rExtensionId ) in LoadExtensionOptions()
2295 rtl::OUString OfaTreeOptionsDialog::GetModuleIdentifier( in GetModuleIdentifier()
2329 Module* OfaTreeOptionsDialog::LoadModule( in LoadModule()
2398 void OfaTreeOptionsDialog::LoadNodes( in LoadNodes()
2568OfaTreeOptionsDialog* pDlg, OptionsNode* pNode, OptionsLeaf* pLeaf, const SvTreeListBox& rTreeLB ) in lcl_insertLeaf()
2592 void OfaTreeOptionsDialog::InsertNodes( const VectorOfNodes& rNodeList ) in InsertNodes()
2619 short OfaTreeOptionsDialog::Execute() in Execute()