Searched refs:bEndActive (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrlinestartendattribute.cxx | 58 bool bEndActive, in ImpSdrLineStartEndAttribute() argument 67 mbEndActive(bEndActive), in ImpSdrLineStartEndAttribute() 125 bool bEndActive, in SdrLineStartEndAttribute() argument 129 …artPolyPolygon, rEndPolyPolygon, fStartWidth, fEndWidth, bStartActive, bEndActive, bStartCentered,… in SdrLineStartEndAttribute()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 281 bool bEndActive(false); in createNewSdrLineStartEndAttribute() local 325 bEndActive = true; in createNewSdrLineStartEndAttribute() 331 if(bStartActive || bEndActive) in createNewSdrLineStartEndAttribute() 335 bStartActive, bEndActive, bStartCentered, bEndCentered); in createNewSdrLineStartEndAttribute()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrlinestartendattribute.hxx | 56 bool bEndActive,
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 3390 const bool bEndActive(!fTools::equalZero(fEnd)); in createEdgesOfGivenLength() local 3412 if(bEndActive) in createEdgesOfGivenLength() 3427 if(bEndActive && fTools::more(fAbsolutePosition, fEnd)) in createEdgesOfGivenLength()
|
Completed in 110 milliseconds