Searched refs:DffRecord (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/writerfilter/source/doctok/ |
H A D | Dff.cxx | 35 DffRecord::DffRecord(WW8Stream & rStream, sal_uInt32 nOffset, in DffRecord() function in writerfilter::doctok::DffRecord 41 DffRecord::DffRecord(WW8StructBase * pParent, sal_uInt32 nOffset, in DffRecord() function in writerfilter::doctok::DffRecord 55 Records_t::iterator DffRecord::end() in end() 63 bool DffRecord::isContainer() const in isContainer() 112 void DffRecord::initChildren() in initChildren() 146 void DffRecord::findRecords in findRecords() 223 sal_uInt32 DffRecord::getShapeId() in getShapeId() 305 string DffRecord::getType() const in getType() 353 string DffRecord::getName() const in getName() 358 Sprm::Kind DffRecord::getKind() in getKind() [all …]
|
H A D | Dff.hxx | 38 class DffRecord : public WW8StructBase, public writerfilter::Reference<Properties>, class 43 typedef boost::shared_ptr<DffRecord> Pointer_t; 53 DffRecord(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount); 54 DffRecord(WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount); 55 virtual ~DffRecord() {} in ~DffRecord() 64 virtual DffRecord * clone() const { return new DffRecord(*this); } in clone() 102 typedef vector<DffRecord::Pointer_t> Records_t; 129 DffRecord::Pointer_t getShape(sal_uInt32 nSpid); 130 DffRecord::Pointer_t getBlip(sal_uInt32 nBlip); 140 DffRecord * [all …]
|
H A D | DffImpl.cxx | 361 DffRecord * pRecord = createDffRecord(this, nOffset); in get_blip() 374 DffRecord * pRecord = in get_blip()
|
H A D | WW8DocumentImpl.cxx | 1245 DffRecord::Pointer_t pShape = mpDffBlock->getShape(nSpid); in getShape() 1271 DffRecord::Pointer_t pDffRecord(mpDffBlock->getBlip(nBid)); in getBlip()
|
Completed in 35 milliseconds