/trunk/main/dbaccess/source/ui/app/ |
H A D | subcomponentmanager.cxx | 305 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 D | AppDetailView.cxx | 362 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 D | ucbdemo.cxx | 656 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 D | docholder.cxx | 623 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 D | edittoolbarcontroller.cxx | 152 const ::rtl::OUString& aCommand ) : in EditToolbarController() 153 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ) in EditToolbarController()
|
H A D | headermenucontroller.cxx | 167 rtl::OUString aCommand( aStrBuf.makeStringAndClear() ); in fillPopupMenu() local 175 pVCLPopupMenu->SetItemCommand( nId, aCommand ); in fillPopupMenu()
|
H A D | statusbaritem.cxx | 74 const rtl::OUString& aCommand ) in StatusbarItem() argument 80 , m_aCommand( aCommand ) in StatusbarItem()
|
H A D | dropdownboxtoolbarcontroller.cxx | 153 const ::rtl::OUString& aCommand ) : in DropdownToolbarController() 154 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ) in DropdownToolbarController()
|
H A D | toolbarwrapper.cxx | 301 const ::rtl::OUString& aCommand ) in functionExecute() 310 pToolBarManager->notifyRegisteredControllers( aUIElementName, aCommand ); in functionExecute()
|
H A D | togglebuttontoolbarcontroller.cxx | 86 const ::rtl::OUString& aCommand ) : in ToggleButtonToolbarController() 87 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ), in ToggleButtonToolbarController()
|
H A D | buttontoolbarcontroller.cxx | 82 const rtl::OUString& aCommand ) : in ButtonToolbarController() argument 86 m_aCommandURL( aCommand ), in ButtonToolbarController()
|
H A D | comboboxtoolbarcontroller.cxx | 171 const ::rtl::OUString& aCommand ) : in ComboboxToolbarController() 172 ComplexToolbarController( rServiceManager, rFrame, pToolbar, nID, aCommand ) in ComboboxToolbarController()
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.cxx | 415 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 D | urlparameter.hxx | 177 const com::sun::star::ucb::Command& aCommand, 183 const com::sun::star::ucb::Command& aCommand,
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | DispatchStatement.idl | 43 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::aCommand 50 string aCommand;
|
H A D | XSubToolbarController.idl | 76 @param aCommand 80 void functionSelected( [in] string aCommand );
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxmenu.hxx | 105 …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 D | cmdoptions.cxx | 428 …mandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption, const OUString& aCommand ) const in Lookup() 434 return m_aDisabledCommands.Lookup( aCommand ); in Lookup()
|
H A D | xmlaccelcfg.cxx | 293 aItem.aCommand = aValue; in startElement() 403 aAcceleratorItem.aCommand ); in WriteAcceleratorItem()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 766 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 D | cfg.hxx | 233 ::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 D | unoctitm.hxx | 55 ::com::sun::star::util::URL aCommand; 70 { return aCommand; } in GetCommand()
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | XCommandProcessor.idl | 96 @param aCommand 125 any execute( [in] Command aCommand,
|
/trunk/main/vcl/source/window/ |
H A D | status.cxx | 904 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 D | addonmenu.cxx | 185 static sal_uInt16 FindMenuId( Menu* pMenu, const String aCommand ) in FindMenuId() argument 193 if ( aCmd == aCommand ) in FindMenuId()
|