Searched refs:SetViewBox (Results 1 – 2 of 2) sorted by relevance
143 void SetViewBox( const Rectangle& rViewBox ) { maViewBox = rViewBox; }; in SetViewBox() function in SVGExport
509 mpSVGExport->SetViewBox( Rectangle( Point(nDocX, nDocY), Size( nDocWidth, nDocHeight ) ) ); in implExportDocument()1332 SetViewBox( Rectangle( Point(), Size( aSize.Width() * 100, aSize.Height() * 100 ) ) ); in writeMtf()
Completed in 90 milliseconds