Searched refs:xProc (Results 1 – 1 of 1) sorted by relevance
1885 Reference< XCommandProcessor > xProc = getCommandProcessor(); in getCommandId() local1886 if ( xProc.is() ) in getCommandId()1887 m_nCommandId = xProc->createCommandIdentifier(); in getCommandId()1897 Reference< XCommandProcessor > xProc = getCommandProcessor(); in executeCommand() local1898 if ( !xProc.is() ) in executeCommand()1902 return xProc->execute( rCommand, getCommandId(), m_xEnv ); in executeCommand()
Completed in 39 milliseconds