Searched refs:aGluePoint (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 285 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 …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | GluePointDemo.java | 125 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()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 1211 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 D | ximpshap.cxx | 272 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 …]
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 2246 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdcrtv.cxx | 93 SdrGluePoint aGluePoint(rObject.GetVertexGluePoint(i)); in ImplConnectMarkerOverlay() local 94 const Point& rPosition = aGluePoint.GetAbsolutePos(rObject); in ImplConnectMarkerOverlay()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 473 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()
|
Completed in 146 milliseconds