Home
last modified time | relevance | path

Searched refs:pTableNd (Results 1 – 25 of 128) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dtrvltbl.cxx42 const SwTableNode* pTableNd = nullptr; in GoNextCell() local
60 if ( !pTableNd ) in GoNextCell()
62 assert (pTableNd); in GoNextCell()
77 else if (pTableNd) in GoNextCell()
354 if ( !pTableNd ) in lcl_FindNextCell()
431 if ( !pTableNd ) in lcl_FindPrevCell()
456 if( pNd == pTableNd || pNd->GetIndex() < pTableNd->GetIndex() ) in lcl_FindPrevCell()
489 if( pTableNd ) in GotoPrevTable()
569 if( pTableNd ) in GotoNextTable()
637 if( !pTableNd ) in GotoCurrTable()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dtrvltbl.cxx41 const SwTableNode* pTableNd = nullptr; in GoNextCell() local
59 if ( !pTableNd ) in GoNextCell()
61 assert (pTableNd); in GoNextCell()
76 else if (pTableNd) in GoNextCell()
353 if ( !pTableNd ) in lcl_FindNextCell()
430 if ( !pTableNd ) in lcl_FindPrevCell()
455 if( pNd == pTableNd || pNd->GetIndex() < pTableNd->GetIndex() ) in lcl_FindPrevCell()
488 if( pTableNd ) in GotoPrevTable()
568 if( pTableNd ) in GotoNextTable()
636 if( !pTableNd ) in GotoCurrTable()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedtab.cxx152 const SwTableNode* pTableNd = in TableToText() local
154 if (!pTableNd) in TableToText()
172 SwNodeIndex aTabIdx( *pTableNd ); in TableToText()
182 bool bRet = ConvertTableToText( pTableNd, cCh ); in TableToText()
260 const SwTableNode* pTableNd = IsCursorInTable(); in UpdateTable() local
262 if( pTableNd ) in UpdateTable()
281 const SwTableNode* pTableNd = IsCursorInTable(); in GetTableChgMode() local
282 if( pTableNd ) in GetTableChgMode()
291 const SwTableNode* pTableNd = IsCursorInTable(); in SetTableChgMode() local
293 if( pTableNd ) in SetTableChgMode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedtab.cxx161 const SwTableNode* pTableNd = in TableToText() local
178 SwNodeIndex aTabIdx( *pTableNd ); in TableToText()
188 bRet = ConvertTableToText( pTableNd, cCh ); in TableToText()
266 const SwTableNode* pTableNd = IsCursorInTable(); in UpdateTable() local
268 if( pTableNd ) in UpdateTable()
287 const SwTableNode* pTableNd = IsCursorInTable(); in GetTableChgMode() local
288 if( pTableNd ) in GetTableChgMode()
297 const SwTableNode* pTableNd = IsCursorInTable(); in SetTableChgMode() local
299 if( pTableNd ) in SetTableChgMode()
486 if( pTableNd && dynamic_cast< const SwDDETable* >(&pTableNd->GetTable()) == nullptr) in CanMergeTable()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl.cxx225 return pTableNd; in IsIdxInTable()
552 SwPaM aPam( *pTableNd->EndOfSectionNode(), *pTableNd, 1 ); in InsertTable()
622 return pTableNd; in InsertTable()
1130 return pTableNd; in TextToTable()
1457 if( !pTableNd ) in TableToText()
1467 SwNodeRange aRg( *pTableNd, 0, *pTableNd->EndOfSectionNode() ); in TableToText()
1730 if( !pTableNd ) in InsertCol()
1785 if( !pTableNd ) in InsertRow()
1964 if( !pTableNd ) in DeleteRowCol()
2171 if( !pTableNd ) in SplitTable()
[all …]
H A Dndcopy.cxx269 SwTableNode* pTableNd = new SwTableNode( rIdx ); in MakeCopy() local
270 SwEndNode* pEndNd = new SwEndNode( rIdx, *pTableNd ); in MakeCopy()
273 SwTable& rTable = pTableNd->GetTable(); in MakeCopy()
295 pTableNd->SetNewTable( std::move(pNewTable), false ); in MakeCopy()
306 pTableNd->GetTable().SetTableNode( pTableNd ); in MakeCopy()
308 pTableNd->GetTable().SetTableNode( nullptr ); in MakeCopy()
313 aRg.aStart.Assign( *pTableNd, 1 ); in MakeCopy()
314 aRg.aEnd.Assign( *pTableNd->EndOfSectionNode() ); in MakeCopy()
320 pTableNd->DelFrames(); in MakeCopy()
323 CopyTable aPara( rDoc, aMapArr, GetIndex(), *pTableNd, &GetTable() ); in MakeCopy()
[all …]
H A Dndtbl1.cxx324 if( !pTableNd ) in SetRowSplit()
350 if( !pTableNd ) in GetRowSplit()
389 if( !pTableNd ) in SetRowHeight()
414 if( !pTableNd ) in GetRowHeight()
437 if( pTableNd ) in BalanceRowHeight()
489 if( !pTableNd ) in SetRowBackground()
516 if( pTableNd ) in GetRowBackground()
544 if( !pTableNd ) in SetRowNotTracked()
600 if( !pTableNd ) in SetTabBorders()
886 if( !pTableNd ) in SetTabLineStyle()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl.cxx222 return pTableNd; in IsIdxInTable()
543 SwPaM aPam( *pTableNd->EndOfSectionNode(), *pTableNd, 1 ); in InsertTable()
613 return pTableNd; in InsertTable()
1121 return pTableNd; in TextToTable()
1448 if( !pTableNd ) in TableToText()
1458 SwNodeRange aRg( *pTableNd, 0, *pTableNd->EndOfSectionNode() ); in TableToText()
1712 if( !pTableNd ) in InsertCol()
1767 if( !pTableNd ) in InsertRow()
1943 if( !pTableNd ) in DeleteRowCol()
2147 if( !pTableNd ) in SplitTable()
[all …]
H A Dndcopy.cxx261 SwTableNode* pTableNd = new SwTableNode( rIdx ); in MakeCopy() local
262 SwEndNode* pEndNd = new SwEndNode( rIdx, *pTableNd ); in MakeCopy()
265 SwTable& rTable = pTableNd->GetTable(); in MakeCopy()
286 pTableNd->SetNewTable( std::move(pNewTable), false ); in MakeCopy()
297 pTableNd->GetTable().SetTableNode( pTableNd ); in MakeCopy()
299 pTableNd->GetTable().SetTableNode( nullptr ); in MakeCopy()
304 aRg.aStart.Assign( *pTableNd, 1 ); in MakeCopy()
305 aRg.aEnd.Assign( *pTableNd->EndOfSectionNode() ); in MakeCopy()
311 pTableNd->DelFrames(); in MakeCopy()
314 CopyTable aPara( pDoc, aMapArr, GetIndex(), *pTableNd, &GetTable() ); in MakeCopy()
[all …]
H A Dndtbl1.cxx312 if( pTableNd ) in SetRowSplit()
338 if( !pTableNd ) in GetRowSplit()
377 if( pTableNd ) in SetRowHeight()
402 if( !pTableNd ) in GetRowHeight()
425 if( pTableNd ) in BalanceRowHeight()
475 if( pTableNd ) in SetRowBackground()
502 if( pTableNd ) in GetRowBackground()
560 if( !pTableNd ) in SetTabBorders()
846 if( !pTableNd ) in SetTabLineStyle()
922 if( !pTableNd ) in GetTabBorders()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Duntbl.cxx276 pTableNd->DelFrames(); in UndoImpl()
429 sal_uLong nTableStt = pTableNd->GetIndex(), nTableEnd = pTableNd->EndOfSectionIndex(); in SwUndoTableToText()
514 pTableNd->GetIndex(), pTableNd->GetIndex()+1 ); in UndoImpl()
643 return pTableNd; in UndoTableToText()
685 if( pTableNd ) in RepeatImpl()
876 SwTableNode *const pTableNd = in RepeatImpl() local
878 if( pTableNd ) in RepeatImpl()
1362 if (pTableNd) in UndoImpl()
2365 if( !pTableNd ) in UndoImpl()
2527 if( !pTableNd ) in RedoImpl()
[all …]
H A Dunsort.cxx84 SwTableNode* pTableNd = rDoc.GetNodes()[ m_nTableNode ]->GetTableNode(); in UndoImpl() local
88 SwNode2LayoutSaveUpperFrames aNode2Layout(*pTableNd); in UndoImpl()
90 pTableNd->DelFrames(); in UndoImpl()
91 const SwTable& rTable = pTableNd->GetTable(); in UndoImpl()
112 const sal_uLong nIdx = pTableNd->GetIndex(); in UndoImpl()
161 SwTableNode* pTableNd = rDoc.GetNodes()[ m_nTableNode ]->GetTableNode(); in RedoImpl() local
165 SwNode2LayoutSaveUpperFrames aNode2Layout(*pTableNd); in RedoImpl()
167 pTableNd->DelFrames(); in RedoImpl()
168 const SwTable& rTable = pTableNd->GetTable(); in RedoImpl()
193 const sal_uLong nIdx = pTableNd->GetIndex(); in RedoImpl()
H A Dunspnd.cxx83 SwTableNode* pTableNd = pCurrNd->FindTableNode(); in UndoImpl() local
84 if( pCurrNd->IsContentNode() && pTableNd && in UndoImpl()
85 nullptr != ( pTNd = pDoc->GetNodes()[ pTableNd->GetIndex()-1 ]->GetTextNode() )) in UndoImpl()
88 SwFrameFormat* pTableFormat = pTableNd->GetTable().GetFrameFormat(); in UndoImpl()
103 SwNodeIndex aDelNd( *pTableNd, -1 ); in UndoImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/attr/
H A Dcellatr.cxx121 const SwTableNode* pTableNd; in ChangeState() local
125 pTableNd = pNd->FindTableNode(); in ChangeState()
126 if( pTableNd == nullptr ) in ChangeState()
136 if( &pTableNd->GetTable() == pUpdateField->m_pTable ) in ChangeState()
142 BoxNmToPtr( &pTableNd->GetTable() ); in ChangeState()
145 if( &pTableNd->GetTable() == pUpdateField->m_pTable ) in ChangeState()
151 if( &pTableNd->GetTable() == pUpdateField->m_pTable ) in ChangeState()
154 pTableNd->GetTable(), GetTableBox() ); in ChangeState()
172 aCopy.PtrToBoxNm( &pTableNd->GetTable() ); in ChangeState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dcellatr.cxx122 const SwTableNode* pTableNd; in ChangeState() local
126 pTableNd = pNd->FindTableNode(); in ChangeState()
127 if( pTableNd != nullptr ) in ChangeState()
136 if( &pTableNd->GetTable() == pUpdateField->m_pTable ) in ChangeState()
142 BoxNmToPtr( &pTableNd->GetTable() ); in ChangeState()
145 if( &pTableNd->GetTable() == pUpdateField->m_pTable ) in ChangeState()
151 if( &pTableNd->GetTable() == pUpdateField->m_pTable ) in ChangeState()
154 pTableNd->GetTable(), GetTableBox() ); in ChangeState()
172 aCopy.PtrToBoxNm( &pTableNd->GetTable() ); in ChangeState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Duntbl.cxx260 pTableNd->DelFrames(); in UndoImpl()
413 sal_uLong nTableStt = pTableNd->GetIndex(), nTableEnd = pTableNd->EndOfSectionIndex(); in SwUndoTableToText()
498 pTableNd->GetIndex(), pTableNd->GetIndex()+1 ); in UndoImpl()
625 return pTableNd; in UndoTableToText()
667 if( pTableNd ) in RepeatImpl()
859 SwTableNode *const pTableNd = in RepeatImpl() local
861 if( pTableNd ) in RepeatImpl()
1375 if (pTableNd) in UndoImpl()
2340 if( !pTableNd ) in UndoImpl()
2494 if( !pTableNd ) in RedoImpl()
[all …]
H A Dunsort.cxx85 SwTableNode* pTableNd = rDoc.GetNodes()[ nTableNd ]->GetTableNode(); in UndoImpl() local
89 SwNode2LayoutSaveUpperFrames aNode2Layout(*pTableNd); in UndoImpl()
91 pTableNd->DelFrames(); in UndoImpl()
92 const SwTable& rTable = pTableNd->GetTable(); in UndoImpl()
113 const sal_uLong nIdx = pTableNd->GetIndex(); in UndoImpl()
162 SwTableNode* pTableNd = rDoc.GetNodes()[ nTableNd ]->GetTableNode(); in RedoImpl() local
166 SwNode2LayoutSaveUpperFrames aNode2Layout(*pTableNd); in RedoImpl()
168 pTableNd->DelFrames(); in RedoImpl()
169 const SwTable& rTable = pTableNd->GetTable(); in RedoImpl()
194 const sal_uLong nIdx = pTableNd->GetIndex(); in RedoImpl()
H A Dunspnd.cxx85 SwTableNode* pTableNd = pCurrNd->FindTableNode(); in UndoImpl() local
86 if( pCurrNd->IsContentNode() && pTableNd && in UndoImpl()
87 nullptr != ( pTNd = pDoc->GetNodes()[ pTableNd->GetIndex()-1 ]->GetTextNode() )) in UndoImpl()
90 SwFrameFormat* pTableFormat = pTableNd->GetTable().GetFrameFormat(); in UndoImpl()
105 SwNodeIndex aDelNd( *pTableNd, -1 ); in UndoImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dddetbl.cxx118 const SwTableNode* pTableNd = GetTabSortBoxes()[0]->GetSttNd()->FindTableNode(); in SwClientNotify() local
119 if( pTableNd->GetNodes().IsDocNodes() && in SwClientNotify()
120 pInRangeHint->m_nSttNd < pTableNd->EndOfSectionIndex() && in SwClientNotify()
121 pInRangeHint->m_nEndNd > pTableNd->GetIndex() ) in SwClientNotify()
197 SwTableNode* pTableNd = pNd->FindTableNode(); in NoDDETable() local
198 OSL_ENSURE( pTableNd, "Where is the table?"); in NoDDETable()
213 pTableNd->SetNewTable( std::move(pNewTable) ); // replace table in NoDDETable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dddetbl.cxx111 const SwTableNode* pTableNd = GetTabSortBoxes()[0]->GetSttNd()->FindTableNode(); in SwClientNotify() local
112 if( pTableNd->GetNodes().IsDocNodes() && in SwClientNotify()
113 pInRangeHint->m_nSttNd < pTableNd->EndOfSectionIndex() && in SwClientNotify()
114 pInRangeHint->m_nEndNd > pTableNd->GetIndex() ) in SwClientNotify()
187 SwTableNode* pTableNd = pNd->FindTableNode(); in NoDDETable() local
188 OSL_ENSURE( pTableNd, "Where is the table?"); in NoDDETable()
203 pTableNd->SetNewTable( std::move(pNewTable) ); // replace table in NoDDETable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentLinksAdministrationManager.cxx57 SwTableNode* pTableNd; member
61 : m_Item(rS), pTableNd(nullptr), pSectNd(nullptr) in FindItem()
152 pItem->pTableNd = const_cast<SwTableNode*>( in lcl_FindTable()
283 if( aPara.pTableNd ) in GetData()
387 if(aPara.pTableNd) in CreateLinkSource()
389 pObj = aPara.pTableNd->GetTable().GetObject(); in CreateLinkSource()
393 pObj = new SwServerObject(*aPara.pTableNd); in CreateLinkSource()
394 aPara.pTableNd->GetTable().SetRefObject(pObj); in CreateLinkSource()
477 if( aPara.pTableNd ) in SelectServerObj()
479 rpRange.reset(new SwNodeRange( *aPara.pTableNd, 0, in SelectServerObj()
[all …]
H A Dtblrwcl.cxx94 SwTableNode* pTableNd; member
110 : pTableNd( rCpy.pTableNd ), in CR_SetBoxWidth()
183 : pTableNd( rCpy.pTableNd ), in CR_SetLineHeight()
227 : pWidths( rPara.pWidths ), rDoc(rPara.rDoc), pTableNd(rPara.pTableNd), in CpyPara()
235 : pWidths( rPara.pWidths ), rDoc(rPara.rDoc), pTableNd(rPara.pTableNd), in CpyPara()
456 if( !pTableNd ) in InsertCol()
516 if( !pTableNd ) in InsertRow_()
946 if( !pTableNd ) in DeleteSel()
1014 if( !pTableNd ) in OldSplitRow()
1156 if( !pTableNd ) in SplitCol()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentLinksAdministrationManager.cxx56 SwTableNode* pTableNd; member
60 : m_Item(rS), pTableNd(nullptr), pSectNd(nullptr) in FindItem()
152 pItem->pTableNd = const_cast<SwTableNode*>( in lcl_FindTable()
282 if( aPara.pTableNd ) in GetData()
380 if(aPara.pTableNd in CreateLinkSource()
381 && (nullptr == (pObj = aPara.pTableNd->GetTable().GetObject()))) in CreateLinkSource()
384 pObj = new SwServerObject(*aPara.pTableNd); in CreateLinkSource()
385 aPara.pTableNd->GetTable().SetRefObject(pObj); in CreateLinkSource()
467 if( aPara.pTableNd ) in SelectServerObj()
469 rpRange.reset(new SwNodeRange( *aPara.pTableNd, 0, in SelectServerObj()
[all …]
H A Dtblrwcl.cxx94 SwTableNode* pTableNd; member
110 : pTableNd( rCpy.pTableNd ), in CR_SetBoxWidth()
179 : pTableNd( rCpy.pTableNd ), in CR_SetLineHeight()
219 : pWidths( rPara.pWidths ), pDoc(rPara.pDoc), pTableNd(rPara.pTableNd), in CpyPara()
227 : pWidths( rPara.pWidths ), pDoc(rPara.pDoc), pTableNd(rPara.pTableNd), in CpyPara()
446 if( !pTableNd ) in InsertCol()
506 if( !pTableNd ) in InsertRow_()
934 if( !pTableNd ) in DeleteSel()
1002 if( !pTableNd ) in OldSplitRow()
1144 if( !pTableNd ) in SplitCol()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ww8import/
H A Dww8import.cxx158 SwTableNode* pTableNd = aIdx.GetNode().FindTableNode(); variable
160 CPPUNIT_ASSERT_EQUAL( sal_uInt16(1), pTableNd->GetTable().GetRowsToRepeat() );
163 aIdx.Assign( *pTableNd->EndOfSectionNode(), 1 );
164 while ( nullptr == (pTableNd = aIdx.GetNode().GetTableNode()) ) ++aIdx;
166 CPPUNIT_ASSERT_EQUAL( sal_uInt16(2), pTableNd->GetTable().GetRowsToRepeat() );
169 aIdx.Assign( *pTableNd->EndOfSectionNode(), 1 );
170 while ( nullptr == (pTableNd = aIdx.GetNode().GetTableNode()) ) ++aIdx;
173 CPPUNIT_ASSERT_EQUAL( sal_uInt16(0), pTableNd->GetTable().GetRowsToRepeat() );

123456