Lines Matching refs:aViewBox
603 com::sun::star::awt::Rectangle aViewBox; in ApplyShapeAttributes() local
604 if ( pViewBox && (*pViewBox >>= aViewBox ) ) in ApplyShapeAttributes()
606 nCoordLeft = aViewBox.X; in ApplyShapeAttributes()
607 nCoordTop = aViewBox.Y; in ApplyShapeAttributes()
608 nCoordWidth = labs( aViewBox.Width ); in ApplyShapeAttributes()
609 nCoordHeight= labs( aViewBox.Height); in ApplyShapeAttributes()
1601 com::sun::star::awt::Rectangle aViewBox; in CreateSubPath() local
1602 if ( pViewBox && (*pViewBox >>= aViewBox ) ) in CreateSubPath()
1604 aViewBox.Width = pDefCustomShape->nCoordWidth; in CreateSubPath()
1605 aViewBox.Height = pDefCustomShape->nCoordHeight; in CreateSubPath()
1609 aPropVal.Value <<= aViewBox; in CreateSubPath()