Home
last modified time | relevance | path

Searched refs:bAutoVertex (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/inc/svx/
H A Dsvdoedge.hxx64 unsigned bAutoVertex : 1; // AutoConnector am Scheitelpunkt nCon member in SdrObjConnection
76 inline void SetAutoVertex( sal_Bool rB ) { bAutoVertex = rB; }; in SetAutoVertex()
81 inline sal_Bool IsAutoVertex() const { return bAutoVertex; }; in IsAutoVertex()
/aoo41x/main/svx/source/svdraw/
H A Dsvdoedge.cxx71 bAutoVertex=sal_False; in ResetVars()
79 if (bAutoVertex) { in TakeGluePoint()
798 if (bAuto1) rCon1.bAutoVertex=sal_True; in ImpCalcEdgeTrack()
799 if (bAuto2) rCon2.bAutoVertex=sal_True; in ImpCalcEdgeTrack()
2187 aTestCon.bAutoVertex=bVertex; in ImpFindConnector()

Completed in 31 milliseconds