| /trunk/main/ucb/qa/complex/tdoc/ | 
| H A D | CheckContentProvider.java | 324         _XCommandProcessor xCommandProcessor = new _XCommandProcessor();  in checkInterfaces()  local 325         xCommandProcessor.oObj = UnoRuntime.queryInterface(XCommandProcessor.class, xContent);  in checkInterfaces() 327         xCommandProcessor.before(getMSF());  in checkInterfaces() 328         assertNotNull("createCommandIdentifier()", xCommandProcessor._createCommandIdentifier());  in checkInterfaces() 329         assertNotNull("execute()", xCommandProcessor._execute());  in checkInterfaces() 330         assertNotNull("abort()", xCommandProcessor._abort());  in checkInterfaces()
  | 
| H A D | CheckTransientDocumentsContent.java | 94 …XCommandProcessor xCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xContent);  in checkTransientDocumentsContent()  local 101             Object result = xCommandProcessor.execute(command, 0, null);  in checkTransientDocumentsContent() 125             result = xCommandProcessor.execute(command, 0, null);  in checkTransientDocumentsContent()
  | 
| H A D | CheckTransientDocumentsDocumentContent.java | 105 …XCommandProcessor xCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xContent);  in checkTransientDocumentsDocumentContent()  local 120             Object result = xCommandProcessor.execute(command, 0, null);  in checkTransientDocumentsDocumentContent() 140             result = xCommandProcessor.execute(command, 0, null);  in checkTransientDocumentsDocumentContent()
  | 
| H A D | CheckTransientDocumentsContentProvider.java | 98 …XCommandProcessor xCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xContent);  in checkTransientDocumentsContentProvider()  local 107             Object result = xCommandProcessor.execute(command, 0, null);  in checkTransientDocumentsContentProvider()
  | 
| /trunk/main/dbaccess/source/ext/macromigration/ | 
| H A D | migrationengine.cxx | 161         Reference< XCommandProcessor >  xCommandProcessor;  member 169             :xCommandProcessor( _rxCommandProcessor )  in SubDocument() 310 …   Reference< XCommandProcessor > xCommandProcessor( _rDocument.xCommandProcessor, UNO_SET_THROW );  in lcl_loadSubDocument_nothrow()  local 315                     xCommandProcessor->execute(  in lcl_loadSubDocument_nothrow() 316                         aCommand, xCommandProcessor->createCommandIdentifier(), NULL  in lcl_loadSubDocument_nothrow() 331 …&&  ( lcl_getMimeType_nothrow( _rDocument.xCommandProcessor ).equalsAscii( "application/vnd.sun.xm…  in lcl_loadSubDocument_nothrow() 360 …      OSL_VERIFY( lcl_executeCommand_throw( _rDocument.xCommandProcessor, "close" ) >>= bSuccess );  in lcl_unloadSubDocument_nothrow() 456                 lcl_executeCommand_throw( _rDocument.xCommandProcessor, "store" );  in lcl_storeEmbeddedDocument_nothrow() 1088                     Reference< XCommandProcessor > xCommandProcessor( aElement, UNO_QUERY );  in lcl_collectHierarchicalElementNames_throw()  local 1090                     if ( xCommandProcessor.is() )  in lcl_collectHierarchicalElementNames_throw() [all …] 
 | 
| /trunk/main/ucb/source/core/ | 
| H A D | ucbcmds.cxx | 478         const uno::Reference< ucb::XCommandProcessor > & xCommandProcessor,  in setTitle() 497             = xCommandProcessor->execute( aSetPropsCommand, 0, xEnv );  in setTitle() 1799         uno::Reference< ucb::XCommandProcessor > xCommandProcessor(  in globalTransfer()  local 1801         if ( !xCommandProcessor.is() )  in globalTransfer() 1840                 xCommandProcessor->execute( aCommand, 0, xLocalEnv );  in globalTransfer() 1876                         xCommandProcessor->execute( aCommand1, 0, xLocalEnv );  in globalTransfer() 1985     uno::Reference< ucb::XCommandProcessor > xCommandProcessor(  in globalTransfer()  local 1987     if ( !xCommandProcessor.is() )  in globalTransfer() 2025     xCommandProcessor->execute( aGetPropsCommand, 0, xLocalEnv ) >>= xRow;  in globalTransfer() 2078             xCommandProcessor->execute( aCommand, 0, xLocalEnv );  in globalTransfer()
  | 
| /trunk/main/extensions/source/update/feed/ | 
| H A D | updatefeed.cxx | 498 …uno::Reference< ucb::XCommandProcessor > xCommandProcessor(m_xContentProvider->queryContent(xId), …  in load()  local 510     sal_Int32 nCommandId = xCommandProcessor->createCommandIdentifier();  in load() 512     storeCommandInfo(nCommandId, xCommandProcessor);  in load() 515         uno::Any aResult = xCommandProcessor->execute(aCommand, nCommandId,  in load() 522 …   uno::Reference< ucb::XCommandProcessor2 > xCommandProcessor2(xCommandProcessor, uno::UNO_QUERY);  in load() 530     uno::Reference< ucb::XCommandProcessor2 > xCommandProcessor2(xCommandProcessor, uno::UNO_QUERY);  in load()
  | 
| /trunk/main/dbaccess/source/ui/app/ | 
| H A D | subcomponentmanager.cxx | 302 …            Reference< XCommandProcessor > xCommandProcessor( _rxCommandProcessor, UNO_SET_THROW );  in lcl_closeComponent()  local 303                 sal_Int32 nCommandIdentifier = xCommandProcessor->createCommandIdentifier();  in lcl_closeComponent() 307                 xCommandProcessor->execute( aCommand, nCommandIdentifier, NULL );  in lcl_closeComponent()
  | 
| /trunk/main/dbaccess/source/core/recovery/ | 
| H A D | subcomponentrecovery.cxx | 162             Reference< XCommandProcessor > xCommandProcessor;  in lcl_getSubComponentDef_nothrow()  local 176 …  xCommandProcessor.set( xDefinitionContainer->getByHierarchicalName( i_rName ), UNO_QUERY_THROW );  in lcl_getSubComponentDef_nothrow() 182             return xCommandProcessor;  in lcl_getSubComponentDef_nothrow()
  | 
| /trunk/main/ucbhelper/source/client/ | 
| H A D | content.cxx | 1909     Reference< XCommandProcessor > xCommandProcessor;  in abortCommand()  local 1913         xCommandProcessor = m_xCommandProcessor;  in abortCommand() 1916     if ( ( nCommandId != 0 ) && xCommandProcessor.is() )  in abortCommand() 1917         xCommandProcessor->abort( nCommandId );  in abortCommand()
  | 
| /trunk/main/ucb/workben/ucb/ | 
| H A D | ucbdemo.cxx | 1305     uno::Reference< ucb::XCommandProcessor > xCommandProcessor(  in transfer()  local 1307 	if ( xCommandProcessor.is() )  in transfer() 1314 		xCommandProcessor->execute(  in transfer() 1369 			xCommandProcessor->execute( aTransferCommand, 0, xEnv );  in transfer()
  | 
| /trunk/main/dbaccess/source/core/dataaccess/ | 
| H A D | documentcontainer.cxx | 346 			Reference< XCommandProcessor > xCommandProcessor(xContent,UNO_QUERY);  in createInstanceWithArguments()  local 349 				xCommandProcessor->execute(aCommand,-1,Reference< XCommandEnvironment >());	  in createInstanceWithArguments()
  |