Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Dviewopt.hxx215 (b != 0) ? (nCoreOptions |= VIEWOPT_1_TAB ) : ( nCoreOptions &= ~VIEWOPT_1_TAB); } in SetTab()
222 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_BLANK ) : ( nCoreOptions &= ~VIEWOPT_1_BLANK); } in SetBlank()
227 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_HARDBLANK ) : ( nCoreOptions &= ~VIEWOPT_1_HARDBLANK); } in SetHardBlank()
252 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOFTHYPH ) : ( nCoreOptions &= ~VIEWOPT_1_SOFTHYPH); } in SetSoftHyph()
256 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLDNAME ) : ( nCoreOptions &= ~VIEWOPT_1_FLDNAME); } in SetFldName()
261 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_POSTITS ) : ( nCoreOptions &= ~VIEWOPT_1_POSTITS); } in SetPostIts()
283 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRAPHIC ) : ( nCoreOptions &= ~VIEWOPT_1_GRAPHIC); } in SetGraphic()
303 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_TABLE ) : ( nCoreOptions &= ~VIEWOPT_1_TABLE); } in SetTable()
308 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_DRAW ) : ( nCoreOptions &= ~VIEWOPT_1_DRAW); } in SetDraw()
313 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_CONTROL ) : ( nCoreOptions &= ~VIEWOPT_1_CONTROL); } in SetControl()
[all …]
/aoo41x/main/sw/source/ui/config/
H A Dviewopt.cxx99 return nCoreOptions == rOpt.nCoreOptions in IsEqualFlags()
226 nCoreOptions = in SwViewOption()
283 nCoreOptions = rVOpt.nCoreOptions ; in SwViewOption()
325 nCoreOptions = rVOpt.nCoreOptions; in operator =()

Completed in 29 milliseconds