Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx90 #define VIEWOPT_2_KEEPASPECTRATIO 0x00020000L macro
470 { return nUIOptions & VIEWOPT_2_KEEPASPECTRATIO ? sal_True : sal_False; } in IsKeepRatio()
489 { b ? (nUIOptions |= VIEWOPT_2_KEEPASPECTRATIO ) : ( nUIOptions &= ~VIEWOPT_2_KEEPASPECTRATIO); } in SetKeepRatio()

Completed in 23 milliseconds