Home
last modified time | relevance | path

Searched refs:xCommandProcessor (Results 1 – 12 of 12) sorted by relevance

/trunk/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java324 _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 DCheckTransientDocumentsContent.java94 …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 DCheckTransientDocumentsDocumentContent.java105 …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 DCheckTransientDocumentsContentProvider.java103 …XCommandProcessor xCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xContent); in checkTransientDocumentsContentProvider() local
112 Object result = xCommandProcessor.execute(command, 0, null); in checkTransientDocumentsContentProvider()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx161 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 Ducbcmds.cxx478 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 Dupdatefeed.cxx498 …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 Dsubcomponentmanager.cxx302 … 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 Dsubcomponentrecovery.cxx162 Reference< XCommandProcessor > xCommandProcessor; in lcl_getSubComponentDef_nothrow() local
176xCommandProcessor.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 Dcontent.cxx1909 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 Ducbdemo.cxx1305 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 Ddocumentcontainer.cxx346 Reference< XCommandProcessor > xCommandProcessor(xContent,UNO_QUERY); in createInstanceWithArguments() local
349 xCommandProcessor->execute(aCommand,-1,Reference< XCommandEnvironment >()); in createInstanceWithArguments()

Completed in 93 milliseconds