Searched refs:IsNewModel (Results 1 – 16 of 16) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 483 sal_Bool bNew = pTblNd->GetTable().IsNewModel(); in CanMergeTable() 489 bNew == pChkNd->GetTable().IsNewModel() && in CanMergeTable() 498 bNew == pChkNd->GetTable().IsNewModel() ) in CanMergeTable() 518 bNew == pTmpTblNd->GetTable().IsNewModel(); in CanMergeTable()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 186 addLine( nCnt, rLines[nLine]->GetTabBoxes(), 0, rTable.IsNewModel() ); in TableStructure() 235 pSelBoxes, rTable.IsNewModel() ); in TableStructure() 385 addLine( nLine, pLine->GetTabBoxes(), 0, rTable.IsNewModel() ); in moreLines() 707 if( aTarget.mnAddLine && IsNewModel() ) in InsNewTable() 846 if( IsNewModel() || rCpyTbl.IsNewModel() ) in InsTable()
|
H A D | tblrwcl.cxx | 540 if( IsNewModel() ) in InsertCol() 622 const sal_Bool bLayout = !IsNewModel() && in _InsertRow() 2005 if( pCpyPara->pTblNd->GetTable().IsNewModel() ) in lcl_CopyBoxToDoc() 2155 if( pCpyPara->pTblNd->GetTable().IsNewModel() ) in lcl_CopyLineToDoc() 2179 if( pCpyPara->pTblNd->GetTable().IsNewModel() ) in lcl_CopyLineToDoc() 2211 if( IsNewModel() ) in CopyHeadlineIntoTable() 2214 if( rTblNd.GetTable().IsNewModel() ) in CopyHeadlineIntoTable() 2255 0, 0, sal_False, IsNewModel() ); in MakeCopy() 2303 if( IsNewModel() ) in MakeCopy() 2358 if( pNewTbl->IsNewModel() ) in MakeCopy()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1492 if( IsNewModel() ) in InsertRow() 1554 if( IsNewModel() ) in PrepareDelBoxes() 1971 ASSERT( IsNewModel(), "Don't call me for old tables" ); in CheckRowSpan() 2059 if( !IsNewModel() ) // for new model only in RestoreRowSpan() 2114 if( !IsNewModel() ) in CleanUpTopRowSpan() 2127 if( !IsNewModel() ) in CleanUpBottomRowSpan() 2159 if( !IsNewModel() ) in CheckConsistency()
|
H A D | swtable.cxx | 1060 if( !IsNewModel() ) in SetTabCols() 1082 if( IsNewModel() ) in SetTabCols()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 146 sal_Bool IsNewModel() const { return bNewModel; } in IsNewModel() function in _SaveTable 496 pTblNd->GetTable().SetTableModel( pTblSave->IsNewModel() ); in UndoImpl() 917 bNewModel = rTbl.IsNewModel(); in _SaveTable() 1677 ASSERT( rTbl.IsNewModel() || rOld.Count() + nCount * rBoxes.Count() == rTblBoxes.Count(), in SaveNewBoxes() 1942 if( nMax > nMin && rTable.IsNewModel() ) in RedoImpl() 2079 if( !pSaveTbl->IsNewModel() ) in UndoImpl() 2126 if( !pSaveTbl->IsNewModel() ) in UndoImpl() 2187 pDoc->MoveNodeRange( rRg, rPos, (pSaveTbl->IsNewModel()) ? in MoveBoxCntnt()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 225 if( pTblNd && pTblNd->GetTable().IsNewModel() ) in GetTblSel() 1715 if ( pTab->GetTable()->IsNewModel() ) in lcl_FindStartEndCol() 1764 if ( pTab->GetTable()->IsNewModel() ) in lcl_FindStartEndCol() 2270 if( rTable.IsNewModel() && pLineBefore ) in DelFrms() 2279 if( rTable.IsNewModel() && pLineBehind ) in DelFrms()
|
H A D | fecopy.cxx | 867 pDestNd->GetTable().IsNewModel() ) ) in Paste()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2029 if( rTable.IsNewModel() ) in DeleteRowCol() 2198 if (rTable.IsNewModel()) in DeleteRowCol() 2315 if( !rTable.IsNewModel() ) in MergeTbl() 2978 if( pTable->IsNewModel() ) in SetTabRows() 3497 pNewTblNd->GetTable().SetTableModel( rTbl.IsNewModel() ); in SplitTable() 4396 if( ( !pSrcTblNd->GetTable().IsTblComplex() || pInsTblNd->GetTable().IsNewModel() ) in InsCopyOfTbl()
|
H A D | ndcopy.cxx | 473 rTbl.SetTableModel( GetTable().IsNewModel() ); in MakeCopy()
|
/aoo42x/main/sw/inc/ |
H A D | swtable.hxx | 164 sal_Bool IsNewModel() const { return bNewModel; } in IsNewModel() function in SwTable
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 177 else if ( pTable->IsNewModel() ) in _SelTblRowOrCol()
|
H A D | swcrsr.cxx | 2325 pTableNode->GetTable().IsNewModel() ) in NewTableSelection()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 4834 if ( pTabFrm->GetTable()->IsNewModel() && ( !IsCellFrm() || IsCoveredCell() ) ) in PaintBorder() 6272 bNewTableModel = pTabFrm->GetTable()->IsNewModel(); in PaintSubsidiaryLines()
|
H A D | tabfrm.cxx | 5233 if ( pTab->GetTable()->IsNewModel() ) in Format()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 2154 bool bNewTableModel = pTable->IsNewModel(); in TableHeight()
|
Completed in 207 milliseconds