Lines Matching refs:sal_Bool

121 	static sal_Bool bLstAct;			// sal_True wenn Das EndAction der letzten Shell
147 sal_Bool bDocSizeChgd :1; //Fuer DocChgNotify(): Neue DocGroesse bei
149 sal_Bool bPaintWorks :1; //Normal Painten wenn sal_True,
151 sal_Bool bPaintInProgress :1; //Kein zweifaches Paint durchlassen.
152 sal_Bool bViewLocked :1; //Lockt den sichtbaren Bereich,
154 sal_Bool bInEndAction :1; //Fiese unstaende vermeiden, siehe viewsh.cxx
155 sal_Bool bPreView :1; //Ist sal_True wenns eine PreView-ViewShell ist.
156 sal_Bool bFrameView :1; //sal_True wenn es ein (HTML-)Frame ist.
157 sal_Bool bEnableSmooth :1; //Disable des SmoothScroll z.B. fuer
159 sal_Bool bEndActionByVirDev:1; //Paints aus der EndAction immer ueber virtuelles
184 SW_DLLPRIVATE sal_Bool CheckInvalidForPaint( const SwRect & );//Direkt Paint oder lieber
215 inline void EndAction( const sal_Bool bIdleEnd = sal_False );
216 void ImplEndAction( const sal_Bool bIdleEnd = sal_False );
218 sal_Bool ActionPend() const { return nStartAction != 0; } in ActionPend()
219 sal_Bool IsInEndAction() const { return bInEndAction; } in IsInEndAction()
221 void SetEndActionByVirDev( sal_Bool b ) { bEndActionByVirDev = b; } in SetEndActionByVirDev()
222 sal_Bool IsEndActionByVirDev() { return bEndActionByVirDev; } in IsEndActionByVirDev()
229 inline sal_Bool HasInvalidRect() const { return aInvalidRect.HasArea(); } in HasInvalidRect()
233 sal_Bool AddPaintRect( const SwRect &rRect );
251 sal_Bool IsPaintInProgress() const { return bPaintInProgress; } in IsPaintInProgress()
259 sal_Bool SmoothScroll( long lXDiff, long lYDiff, const Rectangle* );//Browser
260 void EnableSmooth( sal_Bool b ) { bEnableSmooth = b; } in EnableSmooth()
274 sal_Bool IsDummyPage( sal_uInt16 nPageNum ) const; // An empty page?
280 sal_Bool IsNewLayout() const; //Wurde das Layout geladen oder neu
356 static inline sal_Bool IsLstEndAction() { return ViewShell::bLstAct; } in IsLstEndAction()
364 sal_Bool PrintOrPDFExport( OutputDevice *pOutDev,
383 void UpdateFlds(sal_Bool bCloseDB = sal_False);
384 sal_Bool IsAnyFieldInDoc() const;
387 sal_Bool HasCharts() const;
439 void SetReadonlyOption(sal_Bool bSet); // Readonly-Bit d. ViewOptions setzen
440 void SetPDFExportOption(sal_Bool bSet); // set/reset PDF export mode
441 void SetPrtFormatOption(sal_Bool bSet); // PrtFormat-Bit d. ViewOptions setzen
442 … void SetReadonlySelectionOption(sal_Bool bSet);//change the selection mode in readonly docs
476 sal_Bool IsViewLocked() const { return bViewLocked; } in IsViewLocked()
477 void LockView( sal_Bool b ) { bViewLocked = b; } in LockView()
481 inline void UnlockPaint( sal_Bool bVirDev = sal_False );
482 void ImplUnlockPaint( sal_Bool bVirDev );
483 sal_Bool IsPaintLocked() const { return nLockPaint != 0; } in IsPaintLocked()
486 sal_Bool HasDrawView() const;
500 sal_Bool IsPreView() const { return bPreView; } in IsPreView()
502 sal_Bool IsFrameView() const { return bFrameView; } in IsFrameView()
510 void CheckBrowseView( sal_Bool bBrowseChgd );
616 inline void ViewShell::EndAction( const sal_Bool bIdleEnd ) in EndAction()
628 inline void ViewShell::UnlockPaint( sal_Bool bVirDev ) in UnlockPaint()