Home
last modified time | relevance | path

Searched refs:aShapeRectHmm (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx726 awt::Rectangle aShapeRectHmm( in createAndInsert() local
744 …ceName = finalizeServiceName( rFilterBase, "com.sun.star.presentation.MediaShape", aShapeRectHmm ); in createAndInsert()
749 aServiceName = finalizeServiceName( rFilterBase, rServiceName, aShapeRectHmm ); in createAndInsert()
1366 sal_Int32 nXMargin = (aShapeRectHmm.Width - aBitmapSize.Width) / 2; in createAndInsert()
1367 sal_Int32 nYMargin = (aShapeRectHmm.Height - aBitmapSize.Height) / 2; in createAndInsert()
1387 mxShape->setPosition(awt::Point(aShapeRectHmm.X, aShapeRectHmm.Y)); in createAndInsert()
1388 mxShape->setSize(awt::Size(aShapeRectHmm.Width, aShapeRectHmm.Height)); in createAndInsert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx689 …awt::Rectangle aShapeRectHmm( maPosition.X / EMU_PER_HMM, maPosition.Y / EMU_PER_HMM, maSize.Width… in createAndInsert() local
703 …ceName = finalizeServiceName( rFilterBase, "com.sun.star.presentation.MediaShape", aShapeRectHmm ); in createAndInsert()
708 aServiceName = finalizeServiceName( rFilterBase, rServiceName, aShapeRectHmm ); in createAndInsert()
1247 mxShape->setPosition(awt::Point(aShapeRectHmm.X, aShapeRectHmm.Y)); in createAndInsert()
1248 mxShape->setSize(awt::Size(aShapeRectHmm.Width, aShapeRectHmm.Height)); in createAndInsert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx319 Rectangle aShapeRectHmm( in onEndElement() local
322 extendShapeBoundingBox( aShapeRectHmm ); in onEndElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx286 Rectangle aShapeRectHmm( in onEndElement() local
289 extendShapeBoundingBox( aShapeRectHmm ); in onEndElement()