Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/svdraw/
H A Dsvdoedge.cxx211 if(aEdgeInfo.nObj1Lines >= 2 && n < 3) in ImpSetAttrToEdgeInfo()
217 if(aEdgeInfo.nObj1Lines >= 3 && n < 3) in ImpSetAttrToEdgeInfo()
282 if(aEdgeInfo.nObj1Lines >= 2 && n < 3) in ImpSetEdgeInfoToAttr()
288 if(aEdgeInfo.nObj1Lines >= 3 && n < 3) in ImpSetEdgeInfoToAttr()
867 pInfo->nObj1Lines=1; in ImpCalcEdgeTrack()
909 pInfo->nObj1Lines=2; in ImpCalcEdgeTrack()
1225 pInfo->nObj1Lines=nXP1Anz; if (nXP1Anz>1) pInfo->nObj1Lines--; in ImpCalcEdgeTrack()
1245 if (pInfo->nObj1Lines==pInfo->nObj2Lines) { in ImpCalcEdgeTrack()
1246 pInfo->nObj1Lines++; in ImpCalcEdgeTrack()
1249 if (pInfo->nObj1Lines>pInfo->nObj2Lines) { in ImpCalcEdgeTrack()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsvdoedge.hxx107 sal_uInt16 nObj1Lines; // 1..3 member in SdrEdgeInfoRec
116 nObj1Lines(0), in SdrEdgeInfoRec()