| /AOO41X/main/sw/inc/ |
| H A D | node.hxx | 65 class SwTableNode; 162 inline SwTableNode *GetTableNode(); 163 inline const SwTableNode *GetTableNode() const; 187 SwTableNode *FindTableNode(); 188 inline const SwTableNode *FindTableNode() const; 348 friend class SwTableNode; // um seinen EndNode anlegen zukoennen 522 class SW_DLLPUBLIC SwTableNode : public SwStartNode, public SwModify class 527 virtual ~SwTableNode(); 530 SwTableNode( const SwNodeIndex & ); 549 SwTableNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const; [all …]
|
| H A D | ndarr.hxx | 65 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 D | swtable.hxx | 49 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 D | swserv.hxx | 31 class SwTableNode; 43 SwTableNode* pTblNd; 55 SwServerObject( SwTableNode& rTableNd ) in SwServerObject()
|
| /AOO41X/main/sw/source/core/edit/ |
| H A D | edtab.cxx | 65 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 …]
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 123 lcl_DelRedlines( const SwTableNode& rNd, sal_Bool bCheckForOwnRedline ); 243 SwTableNode* SwDoc::IsIdxInTbl(const SwNodeIndex& rIdx) in IsIdxInTbl() 245 SwTableNode* pTableNd = 0; in IsIdxInTbl() 262 sal_Bool SwNodes::InsBoxen( SwTableNode* pTblNd, in InsBoxen() 414 SwTableNode *pTblNd = GetNodes().InsertTable( in InsertTable() 594 SwTableNode* SwNodes::InsertTable( const SwNodeIndex& rNdIdx, in InsertTable() 609 SwTableNode * pTblNd = new SwTableNode( rNdIdx ); in InsertTable() 762 SwTableNode* pTblNd = GetNodes().TextToTable( in TextToTable() 919 SwTableNode* SwNodes::TextToTable( const SwNodeRange& rRange, sal_Unicode cCh, in TextToTable() 929 SwTableNode * pTblNd = new SwTableNode( rRange.aStart ); in TextToTable() [all …]
|
| H A D | ndtbl1.cxx | 326 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in SetRowSplit() 358 SwTableNode* pTblNd = rCursor.GetPoint()->nNode.GetNode().FindTableNode(); in GetRowSplit() 386 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() [all …]
|
| H A D | nodes.cxx | 426 ((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 D | node2lay.cxx | 90 …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 D | ndcopy.cxx | 307 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()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | UndoTable.hxx | 55 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 D | UndoSort.hxx | 31 class SwTableNode; 78 SwUndoSort( sal_uLong nStt, sal_uLong nEnd, const SwTableNode&,
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 285 SwTableNode* pTblNd = aIdx.GetNode().GetTableNode(); in UndoImpl() 334 SwTableNode* pTblNode = (SwTableNode*)rDoc.GetNodes()[nSttNode]->GetTableNode(); in RedoImpl() 443 const SwTableNode* pTblNd = rTbl.GetTableNode(); in SwUndoTblToTxt() 495 SwTableNode* pTblNd = rDoc.GetNodes().UndoTableToText( nSttNd, nEndNd, *pBoxSaves ); in UndoImpl() 543 SwTableNode* SwNodes::UndoTableToText( sal_uLong nSttNd, sal_uLong nEndNd, in UndoTableToText() 549 SwTableNode * pTblNd = new SwTableNode( aSttIdx ); in UndoTableToText() 669 SwTableNode* pTblNd = pPam->GetNode()->GetTableNode(); in RedoImpl() 697 SwTableNode *const pTblNd = pPam->GetNode()->FindTableNode(); in RepeatImpl() 756 SwTableNode *const pTNd = aIdx.GetNode().GetTableNode(); in UndoImpl() 882 SwTableNode* pTNd = rDoc.GetNodes()[ nTblNd ]->GetTableNode(); in UndoImpl() [all …]
|
| H A D | unsort.cxx | 69 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 D | rolbck.cxx | 101 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()
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | trvltbl.cxx | 53 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 D | swcrsr.cxx | 474 const SwTableNode* pPtNd = GetPoint()->nNode.GetNode().FindTableNode(); in IsSelOvr() 475 const SwTableNode* pMrkNd = GetMark()->nNode.GetNode().FindTableNode(); in IsSelOvr() 530 const SwTableNode* pOuterTableNd = pMyNd->FindTableNode(); in IsSelOvr() 570 const SwTableNode* pTableNode = pCNd->FindTableNode(); in IsInProtectTable() 1677 … const SwTableNode* pOldTabSttNode = pOldTabBoxSttNode ? pOldTabBoxSttNode->FindTableNode() : 0; in LeftRight() 1679 … const SwTableNode* pNewTabSttNode = pNewTabBoxSttNode ? pNewTabBoxSttNode->FindTableNode() : 0; in LeftRight() 1728 const SwTableNode* pTblNd = pTableBoxStartNode->FindTableNode(); in LeftRight() 1962 const SwTableNode* pTblNd = GetPoint()->nNode.GetNode().FindTableNode(); in GoPrevNextCell() 2048 const SwTableNode* pTblNd = GetPoint()->nNode.GetNode().FindTableNode(); in GotoTblBox() 2311 const SwTableNode *pTableNode = pStart->FindTableNode(); in NewTableSelection()
|
| /AOO41X/main/sw/source/filter/inc/ |
| H A D | msfilter.hxx | 48 class SwTableNode; 328 InsertedTableClient(SwTableNode & rNode); 329 SwTableNode * GetTableNode(); 357 void InsertTable(SwTableNode &rTableNode, SwPaM &rPaM);
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 115 SwTableNode* pTblNd; 123 SwTwips nMax, SwTableNode* pTNd ) in CR_SetBoxWidth() 235 SwTableNode* pTblNd; 242 CR_SetLineHeight( sal_uInt16 eType, SwTableNode* pTNd ) in CR_SetLineHeight() 294 SwTableNode* pTblNd; 305 _CpyPara( SwTableNode* pNd, sal_uInt16 nCopies, _CpyTabFrms& rFrmArr, in _CpyPara() 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() [all …]
|
| /AOO41X/main/sw/source/ui/wrtsh/ |
| H A D | delete.cxx | 203 const SwTableNode * pWasInTblNd = SwCrsrShell::IsCrsrInTbl(); in DelLeft() 221 const SwTableNode* pIsInTblNd = SwCrsrShell::IsCrsrInTbl(); in DelLeft() 265 const SwTableNode * pWasInTblNd = NULL; in DelRight() 312 const SwTableNode * pCurrTblNd = IsCrsrInTbl(); in DelRight()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unoobj2.cxx | 583 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()
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmlexp.hxx | 47 class SwTableNode; 157 void ExportTableAutoStyles( const SwTableNode& rTblNd ); 158 void ExportTable( const SwTableNode& rTblNd );
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.hxx | 62 class SwTableNode; 130 void SetFlySize( const SwTableNode& rTblNd ); 304 SwTableNode* pTableNode, *pOldTblNd; // fuers Lesen von Tabellen: akt. Tab
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 58 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()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | docxexport.hxx | 39 class SwTableNode; 137 virtual void OutputTableNode( const SwTableNode& );
|