Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx88 #define VIEWOPT_2_ANY_RULER 0x00008000L macro
508 sal_Bool IsViewAnyRuler() const {return 0 != (nUIOptions & VIEWOPT_2_ANY_RULER);} in IsViewAnyRuler()
510 … { bSet ? (nUIOptions |= VIEWOPT_2_ANY_RULER) : (nUIOptions &= ~VIEWOPT_2_ANY_RULER);} in SetViewAnyRuler()
517 … (nUIOptions & (VIEWOPT_2_ANY_RULER|VIEWOPT_2_H_RULER)) == (VIEWOPT_2_ANY_RULER|VIEWOPT_2_H_RULER) in IsViewHRuler()
531 … (VIEWOPT_2_ANY_RULER|VIEWOPT_2_V_RULER)) == (VIEWOPT_2_ANY_RULER|VIEWOPT_2_V_RULER) in IsViewVRuler()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx245 VIEWOPT_2_ANY_RULER; in SwViewOption()

Completed in 30 milliseconds