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
335b9658
Kaydet (Commit)
335b9658
authored
Şub 12, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool
Change-Id: Ia2356f808f42dca46f62b48b09f5a8fd2fb23d96
üst
15db2768
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
optuno.hxx
sc/inc/optuno.hxx
+1
-1
optuno.cxx
sc/source/ui/unoobj/optuno.cxx
+2
-2
No files found.
sc/inc/optuno.hxx
Dosyayı görüntüle @
335b9658
...
...
@@ -42,7 +42,7 @@ class ScDocOptionsHelper
public
:
static
const
SfxItemPropertyMapEntry
*
GetPropertyMap
();
static
sal_B
ool
setPropertyValue
(
ScDocOptions
&
rOptions
,
static
b
ool
setPropertyValue
(
ScDocOptions
&
rOptions
,
const
SfxItemPropertyMap
&
rPropMap
,
const
OUString
&
aPropertyName
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
aValue
);
...
...
sc/source/ui/unoobj/optuno.cxx
Dosyayı görüntüle @
335b9658
...
...
@@ -50,7 +50,7 @@ const SfxItemPropertyMapEntry* ScDocOptionsHelper::GetPropertyMap()
return
aMap
;
}
sal_B
ool
ScDocOptionsHelper
::
setPropertyValue
(
ScDocOptions
&
rOptions
,
b
ool
ScDocOptionsHelper
::
setPropertyValue
(
ScDocOptions
&
rOptions
,
const
SfxItemPropertyMap
&
rPropMap
,
const
OUString
&
aPropertyName
,
const
uno
::
Any
&
aValue
)
{
...
...
@@ -119,7 +119,7 @@ sal_Bool ScDocOptionsHelper::setPropertyValue( ScDocOptions& rOptions,
break
;
default
:
;
}
return
sal_T
rue
;
return
t
rue
;
}
uno
::
Any
ScDocOptionsHelper
::
getPropertyValue
(
...
...
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