Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx1885 Reference< XCommandProcessor > xProc = getCommandProcessor(); in getCommandId() local
1886 if ( xProc.is() ) in getCommandId()
1887 m_nCommandId = xProc->createCommandIdentifier(); in getCommandId()
1897 Reference< XCommandProcessor > xProc = getCommandProcessor(); in executeCommand() local
1898 if ( !xProc.is() ) in executeCommand()
1902 return xProc->execute( rCommand, getCommandId(), m_xEnv ); in executeCommand()

Completed in 26 milliseconds