Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx95 #define VIEWOPT_2_PRTFORMAT 0x00800000L macro
476 { return nUIOptions & VIEWOPT_2_PRTFORMAT ? sal_True : sal_False; } in IsPrtFormat()
495 { b ? (nUIOptions |= VIEWOPT_2_PRTFORMAT) : (nUIOptions &= ~VIEWOPT_2_PRTFORMAT); } in SetPrtFormat()

Completed in 20 milliseconds