Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww1/
H A Dfltshell.cxx2070 const SwNodeIndex* pStartIndex = ((SwTxtFtn*)pFN)->GetStartNode(); in BeginFootnote() local
2071 ASSERT(pStartIndex, "Probleme beim Anlegen des Fussnoten-Textes"); in BeginFootnote()
2072 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginFootnote()
2100 const SwNodeIndex* pStartIndex = pHdFtFmt->GetCntnt().GetCntntIdx(); in BeginHeader() local
2101 if (!pStartIndex) in BeginHeader()
2105 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginHeader()
2117 const SwNodeIndex* pStartIndex = pHdFtFmt->GetCntnt().GetCntntIdx(); in BeginFooter() local
2118 if (!pStartIndex) in BeginFooter()
2122 pPaM->GetPoint()->nNode = pStartIndex->GetIndex() + 1; in BeginFooter()

Completed in 48 milliseconds