Home
last modified time | relevance | path

Searched refs:RULER_STYLE_INVISIBLE (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/control/ !
H A Druler.cxx552 … if ( (mpData->nMargin1Style & RULER_STYLE_INVISIBLE) || (mpData->nMargin1 != 0) ) in ImplDrawTicks()
730 if ( mpData->pBorders[i].nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawBorders()
851 if ( nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawIndent()
941 if ( mpData->pIndents[j].nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawIndents()
1026 if ( nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawRulerTab()
1104 if ( nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawTab()
1124 if ( mpData->pTabs[i].nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawTabs()
1287 if ( !(mpData->nMargin1Style & RULER_STYLE_INVISIBLE) ) in ImplFormat()
1304 if ( !(mpData->nMargin2Style & RULER_STYLE_INVISIBLE) ) in ImplFormat()
1683 if ( !(nStyle & RULER_STYLE_INVISIBLE) ) in ImplHitTest()
[all …]
/trunk/main/svx/source/dialog/ !
H A Dsvxruler.cxx865 pBorders[i].nStyle |= RULER_STYLE_INVISIBLE; in UpdateColumns()
970 pIndents[INDENT_FIRST_LINE].nStyle |= RULER_STYLE_INVISIBLE; in UpdatePara()
972 pIndents[INDENT_FIRST_LINE].nStyle &= ~RULER_STYLE_INVISIBLE; in UpdatePara()
1006 …ndents[INDENT_LEFT_BORDER].nStyle = pIndents[INDENT_RIGHT_BORDER].nStyle &= ~RULER_STYLE_INVISIBLE; in UpdatePara()
1009 …Indents[INDENT_LEFT_BORDER].nStyle = pIndents[INDENT_RIGHT_BORDER].nStyle |= RULER_STYLE_INVISIBLE; in UpdatePara()
1936 pTabs[nIdx].nStyle |= RULER_STYLE_INVISIBLE; in DragTabs()
1938 pTabs[nIdx].nStyle &= ~RULER_STYLE_INVISIBLE; in DragTabs()
1954 pTabs[i].nStyle |= RULER_STYLE_INVISIBLE; in DragTabs()
1956 pTabs[i].nStyle &= ~RULER_STYLE_INVISIBLE; in DragTabs()
1963 pTabs[nIdx].nStyle |= RULER_STYLE_INVISIBLE; in DragTabs()
[all …]
/trunk/main/svtools/inc/svtools/ !
H A Druler.hxx556 #define RULER_STYLE_INVISIBLE ((sal_uInt16)0x2000) macro
822 void SetMargin1() { SetMargin1( 0, RULER_STYLE_INVISIBLE ); } in SetMargin1()
826 void SetMargin2() { SetMargin2( 0, RULER_STYLE_INVISIBLE ); } in SetMargin2()