| /AOO41X/main/dbaccess/source/sdbtools/connection/ |
| H A D | objectnames.cxx | 106 …phelper::ComponentContext& _rContext, const Reference< XConnection >& _rxConnection, const Referen… in PlainExistenceCheck() argument 108 ,m_xConnection( _rxConnection ) in PlainExistenceCheck() 148 …k( const ::comphelper::ComponentContext& _rContext, const Reference< XConnection >& _rxConnection ) in TableValidityCheck() argument 150 ,m_xConnection( _rxConnection ) in TableValidityCheck() 193 …k( const ::comphelper::ComponentContext& _rContext, const Reference< XConnection >& _rxConnection ) in QueryValidityCheck() argument 195 ,m_xConnection( _rxConnection ) in QueryValidityCheck() 290 const Reference< XConnection >& _rxConnection 313 const Reference< XConnection >& _rxConnection 337 …mponentContext& _rContext, sal_Int32 _nCommandType, const Reference< XConnection >& _rxConnection ) in createExistenceCheck() argument 341 ::dbtools::DatabaseMetaData aMeta( _rxConnection ); in createExistenceCheck() [all …]
|
| H A D | datasourcemetadata.cxx | 64 …a( const ::comphelper::ComponentContext& _rContext, const Reference< XConnection >& _rxConnection ) in DataSourceMetaData() argument 68 if ( !_rxConnection.is() ) in DataSourceMetaData() 70 setWeakConnection( _rxConnection ); in DataSourceMetaData()
|
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | tabletree.cxx | 208 void OTableTreeListBox::implOnNewConnection( const Reference< XConnection >& _rxConnection ) in implOnNewConnection() argument 210 m_xConnection = _rxConnection; in implOnNewConnection() 215 void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection ) throw(SQLE… in UpdateTableList() argument 222 Reference< XTablesSupplier > xTableSupp( _rxConnection, UNO_QUERY_THROW ); in UpdateTableList() 227 Reference< XViewsSupplier > xViewSupp( _rxConnection, UNO_QUERY ); in UpdateTableList() 255 UpdateTableList( _rxConnection, sTables, sViews ); in UpdateTableList() 281 const Reference< XConnection >& _rxConnection, in UpdateTableList() 292 Reference< XDatabaseMetaData > xMeta( _rxConnection->getMetaData(), UNO_QUERY_THROW ); in UpdateTableList() 300 UpdateTableList( _rxConnection, aTables ); in UpdateTableList() 315 bool lcl_shouldDisplayEmptySchemasAndCatalogs( const Reference< XConnection >& _rxConnection ) in lcl_shouldDisplayEmptySchemasAndCatalogs() argument [all …]
|
| /AOO41X/main/connectivity/source/simpledbt/ |
| H A D | staticdbtools_s.cxx | 139 …aticTools::composeTableNameForSelect( const Reference< XConnection >& _rxConnection, const ::rtl::… in composeTableNameForSelect() argument 141 return ::dbtools::composeTableNameForSelect( _rxConnection, _rCatalog, _rSchema, _rName ); in composeTableNameForSelect() 145 …aticTools::composeTableNameForSelect( const Reference< XConnection >& _rxConnection, const Referen… in composeTableNameForSelect() argument 147 return ::dbtools::composeTableNameForSelect( _rxConnection, _xTable ); in composeTableNameForSelect() 182 …DataAccessStaticTools::getFieldsByCommandDescriptor( const Reference< XConnection >& _rxConnection, in getFieldsByCommandDescriptor() argument 186 return ::dbtools::getFieldsByCommandDescriptor( _rxConnection, _nCommandType, _rCommand, in getFieldsByCommandDescriptor() 192 const Reference< XConnection >& _rxConnection, const sal_Int32 _nCommandType, in getFieldNamesByCommandDescriptor() 195 return ::dbtools::getFieldNamesByCommandDescriptor( _rxConnection, _nCommandType, in getFieldNamesByCommandDescriptor()
|
| H A D | parsenode_s.cxx | 72 …eNodeToStr(::rtl::OUString& _rString, const Reference< XConnection >& _rxConnection,const IParseCo… in parseNodeToStr() argument 74 m_pFullNode->parseNodeToStr( _rString, _rxConnection, _pContext ); in parseNodeToStr() 78 …::parseNodeToPredicateStr(::rtl::OUString& _rString, const Reference< XConnection >& _rxConnection, in parseNodeToPredicateStr() argument 82 …m_pFullNode->parseNodeToPredicateStr( _rString, _rxConnection, _rxFormatter, _rxField, _rIntl, _cD… in parseNodeToPredicateStr()
|
| H A D | staticdbtools_s.hxx | 122 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 130 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 169 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 179 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | TokenWriter.hxx | 109 ODatabaseImportExport( const SharedConnection& _rxConnection, 155 ORTFImportExport( const SharedConnection& _rxConnection, in ORTFImportExport() argument 158 : ODatabaseImportExport(_rxConnection,_rxNumberF,_rM) in ORTFImportExport() 199 OHTMLImportExport( const SharedConnection& _rxConnection, in OHTMLImportExport() argument 202 : ODatabaseImportExport(_rxConnection,_rxNumberF,_rM) in OHTMLImportExport() 237 ORowSetImportExport(const SharedConnection& _rxConnection, in ORowSetImportExport() argument 239 : ODatabaseImportExport(_rxConnection,NULL,_rM) in ORowSetImportExport()
|
| H A D | tabletree.hxx | 114 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection 125 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 185 …on( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection ); 197 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
|
| H A D | unodatbr.hxx | 342 const SharedConnection& _rxConnection 345 …void implAddDatasource( const String& _rDataSourceName, const SharedConnection& _rxConnection ); 365 void impl_releaseConnection( SharedConnection& _rxConnection ); 426 const SharedConnection& _rxConnection, 441 …mmandType, const sal_Bool _bEscapeProcessing, const SharedConnection& _rxConnection = SharedConnec… 477 const SharedConnection& _rxConnection = SharedConnection()
|
| H A D | indexdialog.hxx | 99 …ction(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection) in setConnection() argument 101 m_xConnection = _rxConnection; in setConnection() 145 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
|
| /AOO41X/main/svx/source/fmcomp/ |
| H A D | dbaexchange.cxx | 105 const Reference< XConnection >& _rxConnection, sal_Int32 _nFormats) in OColumnTransferable() 163 if (_rxConnection.is()) in OColumnTransferable() 164 m_aDescriptor[daConnection] <<= _rxConnection; in OColumnTransferable() 414 ,const Reference< XConnection >& _rxConnection) in ODataAccessObjectTransferable() 416 OSL_ENSURE(_rxConnection.is(),"Wrong ctor used.!"); in ODataAccessObjectTransferable() 417 …construct(_rDatasource,_rConnectionResource,_nCommandType,_rCommand,_rxConnection,(CommandType::CO… in ODataAccessObjectTransferable() 595 ,const Reference< XConnection >& _rxConnection in construct() 603 if ( _rxConnection.is() ) in construct() 604 m_aDescriptor[daConnection] <<= _rxConnection; in construct()
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | statementcomposer.cxx | 79 StatementComposer_Data( const Reference< XConnection >& _rxConnection ) in StatementComposer_Data() 80 :xConnection( _rxConnection ) in StatementComposer_Data() 89 if ( !_rxConnection.is() ) in StatementComposer_Data() 249 StatementComposer::StatementComposer( const Reference< XConnection >& _rxConnection, in StatementComposer() argument 251 :m_pData( new StatementComposer_Data( _rxConnection ) ) in StatementComposer() 253 … OSL_PRECOND( _rxConnection.is(), "StatementComposer::StatementComposer: illegal connection!" ); in StatementComposer()
|
| H A D | dbtools.cxx | 581 …ference< XNameAccess > getFieldsByCommandDescriptor( const Reference< XConnection >& _rxConnection, in getFieldsByCommandDescriptor() argument 585 … OSL_PRECOND( _rxConnection.is(), "::dbtools::getFieldsByCommandDescriptor: invalid connection!" ); in getFieldsByCommandDescriptor() 630 Reference< XTablesSupplier > xSupplyTables( _rxConnection, UNO_QUERY ); in getFieldsByCommandDescriptor() 645 Reference< XQueriesSupplier > xSupplyQueries( _rxConnection, UNO_QUERY ); in getFieldsByCommandDescriptor() 704 Reference< XMultiServiceFactory > xComposerFac( _rxConnection, UNO_QUERY ); in getFieldsByCommandDescriptor() 727 …Reference< XPreparedStatement > xStatement = _rxConnection->prepareStatement( sStatementToExecute … in getFieldsByCommandDescriptor() 777 … ::rtl::OUString > getFieldNamesByCommandDescriptor( const Reference< XConnection >& _rxConnection, in getFieldNamesByCommandDescriptor() argument 783 …Reference< XNameAccess > xFieldContainer = getFieldsByCommandDescriptor( _rxConnection, _nCommandT… in getFieldNamesByCommandDescriptor() 1402 ::rtl::OUString composeTableNameForSelect( const Reference< XConnection >& _rxConnection, in composeTableNameForSelect() argument 1405 …sal_Bool bUseCatalogInSelect = isDataSourcePropertyEnabled( _rxConnection, ::rtl::OUString( RTL_CO… in composeTableNameForSelect() [all …]
|
| H A D | conncleanup.cxx | 52 …ctionDisposer(const Reference< XRowSet >& _rxRowSet, const Reference< XConnection >& _rxConnection) in OAutoConnectionDisposer() argument 65 xProps->setPropertyValue( getActiveConnectionPropertyName(), makeAny( _rxConnection ) ); in OAutoConnectionDisposer() 66 m_xOriginalConnection = _rxConnection; in OAutoConnectionDisposer()
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | WCopyTable.cxx | 119 ObjectCopySource::ObjectCopySource( const Reference< XConnection >& _rxConnection, const Reference<… in ObjectCopySource() argument 120 :m_xConnection( _rxConnection, UNO_SET_THROW ) in ObjectCopySource() 121 ,m_xMetaData( _rxConnection->getMetaData(), UNO_SET_THROW ) in ObjectCopySource() 295 NamedTableCopySource::NamedTableCopySource( const Reference< XConnection >& _rxConnection, const ::… in NamedTableCopySource() argument 296 :m_xConnection( _rxConnection, UNO_SET_THROW ) in NamedTableCopySource() 297 ,m_xMetaData( _rxConnection->getMetaData(), UNO_SET_THROW ) in NamedTableCopySource() 533 bool lcl_canCreateViewFor_nothrow( const Reference< XConnection >& _rxConnection ) in lcl_canCreateViewFor_nothrow() argument 535 Reference< XViewsSupplier > xSup( _rxConnection, UNO_QUERY ); in lcl_canCreateViewFor_nothrow() 1398 bool OCopyTableWizard::supportsPrimaryKey( const Reference< XConnection >& _rxConnection ) in supportsPrimaryKey() argument 1400 OSL_PRECOND( _rxConnection.is(), "OCopyTableWizard::supportsPrimaryKey: invalid connection!" ); in supportsPrimaryKey() [all …]
|
| H A D | UITools.cxx | 666 void fillTypeInfo( const Reference< ::com::sun::star::sdbc::XConnection>& _rxConnection, in fillTypeInfo() argument 671 if(!_rxConnection.is()) in fillTypeInfo() 673 Reference< XResultSet> xRs = _rxConnection->getMetaData ()->getTypeInfo (); in fillTypeInfo() 1670 …LevelStatement( const ::rtl::OUString& _rStatement, const Reference< XConnection >& _rxConnection ) in lcl_createSDBCLevelStatement() argument 1675 Reference< XMultiServiceFactory > xAnalyzerFactory( _rxConnection, UNO_QUERY_THROW ); in lcl_createSDBCLevelStatement() 1689 …ertySet > createView( const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConnection, in createView() argument 1692 Reference<XViewsSupplier> xSup(_rxConnection,UNO_QUERY); in createView() 1706 ::dbtools::qualifiedNameComponents(_rxConnection->getMetaData(), in createView() 1726 Reference<XTablesSupplier> xTabSup(_rxConnection,UNO_QUERY); in createView() 1739 …opertySet> createView( const ::rtl::OUString& _rName, const Reference< XConnection >& _rxConnection in createView() argument [all …]
|
| /AOO41X/main/svx/source/form/ |
| H A D | dbtoolsclient.cxx | 235 …cessTools::composeTableNameForSelect( const Reference< XConnection >& _rxConnection, const Referen… in composeTableNameForSelect() argument 239 sReturn = m_xDataAccessTools->composeTableNameForSelect( _rxConnection, _xTable ); in composeTableNameForSelect() 290 …StaticDataAccessTools::getFieldsByCommandDescriptor( const Reference< XConnection >& _rxConnection, in getFieldsByCommandDescriptor() argument 296 … aFields = m_xDataAccessTools->getFieldsByCommandDescriptor( _rxConnection, _nCommandType, in getFieldsByCommandDescriptor() 304 const Reference< XConnection >& _rxConnection, const sal_Int32 _nCommandType, in getFieldNamesByCommandDescriptor() 309 … aNames = m_xDataAccessTools->getFieldNamesByCommandDescriptor( _rxConnection, _nCommandType, in getFieldNamesByCommandDescriptor()
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | definitioncolumn.cxx | 188 …nce< XPropertySet >& _rxParserColumn, const Reference< XConnection >& _rxConnection,const ::rtl::O… in OQueryColumn() argument 238 m_xOriginalTableColumn = impl_determineOriginalTableColumn( _rxConnection ); in OQueryColumn() 250 … > OQueryColumn::impl_determineOriginalTableColumn( const Reference< XConnection >& _rxConnection ) in impl_determineOriginalTableColumn() argument 252 …OSL_PRECOND( _rxConnection.is(), "OQueryColumn::impl_determineOriginalTableColumn: illegal connect… in impl_determineOriginalTableColumn() 253 if ( !_rxConnection.is() ) in impl_determineOriginalTableColumn() 269 … _rxConnection->getMetaData(), sCatalog, sSchema, sTable, sal_False, ::dbtools::eComplete ); in impl_determineOriginalTableColumn() 272 Reference< XTablesSupplier > xSuppTables( _rxConnection, UNO_QUERY_THROW ); in impl_determineOriginalTableColumn()
|
| H A D | View.cxx | 75 View::View( const Reference< XConnection >& _rxConnection, sal_Bool _bCaseSensitive, in View() argument 77 …:View_Base( _bCaseSensitive, _rName, _rxConnection->getMetaData(), 0, ::rtl::OUString(), _rSchemaN… in View() 82 Reference<XMultiServiceFactory> xFac(_rxConnection,UNO_QUERY_THROW); in View() 84 …m_xViewAccess.set(xFac->createInstance(lcl_getServiceNameForSetting(_rxConnection,s_sViewAccess)),… in View()
|
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | virtualdbtools.hxx | 162 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 169 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 187 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 196 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 281 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 286 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
|
| H A D | sqlnode.hxx | 102 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 321 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 326 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 333 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 340 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 426 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
|
| /AOO41X/main/dbaccess/source/ui/uno/ |
| H A D | composerdialogs.cxx | 173 …eateComposerDialog( Window* _pParent, const Reference< XConnection >& _rxConnection, const Referen… in createComposerDialog() argument 175 …return new DlgFilterCrit( _pParent, m_aContext.getLegacyServiceFactory(), _rxConnection, m_xCompos… in createComposerDialog() 200 …eateComposerDialog( Window* _pParent, const Reference< XConnection >& _rxConnection, const Referen… in createComposerDialog() argument 202 return new DlgOrderCrit( _pParent, _rxConnection, m_xComposer, _rxColumns ); in createComposerDialog()
|
| H A D | composerdialogs.hxx | 93 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 118 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, 142 … const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
|
| /AOO41X/main/dbaccess/source/ui/browser/ |
| H A D | unodatbr.cxx | 1182 const SharedConnection& _rxConnection ) in getObjectEntry() argument 1206 implAddDatasource( _rDataSource, _rxConnection ); in getObjectEntry() 2097 …Browser::implAddDatasource( const String& _rDataSourceName, const SharedConnection& _rxConnection ) in implAddDatasource() argument 2101 implAddDatasource( _rDataSourceName, a, d, b, e, c, _rxConnection ); in implAddDatasource() 2107 const SharedConnection& _rxConnection) in implAddDatasource() argument 2135 pDSData->xConnection = _rxConnection; in implAddDatasource() 2431 … sal_Int32 _nCommandType, const sal_Bool _bEscapeProcessing, const SharedConnection& _rxConnection) in implLoadAnything() argument 2439 if(_rxConnection.is()) in implLoadAnything() 2440 … xProp->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( _rxConnection.getTyped() ) ); in implLoadAnything() 2517 const SharedConnection& _rxConnection in implSelect() argument [all …]
|
| /AOO41X/main/connectivity/source/parse/ |
| H A D | sqlnode.cxx | 166 SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection, in SQLParseNodeParameter() argument 171 ,aMetaData( _rxConnection ) in SQLParseNodeParameter() 235 const Reference< XConnection >& _rxConnection, in parseNodeToStr() 243 rString, _rxConnection, NULL, NULL, in parseNodeToStr() 250 const Reference< XConnection >& _rxConnection, in parseNodeToPredicateStr() 261 …parseNodeToStr(rString, _rxConnection, xFormatter, NULL, rIntl, pContext, sal_True, sal_True, _cDe… in parseNodeToPredicateStr() 266 const Reference< XConnection > & _rxConnection, in parseNodeToPredicateStr() 278 …parseNodeToStr( rString, _rxConnection, xFormatter, _xField, rIntl, pContext, true, true, _cDec, t… in parseNodeToPredicateStr() 283 const Reference< XConnection > & _rxConnection, in parseNodeToStr() 296 OSL_ENSURE( _rxConnection.is(), "OSQLParseNode::parseNodeToStr: invalid connection!" ); in parseNodeToStr() [all …]
|