Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1023 pSavedPos(0), in SwFltShell()
2057 ASSERT(pSavedPos == NULL, "SwFltShell"); in BeginFootnote()
2058 pSavedPos = new SwPosition(*pPaM->GetPoint()); in BeginFootnote()
2076 if(!pSavedPos) in EndFootnote()
2086 delete pSavedPos; in EndFootnote()
2087 pSavedPos = 0; in EndFootnote()
2100 ASSERT(pSavedPos == NULL, "SwFltShell"); in BeginHeader()
2101 pSavedPos = new SwPosition(*pPaM->GetPoint()); in BeginHeader()
2117 ASSERT(pSavedPos == NULL, "SwFltShell"); in BeginFooter()
2127 delete pSavedPos; in EndHeaderFooter()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx480 SwPosition* pSavedPos; // set, when in footnote or header/footer -mode member in SwFltShell

Completed in 26 milliseconds