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()
678 && lcl_GreaterThan(pMark->GetOtherMarkPos(), rStt, pSttIdx) in deleteMarks()
712 || pSttIdx == NULL in deleteMarks()
714 && pMark->GetMarkPos().nContent == *pSttIdx ); in deleteMarks()
726 pSaveBkmk->push_back( SaveBookmark( true, true, *pMark, rStt, 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()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3597 const SwNodeIndex* pSttIdx = 0; in ReadHeaderFooter() local
3633 pSttIdx = ((SwTxtFtn*)pTxtAttr)->GetStartNode(); in ReadHeaderFooter()
3659 pSttIdx = pHdFtFmt->GetCntnt().GetCntntIdx(); in ReadHeaderFooter()
3668 pSttIdx = SetHeader( pHdFtFmt, sal_False ); in ReadHeaderFooter()
3676 pSttIdx = SetHeader(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3684 pSttIdx = SetHeader(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3691 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3699 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3707 pSttIdx = SetFooter(pHdFtFmt, sal_False ); in ReadHeaderFooter()
3712 if( !pSttIdx ) in ReadHeaderFooter()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1872 const SwNodeIndex* pSttIdx = pCntnt->GetCntntIdx(); in WriteHeaderFooterText() local
1874 if ( pSttIdx ) in WriteHeaderFooterText()
1876 SwNodeIndex aIdx( *pSttIdx, 1 ), in WriteHeaderFooterText()
1877 aEnd( *pSttIdx->GetNode().EndOfSectionNode() ); in WriteHeaderFooterText()
1890 pSttIdx = 0; in WriteHeaderFooterText()
1893 if ( !pSttIdx ) in WriteHeaderFooterText()
1896 ASSERT( pSttIdx, "K/F-Text nicht richtig da" ); in WriteHeaderFooterText()
H A Dww8par.cxx1958 void SwWW8ImplReader::Read_HdFtFtnText( const SwNodeIndex* pSttIdx, in Read_HdFtFtnText() argument
1964 pPaM->GetPoint()->nNode = pSttIdx->GetIndex() + 1; // in Read_HdFtFtnText()
2040 const SwNodeIndex* pSttIdx = rHdFtFmt.GetCntnt().GetCntntIdx(); in Read_HdFtTextAsHackedFrame() local
2041 ASSERT(pSttIdx, "impossible"); in Read_HdFtTextAsHackedFrame()
2042 if (!pSttIdx) in Read_HdFtTextAsHackedFrame()
2047 pPaM->GetPoint()->nNode = pSttIdx->GetIndex() + 1; in Read_HdFtTextAsHackedFrame()
2083 const SwNodeIndex* pSttIdx = pHdFtFmt->GetCntnt().GetCntntIdx(); in Read_HdFtText() local
2084 if (!pSttIdx) in Read_HdFtText()
2089 Read_HdFtFtnText(pSttIdx, nStart, nLen - 1, MAN_HDFT); in Read_HdFtText()
H A Dww8par2.cxx390 const SwNodeIndex* pSttIdx = ((SwTxtFtn*)pFN)->GetStartNode(); in End_Ftn() local
391 ASSERT(pSttIdx, "Probleme beim Anlegen des Fussnoten-Textes"); in End_Ftn()
399 Read_HdFtFtnText( pSttIdx, rDesc.mnStartCp, rDesc.mnLen, rDesc.meType); in End_Ftn()
417 rNIdx = pSttIdx->GetIndex() + 1; in End_Ftn()
H A Dww8atr.cxx350 if ( const SwNodeIndex* pSttIdx = rCntnt.GetCntntIdx() ) in CntntContainsChapterField() local
352 SwNodeIndex aIdx( *pSttIdx, 1 ); in CntntContainsChapterField()
353 SwNodeIndex aEnd( *pSttIdx->GetNode().EndOfSectionNode() ); in CntntContainsChapterField()
H A Dww8par.hxx1284 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,