Searched refs:VIEWOPT_2_PRTFORMAT (Results 1 – 1 of 1) sorted by relevance
95 #define VIEWOPT_2_PRTFORMAT 0x00800000L macro476 { 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 24 milliseconds