ScrollHelper.hxx (2e2212a7) ScrollHelper.hxx (a8f4084d)
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

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

35
36namespace dbaui
37{
38 class OScrollHelper
39 {
40 Link m_aUpScroll;
41 Link m_aDownScroll;
42 public:
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

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

35
36namespace dbaui
37{
38 class OScrollHelper
39 {
40 Link m_aUpScroll;
41 Link m_aDownScroll;
42 public:
43 /** default contructor
43 /** default constructor
44 */
45 OScrollHelper();
46
47 ~OScrollHelper();
48
49 /** set the memthod which should be called when scrolling up
50 @param _rUpScroll
51 the method to set

--- 26 unchanged lines hidden ---
44 */
45 OScrollHelper();
46
47 ~OScrollHelper();
48
49 /** set the memthod which should be called when scrolling up
50 @param _rUpScroll
51 the method to set

--- 26 unchanged lines hidden ---