Home
last modified time | relevance | path

Searched refs:SwTableNode (Results 1 – 25 of 115) sorted by relevance

12345

/trunk/main/sw/inc/
H A Dnode.hxx65 class SwTableNode;
168 inline SwTableNode *GetTableNode();
169 inline const SwTableNode *GetTableNode() const;
193 SwTableNode *FindTableNode();
194 inline const SwTableNode *FindTableNode() const;
536 virtual ~SwTableNode();
539 SwTableNode( const SwNodeIndex & );
563 SwTableNode( const SwTableNode & rNode );
564 SwTableNode & operator= ( const SwTableNode & rNode );
638 inline SwTableNode *SwNode::GetTableNode() in GetTableNode()
[all …]
H A Dndarr.hxx65 class SwTableNode;
265 SwTableNode* InsertTable( const SwNodeIndex& rNdIdx,
272 SwTableNode* TextToTable( const SwNodeRange& rRange, sal_Unicode cCh,
282 SwTableNode* TextToTable( const TableRanges_t& rTableNodes,
293 SwTableNode* UndoTableToText( sal_uLong nStt, sal_uLong nEnd,
299 sal_Bool InsBoxen( SwTableNode*, SwTableLine*, SwTableBoxFmt*,
309 SwTableNode* SplitTable( const SwNodeIndex& rPos, sal_Bool bAfter = sal_True,
H A Dswtable.hxx49 class SwTableNode;
97 SwTableNode* pTableNode;
273 sal_Bool CopyHeadlineIntoTable( SwTableNode& rTblNd );
303 SwTableNode* GetTableNode() const;
304 void SetTableNode( SwTableNode* pNode ) { pTableNode = pNode; } in SetTableNode()
H A Dswserv.hxx31 class SwTableNode;
43 SwTableNode* pTblNd;
55 SwServerObject( SwTableNode& rTableNd ) in SwServerObject()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx65 sal_Bool ConvertTableToText( const SwTableNode *pTableNode, sal_Unicode cCh );
81 if ( SwTableNode* pTableNode = nodeIndex.GetNode().GetTableNode() ) in ConvertNestedTablesToText()
93 sal_Bool ConvertTableToText( const SwTableNode *pConstTableNode, sal_Unicode cCh ) in ConvertTableToText()
95 SwTableNode *pTableNode = const_cast< SwTableNode* >( pConstTableNode ); in ConvertTableToText()
151 const SwTableNode* pTblNd = in TableToText()
243 SwTableNode* pTblNode = (SwTableNode*)pTbl->GetTabSortBoxes()[ 0 ]-> in InsertDDETable()
259 const SwTableNode* pTblNd = IsCrsrInTbl(); in UpdateTable()
280 const SwTableNode* pTblNd = IsCrsrInTbl(); in GetTblChgMode()
290 const SwTableNode* pTblNd = IsCrsrInTbl(); in SetTblChgMode()
480 const SwTableNode* pTblNd = pCrsr->GetNode()->FindTableNode(); in CanMergeTable()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx609 SwTableNode * pTblNd = new SwTableNode( rNdIdx ); in InsertTable()
929 SwTableNode * pTblNd = new SwTableNode( rRange.aStart ); in TextToTable()
1625 SwTableNode* pTblNd; in TableToText()
1756 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertCol()
1823 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertRow()
2016 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in DeleteRowCol()
2235 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SplitTbl()
2423 SwTableNode::SwTableNode( const SwNodeIndex& rIdx ) in SwTableNode() function in SwTableNode
2429 SwTableNode::~SwTableNode() in ~SwTableNode()
3829 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SetTableAutoFmt()
[all …]
H A Dndtbl1.cxx386 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in SetRowHeight()
417 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in GetRowHeight()
442 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in BalanceRowHeight()
491 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in SetRowBackground()
521 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in GetRowBackground()
581 SwTableNode* pTblNd = pCntNd ? pCntNd->FindTableNode() : 0; in SetTabBorders()
829 SwTableNode* pTblNd = pCntNd ? pCntNd->FindTableNode() : 0; in SetTabLineStyle()
904 SwTableNode* pTblNd = pCntNd ? pCntNd->FindTableNode() : 0; in GetTabBorders()
1119 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in SetBoxAttr()
1170 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in GetBoxAttr()
[all …]
H A Dnodes.cxx426 ((SwTableNode*)pFrmNd)->MakeFrms( aIdx ); in ChgNode()
564 SwTableNode* pTblNd = (SwTableNode*)pSttNd; in _MoveNodes()
1331 SwTableNode* pTblNd = pAktNode->pStartOfSection->GetTableNode(); in Delete()
1355 ((SwTableNode*)pNd->pStartOfSection)->DelFrms(); in Delete()
2096 SwTableNode* pTblNd = ((SwTableNode*)pAktNode)-> in _CopyNodes()
2374 SwTableNode* pTableNd = pSttNd->IsTableNode() in FindPrvNxtFrmNode()
2428 SwTableNode* pTblNd; in FindPrvNxtFrmNode()
H A Dnode2lay.cxx90 …bFound = ( SwIterator<SwFrm,SwFmt>::FirstElement(*((SwTableNode*)pNd)->GetTable().GetFrmFmt()) != … in GoNextWithFrm()
122 …bFound = ( SwIterator<SwFrm,SwFmt>::FirstElement(*((SwTableNode*)pNd)->GetTable().GetFrmFmt()) != … in GoPreviousWithFrm()
381 pNew = ((SwTableNode*)pNd)->MakeFrm( pUp ); in RestoreUpperFrms()
H A Dndcopy.cxx307 SwTableNode *pTblNd;
311 SwTableNode& rTblNd, const SwTable* pOldTbl ) in _CopyTable()
427 SwTableNode* SwTableNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const in MakeCopy()
464 SwTableNode* pTblNd = new SwTableNode( rIdx ); in MakeCopy()
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx55 class SwTableNode;
148 SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols = sal_False );
168 SwUndoTblAutoFmt( const SwTableNode& rTblNd, const SwTableAutoFmt& );
196 const SwTableNode& rTblNd,
202 const SwTableNode& rTblNd );
209 void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld );
210 void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld,
335 SwUndoSplitTbl( const SwTableNode& rTblNd, SwSaveRowSpan* pRowSp,
358 SwUndoMergeTbl( const SwTableNode& rTblNd, const SwTableNode& rDelTblNd,
H A DUndoSort.hxx31 class SwTableNode;
78 SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode&,
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl()
443 const SwTableNode* pTblNd = rTbl.GetTableNode(); in SwUndoTblToTxt()
549 SwTableNode * pTblNd = new SwTableNode( aSttIdx ); in UndoTableToText()
900 SwTableNode *const pTblNd = in RepeatImpl()
1548 const SwTableNode& rTblNd, in SwUndoTblNdsChg()
1573 const SwTableNode& rTblNd ) in SwUndoTblNdsChg()
1759 SwTableNode* pTblNd = pSttNd->FindTableNode(); in SaveSection()
2523 SwTableNode* pTblNd = 0; in UndoImpl()
2674 SwTableNode* pTblNd = 0; in RedoImpl()
2885 SwTableNode* pTblNd = (SwTableNode*)rTbl.GetTabSortBoxes()[0]-> in InsertRow()
[all …]
H A Dunsort.cxx69 SwUndoSort::SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode& rTblNd, in SwUndoSort()
102 SwTableNode* pTblNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in UndoImpl()
179 SwTableNode* pTblNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in RedoImpl()
H A Drolbck.cxx101 const SwTableNode* pTableNode = pNd->FindTableNode(); in SwHistorySetFmt()
159 static_cast<SwTableNode*>(pNode)->GetTable().GetFrmFmt()->SetFmtAttr( in SetInDoc()
165 SwTableNode* pTNd = pNode->FindTableNode(); in SetInDoc()
206 static_cast<SwTableNode*>(pNode)->GetTable().GetFrmFmt()-> in SetInDoc()
767 const SwTableNode* pTableNode in SwHistorySetAttrSet()
808 *static_cast<SwTableNode*>(pNode)->GetTable().GetFrmFmt(); in SetInDoc()
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx53 const SwTableNode* pTblNd = 0; in GoNextCell()
118 const SwTableNode* pTblNd; in GoPrevCell()
269 const SwTableNode* pTblNd = pTblFrm->GetTable()->GetTableNode(); in SelTbl()
359 const SwTableNode* pTblNd = rIdx.GetNode().GetTableNode(); in lcl_FindNextCell()
437 const SwTableNode* pTblNd = pTableEndNode->StartOfSectionNode()->GetTableNode(); in lcl_FindPrevCell()
497 SwTableNode* pTblNd = aIdx.GetNode().FindTableNode(); in GotoPrevTable()
503 SwTableNode* pInnerTblNd = 0; in GotoPrevTable()
561 SwTableNode* pTblNd = aIdx.GetNode().FindTableNode(); in GotoNextTable()
613 SwTableNode* pTblNd = rCurCrsr.GetPoint()->nNode.GetNode().FindTableNode(); in GotoCurrTable()
721 const SwTableNode* pTNd = pCurCrsr->GetPoint()->nNode.GetNode().FindTableNode(); in IsTblComplexForChart()
[all …]
H A Dswcrsr.cxx486 const SwTableNode* pPtNd = GetPoint()->nNode.GetNode().FindTableNode(); in IsSelOvr()
487 const SwTableNode* pMrkNd = GetMark()->nNode.GetNode().FindTableNode(); in IsSelOvr()
542 const SwTableNode* pOuterTableNd = pMyNd->FindTableNode(); in IsSelOvr()
582 const SwTableNode* pTableNode = pCNd->FindTableNode(); in IsInProtectTable()
1689 … const SwTableNode* pOldTabSttNode = pOldTabBoxSttNode ? pOldTabBoxSttNode->FindTableNode() : 0; in LeftRight()
1691 … const SwTableNode* pNewTabSttNode = pNewTabBoxSttNode ? pNewTabBoxSttNode->FindTableNode() : 0; in LeftRight()
1740 const SwTableNode* pTblNd = pTableBoxStartNode->FindTableNode(); in LeftRight()
1974 const SwTableNode* pTblNd = GetPoint()->nNode.GetNode().FindTableNode(); in GoPrevNextCell()
2060 const SwTableNode* pTblNd = GetPoint()->nNode.GetNode().FindTableNode(); in GotoTblBox()
2323 const SwTableNode *pTableNode = pStart->FindTableNode(); in NewTableSelection()
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx48 class SwTableNode;
328 InsertedTableClient(SwTableNode & rNode);
329 SwTableNode * GetTableNode();
357 void InsertTable(SwTableNode &rTableNode, SwPaM &rPaM);
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx115 SwTableNode* pTblNd;
235 SwTableNode* pTblNd;
294 SwTableNode* pTblNd;
535 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertCol()
591 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in _InsertRow()
724 SwTableNode* pTblNd = (SwTableNode*)aSortCntBoxes[0]->GetSttNd()->FindTableNode(); in AppendRow()
1091 SwTableNode* pTblNd = 0; in DeleteSel()
1165 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in OldSplitRow()
1308 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SplitCol()
1482 SwTableNode* pTblNd;
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Ddelete.cxx203 const SwTableNode * pWasInTblNd = SwCrsrShell::IsCrsrInTbl(); in DelLeft()
221 const SwTableNode* pIsInTblNd = SwCrsrShell::IsCrsrInTbl(); in DelLeft()
263 const SwTableNode * pWasInTblNd = NULL; in DelRight()
310 const SwTableNode * pCurrTblNd = IsCrsrInTbl(); in DelRight()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx583 static SwTableNode *
585 SwTableNode *const pTblNode, SwTable const*const pOwnTable) in lcl_FindTopLevelTable()
589 SwTableNode * pLast = pTblNode; in lcl_FindTopLevelTable()
590 for (SwTableNode* pTmp = pLast; in lcl_FindTopLevelTable()
646 SwTableNode *const pTblNode = aNewCrsr->GetNode()->FindTableNode(); in NextElement_Impl()
668 SwTableNode * pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in NextElement_Impl()
697 SwTableNode * pTblNode = pUnoCrsr->GetNode()->FindTableNode(); in NextElement_Impl()
838 SwTableNode *const pTblNode = pTable->GetTableNode(); in SwXTextRange()
968 SwTableNode const*const pTblNode = pTable->GetTableNode(); in getText()
1218 SwTableNode const*const pTblNode = pSttNode->FindTableNode(); in CreateParentXText()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.hxx47 class SwTableNode;
157 void ExportTableAutoStyles( const SwTableNode& rTblNd );
158 void ExportTable( const SwTableNode& rTblNd );
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx61 class SwTableNode;
129 void SetFlySize( const SwTableNode& rTblNd );
303 SwTableNode* pTableNode, *pOldTblNd; // fuers Lesen von Tabellen: akt. Tab
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx58 String lcl_BoxNmToRel( const SwTable&, const SwTableNode&,
457 const SwTableNode* pTblNd = pNd->FindTableNode(); in BoxNmsToRelNm()
839 String lcl_BoxNmToRel( const SwTable& rTbl, const SwTableNode& rTblNd, in lcl_BoxNmToRel()
1039 ((SwTableNode*)pNd)->GetTable(), &bRet ); in HasValidBoxes()
1212 pTbl = &((SwTableNode*)pNd)->GetTable(); in ToSplitMergeBoxNm()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx377 SwTableNode* pTblNd = ((SwCntntFrm*)pFrm)->GetNode()->FindTableNode(); in DeleteRow()
480 const SwTableNode* pTblNd = pTableCrsr->GetNode()->FindTableNode(); in MergeTab()
981 const SwTableNode *pTblNd = IsCrsrInTbl(); in HasWholeTabSelection()
1105 const SwTableNode *pTblNd = IsCrsrInTbl(); in CanUnProtectCells()
1318 SwTableNode *pTblNd = (SwTableNode*)IsCrsrInTbl(); in SetTableAutoFmt()
1357 const SwTableNode *pTblNd = IsCrsrInTbl(); in GetTableAutoFmt()

Completed in 195 milliseconds

12345