Searched refs:pSttIdx (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/core/doc/ |
H A D | docbm.cxx | 653 const SwIndex* pSttIdx, in deleteMarks() argument 675 bool bIsPosInRange = lcl_GreaterThan(pMark->GetMarkPos(), rStt, pSttIdx) in deleteMarks() 712 || pSttIdx == NULL in deleteMarks() 714 && pMark->GetMarkPos().nContent == *pSttIdx ); in deleteMarks() 1342 const SwIndex* pSttIdx, in _DelBookmarks() argument 1347 || (rStt == rEnd && (!pSttIdx || pSttIdx->GetIndex() >= pEndIdx->GetIndex()))) in _DelBookmarks() 1351 pDoc->getIDocumentMarkAccess()->deleteMarks(rStt, rEnd, pSaveBkmk, pSttIdx, pEndIdx); in _DelBookmarks() 1369 if( lcl_Greater( *pRStt, rStt, pSttIdx ) && lcl_Lower( *pRStt, rEnd, pEndIdx )) in _DelBookmarks() 1392 if( lcl_Greater( *pREnd, rStt, pSttIdx ) && lcl_Lower( *pREnd, rEnd, pEndIdx )) in _DelBookmarks() 1395 if( pSttIdx ) in _DelBookmarks() [all …]
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 3607 const SwNodeIndex* pSttIdx = 0; in ReadHeaderFooter() local 3643 pSttIdx = ((SwTxtFtn*)pTxtAttr)->GetStartNode(); in ReadHeaderFooter() 3669 pSttIdx = pHdFtFmt->GetCntnt().GetCntntIdx(); in ReadHeaderFooter() 3678 pSttIdx = SetHeader( pHdFtFmt, sal_False ); in ReadHeaderFooter() 3686 pSttIdx = SetHeader(pHdFtFmt, sal_False ); in ReadHeaderFooter() 3694 pSttIdx = SetHeader(pHdFtFmt, sal_False ); in ReadHeaderFooter() 3701 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter() 3709 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter() 3717 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter() 3722 if( !pSttIdx ) in ReadHeaderFooter() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 1873 const SwNodeIndex* pSttIdx = pCntnt->GetCntntIdx(); in WriteHeaderFooterText() local 1875 if ( pSttIdx ) in WriteHeaderFooterText() 1877 SwNodeIndex aIdx( *pSttIdx, 1 ), in WriteHeaderFooterText() 1878 aEnd( *pSttIdx->GetNode().EndOfSectionNode() ); in WriteHeaderFooterText() 1891 pSttIdx = 0; in WriteHeaderFooterText() 1894 if ( !pSttIdx ) in WriteHeaderFooterText() 1897 ASSERT( pSttIdx, "K/F-Text nicht richtig da" ); in WriteHeaderFooterText()
|
H A D | ww8par.cxx | 1959 void SwWW8ImplReader::Read_HdFtFtnText( const SwNodeIndex* pSttIdx, in Read_HdFtFtnText() argument 1965 pPaM->GetPoint()->nNode = pSttIdx->GetIndex() + 1; // in Read_HdFtFtnText() 2041 const SwNodeIndex* pSttIdx = rHdFtFmt.GetCntnt().GetCntntIdx(); in Read_HdFtTextAsHackedFrame() local 2042 ASSERT(pSttIdx, "impossible"); in Read_HdFtTextAsHackedFrame() 2043 if (!pSttIdx) in Read_HdFtTextAsHackedFrame() 2048 pPaM->GetPoint()->nNode = pSttIdx->GetIndex() + 1; in Read_HdFtTextAsHackedFrame() 2084 const SwNodeIndex* pSttIdx = pHdFtFmt->GetCntnt().GetCntntIdx(); in Read_HdFtText() local 2085 if (!pSttIdx) in Read_HdFtText() 2090 Read_HdFtFtnText(pSttIdx, nStart, nLen - 1, MAN_HDFT); in Read_HdFtText()
|
H A D | ww8par2.cxx | 391 const SwNodeIndex* pSttIdx = ((SwTxtFtn*)pFN)->GetStartNode(); in End_Ftn() local 392 ASSERT(pSttIdx, "Probleme beim Anlegen des Fussnoten-Textes"); in End_Ftn() 400 Read_HdFtFtnText( pSttIdx, rDesc.mnStartCp, rDesc.mnLen, rDesc.meType); in End_Ftn() 418 rNIdx = pSttIdx->GetIndex() + 1; in End_Ftn()
|
H A D | ww8atr.cxx | 351 if ( const SwNodeIndex* pSttIdx = rCntnt.GetCntntIdx() ) in CntntContainsChapterField() local 353 SwNodeIndex aIdx( *pSttIdx, 1 ); in CntntContainsChapterField() 354 SwNodeIndex aEnd( *pSttIdx->GetNode().EndOfSectionNode() ); in CntntContainsChapterField()
|
H A D | ww8par.hxx | 1283 void Read_HdFtFtnText( const SwNodeIndex* pSttIdx, long nStartCp,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | MarkManager.hxx | 63 …End, ::std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, const SwIndex* pSttIdx, const SwIndex* p…
|
H A D | mvsave.hxx | 87 const SwIndex* pSttIdx =0,
|
/aoo41x/main/sw/inc/ |
H A D | IDocumentMarkAccess.hxx | 175 const SwIndex* pSttIdx,
|
Completed in 129 milliseconds