Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx2067 const SwNodeIndex* pStartIndex = ((SwTxtFtn*)pFN)->GetStartNode(); in BeginFootnote() local
2068 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() local
2098 if (!pStartIndex) in BeginHeader()
2102 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginHeader()
2114 const SwNodeIndex* pStartIndex = pHdFtFmt->GetCntnt().GetCntntIdx(); in BeginFooter() local
2115 if (!pStartIndex) in BeginFooter()
2119 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginFooter()

Completed in 36 milliseconds