/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindowAccess.cxx | 78 ,m_pTable(_pTable) in OTableWindowAccess() 84 m_pTable = NULL; in disposing() 93 m_pTable = NULL; in ProcessWindowEvent() 139 if(m_pTable) in getAccessibleChildCount() 153 if(m_pTable) in getAccessibleChild() 178 if( m_pTable ) in getAccessibleIndexInParent() 207 if( m_pTable ) in getAccessibleAtPoint() 238 return m_pTable ? m_pTable->getTableView()->getConnectionCount(m_pTable) : sal_Int32(0); in getRelationCount() 248 if( m_pTable ) in getRelation() 263 && m_pTable && m_pTable->getTableView()->ExistsAConn(m_pTable); in containsRelation() [all …]
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | TKeys.cxx | 56 ,m_pTable(_pTable) in OKeysHelper() 66 … OTableKeyHelper* pRet = new OTableKeyHelper(m_pTable,_rName,m_pTable->getKeyProperties(_rName)); in createObject() 72 OTableKeyHelper* pRet = new OTableKeyHelper(m_pTable,_rName,m_pTable->getKeyProperties(_rName)); in createObject() 81 m_pTable->refreshKeys(); in impl_refresh() 86 return new OTableKeyHelper(m_pTable); in createDescriptor() 139 if ( m_pTable->isNew() ) in appendObject() 158 if ( m_pTable->getKeyService().is() ) in appendObject() 160 m_pTable->getKeyService()->addKey(m_pTable,descriptor); in appendObject() 274 if ( xConnection.is() && !m_pTable->isNew() ) in dropObject() 277 if ( m_pTable->getKeyService().is() ) in dropObject() [all …]
|
H A D | TIndexes.cxx | 53 ,m_pTable(_pTable) in OIndexesHelper() 122 m_pTable->refreshIndexes(); in impl_refresh() 127 return new OIndexHelper(m_pTable); in createDescriptor() 136 if ( m_pTable->isNew() ) in appendObject() 139 if ( m_pTable->getIndexService().is() ) in appendObject() 141 m_pTable->getIndexService()->addIndex(m_pTable,descriptor); in appendObject() 156 …dbtools::qualifiedNameComponents(m_pTable->getMetaData(),m_pTable->getName(),aCatalog,aSchema,aTab… in appendObject() 222 if( xConnection.is() && !m_pTable->isNew()) in dropObject() 224 if ( m_pTable->getIndexService().is() ) in dropObject() 226 m_pTable->getIndexService()->dropIndex(m_pTable,_sElementName); in dropObject() [all …]
|
H A D | TColumnsHelper.cxx | 76 ,m_pTable(NULL) in OColumnsHelper() 89 OSL_ENSURE(m_pTable,"NO Table set. Error!"); in createObject() 90 Reference<XConnection> xConnection = m_pTable->getConnection(); in createObject() 119 Reference<XPropertySet> xPr = m_pTable; in createObject() 144 xRet.set(::dbtools::createSDBCXColumn( m_pTable, in createObject() 159 if ( m_pTable ) in impl_refresh() 162 m_pTable->refreshColumns(); in impl_refresh() 176 if ( !m_pTable || m_pTable->isNew() ) in appendObject() 185 …aSql += ::dbtools::createStandardColumnPart(descriptor,m_pTable->getConnection(),NULL,m_pTable->ge… in appendObject() 199 OSL_ENSURE(m_pTable,"OColumnsHelper::dropByName: Table is null!"); in dropObject() [all …]
|
H A D | TKey.cxx | 44 ,m_pTable(_pTable) in OTableKeyHelper() 53 ,m_pTable(_pTable) in OTableKeyHelper() 61 if ( !m_pTable ) in refreshColumns() 72 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; in refreshColumns() 73 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in refreshColumns() 78 …Reference< XResultSet > xResult = m_pTable->getMetaData()->getImportedKeys(m_pTable->getPropertyVa… in refreshColumns() 95 …const Reference< XResultSet > xResult = m_pTable->getMetaData()->getPrimaryKeys(m_pTable->getPrope… in refreshColumns()
|
H A D | TIndex.cxx | 43 , m_pTable(_pTable) in OIndexHelper() 61 ,m_pTable(_pTable) in OIndexHelper() 70 if ( !m_pTable ) in refreshColumns() 78 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME)) >>= aSchema; in refreshColumns() 79 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in refreshColumns() 81 Reference< XResultSet > xResult = m_pTable->getMetaData()->getIndexInfo( in refreshColumns() 82 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)), in refreshColumns()
|
/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BColumns.cxx | 57 m_pTable->getSchema(),m_pTable->getTableName(),_rName); in createObject() 72 …if ( !_rName.equalsAscii("DEFAULT") && !m_pTable->getSchema().equalsAscii("DOMAIN") && !m_pTable->… in createObject() 76 sQuery += m_pTable->getSchema(); in createObject() 113 m_pTable->refreshColumns(); in impl_refresh() 125 if ( m_pTable->isNew() ) in appendObject() 132 m_pTable->beginTransAction(); in appendObject() 135 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in appendObject() 150 m_pTable->rollbackTransAction(); in appendObject() 153 m_pTable->endTransAction(); in appendObject() 162 if(!m_pTable->isNew()) in dropObject() [all …]
|
H A D | BIndexes.cxx | 63 Reference< XResultSet > xResult = m_pTable->getMetaData()->getIndexInfo(Any(), in createObject() 64 m_pTable->getSchema(),m_pTable->getTableName(),sal_False,sal_False); in createObject() 89 m_pTable->refreshIndexes(); in impl_refresh() 94 return new OAdabasIndex(m_pTable); in createDescriptor() 100 if ( m_pTable->isNew() ) in appendObject() 116 + aQuote + m_pTable->getSchema() + aQuote + sDot in appendObject() 117 + aQuote + m_pTable->getTableName() + aQuote in appendObject() 139 …aSql = aSql + aQuote + m_pTable->getSchema() + aQuote + sDot + aQuote + m_pTable->getTableName() +… in appendObject() 162 if(!m_pTable->isNew()) in dropObject() 178 (((aSql += aQuote) += m_pTable->getSchema()) += aQuote) += sDot; in dropObject() [all …]
|
H A D | BIndex.cxx | 54 ,m_pTable(_pTable) in OAdabasIndex() 62 ,m_pTable(_pTable) in OAdabasIndex() 70 if(!m_pTable) in refreshColumns() 76 Reference< XResultSet > xResult = m_pTable->getMetaData()->getIndexInfo(Any(), in refreshColumns() 77 m_pTable->getSchema(),m_pTable->getTableName(),sal_False,sal_False); in refreshColumns()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 176 if(m_pTable) in disposing() 178 m_pTable->release(); in disposing() 179 m_pTable = NULL; in disposing() 662 if(!m_pTable || m_pTable->isReadOnly()) in updateRow() 678 if(!m_pTable || m_pTable->isReadOnly()) in deleteRow() 725 if(!m_pTable || m_pTable->isReadOnly()) in moveToInsertRow() 923 if (!m_pTable || !m_pTable->seekRow(eCursorPosition, nOffset, m_nFilePos)) in ExecuteRow() 1373 if(!m_pTable) in OpenImpl() 1824 if(m_pTable) in doTableSpecials() 1896 m_pTable->release(); in disposing() [all …]
|
H A D | FStatement.cxx | 75 ,m_pTable(NULL) in DBG_NAME() 141 if(m_pTable) in disposing() 143 m_pTable->release(); in disposing() 144 m_pTable = NULL; in disposing() 501 if(m_pTable) in construct() 502 m_pTable->release(); in construct() 504 if(m_pTable) in construct() 505 m_pTable->acquire(); in construct() 507 OSL_ENSURE(m_pTable,"No table!"); in construct() 508 if ( m_pTable ) in construct() [all …]
|
H A D | FColumns.cxx | 49 Reference< XResultSet > xResult = m_pTable->getConnection()->getMetaData()->getColumns(Any(), in createObject() 50 m_pTable->getSchema(),m_pTable->getName(),_rName); in createObject() 71 m_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createObject() 83 m_pTable->refreshColumns(); in impl_refresh()
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 69 ,m_pTable(_pTable) in ODbaseIndex() 83 ,m_pTable(_pTable) in ODbaseIndex() 387 ::rtl::OUString sDir = m_pTable->getConnection()->getURL(); in getCompletePath() 400 ::rtl::OUString sCfgFile(m_pTable->getConnection()->getURL()); in createINFEntry() 402 sCfgFile += m_pTable->getName(); in createINFEntry() 439 … m_pTable->getConnection()->throwGenericSQLException(STR_COULD_NOT_DELETE_INDEX,*m_pTable); in DropImpl() 444 ::rtl::OUString sCfgFile(m_pTable->getConnection()->getURL()); in DropImpl() 446 sCfgFile += m_pTable->getName(); in DropImpl() 550 aStatement += m_pTable->getName().getStr(); in CreateImpl() 579 ::vos::ORef<OSQLColumns> aCols = m_pTable->getTableColumns(); in CreateImpl() [all …]
|
H A D | DIndexes.cxx | 53 ::rtl::OUString sFile = m_pTable->getConnection()->getURL(); in createObject() 59 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in createObject() 63 ::dbtools::throwGenericSQLException( sError, *m_pTable ); in createObject() 78 ODbaseIndex* pIndex = new ODbaseIndex(m_pTable,aHeader,_rName); in createObject() 84 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in createObject() 88 ::dbtools::throwGenericSQLException( sError, *m_pTable ); in createObject() 95 if(m_pTable) in impl_refresh() 96 m_pTable->refreshIndexes(); in impl_refresh() 101 return new ODbaseIndex(m_pTable); in createDescriptor()
|
H A D | DColumns.cxx | 45 ODbaseTable* pTable = (ODbaseTable*)m_pTable; in createObject() 60 m_pTable->refreshColumns(); in impl_refresh() 72 if ( m_pTable->isNew() ) in appendObject() 75 m_pTable->addColumn( descriptor ); in appendObject() 83 if(!m_pTable->isNew()) in dropObject() 84 m_pTable->dropColumn(_nPos); in dropObject()
|
H A D | DResultSet.cxx | 111 …return m_pTable ? Move(IResultSetHelper::BOOKMARK,comphelper::getINT32(bookmark),sal_True) : sal_F… in moveToBookmark() 118 if(!m_pTable) in moveRelativeToBookmark() 236 return new OFILEAnalyzer(m_pTable->getConnection()); in createAnalyzer() 241 return m_pTable->getFilePos(); in getCurrentFilePos()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | AccessibleGridControl.cxx | 62 AccessibleGridControlTable* m_pTable; member in accessibility::AccessibleGridControl_Impl 101 m_pImpl->m_pTable = NULL; in disposing() 177 m_pImpl->m_pTable = pTable; in getAccessibleChild() 275 m_pImpl->m_pTable = createAccessibleTable(); in implGetTable() 276 m_pImpl->m_xTable = m_pImpl->m_pTable; in implGetTable() 349 std::vector< AccessibleGridControlTableCell* > xCellCont = m_pImpl->m_pTable->getCellVector(); in commitCellEvent() 362 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitCellEvent() 372 m_pImpl->m_pTable->commitEvent(_nEventId, makeAny(xChild),_rOldValue); in commitTableEvent() 386 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent() 389 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent() [all …]
|
H A D | AccessibleBrowseBox.cxx | 58 AccessibleBrowseBoxTable* m_pTable; member in accessibility::AccessibleBrowseBoxImpl 107 m_pImpl->m_pTable = NULL; in disposing() 259 m_pImpl->m_pTable = createAccessibleTable(); in implGetTable() 260 m_pImpl->mxTable = m_pImpl->m_pTable; in implGetTable() 328 m_pImpl->m_pTable->commitEvent(_nEventId,_rNewValue,_rOldValue); in commitTableEvent()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | column.cxx | 334 else if(!m_pTable || (m_pTable && !m_pTable->isNew())) in queryInterface() 376 nSize = ((m_pTable && m_pTable->isNew()) ? 0 : in getTypes() 379 bDropFound = (m_pTable && m_pTable->isNew()) || m_bDropColumn; in getTypes() 380 bAppendFound = (m_pTable && m_pTable->isNew()) || m_bAddColumn; in getTypes() 410 else if ( m_pTable && !m_pTable->isNew() ) in appendObject() 414 …Reference< ::com::sun::star::sdb::tools::XTableAlteration> xAlterService = m_pTable->getAlterServi… in appendObject() 417 xAlterService->addColumn(m_pTable,descriptor); in appendObject() 445 else if ( m_pTable && !m_pTable->isNew() ) in dropObject() 449 …Reference< ::com::sun::star::sdb::tools::XTableAlteration> xAlterService = m_pTable->getAlterServi… in dropObject() 451 xAlterService->dropColumn(m_pTable,_sElementName); in dropObject()
|
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | AKeyColumns.cxx | 42 xResult = m_pTable->getConnection()->getMetaData()->getImportedKeys(Any(), in createObject() 43 m_pTable->getSchema(),m_pTable->getName()); in createObject() 59 xResult = m_pTable->getConnection()->getMetaData()->getColumns(Any(), in createObject() 60 m_pTable->getSchema(),m_pTable->getName(),_rName); in createObject()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | charmapacc.cxx | 55 ,m_pTable(NULL) in SvxShowCharSetVirtualAcc() 81 if ( m_pTable ) in IMPLEMENT_FORWARD_XINTERFACE2() 82 m_pTable->fireEvent(_nEventId,_rOldValue,_rNewValue); in IMPLEMENT_FORWARD_XINTERFACE2() 103 if ( !m_pTable ) in getAccessibleAtPoint() 104 m_pTable = new SvxShowCharSetAcc(this); in getAccessibleAtPoint() 105 xRet = m_pTable; in getAccessibleAtPoint() 145 m_pTable = new SvxShowCharSetAcc(this); in getAccessibleChild() 146 m_xAcc = m_pTable; in getAccessibleChild() 238 if ( m_pTable ) in disposing() 239 m_pTable->dispose(); in disposing() [all …]
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabColumns.cxx | 46 Reference< XResultSet > xResult = m_pTable->getConnection()->getMetaData()->getColumns( in createObject() 48 m_pTable->getSchema(), in createObject() 49 m_pTable->getTableName(), in createObject() 85 m_pTable->refreshColumns(); in impl_refresh() 92 m_pTable(_pTable) in MacabColumns()
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NColumns.cxx | 46 Reference< XResultSet > xResult = m_pTable->getConnection()->getMetaData()->getColumns( in createObject() 48 m_pTable->getSchema(), in createObject() 49 m_pTable->getTableName(), in createObject() 85 m_pTable->refreshColumns(); in impl_refresh()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | TKey.hxx | 36 OTableHelper* m_pTable; member in connectivity::OTableKeyHelper 45 inline OTableHelper* getTable() const { return m_pTable; } in getTable()
|
/aoo42x/main/connectivity/source/inc/adabas/ |
H A D | BIndex.hxx | 37 OAdabasTable* m_pTable; member in connectivity::adabas::OAdabasIndex 49 OAdabasTable* getTable() const { return m_pTable; } in getTable()
|