Lines Matching refs:nCoreOptions
142 sal_uInt32 nCoreOptions; // Bits fuer die ViewShell member in SwViewOption
193 inline sal_uInt32 GetCoreOptions() const {return nCoreOptions;} in GetCoreOptions()
211 { return !bReadonly && (nCoreOptions & VIEWOPT_1_TAB) && in IsTab()
212 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsTab()
215 (b != 0) ? (nCoreOptions |= VIEWOPT_1_TAB ) : ( nCoreOptions &= ~VIEWOPT_1_TAB); } in SetTab()
218 { return !bReadonly && (nCoreOptions & VIEWOPT_1_BLANK) && in IsBlank()
219 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsBlank()
222 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_BLANK ) : ( nCoreOptions &= ~VIEWOPT_1_BLANK); } in SetBlank()
225 { return !bReadonly && nCoreOptions & VIEWOPT_1_HARDBLANK ? sal_True : sal_False; } in IsHardBlank()
227 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_HARDBLANK ) : ( nCoreOptions &= ~VIEWOPT_1_HARDBLANK); } in SetHardBlank()
230 { return !bReadonly && (nCoreOptions & VIEWOPT_1_PARAGRAPH) && in IsParagraph()
231 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsParagraph()
234 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PARAGRAPH ) : ( nCoreOptions &= ~VIEWOPT_1_PARAGRAPH); } in SetParagraph()
237 { return !bReadonly && (nCoreOptions & VIEWOPT_1_LINEBREAK) && in IsLineBreak()
238 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsLineBreak()
241 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_LINEBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_LINEBREAK); } in SetLineBreak()
244 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PAGEBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_PAGEBREAK); } in SetPageBreak()
247 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_COLUMNBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_COLUMNBREAK);… in SetColumnBreak()
250 { return !bReadonly && (nCoreOptions & VIEWOPT_1_SOFTHYPH) ? sal_True : sal_False; } in IsSoftHyph()
252 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOFTHYPH ) : ( nCoreOptions &= ~VIEWOPT_1_SOFTHYPH); } in SetSoftHyph()
254 …inline sal_Bool IsFldName() const { return !bReadonly && (nCoreOptions & VIEWOPT_1_FLDNAME) ? sa… in IsFldName()
256 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLDNAME ) : ( nCoreOptions &= ~VIEWOPT_1_FLDNAME); } in SetFldName()
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()
267 { return !bReadonly && (nCoreOptions & VIEWOPT_1_CHAR_HIDDEN) && in IsShowHiddenChar()
268 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsShowHiddenChar()
272 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_CHAR_HIDDEN ) : ( nCoreOptions &= ~VIEWOPT_1_CHAR_HIDDEN);… in SetShowHiddenChar()
276 { return !bReadonly && (nCoreOptions & VIEWOPT_1_FLD_HIDDEN) ? sal_True : sal_False; } in IsShowHiddenField()
278 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLD_HIDDEN ) : ( nCoreOptions &= ~VIEWOPT_1_FLD_HIDDEN); } in SetShowHiddenField()
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()
286 { return nCoreOptions & VIEWOPT_1_PAGEBACK ? sal_True : sal_False; } in IsPageBack()
288 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PAGEBACK) : ( nCoreOptions &= ~VIEWOPT_1_PAGEBACK); } in SetPageBack()
291 { return nCoreOptions & VIEWOPT_1_SOLIDMARKHDL ? sal_True : sal_False; } in IsSolidMarkHdl()
293 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOLIDMARKHDL) : ( nCoreOptions &= ~VIEWOPT_1_SOLIDMARKHDL)… in SetSolidMarkHdl()
301 { return nCoreOptions & VIEWOPT_1_TABLE ? sal_True : sal_False; } in IsTable()
303 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_TABLE ) : ( nCoreOptions &= ~VIEWOPT_1_TABLE); } in SetTable()
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()
311 { return nCoreOptions & VIEWOPT_1_CONTROL ? sal_True : sal_False; } in IsControl()
313 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_CONTROL ) : ( nCoreOptions &= ~VIEWOPT_1_CONTROL); } in SetControl()
316 { return nCoreOptions & VIEWOPT_1_SNAP ? sal_True : sal_False; } in IsSnap()
318 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SNAP ) : ( nCoreOptions &= ~VIEWOPT_1_SNAP); } in SetSnap()
324 { return !bReadonly && (nCoreOptions & VIEWOPT_1_GRIDVISIBLE) ? sal_True : sal_False; } in IsGridVisible()
326 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_GRIDVISIBLE ) : ( nCoreOptions &= ~VIEWOPT_1_GRIDVISIBLE);… in SetGridVisible()
329 { return !bReadonly && (nCoreOptions & VIEWOPT_1_ONLINESPELL) ? sal_True : sal_False; } in IsOnlineSpell()
331 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_ONLINESPELL ) : ( nCoreOptions &= ~VIEWOPT_1_ONLINESPELL);… in SetOnlineSpell()
334 { return !bReadonly && (nCoreOptions & VIEWOPT_1_VIEWMETACHARS) ? sal_True : sal_False; } in IsViewMetaChars()
336 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_VIEWMETACHARS ) : ( nCoreOptions &= ~VIEWOPT_1_VIEWMETACHA… in SetViewMetaChars()
339 { return nCoreOptions & VIEWOPT_1_SYNCHRONIZE ? sal_True : sal_False;} in IsSynchronize()
341 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_SYNCHRONIZE ) : ( nCoreOptions &= ~VIEWOPT_1_SYNCHRONIZE);… in SetSynchronize()
344 { return nCoreOptions & VIEWOPT_1_CROSSHAIR ? sal_True : sal_False; } in IsCrossHair()
346 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_CROSSHAIR ) : ( nCoreOptions &= ~VIEWOPT_1_CROSSHAIR); } in SetCrossHair()