Home
last modified time | relevance | path

Searched refs:pRefPoint (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx221 …star::beans::XPropertySet >& xPropSet, sal_Int32 nFeatures, com::sun::star::awt::Point* pRefPoint);
232 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
235 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
236 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
245 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
247 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
248 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
252 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
253 …Type eShapeType, sal_Int32 nFeatures = SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL );
266 com::sun::star::awt::Point* pRefPoint = NULL,
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx130 if(pRefPoint) in ImpExportNewTrans_DecomposeAndRefPoint()
132 rTRTranslate -= ::basegfx::B2DTuple(pRefPoint->X, pRefPoint->Y); in ImpExportNewTrans_DecomposeAndRefPoint()
656 pRefPoint = &aUpperLeft;
1095 awt::Point* pRefPoint ) argument
1353 if( pRefPoint )
1355 aStart.X -= pRefPoint->X;
1357 aEnd.X -= pRefPoint->X;
1358 aEnd.Y -= pRefPoint->Y;
1509 if( pRefPoint )
1513 aEnd.X -= pRefPoint->X;
[all …]
H A Dshapeexport.cxx534 com::sun::star::awt::Point* pRefPoint /* = NULL */, in exportShape() argument
765 ImpExportLineShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
828 ImpExportOLE2Shape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
835 ImpExportTableShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
843 ImpExportPageShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
871 ImpExportGroupShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
877 ImpExportFrameShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
883 ImpExportAppletShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
889 ImpExportPluginShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
905 ImpExportMediaShape( xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint ); in exportShape()
[all …]
H A Dshapeexport3.cxx59 …no::Reference< drawing::XShape >& xShape, XmlShapeType, sal_Int32 nFeatures, awt::Point* pRefPoint) in ImpExport3DSceneShape() argument
69 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint); in ImpExport3DSceneShape()
93 pRefPoint = &aUpperLeft; in ImpExport3DSceneShape()
97 exportShapes( xShapes, nFeatures, pRefPoint ); in ImpExport3DSceneShape()
H A Dshapeexport4.cxx1056 XmlShapeType, sal_Int32 nFeatures, com::sun::star::awt::Point* pRefPoint ) in ImpExportCustomShape() argument
1065 ImpExportNewTrans( xPropSet, nFeatures, pRefPoint ); in ImpExportCustomShape()
1094 …pe >& xShape, XmlShapeType eShapeType, sal_Int32 nFeatures, com::sun::star::awt::Point* pRefPoint ) in ImpExportTableShape() argument
1103 ImpExportNewTrans(xPropSet, nFeatures, pRefPoint); in ImpExportTableShape()

Completed in 48 milliseconds