Home
last modified time | relevance | path

Searched refs:pSttIdx (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx653 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 …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3598 const SwNodeIndex* pSttIdx = 0; in ReadHeaderFooter() local
3634 pSttIdx = ((SwTxtFtn*)pTxtAttr)->GetStartNode(); in ReadHeaderFooter()
3660 pSttIdx = pHdFtFmt->GetCntnt().GetCntntIdx(); in ReadHeaderFooter()
3669 pSttIdx = SetHeader( pHdFtFmt, sal_False ); in ReadHeaderFooter()
3677 pSttIdx = SetHeader(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3685 pSttIdx = SetHeader(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3692 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3700 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3708 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3713 if( !pSttIdx ) in ReadHeaderFooter()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1873 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 Dww8par.cxx1959 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 Dww8par2.cxx391 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 Dww8atr.cxx351 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 Dww8par.hxx1285 void Read_HdFtFtnText( const SwNodeIndex* pSttIdx, long nStartCp,
/trunk/main/sw/source/core/inc/
H A DMarkManager.hxx63 …End, ::std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, const SwIndex* pSttIdx, const SwIndex* p…
H A Dmvsave.hxx87 const SwIndex* pSttIdx =0,
/trunk/main/sw/inc/
H A DIDocumentMarkAccess.hxx175 const SwIndex* pSttIdx,

Completed in 118 milliseconds