Home
last modified time | relevance | path

Searched refs:pEndNd (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1258 pEndNd = pSttNd; in SvxRTFItemStackType()
1272 pEndNd = pSttNd; in SvxRTFItemStackType()
1284 if( pSttNd != pEndNd ) in ~SvxRTFItemStackType()
1285 delete pEndNd; in ~SvxRTFItemStackType()
1304 pEndNd = pSttNd;
1310 if (pSttNd != pEndNd) in SetStartPos()
1311 delete pEndNd; in SetStartPos()
1314 pEndNd = pSttNd; in SetStartPos()
1329 pEndNd = pSttNd; in MoveFullNode()
1334 delete pEndNd; in MoveFullNode()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx222 SwNodePtr pEndNd = 0; in SplitDoc() local
240 pEndNd = pNd; in SplitDoc()
245 SwNodeIndex aEndIdx( pEndNd ? *pEndNd in SplitDoc()
582 SwNodePtr pEndNd = 0; in SplitDoc() local
592 pEndNd = pNd; in SplitDoc()
597 SwNodeIndex aEndIdx( pEndNd ? *pEndNd in SplitDoc()
H A Ddocedt.cxx1313 const SwTxtNode* pEndNd = pEnd->nNode.GetNode().GetTxtNode(); in lcl_StrLenOverFlow() local
1314 if( (0 != pEndNd) && pStt->nNode.GetNode().IsTxtNode() ) in lcl_StrLenOverFlow()
1317 pEndNd->GetTxt().Len() - pEnd->nContent.GetIndex(); in lcl_StrLenOverFlow()
1335 SwTxtNode *pEndNd = pEnd->nNode.GetNode().GetTxtNode(); in lcl_GetJoinFlags() local
1336 rJoinTxt = 0 != pEndNd; in lcl_GetJoinFlags()
1341 pEndNd->GetTxt().Len() != pEnd->nContent.GetIndex() ) in lcl_GetJoinFlags()
1347 pEndNd->GetTxt().Len() != pEnd->nContent.GetIndex() in lcl_GetJoinFlags()
H A Ddoccomp.cxx913 const SwNode* pEndNd = rNode.EndOfSectionNode(); in GetHashValue() local
915 while( &aIdx.GetNode() != pEndNd ) in GetHashValue()
971 const SwNode* pEndNd = rNode.EndOfSectionNode(); in SimpleTableToText() local
973 while (&aIdx.GetNode() != pEndNd) in SimpleTableToText()
H A Ddocfmt.cxx115 const SwPosition *pSttNd, *pEndNd; member
128 pEndNd(pEnd), in ParaRstFmt()
142 pEndNd(0), in ParaRstFmt()
170 if( &pPara->pEndNd->nNode.GetNode() == rpNd ) in lcl_RstTxtAttr()
171 nEnd = pPara->pEndNd->nContent.GetIndex(); in lcl_RstTxtAttr()
H A Ddocsort.cxx294 const SwNode *pNd = 0, *pEndNd = pMyBox->GetSttNd()->EndOfSectionNode(); in GetKey() local
295 for( sal_uLong nIdx = pMyBox->GetSttIdx() + 1; pNd != pEndNd; ++nIdx ) in GetKey()
H A Ddocnum.cxx179 const SwNodePtr pEndNd = (SwNodePtr)&rPam.End()->nNode.GetNode(); in OutlineUpDown() local
187 if( rOutlNds.Seek_Entry( pEndNd, &nEndPos ) ) in OutlineUpDown()
H A Dtblrwcl.cxx1275 const SwNode* pEndNd = pLastBox->GetSttNd()->EndOfSectionNode(); in OldSplitRow() local
1276 if( pLastBox->GetSttIdx()+2 != pEndNd->GetIndex() ) in OldSplitRow()
1279 SwNodeRange aRg( *pLastBox->GetSttNd(), +2, *pEndNd ); in OldSplitRow()
/trunk/main/sw/source/core/crsr/
H A Dunocrsr.cxx143 const SwStartNode *pSttNd = pNewSttNd, *pEndNd = pOldSttNd; in IsSelOvr() local
145 pEndNd->EndOfSectionIndex() ) in IsSelOvr()
147 pEndNd = pNewSttNd; in IsSelOvr()
151 while( pSttNd->GetIndex() > pEndNd->GetIndex() ) in IsSelOvr()
H A Dswcrsr.cxx1556 const SwTxtNode* pEndNd = End()->nNode.GetNode().GetTxtNode(); in ExpandToSentenceBorders() local
1557 if (pStartNd && pEndNd && pBreakIt->GetBreakIter().is()) in ExpandToSentenceBorders()
1563 String sEndText( pStartNd == pEndNd? sStartText : lcl_MaskDeletedRedlines( pEndNd ) ); in ExpandToSentenceBorders()
1574 pBreakIt->GetLocale( pEndNd->GetLang( nEndPos ) ) ); in ExpandToSentenceBorders()
1584 if (nEndPos <= pEndNd->GetTxt().Len()) in ExpandToSentenceBorders()
1870 const SwNode* pEndNd = pTblNd->EndOfSectionNode(); in UpDown() local
1871 GetPoint()->nNode = *pEndNd; in UpDown()
H A Dcrstrvl.cxx1067 SwNode* pEndNd = rOutlNds[ nEndPos ]; in MakeOutlineSel() local
1072 const int nLevel = pEndNd->GetTxtNode()->GetAttrOutlineLevel()-1;//<-end.zhaojianwei in MakeOutlineSel()
1075 pEndNd = rOutlNds[ nEndPos ]; in MakeOutlineSel()
1077 const int nNxtLevel = pEndNd->GetTxtNode()->GetAttrOutlineLevel()-1;//<-end,zhaojianwei in MakeOutlineSel()
1084 pEndNd = rOutlNds[ nEndPos ]; in MakeOutlineSel()
1087 pEndNd = &rNds.GetEndOfContent(); in MakeOutlineSel()
1097 pCurCrsr->GetPoint()->nNode = *pEndNd; in MakeOutlineSel()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx330 const SwNode* pEndNd = rPam.End()->nNode.GetNode().FindTableBoxStartNode(); in CollectBoxSelection() local
331 if( !pStartNd || !pEndNd || pStartNd == pEndNd ) in CollectBoxSelection()
349 if( pBox->GetSttNd() == pEndNd ) in CollectBoxSelection()
1664 const SwNode* pEndNd = rPam.GetMark()->nNode.GetNode().FindTableBoxStartNode(); in CreateSelection() local
1665 if( !pStartNd || !pEndNd ) in CreateSelection()
1667 CreateSelection( pStartNd, pEndNd, rBoxes, eSearch, bChkProtected ); in CreateSelection()
1673 void SwTable::CreateSelection( const SwNode* pStartNd, const SwNode* pEndNd, in CreateSelection() argument
1704 if( pBox->GetSttNd() == pEndNd || pBox->GetSttNd() == pStartNd ) in CreateSelection()
1722 if( pEndNd == pStartNd ) in CreateSelection()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx415 SvxNodeIdx *pSttNd, *pEndNd; member in SvxRTFItemStackType
439 sal_uLong GetEndNodeIdx() const { return pEndNd->GetIdx(); } in GetEndNodeIdx()
442 const SvxNodeIdx& GetEndNode() const { return *pEndNd; } in GetEndNode()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx245 SwTxtNode* pEndNd = pFlySave->nEndNd.GetNode().GetTxtNode(); in SetFlysInDoc() local
246 if( pSttNd && pEndNd && in SetFlysInDoc()
247 pSttNd->GetIndex() + 1 == pEndNd->GetIndex() in SetFlysInDoc()
255 SwPaM aTmp( *pSttNd, pSttNd->GetTxt().Len(), *pEndNd, 0 ); in SetFlysInDoc()
267 SwIndex aIdx( pEndNd ); in SetFlysInDoc()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx465 SwEndNode* pEndNd = new SwEndNode( rIdx, *pTblNd ); in MakeCopy() local
466 SwNodeIndex aInsPos( *pEndNd ); in MakeCopy()
831 const SwTxtNode* pEndNd = pEnd->nNode.GetNode().GetTxtNode(); in lcl_MarksWholeNode() local
833 if (NULL != pSttNd && NULL != pEndNd && in lcl_MarksWholeNode()
835 pEnd->nContent.GetIndex() == pEndNd->Len()) in lcl_MarksWholeNode()
H A Dndsect.cxx1282 SwEndNode* pEndNd = new SwEndNode( rIdx, *pSectNd ); in MakeCopy() local
1283 SwNodeIndex aInsPos( *pEndNd ); in MakeCopy()
H A Dnodes.cxx1150 SwEndNode* pEndNd = pRange->aEnd.GetNode().GetEndNode(); in SectionUp() local
1151 if( pAktNode == pEndNd->pStartOfSection ) in SectionUp()
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx512 SwEndNode *pEndNd = pDoc->GetNodes()[pPam->GetPoint()->nNode.GetIndex()+1] in EndSection() local
514 if( pEndNd && pEndNd->StartOfSectionNode()->IsSectionNode() ) in EndSection()
H A Dwrthtml.cxx516 const SwEndNode *pEndNd = rHTMLWrt.pDoc->GetNodes()[nIndex]->GetEndNode(); in lcl_html_IsMultiColEnd() local
517 if( pEndNd ) in lcl_html_IsMultiColEnd()
519 pEndNd->StartOfSectionIndex() ); in lcl_html_IsMultiColEnd()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx250 SwNodeIndex* pSttNd = 0, SwNodeIndex* pEndNd = 0 );
2194 SwNodeIndex* pSttNd, SwNodeIndex* pEndNd ) in SwAutoFormat() argument
2205 ASSERT( (pSttNd && pEndNd) || (!pSttNd && !pEndNd), in SwAutoFormat()
2223 aEndNdIdx = *pEndNd; in SwAutoFormat()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1093 const SwNode* pEndNd = &rDoc.GetNodes().GetEndOfContent(); in ~SwFltShell() local
1094 SwNodeIndex aEndIdx( *pEndNd, -1L ); in ~SwFltShell()
1095 const SwStartNode* pSttNd = pEndNd->StartOfSectionNode(); in ~SwFltShell()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx743 const SwEndNode * pEndNd = pSttNd->EndOfSectionNode(); in processTableBoxLines() local
745 SwPaM aEndPaM(*pEndNd, 0); in processTableBoxLines()
H A Dww8par.cxx3569 SwTxtNode* pEndNd = pPaM->GetNode()->GetTxtNode(); in ReadText() local
3574 SwPaM aTmp(*pEndNd, 0, *pEndNd, nDropCapLen+1); in ReadText()
3594 SwPosition aStart(*pEndNd); in ReadText()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2898 const SwEndNode *pEndNd = pPrevSttNd ? pPrevSttNd->EndOfSectionNode() in InsertTableSection() local
2906 pDoc = const_cast<SwDoc*>(pEndNd->GetDoc()); in InsertTableSection()
2910 SwNodeIndex aIdx( *pEndNd, nOffset ); in InsertTableSection()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx550 SwEndNode* pEndNd = new SwEndNode( aEndIdx, *pTblNd ); in UndoTableToText() local
552 aEndIdx = *pEndNd; in UndoTableToText()

Completed in 252 milliseconds

12