/aoo42x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 122 SwNodePtr pSttNd; in SplitDoc() local 208 pSttNd = 0; in SplitDoc() 216 pSttNd = pNd; in SplitDoc() 220 if( pSttNd ) in SplitDoc() 390 pSttNd = 0; in SplitDoc() 471 } while( pSttNd ); in SplitDoc() 518 SwNodePtr pSttNd; in SplitDoc() local 569 pSttNd = 0; in SplitDoc() 576 pSttNd = pNd; in SplitDoc() 580 if( pSttNd ) in SplitDoc() [all …]
|
H A D | docfly.cxx | 996 const SwStartNode* pSttNd = 0; in Chainable() local 998 ( !pSttNd && in Chainable() 999 0 != ( pSttNd = rSrcIdx.GetNode().FindFlyStartNode() ) && in Chainable() 1000 pSttNd == rDstIdx.GetNode().FindFlyStartNode() ) || in Chainable() 1001 ( !pSttNd && in Chainable() 1002 0 != ( pSttNd = rSrcIdx.GetNode().FindFooterStartNode() ) && in Chainable() 1003 pSttNd == rDstIdx.GetNode().FindFooterStartNode() ) || in Chainable() 1004 ( !pSttNd && in Chainable() 1005 0 != ( pSttNd = rSrcIdx.GetNode().FindHeaderStartNode() ) && in Chainable() 1006 pSttNd == rDstIdx.GetNode().FindHeaderStartNode() ) || in Chainable() [all …]
|
H A D | doclay.cxx | 155 SwStartNode* pSttNd = in MakeLayoutFmt() local 171 pFmt->SetFmtAttr( SwFmtCntnt( pSttNd )); in MakeLayoutFmt() 457 aIdx = *pSttNd; in CopyLayoutFmt() 493 aIdx = *pSttNd->EndOfSectionNode(); in CopyLayoutFmt() 1270 ASSERT( pSttNd, "Kein StartNode in InsertLabel." ); in lcl_InsertLabel() 1274 nNode = pSttNd->GetIndex(); in lcl_InsertLabel() 1280 nNode = pSttNd->EndOfSectionIndex(); in lcl_InsertLabel() 1376 SwStartNode* pSttNd = rDoc.GetNodes().MakeTextSection( in lcl_InsertLabel() local 1379 pNewSet->Put( SwFmtCntnt( pSttNd )); in lcl_InsertLabel() 1691 SwStartNode* pSttNd = in lcl_InsertDrawLabel() local [all …]
|
H A D | docdesc.cxx | 325 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aTmp, SwHeaderStartNode ); in ChgPageDesc() local 328 aTmp = *pSttNd->EndOfSectionNode(); in ChgPageDesc() 331 pFmt->SetFmtAttr( SwFmtCntnt( pSttNd ) ); in ChgPageDesc() 384 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aTmp, SwFooterStartNode ); in ChgPageDesc() local 387 aTmp = *pSttNd->EndOfSectionNode(); in ChgPageDesc() 390 pFmt->SetFmtAttr( SwFmtCntnt( pSttNd ) ); in ChgPageDesc()
|
H A D | docredln.cxx | 3363 SwStartNode* pSttNd; in MoveToSection() local 3374 pSttNd = rNds.MakeTextSection( SwNodeIndex( rNds.GetEndOfRedlines() ), in MoveToSection() 3376 SwTxtNode* pTxtNd = rNds[ pSttNd->GetIndex() + 1 ]->GetTxtNode(); in MoveToSection() 3395 SwPosition aPos( *pSttNd->EndOfSectionNode() ); in MoveToSection() 3399 pCntntSect = new SwNodeIndex( *pSttNd ); in MoveToSection() 3420 SwStartNode* pSttNd; in CopyToSection() local 3442 pSttNd = rNds.MakeTextSection( SwNodeIndex( rNds.GetEndOfRedlines() ), in CopyToSection() 3445 SwNodeIndex aNdIdx( *pSttNd, 1 ); in CopyToSection() 3472 SwPosition aPos( *pSttNd->EndOfSectionNode() ); in CopyToSection() 3477 SwNodeIndex aInsPos( *pSttNd->EndOfSectionNode() ); in CopyToSection() [all …]
|
H A D | docfmt.cxx | 115 const SwPosition *pSttNd, *pEndNd; member 127 pSttNd(pStt), in ParaRstFmt() 141 pSttNd(0), in ParaRstFmt() 166 if( &pPara->pSttNd->nNode.GetNode() == pTxtNode && in lcl_RstTxtAttr() 167 pPara->pSttNd->nContent.GetIndex() ) in lcl_RstTxtAttr() 168 aSt = pPara->pSttNd->nContent.GetIndex(); in lcl_RstTxtAttr() 2114 SwStartNode* pSttNd = GetNodes().MakeEmptySection( aTmpIdx, in CopyPageDescHeaderFooterImpl() local 2120 aTmpIdx = *pSttNd->EndOfSectionNode(); in CopyPageDescHeaderFooterImpl() 2122 aTmpIdx = *pSttNd; in CopyPageDescHeaderFooterImpl() 2124 pNewFmt->SetFmtAttr( SwFmtCntnt( pSttNd )); in CopyPageDescHeaderFooterImpl()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 91 pTmp->pStartOfSection = pSttNd; in SwNodes() 95 pTmp->pStartOfSection = pSttNd; in SwNodes() 99 pTmp->pStartOfSection = pSttNd; in SwNodes() 562 if( pSttNd->IsTableNode() ) in _MoveNodes() 568 pSttNd->GetIndex() )+1; in _MoveNodes() 1077 pRange->aStart = *pSttNd; in SectionDown() 2222 new SwEndNode( rIdx, *pSttNd ); in MakeEmptySection() 2223 return pSttNd; in MakeEmptySection() 2235 return pSttNd; in MakeTextSection() 2376 : pSttNd->FindTableNode(); in FindPrvNxtFrmNode() [all …]
|
H A D | node.cxx | 482 if( pSttNd && ((SwSectionNode*)pSttNd)->GetSection().IsProtectFlag() ) in IsProtect() 492 GetTblBox( pSttNd->GetIndex() ); in IsProtect() 512 SwNodeIndex( *pSttNd ) ); in IsProtect() 574 const SwStartNode* pSttNd; in FindPageDesc() local 777 if( pSttNd ) in GetFlyFmt() 809 if( pSttNd ) in GetTblBox() 811 pSttNd->GetIndex() ); in GetTblBox() 1909 while( pSttNd ) in IsAnyCondition() 1911 switch( pSttNd->GetNodeType() ) in IsAnyCondition() 1936 const SwNode* pSrchNd = pSttNd; in IsAnyCondition() [all …]
|
H A D | ndtbl.cxx | 324 pSttNd->pStartOfSection = pTblNd; in InsBoxen() 325 new SwEndNode( aEndIdx, *pSttNd ); in InsBoxen() 649 new SwEndNode( aIdx, *pSttNd ); in InsertTable() 1012 SwStartNode* pSttNd; in TextToTable() local 1058 pTxtNd->pStartOfSection = pSttNd; in TextToTable() 2053 if( pSttNd ) in DeleteRowCol() 2262 pSttNd->GetIndex(), n ); in SplitTbl() 4261 SwStartNode* pSttNd; in ClearBoxNumAttrs() local 4264 2 == pSttNd->EndOfSectionIndex() - pSttNd->GetIndex() ) in ClearBoxNumAttrs() 4406 pSttNd->GetIndex() ); in InsCopyOfTbl() [all …]
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 805 SwStartNode* pSttNd = 0; in CheckTblBoxCntnt() local 816 else if( 0 != ( pSttNd = pPos->nNode.GetNode(). in CheckTblBoxCntnt() 819 pChkBox = pSttNd->FindTableNode()->GetTable().GetTblBox( pSttNd->GetIndex() ); in CheckTblBoxCntnt() 824 if( pChkBox && pSttNd->GetIndex() + 2 != pSttNd->EndOfSectionIndex() ) in CheckTblBoxCntnt() 877 if( pSttNd && pBoxIdx ) in SaveTblBoxCntnt() 879 if( pSttNd == &pBoxIdx->GetNode() ) in SaveTblBoxCntnt() 880 pSttNd = 0; // die haben wir schon in SaveTblBoxCntnt() 894 if( pSttNd ) in SaveTblBoxCntnt() 896 pBoxPtr = pSttNd->FindTableNode()->GetTable().GetTblBox( pSttNd->GetIndex() ); in SaveTblBoxCntnt() 899 *pBoxIdx = *pSttNd; in SaveTblBoxCntnt() [all …]
|
H A D | unocrsr.cxx | 143 const SwStartNode *pSttNd = pNewSttNd, *pEndNd = pOldSttNd; in IsSelOvr() local 144 if( pSttNd->EndOfSectionIndex() > in IsSelOvr() 148 pSttNd = pOldSttNd; in IsSelOvr() 151 while( pSttNd->GetIndex() > pEndNd->GetIndex() ) in IsSelOvr() 153 if( !pSttNd->IsSectionNode() ) in IsSelOvr() 154 pInvalidNode = pSttNd; in IsSelOvr() 155 pSttNd = pSttNd->StartOfSectionNode(); in IsSelOvr()
|
H A D | swcrsr.cxx | 1090 const SwNode* pSttNd = ( FND_IN_BODYONLY & eFndRngs ) in FindAll() local 1095 ? lcl_MakeSelBkwrd( rNds.GetEndOfContent(), *pSttNd,*this, sal_False ) in FindAll() 2211 const SwStartNode* pSttNd; in MakeBoxSels() local 2215 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels() 2216 if( !pCur->HasMark() || !pSttNd || in MakeBoxSels() 2220 else if( lcl_SeekEntry( aTmp, pSttNd, nPos )) in MakeBoxSels() 2222 SwNodeIndex aIdx( *pSttNd, 1 ); in MakeBoxSels() 2232 aIdx.Assign( *pSttNd->EndOfSectionNode(), - 1 ); in MakeBoxSels() 2273 pSttNd = aTmp[ nPos ]->GetSttNd(); in MakeBoxSels() 2275 SwNodeIndex aIdx( *pSttNd, 1 ); in MakeBoxSels() [all …]
|
H A D | trvlfnfl.cxx | 136 const SwNode* pSttNd = GetNode()->FindFootnoteStartNode(); in GotoFtnAnchor() local 137 if( pSttNd ) in GotoFtnAnchor() 141 const SwFtnIdxs& rFtnArr = pSttNd->GetDoc()->GetFtnIdxs(); in GotoFtnAnchor() 144 pSttNd == &pTxtFtn->GetStartNode()->GetNode() ) in GotoFtnAnchor()
|
H A D | crstrvl.cxx | 466 const SwNode* pSttNd = rPos.nNode.GetNode().FindTableBoxStartNode(); in GotoNxtPrvTblFormula() local 467 if( pSttNd ) in GotoNxtPrvTblFormula() 469 const SwTableBox* pTBox = pSttNd->FindTableNode()->GetTable(). in GotoNxtPrvTblFormula() 470 GetTblBox( pSttNd->GetIndex() ); in GotoNxtPrvTblFormula() 1066 SwNode* pSttNd = rOutlNds[ nSttPos ]; in MakeOutlineSel() local 1094 pCurCrsr->GetPoint()->nNode = *pSttNd; in MakeOutlineSel() 1095 pCurCrsr->GetPoint()->nContent.Assign( pSttNd->GetCntntNode(), 0 ); in MakeOutlineSel() 1494 const SwStartNode* pSttNd = pTxtNd->FindTableBoxStartNode(); in GetContentAtPos() local 1496 if( pSttNd && 0 != ( pTblNd = pTxtNd->FindTableNode()) && in GetContentAtPos() 1498 pSttNd->GetIndex() )) && in GetContentAtPos() [all …]
|
/aoo42x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 1258 pEndNd = pSttNd; in SvxRTFItemStackType() 1272 pEndNd = pSttNd; in SvxRTFItemStackType() 1284 if( pSttNd != pEndNd ) in ~SvxRTFItemStackType() 1286 delete pSttNd; in ~SvxRTFItemStackType() 1301 delete pSttNd; 1304 pEndNd = pSttNd; 1310 if (pSttNd != pEndNd) in SetStartPos() 1312 delete pSttNd; in SetStartPos() 1314 pEndNd = pSttNd; in SetStartPos() 1326 delete pSttNd; in MoveFullNode() [all …]
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 246 if( pSttNd && pEndNd && in SetFlysInDoc() 247 pSttNd->GetIndex() + 1 == pEndNd->GetIndex() in SetFlysInDoc() 250 sal_uLong nPos = pSttNd->GetIndex(); in SetFlysInDoc() 251 SwDoc * pDoc1 = pSttNd->GetDoc(); in SetFlysInDoc() 255 SwPaM aTmp( *pSttNd, pSttNd->GetTxt().Len(), *pEndNd, 0 ); in SetFlysInDoc() 358 SwStartNode* pSttNd = bMakeEmptySection in SetFlysInDoc() local 383 aTmpIdx = *pSttNd->EndOfSectionNode(); in SetFlysInDoc() 389 if (pSttNd->GetIndex() + 1 == pSttNd->EndOfSectionIndex()) in SetFlysInDoc() 396 pFlySave->aFlySet.Put( SwFmtCntnt( pSttNd )); in SetFlysInDoc() 407 if( pSttNd->GetIndex() + 1 != pSttNd->EndOfSectionIndex() && in SetFlysInDoc() [all …]
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 356 rSortCntBoxes[ n ]->pSttNd = 0; in DelBoxNode() 1787 pSttNd( 0 ), in SwTableBox() 1803 pSttNd = rIdx.GetNode().GetStartNode(); in SwTableBox() 1817 pSttNd( &rSttNd ), in SwTableBox() 1988 if( !pSttNd ) // keine Content Box ?? in GetName() 2027 pTbl = &pSttNd->FindTableNode()->GetTable(); in IsInHeadline() 2041 return pSttNd ? pSttNd->GetIndex() : 0; in GetSttIdx() 2609 if( pSttNd ) in IsValidNumTxtNd() 2611 SwNodeIndex aIdx( *pSttNd ); in IsValidNumTxtNd() 2698 else if( pSttNd && pSttNd->GetIndex() + 2 == pSttNd->EndOfSectionIndex() in IsFormulaOrValueBox() [all …]
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 178 sal_Bool SwEditShell::_CopySelToDoc( SwDoc* pInsDoc, SwNodeIndex* pSttNd ) in _CopySelToDoc() argument 189 if( pSttNd ) in _CopySelToDoc() 191 *pSttNd = aPos.nNode; in _CopySelToDoc() 192 (*pSttNd)--; in _CopySelToDoc() 266 if( bRet && pSttNd ) in _CopySelToDoc() 267 (*pSttNd)++; in _CopySelToDoc()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 639 pSttNd->pStartOfSection = pTblNd; in UndoTableToText() 640 new SwEndNode( aEndIdx, *pSttNd ); in UndoTableToText() 645 pNd->pStartOfSection = pSttNd; in UndoTableToText() 874 ASSERT( pSttNd, "Box ohne Inhalt" ); in SwUndoTblHeadline() 876 nTblNd = pSttNd->StartOfSectionIndex(); in SwUndoTblHeadline() 1759 SwTableNode* pTblNd = pSttNd->FindTableNode(); in SaveSection() 1761 pSave->SaveSection( pSttNd->GetDoc(), SwNodeIndex( *pSttNd )); in SaveSection() 2302 SwStartNode* pSttNd = rDoc.GetNodes()[ nNode ]-> in UndoImpl() local 2304 ASSERT( pSttNd, "ohne StartNode kein TabellenBox" ); in UndoImpl() 2306 pSttNd->GetIndex() ); in UndoImpl() [all …]
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 604 const SwStartNode * pSttNd = pTableBox->GetSttNd(); in processSwTableByLayout() local 606 if (pSttNd != NULL) in processSwTableByLayout() 608 SwPaM aPam(*pSttNd, 0); in processSwTableByLayout() 622 if (pTmpSttNd == pSttNd) in processSwTableByLayout() 742 const SwStartNode * pSttNd = pBox->GetSttNd(); in processTableBoxLines() local 743 const SwEndNode * pEndNd = pSttNd->EndOfSectionNode(); in processTableBoxLines() 744 SwPaM aPaM(*pSttNd, 0); in processTableBoxLines() 784 const SwStartNode * pSttNd = pBox->GetSttNd(); in processTableBox() local 803 SwPaM aPaM(*pSttNd, 0); in processTableBox() 839 if (pTmpSttNd == pSttNd) in processTableBox()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 852 const SwStartNode *pSttNd = 0; in GetStartNode() local 857 return pSttNd; in GetStartNode() 987 SwPosition aPos(*pSttNd); in createTextCursor() 1019 if( p1 == pSttNd ) in createTextCursorByRange() 1150 SwPosition aPos(*pSttNd); in createEnumeration() 1480 SwPosition aPos(*pSttNd); in SwXTextTableCursor() 2404 SwPosition aPos(*pSttNd); in GetRangeByName() 3234 SwPosition aPos(*pSttNd); in getPropertyValue() 3685 SwPosition aPos(*pSttNd); in getCellRangeByPosition() 4678 SwPosition aPos(*pSttNd); in insertByIndex() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | swtable.hxx | 378 const SwStartNode * pSttNd; member in SwTableBox 389 SwTableBox() : pSttNd(0), pUpper(0), pImpl(0) {} in SwTableBox() 410 const SwStartNode *GetSttNd() const { return pSttNd; } in GetSttNd() 413 { return pSttNd ? pSttNd->GetIndex() : 0; } in GetSttIdx()
|
/aoo42x/main/sw/source/core/access/ |
H A D | acccell.cxx | 396 const SwStartNode *pSttNd = pCellFrm->GetTabBox()->GetSttNd(); in getCurrentValue() local 397 if( pSttNd ) in getCurrentValue() 400 SwNodeIndex aCntntIdx( *pSttNd, 0 ); in getCurrentValue() 403 0 != ( pCNd = pSttNd->GetNodes().GoNext( &aCntntIdx ) ) && in getCurrentValue() 404 aCntntIdx.GetIndex() < pSttNd->EndOfSectionIndex(); in getCurrentValue()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 223 inline void SetStartNode( const SwStartNode *pSttNd ); 267 pStartNode = pSttNd; in SetStartNode() 1811 const SwStartNode *pSttNd = 0; in GetPrevStartNode() local 1815 pSttNd = pPrevCell->GetStartNode(); in GetPrevStartNode() 1820 pSttNd = pPrevCell->GetSubTable()->GetLastStartNode(); in GetPrevStartNode() 1822 ASSERT( pSttNd != 0, in GetPrevStartNode() 1826 return pSttNd; in GetPrevStartNode() 1849 const SwStartNode *pSttNd = InsertTableSection( pPrevSttNd ); in ReplaceWithEmptyCell() local 1859 pRow->GetCell( j )->SetStartNode( pSttNd ); in ReplaceWithEmptyCell() 2805 pBox1->pSttNd = pSttNd1; in MakeTable() [all …]
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 1422 const SwStartNode* pSttNd = rWrt.pDoc->GetNodes()[nStt]->GetStartNode(); in OutHTML_FrmFmtAsMulticol() local 1423 ASSERT( pSttNd, "Wo ist der Start-Node" ); in OutHTML_FrmFmtAsMulticol() 1429 pSttNd->EndOfSectionIndex(), in OutHTML_FrmFmtAsMulticol() 1513 const SwStartNode* pSttNd = rWrt.pDoc->GetNodes()[nStt]->GetStartNode(); in OutHTML_FrmFmtAsDivOrSpan() local 1514 ASSERT( pSttNd, "Wo ist der Start-Node" ); in OutHTML_FrmFmtAsDivOrSpan() 1520 pSttNd->EndOfSectionIndex(), in OutHTML_FrmFmtAsDivOrSpan() 1704 const SwStartNode* pSttNd = rWrt.pDoc->GetNodes()[nStt]->GetStartNode(); in OutHTML_HeaderFooter() local 1705 ASSERT( pSttNd, "Wo ist der Start-Node" ); in OutHTML_HeaderFooter() 1718 pSttNd->EndOfSectionIndex() ); in OutHTML_HeaderFooter()
|