Home
last modified time | relevance | path

Searched refs:aChp (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx1014 sal_Bool Ww1FkpChp::Fill(sal_uInt16 nIndex, W1_CHP& aChp) in Fill() argument
1017 memset(&aChp, 0, sizeof(aChp)); // Default, da verkuerzt gespeichert in Fill()
1025 DBG_ASSERT(nCountBytes <= sizeof(aChp), "calc error"); in Fill()
1026 memcpy(&aChp, aFkp+nOffset, nCountBytes); in Fill()
1219 ulDocSeek(0), pSeek(&ulDocSeek), aFld(aFib), pFld(&aFld), aChp(aFib), in Ww1Manager()
1228 && !aChp.GetError() in Ww1Manager()
H A Dw1class.hxx1595 Ww1Chp aChp; member in Ww1Manager
H A Dw1filter.cxx145 aChp.Stop(rOut, *this, cUnknown); in OutStop()
160 aChp.Start(rOut, *this); in OutStart()
176 if (ulEnd > aChp.Where()) // naechster Chp vorher? in OutStart()
177 ulEnd = aChp.Where(); in OutStart()
278 aChp.Push(ulSeek); in Push0()
293 aChp.Push(ulSeek + ulSeek2); in Push1()
306 aChp.Pop(); in Pop()

Completed in 35 milliseconds