Home
last modified time | relevance | path

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

1234567

/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx305 Command aCommand; in lcl_closeComponent() local
306 aCommand.Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "close" ) ); in lcl_closeComponent()
307 xCommandProcessor->execute( aCommand, nCommandIdentifier, NULL ); in lcl_closeComponent()
H A DAppDetailView.cxx362 URL aCommand; in onSelected() local
363 aCommand.Complete = reinterpret_cast< TaskEntry* >( _pEntry->GetUserData() )->sUNOCommand; in onSelected()
364 …ailView()->getBorderWin().getView()->getAppController().executeChecked( aCommand, Sequence< Proper… in onSelected()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx656 ucb::Command aCommand; in executeCommand() local
657 aCommand.Name = rName; in executeCommand()
658 aCommand.Handle = -1; /* unknown */ in executeCommand()
659 aCommand.Argument = rArgument; in executeCommand()
690 aResult = m_xProcessor->execute( aCommand, m_aCommandId, xEnv ); in executeCommand()
1311 ucb::Command aCommand( in transfer()
1315 aCommand, 0, uno::Reference< ucb::XCommandEnvironment >() ) in transfer()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx623 rtl::OUString aCommand; in FindConnectPoints() local
627 aProps[nSeqInd].Value >>= aCommand; in FindConnectPoints()
631 if ( !aCommand.getLength() ) in FindConnectPoints()
634 if ( aCommand.equalsAscii( ".uno:PickList" ) ) in FindConnectPoints()
636 else if ( aCommand.equalsAscii( ".uno:WindowList" ) ) in FindConnectPoints()
/trunk/main/framework/source/uielement/
H A Dedittoolbarcontroller.cxx152 const ::rtl::OUString& aCommand ) : in EditToolbarController()
153 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ) in EditToolbarController()
H A Dheadermenucontroller.cxx167 rtl::OUString aCommand( aStrBuf.makeStringAndClear() ); in fillPopupMenu() local
175 pVCLPopupMenu->SetItemCommand( nId, aCommand ); in fillPopupMenu()
H A Dstatusbaritem.cxx74 const rtl::OUString& aCommand ) in StatusbarItem() argument
80 , m_aCommand( aCommand ) in StatusbarItem()
H A Ddropdownboxtoolbarcontroller.cxx153 const ::rtl::OUString& aCommand ) : in DropdownToolbarController()
154 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ) in DropdownToolbarController()
H A Dtoolbarwrapper.cxx301 const ::rtl::OUString& aCommand ) in functionExecute()
310 pToolBarManager->notifyRegisteredControllers( aUIElementName, aCommand ); in functionExecute()
H A Dtogglebuttontoolbarcontroller.cxx86 const ::rtl::OUString& aCommand ) : in ToggleButtonToolbarController()
87 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ), in ToggleButtonToolbarController()
H A Dbuttontoolbarcontroller.cxx82 const rtl::OUString& aCommand ) : in ButtonToolbarController() argument
86 m_aCommandURL( aCommand ), in ButtonToolbarController()
H A Dcomboboxtoolbarcontroller.cxx171 const ::rtl::OUString& aCommand ) : in ComboboxToolbarController()
172 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ) in ComboboxToolbarController()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx415 const Command& aCommand, in open() argument
421 (void)aCommand; in open()
488 const Command& aCommand, in open() argument
494 (void)aCommand; in open()
H A Durlparameter.hxx177 const com::sun::star::ucb::Command& aCommand,
183 const com::sun::star::ucb::Command& aCommand,
/trunk/main/offapi/com/sun/star/frame/
H A DDispatchStatement.idl43 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::aCommand
50 string aCommand;
H A DXSubToolbarController.idl76 @param aCommand
80 void functionSelected( [in] string aCommand );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxmenu.hxx105 …virtual void SAL_CALL setCommand( ::sal_Int16 nItemId, const ::rtl::OUString& aCommand ) throw (cs…
107 …virtual void SAL_CALL setHelpCommand( ::sal_Int16 nItemId, const ::rtl::OUString& aCommand ) throw…
/trunk/main/unotools/source/config/
H A Dcmdoptions.cxx428 …mandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption, const OUString& aCommand ) const in Lookup()
434 return m_aDisabledCommands.Lookup( aCommand ); in Lookup()
H A Dxmlaccelcfg.cxx293 aItem.aCommand = aValue; in startElement()
403 aAcceleratorItem.aCommand ); in WriteAcceleratorItem()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx766 OUString aCommand = ((PopupMenu*)pMenu)->GetItemCommand(nId); in ExecSpellPopup() local
767 if (aCommand.getLength() == 0 ) in ExecSpellPopup()
792 aURL.Complete = aCommand; in ExecSpellPopup()
/trunk/main/cui/source/inc/
H A Dcfg.hxx233 ::rtl::OUString aCommand;
275 const ::rtl::OUString& GetCommand() const { return aCommand; } in GetCommand()
276 void SetCommand( const String& rCmd ) { aCommand = rCmd; } in SetCommand()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx55 ::com::sun::star::util::URL aCommand;
70 { return aCommand; } in GetCommand()
/trunk/main/offapi/com/sun/star/ucb/
H A DXCommandProcessor.idl96 @param aCommand
125 any execute( [in] Command aCommand,
/trunk/main/vcl/source/window/
H A Dstatus.cxx904 String aCommand = GetItemCommand( nItemId ); in RequestHelp() local
907 if ( aCommand.Len() || aHelpId.getLength() ) in RequestHelp()
913 if ( aCommand.Len() ) in RequestHelp()
914 pHelp->Start( aCommand, this ); in RequestHelp()
/trunk/main/framework/source/fwe/classes/
H A Daddonmenu.cxx185 static sal_uInt16 FindMenuId( Menu* pMenu, const String aCommand ) in FindMenuId() argument
193 if ( aCmd == aCommand ) in FindMenuId()

Completed in 116 milliseconds

1234567