Lines Matching refs:xCommandProcessorS
763 const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS, in transferProperties()
773 xCommandProcessorS->execute( aGetPropertySetInfoCommand, 0, rContext.xEnv ) in transferProperties()
803 xCommandProcessorS->execute( in transferProperties()
928 const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS ) in getInputStream()
954 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
994 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ); in getInputStream()
1016 const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS ) in getResultSet()
1042 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ) >>= xSet; in getResultSet()
1066 ucb::XCommandProcessor > & xCommandProcessorS, in handleNameClashRename()
1175 = getInputStream( rContext, xCommandProcessorS ); in handleNameClashRename()
1339 uno::Reference< ucb::XCommandProcessor > xCommandProcessorS( in globalTransfer_() local
1341 if ( !xCommandProcessorS.is() ) in globalTransfer_()
1360 transferProperties( rContext, xCommandProcessorS, xCommandProcessorN ); in globalTransfer_()
1372 xInputStream = getInputStream( rContext, xCommandProcessorS ); in globalTransfer_()
1384 xResultSet = getResultSet( rContext, xCommandProcessorS ); in globalTransfer_()
1488 xCommandProcessorS, in globalTransfer_()