gridwin.hxx (38d50f7b) gridwin.hxx (0deba7fb)
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

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

234 const String& aValue, bool bCheckForDates );
235 void FilterSelect( sal_uLong nSel );
236
237 void ExecDataSelect( SCCOL nCol, SCROW nRow, const String& rStr );
238
239 void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const String& rStr );
240
241 sal_Bool HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange );
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

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

234 const String& aValue, bool bCheckForDates );
235 void FilterSelect( sal_uLong nSel );
236
237 void ExecDataSelect( SCCOL nCol, SCROW nRow, const String& rStr );
238
239 void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const String& rStr );
240
241 sal_Bool HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange );
242
242//IAccessibility2 Implementation 2009-----
243 sal_Bool HasScenarioRange( sal_uInt16 nCol, sal_Int32 nRow, ScRange& rScenRange );
244//-----IAccessibility2 Implementation 2009
243 sal_Bool DropScroll( const Point& rMousePos );
244
245 sal_Int8 AcceptPrivateDrop( const AcceptDropEvent& rEvt );
246 sal_Int8 ExecutePrivateDrop( const ExecuteDropEvent& rEvt );
247 sal_Int8 DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY,
248 const Point& rLogicPos, sal_Int8 nDndAction );
249
250 void HandleMouseButtonDown( const MouseEvent& rMEvt );

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

383 void StopMarking();
384 void UpdateInputContext();
385
386 void CheckInverted() { if (nPaintCount) bNeedsRepaint = sal_True; }
387
388 void DoInvertRect( const Rectangle& rPixel );
389
390 void CheckNeedsRepaint();
245 sal_Bool DropScroll( const Point& rMousePos );
246
247 sal_Int8 AcceptPrivateDrop( const AcceptDropEvent& rEvt );
248 sal_Int8 ExecutePrivateDrop( const ExecuteDropEvent& rEvt );
249 sal_Int8 DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY,
250 const Point& rLogicPos, sal_Int8 nDndAction );
251
252 void HandleMouseButtonDown( const MouseEvent& rMEvt );

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

385 void StopMarking();
386 void UpdateInputContext();
387
388 void CheckInverted() { if (nPaintCount) bNeedsRepaint = sal_True; }
389
390 void DoInvertRect( const Rectangle& rPixel );
391
392 void CheckNeedsRepaint();
393//IAccessibility2 Implementation 2009-----
394 virtual void SwitchView();
395//-----IAccessibility2 Implementation 2009
391
392 void UpdateDPFromFieldPopupMenu();
393
394 void UpdateVisibleRange();
395
396 // #114409#
397 void CursorChanged();
398 void DrawLayerCreated();

--- 26 unchanged lines hidden ---
396
397 void UpdateDPFromFieldPopupMenu();
398
399 void UpdateVisibleRange();
400
401 // #114409#
402 void CursorChanged();
403 void DrawLayerCreated();

--- 26 unchanged lines hidden ---