Lines Matching refs:pIndents

351   pIndents(0),  in SvxRuler()
408 pIndents = new RulerIndent[5+INDENT_GAP]; in SvxRuler()
409 memset(pIndents, 0, sizeof(RulerIndent)*(3+INDENT_GAP)); in SvxRuler()
410 pIndents[0].nStyle = RULER_STYLE_DONTKNOW; in SvxRuler()
411 pIndents[1].nStyle = RULER_STYLE_DONTKNOW; in SvxRuler()
412 pIndents[INDENT_FIRST_LINE].nStyle = RULER_INDENT_TOP; in SvxRuler()
413 pIndents[INDENT_LEFT_MARGIN].nStyle = RULER_INDENT_BOTTOM; in SvxRuler()
414 pIndents[INDENT_RIGHT_MARGIN].nStyle = RULER_INDENT_BOTTOM; in SvxRuler()
415 pIndents[INDENT_LEFT_BORDER].nStyle = RULER_INDENT_BORDER; in SvxRuler()
416 pIndents[INDENT_RIGHT_BORDER].nStyle = RULER_INDENT_BORDER; in SvxRuler()
418 pIndents[nIn].nPos = 0; in SvxRuler()
484 delete[] pIndents; in ~SvxRuler()
957 pIndents[INDENT_FIRST_LINE].nPos = in UpdatePara()
963 pIndents[INDENT_FIRST_LINE].nPos = in UpdatePara()
970 pIndents[INDENT_FIRST_LINE].nStyle |= RULER_STYLE_INVISIBLE; in UpdatePara()
972 pIndents[INDENT_FIRST_LINE].nStyle &= ~RULER_STYLE_INVISIBLE; in UpdatePara()
977 pIndents[INDENT_LEFT_MARGIN].nPos = in UpdatePara()
982 pIndents[INDENT_RIGHT_MARGIN].nPos = in UpdatePara()
990 pIndents[INDENT_LEFT_MARGIN].nPos = in UpdatePara()
995 pIndents[INDENT_RIGHT_MARGIN].nPos = in UpdatePara()
1002 pIndents[INDENT_LEFT_BORDER].nPos = in UpdatePara()
1004 pIndents[INDENT_RIGHT_BORDER].nPos = in UpdatePara()
1006pIndents[INDENT_LEFT_BORDER].nStyle = pIndents[INDENT_RIGHT_BORDER].nStyle &= ~RULER_STYLE_INVISIB… in UpdatePara()
1009pIndents[INDENT_LEFT_BORDER].nStyle = pIndents[INDENT_RIGHT_BORDER].nStyle |= RULER_STYLE_INVISIBL… in UpdatePara()
1011 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in UpdatePara()
1015 if(pIndents) in UpdatePara()
1017 pIndents[INDENT_FIRST_LINE].nPos = in UpdatePara()
1018 pIndents[INDENT_LEFT_MARGIN].nPos = in UpdatePara()
1019 pIndents[INDENT_RIGHT_MARGIN].nPos = 0; in UpdatePara()
1493 return pParaItem? pIndents[INDENT_FIRST_LINE].nPos: GetMargin1(); in GetFirstLineIndent()
1506 return pParaItem? pIndents[INDENT_LEFT_MARGIN].nPos: GetMargin1(); in GetLeftIndent()
1520 return pParaItem? pIndents[INDENT_RIGHT_MARGIN].nPos: GetMargin2(); in GetRightIndent()
1699 pIndents[INDENT_RIGHT_MARGIN].nPos -= _lDiff; in AdjustMargin1()
1700 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in AdjustMargin1()
1718 pIndents[INDENT_RIGHT_MARGIN].nPos -= _lDiff; in AdjustMargin1()
1719 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in AdjustMargin1()
1726 pIndents[INDENT_FIRST_LINE].nPos -= _lDiff; in AdjustMargin1()
1727 pIndents[INDENT_LEFT_MARGIN].nPos -= _lDiff; in AdjustMargin1()
1728 pIndents[INDENT_RIGHT_MARGIN].nPos -= _lDiff; in AdjustMargin1()
1729 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in AdjustMargin1()
1752 pIndents[INDENT_FIRST_LINE].nPos += _lDiff; in AdjustMargin1()
1753 pIndents[INDENT_LEFT_MARGIN].nPos += _lDiff; in AdjustMargin1()
1754 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in AdjustMargin1()
1767 pIndents[INDENT_FIRST_LINE].nPos += _lDiff; in AdjustMargin1()
1768 pIndents[INDENT_LEFT_MARGIN].nPos += _lDiff; in AdjustMargin1()
1769 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in AdjustMargin1()
1776 pIndents[INDENT_FIRST_LINE].nPos += _lDiff; in AdjustMargin1()
1777 pIndents[INDENT_LEFT_MARGIN].nPos += _lDiff; in AdjustMargin1()
1778 pIndents[INDENT_RIGHT_MARGIN].nPos += _lDiff; in AdjustMargin1()
1779 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in AdjustMargin1()
1820 pIndents[INDENT_FIRST_LINE].nPos += lDiff; in DragMargin2()
1821 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in DragMargin2()
1836 const long lDiff = pIndents[nIdx].nPos - lDragPos; in DragIndents()
1842 pIndents[INDENT_FIRST_LINE].nPos -= lDiff; in DragIndents()
1844 pIndents[nIdx].nPos = lDragPos; in DragIndents()
1846 SetIndents(INDENT_COUNT, pIndents + INDENT_GAP); in DragIndents()
2029 pIndents[INDENT_RIGHT_MARGIN].nPos += l; in UpdateParaContents_Impl()
2032 pIndents[INDENT_RIGHT_MARGIN].nPos += l; in UpdateParaContents_Impl()
2036 pIndents[INDENT_FIRST_LINE].nPos += l; in UpdateParaContents_Impl()
2037 pIndents[INDENT_LEFT_MARGIN].nPos += l; in UpdateParaContents_Impl()
2047 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in UpdateParaContents_Impl()
2261 nDragSize != RULER_DRAGSIZE_2 && pIndents && in DragBorders()
2268 nDragSize != RULER_DRAGSIZE_1 && pIndents) in DragBorders()
2377 pIndents[INDENT_LEFT_MARGIN].nPos- in ApplyIndents()
2385 ConvertHPosLogic(pIndents[INDENT_LEFT_MARGIN].nPos), in ApplyIndents()
2395 ConvertHPosLogic(pIndents[INDENT_FIRST_LINE].nPos ) - in ApplyIndents()
2402 ConvertHPosLogic(pIndents[INDENT_FIRST_LINE].nPos - in ApplyIndents()
2403 pIndents[INDENT_LEFT_MARGIN].nPos) - in ApplyIndents()
2431 long nRightMargin = pIndents[INDENT_RIGHT_MARGIN].nPos; in ApplyIndents()
2441 pIndents[INDENT_RIGHT_MARGIN].nPos) - in ApplyIndents()
2453 pIndents[INDENT_RIGHT_MARGIN].nPos) - GetLeftFrameMargin() + in ApplyIndents()
2461 pIndents[INDENT_RIGHT_MARGIN].nPos) - in ApplyIndents()
3503 pIndents[0] = pIndents[INDENT_FIRST_LINE]; in StartDrag()
3504 pIndents[0].nStyle |= RULER_STYLE_DONTKNOW; in StartDrag()
3509 pIndents[1] = pIndents[GetDragAryPos()+INDENT_GAP]; in StartDrag()
3510 pIndents[1].nStyle |= RULER_STYLE_DONTKNOW; in StartDrag()
3620 SetIndents(INDENT_COUNT, pIndents+INDENT_GAP); in EndDrag()