Lines Matching refs:aViewBox
732 com::sun::star::awt::Rectangle aViewBox; in MergeDefaultAttributes() local
733 if ( !pViewBox || !(*pViewBox >>= aViewBox ) ) in MergeDefaultAttributes()
737 aViewBox.X = 0; in MergeDefaultAttributes()
738 aViewBox.Y = 0; in MergeDefaultAttributes()
739 aViewBox.Width = pDefCustomShape->nCoordWidth; in MergeDefaultAttributes()
740 aViewBox.Height= pDefCustomShape->nCoordHeight; in MergeDefaultAttributes()
742 aPropVal.Value <<= aViewBox; in MergeDefaultAttributes()
1173 com::sun::star::awt::Rectangle aViewBox; in IsDefaultGeometry() local
1174 if ( pViewBox && ( *pViewBox >>= aViewBox ) ) in IsDefaultGeometry()
1176 if ( ( aViewBox.Width == pDefCustomShape->nCoordWidth ) in IsDefaultGeometry()
1177 && ( aViewBox.Height == pDefCustomShape->nCoordHeight ) ) in IsDefaultGeometry()