/aoo41x/main/connectivity/source/sdbcx/ |
H A D | VTable.cxx | 51 if(isNew()) in getImplementationName() 60 if(isNew()) in getSupportedServiceNames() 119 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct() 143 if(!isNew()) in queryInterface() 145 if(isNew() && (rType == getCppuType( (Reference<XIndexesSupplier>*)0))) in queryInterface() 155 if(isNew()) in getTypes() 235 return *const_cast<OTable*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
|
H A D | VKey.cxx | 48 if(isNew()) in getImplementationName() 56 if(isNew()) in getSupportedServiceNames() 116 if(!isNew()) in queryInterface() 127 if(isNew()) in getTypes() 137 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct() 164 return *const_cast<OKey*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
|
H A D | VIndex.cxx | 49 if(isNew()) in getImplementationName() 57 if(isNew()) in getSupportedServiceNames() 113 return *OIndex_PROP::getArrayHelper(isNew() ? 1 : 0); in getInfoHelper() 121 if(!isNew()) in queryInterface() 131 if(isNew()) in getTypes() 140 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
|
H A D | VColumn.cxx | 44 if(isNew()) in getImplementationName() 52 if(isNew()) in getSupportedServiceNames() 126 return *OColumn_PROP::getArrayHelper(isNew() ? 1 : 0); in getInfoHelper() 144 if(!isNew()) in queryInterface() 154 if(isNew()) in getTypes() 164 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
|
H A D | VIndexColumn.cxx | 36 if(isNew()) in getImplementationName() 44 if(isNew()) in getSupportedServiceNames() 105 return *OIndexColumn_PROP::getArrayHelper(isNew() ? 1 : 0); in getInfoHelper() 110 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
|
H A D | VKeyColumn.cxx | 37 if(isNew()) in getImplementationName() 45 if(isNew()) in getSupportedServiceNames() 109 return *OKeyColumn_PROP::getArrayHelper(isNew() ? 1 : 0); in getInfoHelper() 114 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
|
H A D | VDescriptor.cxx | 94 if ( isNew() ) in doCreateArrayHelper() 103 sal_Bool ODescriptor::isNew( const Reference< XInterface >& _rxDescriptor ) in isNew() function in connectivity::sdbcx::ODescriptor 106 return pImplementation != NULL ? pImplementation->isNew() : sal_False; in isNew()
|
H A D | VView.cxx | 76 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct() 109 return *const_cast<OView*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
|
/aoo41x/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() 445 else if ( m_pTable && !m_pTable->isNew() ) in dropObject()
|
H A D | RowSetBase.hxx | 189 virtual sal_Bool isNew( ) = 0; 382 inline sal_Bool isNew( const GrantNotifierAccess& ) { return isNew(); } in isNew() function in dbaccess::ORowSetBase
|
H A D | RowSet.hxx | 246 virtual sal_Bool isNew( ); 456 using ORowSetBase::isNew; 479 virtual sal_Bool isNew( ); 534 using ORowSetBase::isNew;
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | indexdialog.cxx | 322 m_aActions.EnableItem(ID_INDEX_SAVE, aSelectedPos->isModified() || aSelectedPos->isNew()); in updateToolbox() 323 m_aActions.EnableItem(ID_INDEX_RESET, aSelectedPos->isModified() || aSelectedPos->isNew()); in updateToolbox() 381 if (!aCommitPos->isNew()) in implCommit() 569 if (aResetPos->isNew()) in OnResetIndex() 642 if (aSelected->isModified() || aSelected->isNew()) 701 if (aPosition->isNew()) in IMPL_LINK()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 103 if ( !isNew() ) in construct() 114 …return *static_cast<OHSQLTable_PROP*>(const_cast<OHSQLTable*>(this))->getArrayHelper(isNew() ? 1 :… in getInfoHelper() 174 if ( !isNew() ) in alterColumnByName() 387 if(!isNew()) in rename()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TTableHelper.cxx | 267 if(!isNew()) in refreshColumns() 423 if(!isNew()) in refreshKeys() 440 if(!isNew()) in refreshIndexes() 501 if(!isNew()) in rename()
|
H A D | TColumnsHelper.cxx | 176 if ( !m_pTable || m_pTable->isNew() ) in appendObject() 200 if ( m_pTable && !m_pTable->isNew() ) in dropObject()
|
H A D | TIndexes.cxx | 136 if ( m_pTable->isNew() ) in appendObject() 222 if( xConnection.is() && !m_pTable->isNew()) in dropObject()
|
H A D | TKeys.cxx | 139 if ( m_pTable->isNew() ) in appendObject() 274 if ( xConnection.is() && !m_pTable->isNew() ) in dropObject()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DColumns.cxx | 72 if ( m_pTable->isNew() ) in appendObject() 83 if(!m_pTable->isNew()) in dropObject()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 122 if ( !isNew() ) in construct() 133 …return *static_cast<OMySQLTable_PROP*>(const_cast<OMySQLTable*>(this))->getArrayHelper(isNew() ? 1… in getInfoHelper() 193 if ( !isNew() ) in alterColumnByName()
|
/aoo41x/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VDescriptor.hxx | 68 sal_Bool isNew() const { return m_bNew; } in isNew() function in connectivity::sdbcx::ODescriptor 92 …static sal_Bool isNew( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >…
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | MasterDetailForms.java | 323 boolean isNew = false; in impl_isNewRecord() 326 isNew = ((Boolean)_rowSet.getPropertyValue( "IsNew" )).booleanValue(); in impl_isNewRecord() 332 return isNew; in impl_isNewRecord()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BColumns.cxx | 125 if ( m_pTable->isNew() ) in appendObject() 162 if(!m_pTable->isNew()) in dropObject()
|
H A D | BIndexes.cxx | 100 if ( m_pTable->isNew() ) in appendObject() 162 if(!m_pTable->isNew()) in dropObject()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | indexcollection.cxx | 171 OSL_ENSURE(_rPos->isNew(), "OIndexCollection::commitNewIndex: index must be new!"); in commitNewIndex() 278 if (!_rPos->isNew()) in drop()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | PColumn.cxx | 192 OSL_ENSURE( !isNew(), "OParseColumn::getInfoHelper: a *new* ParseColumn?" ); in getInfoHelper() 280 OSL_ENSURE( !isNew(), "OOrderColumn::getInfoHelper: a *new* OrderColumn?" ); in getInfoHelper()
|