Searched refs:DffBlock (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/writerfilter/source/doctok/ |
H A D | Dff.cxx | 363 DffBlock::DffBlock(WW8Stream & rStream, sal_uInt32 nOffset, in DffBlock() function in writerfilter::doctok::DffBlock 370 DffBlock::DffBlock(WW8StructBase * pParent, sal_uInt32 nOffset, in DffBlock() function in writerfilter::doctok::DffBlock 377 DffBlock::DffBlock(const DffBlock & rSrc) in DffBlock() function in writerfilter::doctok::DffBlock 383 void DffBlock::initChildren() in initChildren() 414 void DffBlock::findRecords in findRecords() 434 void DffBlock::resolve(Properties & rHandler) in resolve() 445 DffRecord::Pointer_t DffBlock::getShape(sal_uInt32 nSpid) in getShape() 474 DffRecord::Pointer_t DffBlock::getBlip(sal_uInt32 nBlip) in getBlip() 493 Records_t::iterator DffBlock::begin() in begin() 501 Records_t::iterator DffBlock::end() in end() [all …]
|
H A D | Dff.hxx | 36 class DffBlock; 99 friend class DffBlock; 104 class DffBlock : public WW8StructBase, class 116 typedef boost::shared_ptr<DffBlock> Pointer_t; 118 DffBlock(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount, sal_uInt32 nPadding); 119 DffBlock(WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount, sal_uInt32 nPadding); 120 DffBlock(const DffBlock & rSrc); 121 virtual ~DffBlock() {} in ~DffBlock()
|
H A D | WW8DocumentImpl.cxx | 475 mpDffBlock = DffBlock::Pointer_t in WW8DocumentImpl() 476 (new DffBlock(*mpTableStream, mpFib->get_fcDggInfo(), in WW8DocumentImpl() 1716 DffBlock * pTmp = new DffBlock(*mpDffBlock); in resolve()
|
H A D | WW8Picture.cxx | 54 pRet(new DffBlock(this, get_cbHeader(), getCount() - get_cbHeader(), in get_DffRecord()
|
H A D | WW8DocumentImpl.hxx | 351 DffBlock::Pointer_t mpDffBlock;
|
Completed in 34 milliseconds