macropg.cxx (2ee96f1c) macropg.cxx (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

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

161}
162
163_HeaderTabListBox::_HeaderTabListBox( Window* pParent, const ResId& rId ) :
164 Control( pParent, rId ),
165 maListBox( this, WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP ),
166 maHeaderBar( this, WB_BUTTONSTYLE | WB_BOTTOMBORDER )
167{
168 maListBox.SetHelpId( HID_MACRO_HEADERTABLISTBOX );
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

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

161}
162
163_HeaderTabListBox::_HeaderTabListBox( Window* pParent, const ResId& rId ) :
164 Control( pParent, rId ),
165 maListBox( this, WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP ),
166 maHeaderBar( this, WB_BUTTONSTYLE | WB_BOTTOMBORDER )
167{
168 maListBox.SetHelpId( HID_MACRO_HEADERTABLISTBOX );
169
170 // enable the cell focus to show visible focus
171 maListBox.EnableCellFocus();
169}
170
171_HeaderTabListBox::~_HeaderTabListBox()
172{
173}
174
175void _HeaderTabListBox::ConnectElements( void )
176{

--- 873 unchanged lines hidden ---
172}
173
174_HeaderTabListBox::~_HeaderTabListBox()
175{
176}
177
178void _HeaderTabListBox::ConnectElements( void )
179{

--- 873 unchanged lines hidden ---