Home
last modified time | relevance | path

Searched refs:isNew (Results 1 – 25 of 50) sorted by relevance

12

/aoo4110/main/connectivity/source/sdbcx/
H A DVTable.cxx51 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 DVKey.cxx48 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 DVIndex.cxx49 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 DVColumn.cxx44 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 DVIndexColumn.cxx36 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 DVKeyColumn.cxx37 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 DVDescriptor.cxx94 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 DVView.cxx76 sal_Int32 nAttrib = isNew() ? 0 : PropertyAttribute::READONLY; in construct()
109 return *const_cast<OView*>(this)->getArrayHelper(isNew() ? 1 : 0); in getInfoHelper()
/aoo4110/main/dbaccess/source/core/api/
H A Dcolumn.cxx334 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 DRowSetBase.hxx189 virtual sal_Bool isNew( ) = 0;
382 inline sal_Bool isNew( const GrantNotifierAccess& ) { return isNew(); } in isNew() function in dbaccess::ORowSetBase
H A DRowSet.hxx246 virtual sal_Bool isNew( );
456 using ORowSetBase::isNew;
479 virtual sal_Bool isNew( );
534 using ORowSetBase::isNew;
/aoo4110/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx322 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()
/aoo4110/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx103 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()
/aoo4110/main/connectivity/source/commontools/
H A DTTableHelper.cxx267 if(!isNew()) in refreshColumns()
423 if(!isNew()) in refreshKeys()
440 if(!isNew()) in refreshIndexes()
501 if(!isNew()) in rename()
H A DTColumnsHelper.cxx176 if ( !m_pTable || m_pTable->isNew() ) in appendObject()
200 if ( m_pTable && !m_pTable->isNew() ) in dropObject()
H A DTIndexes.cxx136 if ( m_pTable->isNew() ) in appendObject()
222 if( xConnection.is() && !m_pTable->isNew()) in dropObject()
H A DTKeys.cxx139 if ( m_pTable->isNew() ) in appendObject()
274 if ( xConnection.is() && !m_pTable->isNew() ) in dropObject()
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDColumns.cxx72 if ( m_pTable->isNew() ) in appendObject()
83 if(!m_pTable->isNew()) in dropObject()
/aoo4110/main/connectivity/source/drivers/mysql/
H A DYTable.cxx122 if ( !isNew() ) in construct()
133 …return *static_cast<OMySQLTable_PROP*>(const_cast<OMySQLTable*>(this))->getArrayHelper(isNew() ? 1… in getInfoHelper()
193 if ( !isNew() ) in alterColumnByName()
/aoo4110/main/connectivity/inc/connectivity/sdbcx/
H A DVDescriptor.hxx68 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 >…
/aoo4110/main/forms/qa/integration/forms/
H A DMasterDetailForms.java323 boolean isNew = false; in impl_isNewRecord()
326 isNew = ((Boolean)_rowSet.getPropertyValue( "IsNew" )).booleanValue(); in impl_isNewRecord()
332 return isNew; in impl_isNewRecord()
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx125 if ( m_pTable->isNew() ) in appendObject()
162 if(!m_pTable->isNew()) in dropObject()
H A DBIndexes.cxx100 if ( m_pTable->isNew() ) in appendObject()
162 if(!m_pTable->isNew()) in dropObject()
/aoo4110/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx171 OSL_ENSURE(_rPos->isNew(), "OIndexCollection::commitNewIndex: index must be new!"); in commitNewIndex()
278 if (!_rPos->isNew()) in drop()
/aoo4110/main/connectivity/source/parse/
H A DPColumn.cxx192 OSL_ENSURE( !isNew(), "OParseColumn::getInfoHelper: a *new* ParseColumn?" ); in getInfoHelper()
280 OSL_ENSURE( !isNew(), "OOrderColumn::getInfoHelper: a *new* OrderColumn?" ); in getInfoHelper()

Completed in 156 milliseconds

12