Home
last modified time | relevance | path

Searched refs:aCommand (Results 151 – 172 of 172) sorted by relevance

1234567

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.hxx104 …:star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 Comman…
H A Ddocumentdefinition.hxx157 …:star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 Comman…
/trunk/main/sfx2/source/control/
H A Dbindings.cxx109 ::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 Dgio_content.hxx171 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/framework/inc/uielement/
H A Dtoolbarmanager.hxx133 … notifyRegisteredControllers( const rtl::OUString& aUIElementName, const rtl::OUString& aCommand );
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx461 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 Dframe.cxx2093 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 Dgvfs_content.hxx227 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/dbaccess/source/core/inc/
H A DContentHelper.hxx204 …:star::uno::Any SAL_CALL execute( const ::com::sun::star::ucb::Command& aCommand, sal_Int32 Comman…
/trunk/main/ucb/source/ucp/file/
H A Dbc.hxx158 const com::sun::star::ucb::Command& aCommand,
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.hxx266 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontenthelper.hxx398 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.hxx282 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx252 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.hxx291 execute( const com::sun::star::ucb::Command& aCommand,
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx740 String aCommand( aURL.Path ); in queryDispatch() local
741 if ( aCommand.EqualsAscii("FormSlots/ConfirmDeletion") ) in queryDispatch()
/trunk/main/svx/source/tbxctrls/
H A Dfontworkgallery.cxx701 rtl::OUString aCommand( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkKernCharacterPairs" )); in IMPL_LINK() local
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx809 ::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 Dtoolbox.cxx4884 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 Dmenu.cxx843 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 Dcfg.cxx3047 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 DReportController.cxx2821 util::URL aCommand; in restoreViewData() local
2822aCommand.Complete = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:" ) ) + *commandName; in restoreViewData()
2828 executeUnChecked( aCommand, aCommandArgs ); in restoreViewData()

Completed in 261 milliseconds

1234567