headertablistbox.hxx (67e470da) headertablistbox.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

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

26
27#include <svtools/headbar.hxx>
28#include <svtools/svtabbx.hxx>
29
30
31class _HeaderTabListBox : public Control
32{
33private:
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

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

26
27#include <svtools/headbar.hxx>
28#include <svtools/svtabbx.hxx>
29
30
31class _HeaderTabListBox : public Control
32{
33private:
34 SvHeaderTabListBox maListBox;
35 HeaderBar maHeaderBar;
34 HeaderBar maHeaderBar;
35 SvHeaderTabListBox maListBox;
36protected:
37 DECL_LINK( HeaderEndDrag_Impl, HeaderBar* );
38 virtual long Notify( NotifyEvent& rNEvt );
39public:
40 _HeaderTabListBox( Window* pParent, const ResId& rId );
41 virtual ~_HeaderTabListBox();
42
43 inline SvHeaderTabListBox& GetListBox( void );

--- 21 unchanged lines hidden ---
36protected:
37 DECL_LINK( HeaderEndDrag_Impl, HeaderBar* );
38 virtual long Notify( NotifyEvent& rNEvt );
39public:
40 _HeaderTabListBox( Window* pParent, const ResId& rId );
41 virtual ~_HeaderTabListBox();
42
43 inline SvHeaderTabListBox& GetListBox( void );

--- 21 unchanged lines hidden ---