Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx91 #define VIEWOPT_2_GRFKEEPZOOM 0x00040000L macro
472 { return nUIOptions & VIEWOPT_2_GRFKEEPZOOM ? sal_True : sal_False; } in IsGrfKeepZoom()
491 { b ? (nUIOptions |= VIEWOPT_2_GRFKEEPZOOM ) : ( nUIOptions &= ~VIEWOPT_2_GRFKEEPZOOM); } in SetGrfKeepZoom()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx244 VIEWOPT_2_GRFKEEPZOOM | in SwViewOption()

Completed in 17 milliseconds