Searched refs:_rxCommandProc (Results 1 – 1 of 1) sorted by relevance
261 static Any lcl_executeCommand_throw( const Reference< XCommandProcessor >& _rxCommandProc, in lcl_executeCommand_throw() argument264 OSL_PRECOND( _rxCommandProc.is(), "lcl_executeCommand_throw: illegal object!" ); in lcl_executeCommand_throw()265 if ( !_rxCommandProc.is() ) in lcl_executeCommand_throw()270 return _rxCommandProc->execute( in lcl_executeCommand_throw()271 aCommand, _rxCommandProc->createCommandIdentifier(), NULL ); in lcl_executeCommand_throw()
Completed in 219 milliseconds