Lines Matching refs:SvtCommandOptions_Impl
158 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()
428 sal_Bool SvtCommandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption, const OUString& a… in Lookup()
446 void SvtCommandOptions_Impl::AddCommand( SvtCommandOptions::CmdOption eCmdOption, const OUString& s… in AddCommand()
465 void SvtCommandOptions_Impl::EstablisFrameCallback(const ::com::sun::star::uno::Reference< ::com::s… in EstablisFrameCallback()
479 Sequence< OUString > SvtCommandOptions_Impl::impl_GetPropertyNames() in impl_GetPropertyNames()
509 SvtCommandOptions_Impl* SvtCommandOptions::m_pDataContainer = NULL ;
524 m_pDataContainer = new SvtCommandOptions_Impl; in SvtCommandOptions()