Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx54 #define VIEWOPT_1_POSTITS 0x00004000L macro
259 { return (nCoreOptions & VIEWOPT_1_POSTITS) ? sal_True : sal_False; } in IsPostIts()
261 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_POSTITS ) : ( nCoreOptions &= ~VIEWOPT_1_POSTITS); } in SetPostIts()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx235 VIEWOPT_1_POSTITS; in SwViewOption()

Completed in 24 milliseconds