Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/uno/
H A Dunomailmerge.cxx471 uno::Reference< sdbc::XConnection > xCurConnection = xConnection; in execute() local
500 bOK = rValue >>= xCurConnection; in execute()
659 if (xCurConnection.is()) in execute()
660 … xRowSetPropSet->setPropertyValue( C2U("ActiveConnection"), makeAny( xCurConnection ) ); in execute()
671 if( !xCurConnection.is() ) in execute()
672xCurConnection.set( xRowSetPropSet->getPropertyValue( C2U( "ActiveConnection" )), UNO_QUERY ); in execute()
681 aDescriptor[ svx::daConnection ] <<= xCurConnection; in execute()

Completed in 13 milliseconds