Searched refs:bIsNew (Results 1 – 10 of 10) sorted by relevance
369 sal_Bool bIsNew = impl_isInsertionRow_throw(); in getState() local373 if ( ( nPosition >= 0 ) || bIsNew ) in getState()385 if ( bIsNew ) in getState()402 sal_Bool bIsNew = impl_isInsertionRow_throw(); in getState() local406 if ( bIsNew ) in getState()1227 bool bIsNew = impl_isInsertionRow_throw(); in impl_canMoveRight_throw() local1229 if ( impl_getRowCount_throw() && !m_xCursor->isLast() && !bIsNew ) in impl_canMoveRight_throw()1233 if ( !bIsNew || impl_isModifiedRow_throw() ) in impl_canMoveRight_throw()1236 if ( bIsNew && m_bActiveControlModified ) in impl_canMoveRight_throw()
396 sal_Bool bIsNew = ::comphelper::getBOOL(_xSet->getPropertyValue(C2U("IsNew"))); in SaveModified() local403 if (bIsNew) in SaveModified()414 bInserted = bIsNew && bResult; in SaveModified()610 sal_Bool bIsNew = ::comphelper::getBOOL(xSet->getPropertyValue(C2U("IsNew"))); in dispatch() local611 if(!bIsNew) in dispatch()820 sal_Bool bIsNew = ::comphelper::getBOOL(xSet->getPropertyValue(C2U("IsNew"))); in addStatusListener() local821 if(!bIsNew) in addStatusListener()
108 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local109 if (!bIsNew) in dropObject()
146 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local147 if (!bIsNew) in dropObject()
114 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local115 if (!bIsNew) in dropObject()
129 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local130 if (!bIsNew) in dropObject()
130 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local131 if (!bIsNew) in dropObject()
163 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local164 if (!bIsNew) in dropObject()
2828 sal_Bool bIsNew = sal_False; in DataSourcePropertyChanged() local2830 bIsNew = ::comphelper::getBOOL(xSource->getPropertyValue(FM_PROP_ISNEW)); in DataSourcePropertyChanged()2832 if (bIsNew && m_xCurrentRow.Is()) in DataSourcePropertyChanged()2863 m_xCurrentRow->SetNew( bIsNew ); in DataSourcePropertyChanged()
1968 sal_Bool bIsNew = m_aActiveControllerFeatures->isInsertionRow(); in setActiveController() local1980 else if ( bResult && bIsNew ) in setActiveController()
Completed in 106 milliseconds