Lines Matching refs:xConnection
142 SharedConnection xConnection( getConnection() ); in convertToView() local
143 Reference< XQueriesSupplier > xSup( xConnection, UNO_QUERY_THROW ); in convertToView()
147 Reference< XTablesSupplier > xTablesSup( xConnection, UNO_QUERY_THROW ); in convertToView()
150 Reference< XDatabaseMetaData > xMeta = xConnection->getMetaData(); in convertToView()
156 DynamicTableOrQueryNameCheck aNameChecker( xConnection, CommandType::TABLE ); in convertToView()
157 …OSaveAsDlg aDlg( getView(), CommandType::TABLE, getORB(), xConnection, aDefaultName, aNameChecker … in convertToView()
165 Reference<XPropertySet> xView = ::dbaui::createView(sNewName,xConnection,xSourceObject); in convertToView()
245 SharedConnection xConnection( getConnection() ); in openDialog() local
246 if ( xConnection.is() ) in openDialog()
250 makeAny( xConnection ), PropertyState_DIRECT_VALUE ); in openDialog()
395 SharedConnection xConnection = ensureConnection( &aError ); in connect() local
396 if ( !xConnection.is() ) in connect()