/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | documentcontainer.hxx | 104 …:star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 Comman…
|
H A D | documentdefinition.hxx | 157 …:star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 Comman…
|
/trunk/main/sfx2/source/control/ |
H A D | bindings.cxx | 109 ::com::sun::star::util::URL aCommand; 116 : aCommand( rCmd ) in SfxAsyncExec_Impl() 133 xDisp->dispatch( aCommand, aSeq ); in IMPL_LINK()
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.hxx | 171 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/framework/inc/uielement/ |
H A D | toolbarmanager.hxx | 133 … notifyRegisteredControllers( const rtl::OUString& aUIElementName, const rtl::OUString& aCommand );
|
/trunk/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 461 void SfxToolBoxControl::Dispatch( const ::rtl::OUString& aCommand, ::com::sun::star::uno::Sequence<… in Dispatch() argument 473 aTargetURL.Complete = aCommand; in Dispatch()
|
/trunk/main/framework/source/services/ |
H A D | frame.cxx | 2093 String aCommand( aURL.Main ); in queryDispatch() local 2095 aCommand = aURL.Path; in queryDispatch() 2098 if ( m_aCommandOptions.Lookup( SvtCommandOptions::CMDOPTION_DISABLED, aCommand ) ) in queryDispatch()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.hxx | 227 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | ContentHelper.hxx | 204 …:star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 Comman…
|
/trunk/main/ucb/source/ucp/file/ |
H A D | bc.hxx | 158 const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.hxx | 266 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | contenthelper.hxx | 398 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/ucb/source/ucp/package/ |
H A D | pkgcontent.hxx | 282 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.hxx | 252 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.hxx | 291 execute( const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/extensions/source/bibliography/ |
H A D | datman.cxx | 740 String aCommand( aURL.Path ); in queryDispatch() local 741 if ( aCommand.EqualsAscii("FormSlots/ConfirmDeletion") ) in queryDispatch()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | fontworkgallery.cxx | 701 rtl::OUString aCommand( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkKernCharacterPairs" )); in IMPL_LINK() local
|
/trunk/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 809 ::rtl::OUString aCommand; in childWindowEvent() 817 aCommand = pToolBox->GetItemCommand( nId ); in childWindowEvent() 820 if (( aToolbarName.getLength() > 0 ) && ( aCommand.getLength() > 0 )) in childWindowEvent() 840 try { aListenerArray[i]->functionExecute( aToolbarName, aCommand ); } in childWindowEvent()
|
/trunk/main/vcl/source/window/ |
H A D | toolbox.cxx | 4884 String aCommand = GetItemCommand( nItemId ); in RequestHelp() local 4887 if ( aCommand.Len() || aHelpId.getLength() ) in RequestHelp() 4893 if ( aCommand.Len() ) in RequestHelp() 4894 pHelp->Start( aCommand, this ); in RequestHelp()
|
H A D | menu.cxx | 843 String aCommand = pMenu->GetItemCommand( nId ); in ImplHandleHelpEvent() local 848 if ( aCommand.Len() ) in ImplHandleHelpEvent() 849 pHelp->Start( aCommand, NULL ); in ImplHandleHelpEvent()
|
/trunk/main/cui/source/customize/ |
H A D | cfg.cxx | 3047 if ( aCommand.getLength() ) in GetHelpText() 3049 aHelpText = Application::GetHelp()->GetHelpText( aCommand, NULL ); in GetHelpText() 3060 , aCommand(rCommandURL) in SvxConfigEntry()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 2821 util::URL aCommand; in restoreViewData() local 2822 … aCommand.Complete = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:" ) ) + *commandName; in restoreViewData() 2828 executeUnChecked( aCommand, aCommandArgs ); in restoreViewData()
|