Searched refs:_rxCommandProc (Results 1 – 1 of 1) sorted by relevance
262 static Any lcl_executeCommand_throw( const Reference< XCommandProcessor >& _rxCommandProc, in lcl_executeCommand_throw() argument265 OSL_PRECOND( _rxCommandProc.is(), "lcl_executeCommand_throw: illegal object!" ); in lcl_executeCommand_throw()266 if ( !_rxCommandProc.is() ) in lcl_executeCommand_throw()271 return _rxCommandProc->execute( in lcl_executeCommand_throw()272 aCommand, _rxCommandProc->createCommandIdentifier(), NULL ); in lcl_executeCommand_throw()