tpview.hxx (38d50f7b) tpview.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
23
24#ifndef SC_TPVIEW_HXX
25#define SC_TPVIEW_HXX
26
27#include <sfx2/tabdlg.hxx>

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

42class ScTpContentOptions : public SfxTabPage
43{
44 FixedLine aLinesGB;
45 CheckBox aGridCB;
46 FixedText aColorFT;
47 ColorListBox aColorLB;
48 CheckBox aBreakCB;
49 CheckBox aGuideLineCB;
20 *************************************************************/
21
22
23
24#ifndef SC_TPVIEW_HXX
25#define SC_TPVIEW_HXX
26
27#include <sfx2/tabdlg.hxx>

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

42class ScTpContentOptions : public SfxTabPage
43{
44 FixedLine aLinesGB;
45 CheckBox aGridCB;
46 FixedText aColorFT;
47 ColorListBox aColorLB;
48 CheckBox aBreakCB;
49 CheckBox aGuideLineCB;
50 CheckBox aHandleCB;
51 CheckBox aBigHandleCB;
52
53 FixedLine aSeparator1FL;
54
55 FixedLine aDisplayGB;
56 CheckBox aFormulaCB;
57 CheckBox aNilCB;
58 CheckBox aAnnotCB;

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

159 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
160
161 void SetDocument(ScDocument* pPtr){pDoc = pPtr;}
162
163};
164//========================================================================
165
166#endif // SC_TPUSRLST_HXX
50 CheckBox aBigHandleCB;
51
52 FixedLine aSeparator1FL;
53
54 FixedLine aDisplayGB;
55 CheckBox aFormulaCB;
56 CheckBox aNilCB;
57 CheckBox aAnnotCB;

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

158 virtual int DeactivatePage( SfxItemSet* pSet = 0 );
159
160 void SetDocument(ScDocument* pPtr){pDoc = pPtr;}
161
162};
163//========================================================================
164
165#endif // SC_TPUSRLST_HXX
167