Searched refs:m_bNew (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmdlg.cxx | 74 m_bNew(bNewFrm), in SwFrmDlg() 134 if (m_bNew) in SwFrmDlg() 158 ((SwFrmPage&)rPage).SetNewFrame(m_bNew); in PageCreated() 166 ((SwFrmAddPage&)rPage).SetNewFrame(m_bNew); in PageCreated() 171 ((SwWrapTabPage&)rPage).SetNewFrame(m_bNew); in PageCreated()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 495 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in moveToBookmark() 538 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in moveRelativeToBookmark() 648 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in next() 780 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in beforeFirst() 821 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in afterLast() 865 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in move() 938 else if ( !m_bClone && m_pCache->m_bNew ) in impl_getRow() 968 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in absolute() 1023 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in relative() 1072 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in previous() [all …]
|
H A D | RowSet.cxx | 166 ,m_bNew(sal_False) in ORowSet() 387 rValue.setValue(&m_bNew,::getCppuBooleanType()); in getFastPropertyValue() 593 m_bNew = sal_False; in freeResources() 899 sal_Bool bOld = m_bNew; in insertRow() 936 if(m_bNew != bOld) in insertRow() 937 fireProperty(PROPERTY_ID_ISNEW,m_bNew,bOld); in insertRow() 1020 if ( m_bNew ) in deleteRow() 1219 const sal_Bool bNewState = m_bNew; in moveToInsertRow() 1241 if ( bNewState != m_bNew ) in moveToInsertRow() 1283 if ( !m_pCache->m_bNew && !m_bModified ) in moveToCurrentRow() [all …]
|
H A D | RowSetCache.cxx | 110 ,m_bNew(_bNew) in DBG_NAME() 1082 …OSL_ENSURE(m_bBeforeFirst || m_bNew,"ORowSetCache::first return false and BeforeFirst isn't true"); in first() 1251 if ( m_bNew ) in refreshRow() 1270 if ( !m_bNew || !m_aInsertRow->isValid() ) in insertRow() 1307 m_bNew = sal_False; in resetInsertRow() 1384 m_bNew = m_bModified = sal_False; in cancelRowUpdates() 1402 m_bNew = sal_True; in moveToInsertRow()
|
H A D | RowSetCache.hxx | 154 sal_Bool& m_bNew ; // points to the rowset member m_bNew member in dbaccess::ORowSetCache
|
H A D | RowSet.hxx | 141 sal_Bool m_bNew ; member in dbaccess::ORowSet
|
/aoo4110/main/connectivity/inc/connectivity/sdbcx/ |
H A D | VDescriptor.hxx | 61 sal_Bool m_bNew; member in connectivity::sdbcx::ODescriptor 68 sal_Bool isNew() const { return m_bNew; } in isNew() 69 sal_Bool getNew() const { return m_bNew; } in getNew()
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | TableController.cxx | 169 ,m_bNew(sal_True) in DBG_NAME() 223 …aReturn.bEnabled = m_bNew || isEditable();// the editable flag is set through this one -> || isAdd… in GetState() 255 ( ( ((!m_bNew && impl_isModified()) || impl_isModified()) in GetState() 329 bNew = bNew || m_bNew || _bSaveAs; in doSaveDoc() 482 if (m_bNew || isModified()) in doEditIndexes() 491 …OSL_ENSURE(!m_bNew && !isModified(), "OTableController::doEditIndexes: what the hell did doSaveDoc… in doEditIndexes() 617 else if ( !m_bNew ) in suspend() 677 m_bNew = sal_True; in disposing() 713 m_bNew = sal_True; in losingConnection() 1445 m_bNew = sal_False; in assignTable()
|
/aoo4110/main/connectivity/source/sdbcx/ |
H A D | VDescriptor.cxx | 47 ,m_bNew(_bNew) in ODescriptor() 135 m_bNew = _bNew; in setNew()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 80 m_bNew( false ), in Entry_Impl() 1043 pEntry->m_bNew = m_bInCheckMode; in addEntry() 1181 (*iIndex)->m_bNew = false; in prepareChecking() 1202 if ( (*iIndex)->m_bNew ) in checkEntries()
|
H A D | dp_gui_extlistbox.hxx | 68 bool m_bNew :1; member
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | frmdlg.hxx | 38 sal_Bool m_bNew; member in SwFrmDlg
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | TableController.hxx | 61 sal_Bool m_bNew : 1; // is true when we create a new table member in dbaui::OTableController
|
Completed in 987 milliseconds