Home
last modified time | relevance | path

Searched refs:OfaTreeOptionsDialog (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/cui/source/options/
H A Dtreeopt.cxx157 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
[all …]
/AOO42X/main/cui/source/inc/
H A Dtreeopt.hxx174 class OfaTreeOptionsDialog : public SfxModalDialog class
258 OfaTreeOptionsDialog( Window* pParent,
261 OfaTreeOptionsDialog( Window* pParent, const rtl::OUString& rExtensionId );
262 ~OfaTreeOptionsDialog();
/AOO42X/main/cui/source/factory/
H A Ddlgfact.cxx1013OfaTreeOptionsDialog* pOptDlg = new OfaTreeOptionsDialog( pParent, xFrame, bActivateLastSelection … in CreateVclDialog()
1050OfaTreeOptionsDialog* pOptDlg = new OfaTreeOptionsDialog( pParent, rxFrame, bActivateLastSelection… in CreateFrameDialog()
1963 return new VclAbstractDialog_Impl( new OfaTreeOptionsDialog( pParent, rExtensionId ) ); in CreateOptionsDialog()
/AOO42X/main/cui/source/dialogs/
H A DSpellDialog.cxx601 OfaTreeOptionsDialog::ApplyLanguageOptions(*pOutSet); in StartSpellOptDlg_Impl()