Home
last modified time | relevance | path

Searched refs:aGluePoint (Results 1 – 7 of 7) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx473 SdrGluePoint aGluePoint; in SolveSolver() local
579 aGluePoint.SetPos( Point( (sal_Int32)fXRel, (sal_Int32)fYRel ) ); in SolveSolver()
580 aGluePoint.SetPercent( sal_True ); in SolveSolver()
581 aGluePoint.SetAlign( SDRVERTALIGN_TOP | SDRHORZALIGN_LEFT ); in SolveSolver()
582 aGluePoint.SetEscDir( SDRESC_SMART ); in SolveSolver()
583 nId = (sal_Int32)((*pList)[ pList->Insert( aGluePoint ) ].GetId() + 3 ); in SolveSolver()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DGluePointDemo.java125 GluePoint2 aGluePoint = new GluePoint2(); in main() local
126 aGluePoint.IsRelative = false; in main()
127 aGluePoint.PositionAlignment = Alignment.CENTER; in main()
128 aGluePoint.Escape = EscapeDirection.SMART; in main()
129 aGluePoint.IsUserDefined = true; in main()
130 aGluePoint.Position.X = 0; in main()
131 aGluePoint.Position.Y = 0; in main()
140 int nIndexOfGluePoint1 = xIdentifierContainer.insert( aGluePoint ); in main()
149 int nIndexOfGluePoint2 = xIdentifierContainer.insert( aGluePoint ); in main()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2246 SdrGluePoint aGluePoint; in ApplyGluePoints() local
2248 aGluePoint.SetPos( GetPoint( seqGluePoints[ i ], sal_True, sal_True ) ); in ApplyGluePoints()
2249 aGluePoint.SetPercent( sal_False ); in ApplyGluePoints()
2258 aGluePoint.SetAlign( SDRVERTALIGN_TOP | SDRHORZALIGN_LEFT ); in ApplyGluePoints()
2259 aGluePoint.SetEscDir( SDRESC_SMART ); in ApplyGluePoints()
2262 /* sal_uInt16 nId = */ pList->Insert( aGluePoint ); in ApplyGluePoints()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx93 SdrGluePoint aGluePoint(rObject.GetVertexGluePoint(i)); in ImplConnectMarkerOverlay() local
94 const Point& rPosition = aGluePoint.GetAbsolutePos(rObject); in ImplConnectMarkerOverlay()
/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx285 struct drawing::GluePoint2 aGluePoint; in replaceByIdentifer() local
300 convert( aGluePoint, rTempPoint ); in replaceByIdentifer()
319 struct drawing::GluePoint2 aGluePoint; in getByIdentifier() local
325 convert( aTempPoint, aGluePoint ); in getByIdentifier()
326 return uno::makeAny( aGluePoint ); in getByIdentifier()
345 convert( rTempPoint, aGluePoint ); in getByIdentifier()
346 return uno::makeAny( aGluePoint ); in getByIdentifier()
501 convert( aTempPoint, aGluePoint ); in getByIndex()
503 aAny <<= aGluePoint; in getByIndex()
514 convert( rTempPoint, aGluePoint ); in getByIndex()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx1211 drawing::GluePoint2 aGluePoint; in ImpExportGluePoints() local
1219 if( (xGluePoints->getByIdentifier( nIdentifier ) >>= aGluePoint) && aGluePoint.IsUserDefined ) in ImpExportGluePoints()
1226 mrExport.GetMM100UnitConverter().convertMeasure(msBuffer, aGluePoint.Position.X); in ImpExportGluePoints()
1229 mrExport.GetMM100UnitConverter().convertMeasure(msBuffer, aGluePoint.Position.Y); in ImpExportGluePoints()
1232 if( !aGluePoint.IsRelative ) in ImpExportGluePoints()
1234 …SvXMLUnitConverter::convertEnum( msBuffer, aGluePoint.PositionAlignment, aXML_GlueAlignment_EnumMa… in ImpExportGluePoints()
1238 if( aGluePoint.Escape != drawing::EscapeDirection_SMART ) in ImpExportGluePoints()
1240 … SvXMLUnitConverter::convertEnum( msBuffer, aGluePoint.Escape, aXML_GlueEscapeDirection_EnumMap ); in ImpExportGluePoints()
H A Dximpshap.cxx272 drawing::GluePoint2 aGluePoint; in addGluePoint() local
273 aGluePoint.IsUserDefined = sal_True; in addGluePoint()
274 aGluePoint.Position.X = 0; in addGluePoint()
275 aGluePoint.Position.Y = 0; in addGluePoint()
276 aGluePoint.Escape = drawing::EscapeDirection_SMART; in addGluePoint()
277 aGluePoint.PositionAlignment = drawing::Alignment_CENTER; in addGluePoint()
278 aGluePoint.IsRelative = sal_True; in addGluePoint()
313 aGluePoint.PositionAlignment = (drawing::Alignment)eKind; in addGluePoint()
314 aGluePoint.IsRelative = sal_False; in addGluePoint()
322 aGluePoint.Escape = (drawing::EscapeDirection)eKind; in addGluePoint()
[all …]

Completed in 78 milliseconds