Lines Matching refs:aViewBox
1400 const SdXMLImExViewBox aViewBox(maViewBox, GetImport().GetMM100UnitConverter()); in StartElement() local
1401 basegfx::B2DVector aSize(aViewBox.GetWidth(), aViewBox.GetHeight()); in StartElement()
1417 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1418 … aViewBox.GetX() + aViewBox.GetWidth(), aViewBox.GetY() + aViewBox.GetHeight()); in StartElement()
1420 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1421 aViewBox.GetX() + aSize.getX(), aViewBox.GetY() + aSize.getY()); in StartElement()
1501 const SdXMLImExViewBox aViewBox(maViewBox, GetImport().GetMM100UnitConverter()); in StartElement() local
1502 basegfx::B2DVector aSize(aViewBox.GetWidth(), aViewBox.GetHeight()); in StartElement()
1518 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1519 aViewBox.GetX() + aViewBox.GetWidth(), aViewBox.GetY() + aViewBox.GetHeight()); in StartElement()
1521 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1522 aViewBox.GetX() + aSize.getX(), aViewBox.GetY() + aSize.getY()); in StartElement()