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
62a85c8b
Kaydet (Commit)
62a85c8b
authored
Agu 29, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool.
üst
c58fd0b0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
acredlin.hxx
sc/source/ui/inc/acredlin.hxx
+15
-14
acredlin.cxx
sc/source/ui/miscdlgs/acredlin.cxx
+0
-0
No files found.
sc/source/ui/inc/acredlin.hxx
Dosyayı görüntüle @
62a85c8b
...
@@ -194,18 +194,19 @@ protected:
...
@@ -194,18 +194,19 @@ protected:
void
RejectFiltered
();
void
RejectFiltered
();
void
AcceptFiltered
();
void
AcceptFiltered
();
sal_B
ool
IsValidAction
(
const
ScChangeAction
*
pScChangeAction
);
b
ool
IsValidAction
(
const
ScChangeAction
*
pScChangeAction
);
rtl
::
OUString
*
MakeTypeString
(
ScChangeActionType
eType
);
rtl
::
OUString
*
MakeTypeString
(
ScChangeActionType
eType
);
SvLBoxEntry
*
InsertChangeAction
(
const
ScChangeAction
*
pScChangeAction
,
ScChangeActionState
eState
,
SvLBoxEntry
*
InsertChangeAction
(
SvLBoxEntry
*
pParent
=
NULL
,
sal_Bool
bDelMaster
=
false
,
const
ScChangeAction
*
pScChangeAction
,
ScChangeActionState
eState
,
sal_Bool
bDisabled
=
false
,
sal_uLong
nPos
=
LIST_APPEND
);
SvLBoxEntry
*
pParent
=
NULL
,
bool
bDelMaster
=
false
,
bool
bDisabled
=
false
,
sal_uLong
nPos
=
LIST_APPEND
);
SvLBoxEntry
*
InsertFilteredAction
(
const
ScChangeAction
*
pScChangeAction
,
ScChangeActionState
eState
,
SvLBoxEntry
*
pParent
=
NULL
,
sal_Bool
bDelMaster
=
false
,
sal_Bool
bDisabled
=
false
,
sal_uLong
nPos
=
LIST_APPEND
);
SvLBoxEntry
*
InsertFilteredAction
(
const
ScChangeAction
*
pScChangeAction
,
ScChangeActionState
eState
,
SvLBoxEntry
*
pParent
=
NULL
,
bool
bDelMaster
=
false
,
bool
bDisabled
=
false
,
sal_uLong
nPos
=
LIST_APPEND
);
SvLBoxEntry
*
InsertChangeActionContent
(
const
ScChangeActionContent
*
pScChangeAction
,
SvLBoxEntry
*
InsertChangeActionContent
(
const
ScChangeActionContent
*
pScChangeAction
,
SvLBoxEntry
*
pParent
,
sal_uLong
nSpecial
);
SvLBoxEntry
*
pParent
,
sal_uLong
nSpecial
);
...
@@ -214,14 +215,14 @@ protected:
...
@@ -214,14 +215,14 @@ protected:
ScChangeActionTable
&
aActionTable
,
ScChangeActionTable
&
aActionTable
,
SvLBoxEntry
*
pEntry
);
SvLBoxEntry
*
pEntry
);
sal_B
ool
InsertContentChilds
(
ScChangeActionTable
*
pActionTable
,
SvLBoxEntry
*
pParent
);
b
ool
InsertContentChilds
(
ScChangeActionTable
*
pActionTable
,
SvLBoxEntry
*
pParent
);
sal_B
ool
InsertAcceptedORejected
(
SvLBoxEntry
*
pParent
);
b
ool
InsertAcceptedORejected
(
SvLBoxEntry
*
pParent
);
sal_B
ool
InsertDeletedChilds
(
const
ScChangeAction
*
pChangeAction
,
ScChangeActionTable
*
pActionTable
,
b
ool
InsertDeletedChilds
(
const
ScChangeAction
*
pChangeAction
,
ScChangeActionTable
*
pActionTable
,
SvLBoxEntry
*
pParent
);
SvLBoxEntry
*
pParent
);
sal_B
ool
InsertChilds
(
ScChangeActionTable
*
pActionTable
,
SvLBoxEntry
*
pParent
);
b
ool
InsertChilds
(
ScChangeActionTable
*
pActionTable
,
SvLBoxEntry
*
pParent
);
void
AppendChanges
(
ScChangeTrack
*
pChanges
,
sal_uLong
nStartAction
,
sal_uLong
nEndAction
,
void
AppendChanges
(
ScChangeTrack
*
pChanges
,
sal_uLong
nStartAction
,
sal_uLong
nEndAction
,
sal_uLong
nPos
=
LIST_APPEND
);
sal_uLong
nPos
=
LIST_APPEND
);
...
@@ -232,8 +233,8 @@ protected:
...
@@ -232,8 +233,8 @@ protected:
void
UpdateView
();
void
UpdateView
();
void
ClearView
();
void
ClearView
();
sal_B
ool
Expand
(
ScChangeTrack
*
pChanges
,
const
ScChangeAction
*
pScChangeAction
,
b
ool
Expand
(
ScChangeTrack
*
pChanges
,
const
ScChangeAction
*
pScChangeAction
,
SvLBoxEntry
*
pEntry
,
sal_Bool
bFilter
=
false
);
SvLBoxEntry
*
pEntry
,
bool
bFilter
=
false
);
public
:
public
:
ScAcceptChgDlg
(
SfxBindings
*
pB
,
SfxChildWindow
*
pCW
,
Window
*
pParent
,
ScAcceptChgDlg
(
SfxBindings
*
pB
,
SfxChildWindow
*
pCW
,
Window
*
pParent
,
...
...
sc/source/ui/miscdlgs/acredlin.cxx
Dosyayı görüntüle @
62a85c8b
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