Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx30 WW8StructBase::WW8StructBase(const WW8StructBase & rParent, in WW8StructBase() function in writerfilter::doctok::WW8StructBase
41 WW8StructBase & WW8StructBase::Assign(const WW8StructBase & rSrc) in Assign()
54 WW8DocumentImpl * WW8StructBase::getDocument() const in getDocument()
59 sal_uInt8 WW8StructBase::getU8(sal_uInt32 nOffset) const in getU8()
79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble()
85 sal_uInt8 getU8(const WW8StructBase::Sequence & rSeq, in getU8()
91 sal_uInt16 getU16(const WW8StructBase::Sequence & rSeq, in getU16()
137 WW8StructBase *
138 WW8StructBase::getRemainder(sal_uInt32 nOffset) const in getRemainder()
140 WW8StructBase * pResult = NULL; in getRemainder()
[all …]
H A DWW8StructBase.hxx42 class WW8StructBase class
46 typedef boost::shared_ptr<WW8StructBase> Pointer_t;
63 WW8StructBase * mpParent;
76 WW8StructBase(sal_Int32 nLength) in WW8StructBase() function in writerfilter::doctok::WW8StructBase
88 WW8StructBase(WW8Stream & rStream, in WW8StructBase() function in writerfilter::doctok::WW8StructBase
114 WW8StructBase(const WW8StructBase & rParent,
124 WW8StructBase(WW8StructBase * pParent, in WW8StructBase() function in writerfilter::doctok::WW8StructBase
134 virtual ~WW8StructBase() in ~WW8StructBase()
148 virtual WW8StructBase & Assign(const WW8StructBase & rSrc);
274 WW8StructBase * mpStructBase;
[all …]
H A DWW8PropertySetImpl.cxx54 : WW8StructBase(rStream, nOffset, nCount) in WW8PropertyImpl()
58 WW8PropertyImpl::WW8PropertyImpl(const WW8StructBase & rBase, in WW8PropertyImpl()
61 : WW8StructBase(rBase, nOffset, nCount) in WW8PropertyImpl()
65 WW8PropertyImpl::WW8PropertyImpl(WW8StructBase * pBase, in WW8PropertyImpl()
68 : WW8StructBase(pBase, nOffset, nCount) in WW8PropertyImpl()
222 : WW8StructBase(rStream, nOffset, nCount), mbPap(bPap) in WW8PropertySetImpl()
226 WW8PropertySetImpl::WW8PropertySetImpl(const WW8StructBase & rBase, in WW8PropertySetImpl()
230 : WW8StructBase(rBase, nOffset, nCount), mbPap(bPap) in WW8PropertySetImpl()
285 WW8StructBase::dump(o); in dump()
345 WW8StructBase aStruct(*pStream, nOffset, 2); in resolveLocal()
H A DDff.cxx37 : WW8StructBase(rStream, nOffset, nCount), bInitialized(false) in DffRecord()
41 DffRecord::DffRecord(WW8StructBase * pParent, sal_uInt32 nOffset, in DffRecord()
43 : WW8StructBase(pParent, nOffset, nCount), bInitialized(false) in DffRecord()
344 WW8StructBase::Sequence aSeq(mSequence, 0, 8); in toString()
365 : WW8StructBase(rStream, nOffset, nCount), bInitialized(false), in DffBlock()
370 DffBlock::DffBlock(WW8StructBase * pParent, sal_uInt32 nOffset, in DffBlock()
372 : WW8StructBase(pParent, nOffset, nCount), bInitialized(false), in DffBlock()
378 : WW8StructBase(rSrc), writerfilter::Reference<Properties>(rSrc), in DffBlock()
H A DWW8ResourceModelImpl.hxx82 public WW8StructBase
88 WW8BinaryObjReference(WW8StructBase & rParent, sal_uInt32 nOffset,
90 WW8BinaryObjReference(WW8StructBase * pParent, sal_uInt32 nOffset,
92 WW8BinaryObjReference(WW8StructBase * pParent);
95 : WW8StructBase(WW8StructBase::Sequence()) in WW8BinaryObjReference()
H A DWW8ResourceModelImpl.cxx205 (WW8StructBase & rParent, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference()
206 : WW8StructBase(rParent, nOffset, nCount) in WW8BinaryObjReference()
211 (WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference()
212 : WW8StructBase(pParent, nOffset, nCount) in WW8BinaryObjReference()
217 (WW8StructBase * pParent) in WW8BinaryObjReference()
218 : WW8StructBase(pParent, 0x0, pParent->getCount()) in WW8BinaryObjReference()
224 : WW8StructBase(rStream, nOffset, nCount) in WW8BinaryObjReference()
H A DWW8PropertySetImpl.hxx38 class WW8PropertyImpl : public WW8Property, public WW8StructBase
50 WW8PropertyImpl(const WW8StructBase & rBase, sal_uInt32 nOffset,
53 WW8PropertyImpl(WW8StructBase * pBase, sal_uInt32 nOffset,
69 class WW8PropertySetImpl : public WW8PropertySet, public WW8StructBase,
80 WW8PropertySetImpl(const WW8StructBase & rBase, sal_uInt32 nOffset,
H A DPLCF.hxx57 class PLCF : public WW8StructBase
72 : WW8StructBase(nLength), nEntryCount(getEntryCount_()), in PLCF()
79 : WW8StructBase(rStream, nOffset, nCount), in PLCF()
86 : WW8StructBase(rSequence), nEntryCount(getEntryCount_()), in PLCF()
174 WW8StructBase::dump(output_); in dump()
H A DDff.hxx38 class DffRecord : public WW8StructBase, public writerfilter::Reference<Properties>,
54 DffRecord(WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount);
104 class DffBlock : public WW8StructBase,
119 DffBlock(WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount, sal_uInt32 nPadding);
141 createDffRecord(WW8StructBase * pParent, sal_uInt32 nOffset,
H A DWW8Sttbf.cxx32 : WW8StructBase(rStream, nOffset, nCount) in WW8Sttbf()
80 WW8StructBase::Pointer_t WW8Sttbf::getExtraData(sal_uInt32 nPos) in getExtraData()
82 return WW8StructBase::Pointer_t in getExtraData()
83 (new WW8StructBase(*this, getExtraOffset(nPos), mnExtraDataCount)); in getExtraData()
H A DWW8DocumentImpl.cxx326 mpHeaderOffsets = WW8StructBase::Pointer_t in WW8DocumentImpl()
327 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
343 WW8StructBase::Pointer_t pCps in WW8DocumentImpl()
344 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
362 WW8StructBase::Pointer_t pCps in WW8DocumentImpl()
363 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
381 WW8StructBase::Pointer_t pCps in WW8DocumentImpl()
382 (new WW8StructBase(*mpTableStream, in WW8DocumentImpl()
404 WW8StructBase::Pointer_t pEndCps in WW8DocumentImpl()
405 (new WW8StructBase(*mpTableStream, mpFib->get_fcPlcfbkl(), in WW8DocumentImpl()
[all …]
H A DWW8FKP.hxx46 class WW8FKP : public WW8StructBase
61 : WW8StructBase(rStream, nOffset, 512) in WW8FKP()
H A DWW8Clx.cxx33 : WW8StructBase(rStream, nOffset, nCount), nOffsetPieceTable(0) in WW8Clx()
77 WW8StructBase::dump(o); in dump()
H A DDffImpl.cxx352 WW8StructBase aTmp(this, nOffset, 0x8); in get_blip()
371 WW8StructBase aStructBase(*getDocument()->getDocStream(), in get_blip()
401 WW8StructBase aStructBase(*getDocument()->getDocStream(),
H A DWW8Sttbf.hxx44 class WW8Sttbf : public WW8StructBase
97 WW8StructBase::Pointer_t getExtraData(sal_uInt32 nPos);
H A DXNoteHelper.hxx42 WW8StructBase::Pointer_t mpCps;
76 XNoteHelper(WW8StructBase::Pointer_t pCps, in XNoteHelper()
H A DWW8DocumentImpl.hxx78 WW8StructBase::Pointer_t mpEndCps;
121 WW8StructBase::Pointer_t pEndCps, in BookmarkHelper()
305 WW8StructBase::Pointer_t mpHeaderOffsets;
H A DWW8Picture.cxx65 WW8StructBase::Pointer_t pStruct in get_ffdata()
66 (new WW8StructBase(this, get_cbHeader(), in get_ffdata()
H A DWW8FKPImpl.cxx110 WW8StructBase::dump(o); in dump()
174 WW8StructBase::dump(o); in dump()
H A DWW8Clx.hxx43 class WW8Clx : public WW8StructBase
H A DWW8BinTableImpl.hxx53 PageNumber(WW8StructBase::Sequence & rSeq, sal_uInt32 nOffset, in PageNumber()
H A Dmakefile.mk55 $(SLO)$/WW8StructBase.obj \

Completed in 69 milliseconds