namedlg.hxx (38d50f7b) namedlg.hxx (dffa72de)
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

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

29#endif
30#ifndef _COMBOBOX_HXX //autogen
31#include <vcl/combobox.hxx>
32#endif
33#ifndef _GROUP_HXX //autogen
34#include <vcl/group.hxx>
35#endif
36#include <vcl/fixed.hxx>
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

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

29#endif
30#ifndef _COMBOBOX_HXX //autogen
31#include <vcl/combobox.hxx>
32#endif
33#ifndef _GROUP_HXX //autogen
34#include <vcl/group.hxx>
35#endif
36#include <vcl/fixed.hxx>
37#include <vcl/lstbox.hxx>
38#include <vcl/edit.hxx>
37#include "rangenam.hxx"
38#include "anyrefdg.hxx"
39
40class ScViewData;
41class ScDocument;
42
43
44//==================================================================
45
46class ScNameDlg : public ScAnyRefDlg
47{
48private:
49 FixedLine aFlName;
39#include "rangenam.hxx"
40#include "anyrefdg.hxx"
41
42class ScViewData;
43class ScDocument;
44
45
46//==================================================================
47
48class ScNameDlg : public ScAnyRefDlg
49{
50private:
51 FixedLine aFlName;
50 ComboBox aEdName;
52 //ComboBox aEdName;
53 Edit aEdName;
54 ListBox aLBNames;
51
52 FixedLine aFlAssign;
53 formula::RefEdit aEdAssign;
54 formula::RefButton aRbAssign;
55
56 FixedLine aFlType;
57 CheckBox aBtnPrintArea;
58 CheckBox aBtnColHeader;

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

71 const String aStrModify; // "Aendern"
72 const String errMsgInvalidSym;
73
74 ScViewData* pViewData;
75 ScDocument* pDoc;
76 ScRangeName aLocalRangeName;
77 const ScAddress theCursorPos;
78 Selection theCurSel;
55
56 FixedLine aFlAssign;
57 formula::RefEdit aEdAssign;
58 formula::RefButton aRbAssign;
59
60 FixedLine aFlType;
61 CheckBox aBtnPrintArea;
62 CheckBox aBtnColHeader;

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

75 const String aStrModify; // "Aendern"
76 const String errMsgInvalidSym;
77
78 ScViewData* pViewData;
79 ScDocument* pDoc;
80 ScRangeName aLocalRangeName;
81 const ScAddress theCursorPos;
82 Selection theCurSel;
83 SCTAB aSelectedRangeScope;
79
80#ifdef _NAMEDLG_CXX
81private:
82 void Init();
83 void UpdateChecks();
84 void UpdateNames();
85 void CalcCurTableAssign( String& aAssign, sal_uInt16 nPos );
86

--- 33 unchanged lines hidden ---
84
85#ifdef _NAMEDLG_CXX
86private:
87 void Init();
88 void UpdateChecks();
89 void UpdateNames();
90 void CalcCurTableAssign( String& aAssign, sal_uInt16 nPos );
91

--- 33 unchanged lines hidden ---