Searched refs:aChp (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1class.cxx | 1014 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 D | w1filter.cxx | 145 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()
|
H A D | w1class.hxx | 1595 Ww1Chp aChp; member in Ww1Manager
|
Completed in 24 milliseconds