Home
last modified time | relevance | path

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

/aoo4110/main/sw/inc/
H A Dviewopt.hxx59 #define VIEWOPT_1_DRAW 0x00080000L macro
306 { return nCoreOptions & VIEWOPT_1_DRAW ? sal_True : sal_False; } in IsDraw()
308 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_DRAW ) : ( nCoreOptions &= ~VIEWOPT_1_DRAW); } in SetDraw()
/aoo4110/main/sw/source/ui/config/
H A Dviewopt.cxx232 VIEWOPT_1_DRAW | in SwViewOption()

Completed in 25 milliseconds