Home
last modified time | relevance | path

Searched refs:bIsNew (Results 1 – 10 of 10) sorted by relevance

/trunk/main/forms/source/runtime/
H A Dformoperations.cxx369 sal_Bool bIsNew = impl_isInsertionRow_throw(); in getState() local
373 if ( ( nPosition >= 0 ) || bIsNew ) in getState()
385 if ( bIsNew ) in getState()
402 sal_Bool bIsNew = impl_isInsertionRow_throw(); in getState() local
406 if ( bIsNew ) in getState()
1227 bool bIsNew = impl_isInsertionRow_throw(); in impl_canMoveRight_throw() local
1229 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()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx396 sal_Bool bIsNew = ::comphelper::getBOOL(_xSet->getPropertyValue(C2U("IsNew"))); in SaveModified() local
403 if (bIsNew) in SaveModified()
414 bInserted = bIsNew && bResult; in SaveModified()
610 sal_Bool bIsNew = ::comphelper::getBOOL(xSet->getPropertyValue(C2U("IsNew"))); in dispatch() local
611 if(!bIsNew) in dispatch()
820 sal_Bool bIsNew = ::comphelper::getBOOL(xSet->getPropertyValue(C2U("IsNew"))); in addStatusListener() local
821 if(!bIsNew) in addStatusListener()
/trunk/main/connectivity/source/drivers/mysql/
H A DYViews.cxx108 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local
109 if (!bIsNew) in dropObject()
H A DYTables.cxx146 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local
147 if (!bIsNew) in dropObject()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHViews.cxx114 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local
115 if (!bIsNew) in dropObject()
H A DHTables.cxx129 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local
130 if (!bIsNew) in dropObject()
/trunk/main/connectivity/source/drivers/adabas/
H A DBViews.cxx130 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local
131 if (!bIsNew) in dropObject()
H A DBTables.cxx163 sal_Bool bIsNew = connectivity::sdbcx::ODescriptor::isNew( xObject ); in dropObject() local
164 if (!bIsNew) in dropObject()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2828 sal_Bool bIsNew = sal_False; in DataSourcePropertyChanged() local
2830 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()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx1968 sal_Bool bIsNew = m_aActiveControllerFeatures->isInsertionRow(); in setActiveController() local
1980 else if ( bResult && bIsNew ) in setActiveController()

Completed in 78 milliseconds