Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f3ee3373
Kaydet (Commit)
f3ee3373
authored
Ara 01, 2011
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ManageNames: fix taborder for DefineNames dialog
the more button is not usable with the keyboard
üst
b9c76854
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
+18
-17
namedefdlg.hxx
sc/source/ui/inc/namedefdlg.hxx
+10
-9
namedefdlg.cxx
sc/source/ui/namedlg/namedefdlg.cxx
+8
-8
No files found.
sc/source/ui/inc/namedefdlg.hxx
Dosyayı görüntüle @
f3ee3373
...
@@ -43,26 +43,27 @@ class ScViewData;
...
@@ -43,26 +43,27 @@ class ScViewData;
class
ScNameDefDlg
:
public
ScAnyRefDlg
class
ScNameDefDlg
:
public
ScAnyRefDlg
{
{
private
:
private
:
PushButton
maBtnAdd
;
PushButton
maBtnCancel
;
DisclosureButton
maBtnMore
;
FixedText
maFtInfo
;
FixedText
maFtName
;
FixedText
maFtRange
;
FixedText
maFtScope
;
FixedLine
maFlDiv
;
Edit
maEdName
;
Edit
maEdName
;
formula
::
RefEdit
maEdRange
;
formula
::
RefEdit
maEdRange
;
formula
::
RefButton
maRbRange
;
formula
::
RefButton
maRbRange
;
ListBox
maLbScope
;
ListBox
maLbScope
;
DisclosureButton
maBtnMore
;
CheckBox
maBtnRowHeader
;
CheckBox
maBtnRowHeader
;
CheckBox
maBtnColHeader
;
CheckBox
maBtnColHeader
;
CheckBox
maBtnPrintArea
;
CheckBox
maBtnPrintArea
;
CheckBox
maBtnCriteria
;
CheckBox
maBtnCriteria
;
PushButton
maBtnAdd
;
PushButton
maBtnCancel
;
FixedText
maFtInfo
;
FixedText
maFtName
;
FixedText
maFtRange
;
FixedText
maFtScope
;
FixedLine
maFlDiv
;
bool
mbUndo
;
//if true we need to add an undo action after creating a range name
bool
mbUndo
;
//if true we need to add an undo action after creating a range name
ScDocument
*
mpDoc
;
ScDocument
*
mpDoc
;
...
...
sc/source/ui/namedlg/namedefdlg.cxx
Dosyayı görüntüle @
f3ee3373
...
@@ -51,22 +51,22 @@ ScNameDefDlg::ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParen
...
@@ -51,22 +51,22 @@ ScNameDefDlg::ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParen
ScViewData
*
pViewData
,
std
::
map
<
rtl
::
OUString
,
ScRangeName
*>
aRangeMap
,
ScViewData
*
pViewData
,
std
::
map
<
rtl
::
OUString
,
ScRangeName
*>
aRangeMap
,
const
ScAddress
&
aCursorPos
,
const
bool
bUndo
)
:
const
ScAddress
&
aCursorPos
,
const
bool
bUndo
)
:
ScAnyRefDlg
(
pB
,
pCW
,
pParent
,
RID_SCDLG_NAMES_DEFINE
),
ScAnyRefDlg
(
pB
,
pCW
,
pParent
,
RID_SCDLG_NAMES_DEFINE
),
maBtnAdd
(
this
,
ScResId
(
BTN_ADD
)
),
maBtnCancel
(
this
,
ScResId
(
BTN_CANCEL
)
),
maBtnMore
(
this
,
ScResId
(
BTN_MORE
)
),
maFtInfo
(
this
,
ScResId
(
FT_INFO
)
),
maFtName
(
this
,
ScResId
(
FT_NAME
)
),
maFtRange
(
this
,
ScResId
(
FT_RANGE
)
),
maFtScope
(
this
,
ScResId
(
FT_SCOPE
)
),
maFlDiv
(
this
,
ScResId
(
FL_DIV
)
),
maEdName
(
this
,
ScResId
(
ED_NAME
)
),
maEdName
(
this
,
ScResId
(
ED_NAME
)
),
maEdRange
(
this
,
this
,
ScResId
(
ED_RANGE
)
),
maEdRange
(
this
,
this
,
ScResId
(
ED_RANGE
)
),
maRbRange
(
this
,
ScResId
(
RB_RANGE
),
&
maEdRange
,
this
),
maRbRange
(
this
,
ScResId
(
RB_RANGE
),
&
maEdRange
,
this
),
maLbScope
(
this
,
ScResId
(
LB_SCOPE
)
),
maLbScope
(
this
,
ScResId
(
LB_SCOPE
)
),
maBtnMore
(
this
,
ScResId
(
BTN_MORE
)
),
maBtnRowHeader
(
this
,
ScResId
(
BTN_ROWHEADER
)
),
maBtnRowHeader
(
this
,
ScResId
(
BTN_ROWHEADER
)
),
maBtnColHeader
(
this
,
ScResId
(
BTN_COLHEADER
)
),
maBtnColHeader
(
this
,
ScResId
(
BTN_COLHEADER
)
),
maBtnPrintArea
(
this
,
ScResId
(
BTN_PRINTAREA
)
),
maBtnPrintArea
(
this
,
ScResId
(
BTN_PRINTAREA
)
),
maBtnCriteria
(
this
,
ScResId
(
BTN_CRITERIA
)
),
maBtnCriteria
(
this
,
ScResId
(
BTN_CRITERIA
)
),
maBtnAdd
(
this
,
ScResId
(
BTN_ADD
)
),
maBtnCancel
(
this
,
ScResId
(
BTN_CANCEL
)
),
maFtInfo
(
this
,
ScResId
(
FT_INFO
)
),
maFtName
(
this
,
ScResId
(
FT_NAME
)
),
maFtRange
(
this
,
ScResId
(
FT_RANGE
)
),
maFtScope
(
this
,
ScResId
(
FT_SCOPE
)
),
maFlDiv
(
this
,
ScResId
(
FL_DIV
)
),
mbUndo
(
bUndo
),
mbUndo
(
bUndo
),
mpDoc
(
pViewData
->
GetDocument
()
),
mpDoc
(
pViewData
->
GetDocument
()
),
mpDocShell
(
pViewData
->
GetDocShell
()
),
mpDocShell
(
pViewData
->
GetDocShell
()
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment