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
87e3d71c
Kaydet (Commit)
87e3d71c
authored
Eyl 23, 2011
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Manage Names: refactoring in namedlg.cxx
üst
4e83a42e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
16 deletions
+15
-16
namedlg.hxx
sc/source/ui/inc/namedlg.hxx
+15
-16
namedlg.cxx
sc/source/ui/namedlg/namedlg.cxx
+0
-0
No files found.
sc/source/ui/inc/namedlg.hxx
Dosyayı görüntüle @
87e3d71c
...
...
@@ -130,7 +130,6 @@ public:
class
ScNameDlg
:
public
ScAnyRefDlg
{
private
:
typedef
::
boost
::
ptr_map
<
SCTAB
,
ScRangeName
>
TabNameMapType
;
FixedText
maFtScope
;
FixedText
maFtRange
;
FixedText
maFtName
;
...
...
@@ -140,31 +139,31 @@ private:
Edit
maEdName
;
formula
::
RefButton
aRbAssign
;
FixedLine
aFlDiv
;
CheckBox
aBtnPrintArea
;
CheckBox
aBtnColHeader
;
CheckBox
aBtnCriteria
;
CheckBox
aBtnRowHeader
;
FixedLine
m
aFlDiv
;
CheckBox
m
aBtnPrintArea
;
CheckBox
m
aBtnColHeader
;
CheckBox
m
aBtnCriteria
;
CheckBox
m
aBtnRowHeader
;
ScRangeManagerCtrl
maNameMgrCtrl
;
ScRangeManagerTable
*
mpRangeManagerTable
;
HelpButton
aBtnHelp
;
PushButton
aBtnAdd
;
PushButton
aBtnModify
;
PushButton
aBtnBack
;
PushButton
aBtnDelete
;
PushButton
aBtnClose
;
MoreButton
aBtnMore
;
HelpButton
m
aBtnHelp
;
PushButton
m
aBtnAdd
;
PushButton
m
aBtnModify
;
PushButton
m
aBtnBack
;
PushButton
m
aBtnDelete
;
PushButton
m
aBtnClose
;
MoreButton
m
aBtnMore
;
const
String
e
rrMsgInvalidSym
;
const
String
mE
rrMsgInvalidSym
;
const
rtl
::
OUString
maErrMsgModifiedFailed
;
const
::
rtl
::
OUString
maGlobalNameStr
;
ScViewData
*
pViewData
;
ScViewData
*
m
pViewData
;
ScDocument
*
mpDoc
;
const
ScAddress
maCursorPos
;
Selection
the
CurSel
;
Selection
ma
CurSel
;
std
::
stack
<
ScNameManagerUndo
*>
maUndoStack
;
...
...
sc/source/ui/namedlg/namedlg.cxx
Dosyayı görüntüle @
87e3d71c
This diff is collapsed.
Click to expand it.
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