optpage.hxx (1d2dbeb0) optpage.hxx (5ba3629c)
1/**************************************************************
1/**************************************************************
2 *
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
9 * with the License. You may obtain a copy of the License at
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
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
23#ifndef _OPTPAGE_HXX
24#define _OPTPAGE_HXX
25#include <sfx2/tabdlg.hxx>
26
27#ifndef _GROUP_HXX //autogen
28#include <vcl/group.hxx>
29#endif
30

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

56
57--------------------------------------------------*/
58
59class SwContentOptPage : public SfxTabPage
60{
61 //visual aids
62 FixedLine aLineFL;
63 CheckBox aCrossCB;
24#ifndef _OPTPAGE_HXX
25#define _OPTPAGE_HXX
26#include <sfx2/tabdlg.hxx>
27
28#ifndef _GROUP_HXX //autogen
29#include <vcl/group.hxx>
30#endif
31

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

57
58--------------------------------------------------*/
59
60class SwContentOptPage : public SfxTabPage
61{
62 //visual aids
63 FixedLine aLineFL;
64 CheckBox aCrossCB;
64 CheckBox aSolidHandleCB;
65 CheckBox aBigHandleCB;
66
67 //view
68 FixedLine aWindowFL;
69 CheckBox aHScrollBox;
70 CheckBox aVScrollBox;
71 CheckBox aAnyRulerCB;
72 CheckBox aHRulerCBox;

--- 433 unchanged lines hidden ---
65 CheckBox aBigHandleCB;
66
67 //view
68 FixedLine aWindowFL;
69 CheckBox aHScrollBox;
70 CheckBox aVScrollBox;
71 CheckBox aAnyRulerCB;
72 CheckBox aHRulerCBox;

--- 433 unchanged lines hidden ---