scuitphfedit.cxx (a479921a) scuitphfedit.cxx (a72d41dc)
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

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

182 InitPreDefinedList();
183
184 FreeResource();
185}
186 IMPL_LINK( ScHFEditPage, ObjectSelectHdl, ScEditWindow*, pEdit )
187 {
188 (void)pEdit;
189 aBtnText.GrabFocus();
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

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

182 InitPreDefinedList();
183
184 FreeResource();
185}
186 IMPL_LINK( ScHFEditPage, ObjectSelectHdl, ScEditWindow*, pEdit )
187 {
188 (void)pEdit;
189 aBtnText.GrabFocus();
190 return NULL;
190 return 0;
191 }
192
193// -----------------------------------------------------------------------
194
195__EXPORT ScHFEditPage::~ScHFEditPage()
196{
197}
198

--- 814 unchanged lines hidden ---
191 }
192
193// -----------------------------------------------------------------------
194
195__EXPORT ScHFEditPage::~ScHFEditPage()
196{
197}
198

--- 814 unchanged lines hidden ---