Lines Matching refs:FASTBOOL
132 FASTBOOL bInPaint; // sal_True while in Paint
133 FASTBOOL bInCommand; // sal_True while in Command
134 FASTBOOL bNoScrollBack; // nur vorwaerts scrollen
135 FASTBOOL bNoHScroll; // kein horizontaler Scrollbar
136 FASTBOOL bNoVScroll; // no vertical scrollbar
137 FASTBOOL bAutoHScroll; // autohide horizontaler Scrollbar
138 FASTBOOL bAutoVScroll; // autohide horizontaler Scrollbar
139 FASTBOOL bUpdateMode; // nicht SV-UpdateMode wegen Invalidate()
140 FASTBOOL bAutoSizeLastCol;// last column always fills up window
141 FASTBOOL bResizeOnPaint; // outstanding resize-event
142 FASTBOOL bUpdateOnUnlock; // Update() while locked
143 FASTBOOL bInUpdateScrollbars; // Rekursionsschutz
144 FASTBOOL bHadRecursion; // Rekursion war aufgetreten
145 FASTBOOL bOwnDataChangedHdl; // dont change colors in DataChanged
146 FASTBOOL bCallingDropCallback; // we're in a callback to AcceptDrop or ExecuteDrop currently
184 FASTBOOL GetUpdateMode() const { return bUpdateMode; } in GetUpdateMode()