Searched refs:pStartIndex (Results 1 – 1 of 1) sorted by relevance
2067 const SwNodeIndex* pStartIndex = ((SwTxtFtn*)pFN)->GetStartNode(); in BeginFootnote() local2068 ASSERT(pStartIndex, "Probleme beim Anlegen des Fussnoten-Textes"); in BeginFootnote()2069 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginFootnote()2097 const SwNodeIndex* pStartIndex = pHdFtFmt->GetCntnt().GetCntntIdx(); in BeginHeader() local2098 if (!pStartIndex) in BeginHeader()2102 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginHeader()2114 const SwNodeIndex* pStartIndex = pHdFtFmt->GetCntnt().GetCntntIdx(); in BeginFooter() local2115 if (!pStartIndex) in BeginFooter()2119 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginFooter()
Completed in 70 milliseconds