datwin.hxx (01aa44aa) datwin.hxx (52d63d7e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 129 unchanged lines hidden (view full) ---

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
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 129 unchanged lines hidden (view full) ---

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 curently
146 FASTBOOL bCallingDropCallback; // we're in a callback to AcceptDrop or ExecuteDrop currently
147 sal_uInt16 nUpdateLock; // lock count, dont call Control::Update()!
148 short nCursorHidden; // new conuter for DoHide/ShowCursor
149
150 long m_nDragRowDividerLimit;
151 long m_nDragRowDividerOffset;
152
153public:
154 BrowserDataWin( BrowseBox* pParent );

--- 96 unchanged lines hidden ---
147 sal_uInt16 nUpdateLock; // lock count, dont call Control::Update()!
148 short nCursorHidden; // new conuter for DoHide/ShowCursor
149
150 long m_nDragRowDividerLimit;
151 long m_nDragRowDividerOffset;
152
153public:
154 BrowserDataWin( BrowseBox* pParent );

--- 96 unchanged lines hidden ---