Searched refs:xConnectionWarnings (Results 1 – 1 of 1) sorted by relevance
218 Reference< XWarningsSupplier > xConnectionWarnings( xConnection, UNO_QUERY ); in connect() local219 if ( xConnectionWarnings.is() ) in connect()223 Any aWarnings( xConnectionWarnings->getWarnings() ); in connect()235 xConnectionWarnings->clearWarnings(); in connect()
Completed in 9 milliseconds