Searched refs:SvtCommandOptions (Results 1 – 16 of 16) sorted by relevance
| /AOO41X/main/unotools/source/config/ |
| H A D | cmdoptions.cxx | 225 void Clear ( SvtCommandOptions::CmdOption eCmdOption ); 226 sal_Bool HasEntries ( SvtCommandOptions::CmdOption eOption ) const; 227 …sal_Bool Lookup ( SvtCommandOptions::CmdOption eCmdOption, const OUString… 228 … Sequence< OUString > GetList ( SvtCommandOptions::CmdOption eCmdOption ) const ; 229 void AddCommand ( SvtCommandOptions::CmdOption eCmdOption, 326 MutexGuard aGuard( SvtCommandOptions::GetOwnStaticMutex() ); in Notify() 376 void SvtCommandOptions_Impl::Clear( SvtCommandOptions::CmdOption eCmdOption ) in Clear() 380 case SvtCommandOptions::CMDOPTION_DISABLED: in Clear() 395 sal_Bool SvtCommandOptions_Impl::HasEntries( SvtCommandOptions::CmdOption eOption ) const in HasEntries() 397 if ( eOption == SvtCommandOptions::CMDOPTION_DISABLED ) in HasEntries() [all …]
|
| H A D | itemholder1.cxx | 178 rItem.pItem = new SvtCommandOptions(); in impl_newItem()
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | ControllerItem.cxx | 153 else if ( ! SvtCommandOptions().HasEntries(SvtCommandOptions::CMDOPTION_DISABLED)) in IsEnabled() 164 else if (SvtCommandOptions().Lookup(SvtCommandOptions::CMDOPTION_DISABLED, msCommandName)) in IsEnabled()
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | cmdoptions.hxx | 75 class UNOTOOLS_DLLPUBLIC SvtCommandOptions: public utl::detail::Options class 111 SvtCommandOptions(); 112 virtual ~SvtCommandOptions();
|
| /AOO41X/main/framework/source/uielement/ |
| H A D | menubarmanager.cxx | 855 …sal_Bool bHasDisabledEntries = SvtCommandOptions().HasEntries( SvtCommandOptions::CMDOPTION_DISABL… in IMPL_LINK() 939 SvtCommandOptions aCmdOptions; in IMPL_LINK() 971 … if ( aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, aTargetURL.Path )) in IMPL_LINK() 1170 SvtCommandOptions aCmdOptions; in MustBeHidden() 1194 … if ( aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, aTargetURL.Path )) in MustBeHidden() 1721 …sal_Bool bHasDisabledEntries = SvtCommandOptions().HasEntries( SvtCommandOptions::CMDOPTION_DISABL… in FillMenuWithConfiguration()
|
| H A D | toolbarmanager.cxx | 294 SvtCommandOptions aCmdOptions; in DEFINE_XINTERFACE_6() 296 …if ( !aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, ::rtl::OUString::createFromAscii(… in DEFINE_XINTERFACE_6() 936 …sal_Bool bHasDisabledEntries = SvtCommandOptions().HasEntries( SvtCommandOptions::CMDOP… in CreateControllers() 937 SvtCommandOptions aCmdOptions; in CreateControllers() 962 if ( aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, aURL.Path )) in CreateControllers()
|
| H A D | toolbarsmenucontroller.cxx | 514 SvtCommandOptions aCmdOptions; in fillPopupMenu() 517 if ( aCmdOptions.HasEntries( SvtCommandOptions::CMDOPTION_DISABLED )) in fillPopupMenu() 519 if ( aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, in fillPopupMenu()
|
| /AOO41X/main/sw/source/ui/envelp/ |
| H A D | labprt.cxx | 83 SvtCommandOptions aCmdOpts; in SwLabPrtPage() 85 SvtCommandOptions::CMDOPTION_DISABLED, in SwLabPrtPage()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | hyprlink.cxx | 192 SvtCommandOptions aCmdOpts; in SvxHyperlinkDlg() 193 if ( aCmdOpts.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, in SvxHyperlinkDlg()
|
| /AOO41X/main/framework/inc/services/ |
| H A D | pluginframe.hxx | 272 …SvtCommandOptions m_aCommandOptions ; //…
|
| H A D | desktop.hxx | 458 …SvtCommandOptions m_aCommandOptions ; //…
|
| H A D | frame.hxx | 430 …SvtCommandOptions m_aCommandOptions …
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 867 SvtCommandOptions aCmdOptions; in SfxDocumentPage() 868 if ( aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, in SfxDocumentPage()
|
| /AOO41X/main/framework/source/services/ |
| H A D | desktop.cxx | 757 if ( m_aCommandOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, aCommand ) ) in queryDispatch()
|
| H A D | frame.cxx | 2098 if ( m_aCommandOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, aCommand ) ) in queryDispatch()
|
| /AOO41X/main/framework/source/layoutmanager/ |
| H A D | toolbarlayoutmanager.cxx | 1331 SvtCommandOptions aCmdOptions; in implts_createToolBar() 1339 if ( aCmdOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, m_aCustomizeCmd )) in implts_createToolBar()
|