Home
last modified time | relevance | path

Searched refs:nCommandId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx201 void storeCommandInfo( sal_Int32 nCommandId,
478 sal_Int32 nCommandId, in storeCommandInfo() argument
483 m_nCommandId = nCommandId; in storeCommandInfo()
510 sal_Int32 nCommandId = xCommandProcessor->createCommandIdentifier(); in load() local
512 storeCommandInfo(nCommandId, xCommandProcessor); in load()
515 uno::Any aResult = xCommandProcessor->execute(aCommand, nCommandId, in load()
524 xCommandProcessor2->releaseCommandIdentifier(nCommandId); in load()
532 xCommandProcessor2->releaseCommandIdentifier(nCommandId); in load()
/trunk/main/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx240 void CurrentMasterPagesSelector::ExecuteCommand (const sal_Int32 nCommandId) in ExecuteCommand() argument
242 if (nCommandId == SID_DELETE_MASTER_PAGE) in ExecuteCommand()
257 MasterPagesSelector::ExecuteCommand(nCommandId); in ExecuteCommand()
H A DMasterPagesSelector.cxx320 void MasterPagesSelector::ExecuteCommand (const sal_Int32 nCommandId) in ExecuteCommand() argument
322 switch (nCommandId) in ExecuteCommand()
347 nCommandId==SID_TP_SHOW_SMALL_PREVIEW in ExecuteCommand()
H A DCurrentMasterPagesSelector.hxx67 virtual void ExecuteCommand (const sal_Int32 nCommandId);
H A DMasterPagesSelector.hxx214 virtual void ExecuteCommand (const sal_Int32 nCommandId);
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx549 const sal_uInt16 nCommandId = _rCommandController.registerCommandURL( aCommand ); in lcl_adjustMenuItemIDs() local
550 _rMenu.InsertItem( nCommandId, _rMenu.GetItemText( nId ), _rMenu.GetItemImage( nId ), in lcl_adjustMenuItemIDs()
557 _rMenu.SetHelpCommand( nCommandId, sHelpURL ); in lcl_adjustMenuItemIDs()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx1908 sal_Int32 nCommandId; in abortCommand() local
1912 nCommandId = m_nCommandId; in abortCommand()
1916 if ( ( nCommandId != 0 ) && xCommandProcessor.is() ) in abortCommand()
1917 xCommandProcessor->abort( nCommandId ); in abortCommand()

Completed in 58 milliseconds