Home
last modified time | relevance | path

Searched refs:SwWW8WrGrf (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx517 void SwWW8WrGrf::Insert(const sw::Frame &rFly) in Insert()
525 void SwWW8WrGrf::WritePICFHeader(SvStream& rStrm, const sw::Frame &rFly, in WritePICFHeader()
688 void SwWW8WrGrf::WriteGrfFromGrfNode(SvStream& rStrm, const SwGrfNode &rGrfNd, in WriteGrfFromGrfNode()
767 void SwWW8WrGrf::WritePICBulletFHeader(SvStream& rStrm, const Graphic &rGrf, in WritePICBulletFHeader()
858 void SwWW8WrGrf::WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uInt16 nWidth, sal_uI… in WriteGrfForBullet()
896 void SwWW8WrGrf::WriteGraphicNode(SvStream& rStrm, const GraphicDetails &rItem) in WriteGraphicNode()
1040 void SwWW8WrGrf::Write() in Write()
H A Dwrtww8.hxx100 class SwWW8WrGrf;
525 SwWW8WrGrf* pGrf;
1364 class SwWW8WrGrf class
1385 SwWW8WrGrf(const SwWW8WrGrf&);
1386 SwWW8WrGrf& operator=(const SwWW8WrGrf&);
1388 SwWW8WrGrf( WW8Export& rW ) : rWrt( rW ), mnIdx( 0 ) {} in SwWW8WrGrf() function in SwWW8WrGrf
H A Dwrtww8.cxx139 void Write( SvStream& rStrm, SwWW8WrGrf& rGrf );
1164 void WW8_WrFkp::Write( SvStream& rStrm, SwWW8WrGrf& rGrf ) in Write()
3302 pGrf = new SwWW8WrGrf( *this ); in ExportDocument_Impl()