Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx57 #define VIEWOPT_1_GRAPHIC 0x00020000L macro
281 { return nCoreOptions & VIEWOPT_1_GRAPHIC ? sal_True : sal_False; } in IsGraphic()
283 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRAPHIC ) : ( nCoreOptions &= ~VIEWOPT_1_GRAPHIC); } in SetGraphic()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx230 VIEWOPT_1_GRAPHIC | in SwViewOption()

Completed in 20 milliseconds