Home
last modified time | relevance | path

Searched refs:SvtCommandOptions_Impl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/unotools/source/config/
H A Dcmdoptions.cxx158 class SvtCommandOptions_Impl : public ConfigItem class
170 SvtCommandOptions_Impl();
171 ~SvtCommandOptions_Impl();
270 SvtCommandOptions_Impl::SvtCommandOptions_Impl() in SvtCommandOptions_Impl() function in SvtCommandOptions_Impl
312 SvtCommandOptions_Impl::~SvtCommandOptions_Impl() in ~SvtCommandOptions_Impl()
324 void SvtCommandOptions_Impl::Notify( const Sequence< OUString >& ) in Notify()
368 void SvtCommandOptions_Impl::Commit() in Commit()
376 void SvtCommandOptions_Impl::Clear( SvtCommandOptions::CmdOption eCmdOption ) in Clear()
395 sal_Bool SvtCommandOptions_Impl::HasEntries( SvtCommandOptions::CmdOption eOption ) const in HasEntries()
406 Sequence< OUString > SvtCommandOptions_Impl::GetList( SvtCommandOptions::CmdOption eCmdOption ) con… in GetList()
[all …]
/AOO41X/main/unotools/inc/unotools/
H A Dcmdoptions.hxx59 class SvtCommandOptions_Impl;
77 friend class SvtCommandOptions_Impl;
246 …static SvtCommandOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointe…