Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/misc/
H A Doutline.cxx1095 sal_uInt16 nWidthRelation; in Paint() local
1098 nWidthRelation = sal_uInt16 (nPageWidth / aSize.Width()); in Paint()
1100 nWidthRelation = nWidthRelation * 2 / 3; in Paint()
1102 nWidthRelation = nWidthRelation / 4; in Paint()
1105 nWidthRelation = 30; // Kapiteldialog in Paint()
1151 nXStart = rFmt.GetAbsLSpace() / nWidthRelation; in Paint()
1165 nWidthRelation ); in Paint()
1182 nYStart, nWidthRelation); in Paint()
1270 nXStart = rFmt.GetAbsLSpace() / nWidthRelation; in Paint()
1276 nWidthRelation ); in Paint()
[all …]
/aoo4110/main/cui/source/tabpages/
H A Dnumpages.cxx2688 sal_uInt16 nWidthRelation; in Paint() local
2691 nWidthRelation = sal_uInt16 (nPageWidth / aSize.Width()); in Paint()
2693 nWidthRelation = nWidthRelation * 2 / 3; in Paint()
2695 nWidthRelation = nWidthRelation / 4; in Paint()
2698 nWidthRelation = 30; // Kapiteldialog in Paint()
2743 nXStart = rFmt.GetAbsLSpace() / nWidthRelation; in Paint()
2744 nTextOffset = rFmt.GetCharTextDistance() / nWidthRelation; in Paint()
2760 nWidthRelation ); in Paint()
2777 nYStart, nWidthRelation) : 0; in Paint()
2881 nXStart = rFmt.GetAbsLSpace() / nWidthRelation; in Paint()
[all …]

Completed in 36 milliseconds