Searched refs:VIEWOPT_1_GRAPHIC (Results 1 – 2 of 2) sorted by relevance
57 #define VIEWOPT_1_GRAPHIC 0x00020000L macro281 { return nCoreOptions & VIEWOPT_1_GRAPHIC ? sal_True : sal_False; } in IsGraphic()283 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRAPHIC ) : ( nCoreOptions &= ~VIEWOPT_1_GRAPHIC); } in SetGraphic()
230 VIEWOPT_1_GRAPHIC | in SwViewOption()
Completed in 20 milliseconds