Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dsvxruler.cxx59 #define INDENT_GAP 2 macro
235 mpIndents.resize(5 + INDENT_GAP); in SvxRuler()
561 long nIndex = aSelection.nAryPos + INDENT_GAP; in MouseMove()
862 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in UpdatePara()
1474 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in DragMargin2()
1484 const sal_uInt16 nIndex = GetDragAryPos() + INDENT_GAP; in DragIndents()
1507 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in DragIndents()
1671 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in UpdateParaContents_Impl()
2934 case INDENT_FIRST_LINE - INDENT_GAP: in CalcMinMax()
2935 case INDENT_LEFT_MARGIN - INDENT_GAP: in CalcMinMax()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dsvxruler.cxx54 #define INDENT_GAP 2 macro
230 mpIndents.resize(5 + INDENT_GAP); in SvxRuler()
556 tools::Long nIndex = aSelection.nAryPos + INDENT_GAP; in MouseMove()
857 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in UpdatePara()
1469 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in DragMargin2()
1479 const sal_uInt16 nIndex = GetDragAryPos() + INDENT_GAP; in DragIndents()
1502 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in DragIndents()
1666 SetIndents(INDENT_COUNT, mpIndents.data() + INDENT_GAP); in UpdateParaContents_Impl()
2929 case INDENT_FIRST_LINE - INDENT_GAP: in CalcMinMax()
2930 case INDENT_LEFT_MARGIN - INDENT_GAP: in CalcMinMax()
[all …]