Lines Matching refs:xCommandProcessor
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
1089 …OSL_ENSURE( xCommandProcessor.is(), "lcl_collectHierarchicalElementNames_throw: no container, and … in lcl_collectHierarchicalElementNames_throw()
1090 if ( xCommandProcessor.is() ) in lcl_collectHierarchicalElementNames_throw()
1092 … _out_rDocs.push_back( SubDocument( xCommandProcessor, sElementName, _eType, ++_io_counter ) ); in lcl_collectHierarchicalElementNames_throw()