Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/svdraw/
H A Dsvdoedge.cxx229 if(aEdgeInfo.nObj2Lines >= 3 && n < 3) in ImpSetAttrToEdgeInfo()
235 if(aEdgeInfo.nObj2Lines >= 2 && n < 3) in ImpSetAttrToEdgeInfo()
300 if(aEdgeInfo.nObj2Lines >= 3 && n < 3) in ImpSetEdgeInfoToAttr()
306 if(aEdgeInfo.nObj2Lines >= 2 && n < 3) in ImpSetEdgeInfoToAttr()
868 pInfo->nObj2Lines=1; in ImpCalcEdgeTrack()
910 pInfo->nObj2Lines=2; in ImpCalcEdgeTrack()
1226 pInfo->nObj2Lines=nXP2Anz; if (nXP2Anz>1) pInfo->nObj2Lines--; in ImpCalcEdgeTrack()
1245 if (pInfo->nObj1Lines==pInfo->nObj2Lines) { in ImpCalcEdgeTrack()
1247 pInfo->nObj2Lines++; in ImpCalcEdgeTrack()
1249 if (pInfo->nObj1Lines>pInfo->nObj2Lines) { in ImpCalcEdgeTrack()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsvdoedge.hxx108 sal_uInt16 nObj2Lines; // 1..3 member in SdrEdgeInfoRec
117 nObj2Lines(0), in SdrEdgeInfoRec()