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
abd8c2a0
Kaydet (Commit)
abd8c2a0
authored
Nis 30, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmlhelp: sal_Bool->bool
Change-Id: I0aa1b7023b5100fb855a8a839e44036988d8bc2e
üst
a86ad4d1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
13 deletions
+13
-13
tvread.hxx
xmlhelp/source/cxxhelp/inc/tvread.hxx
+1
-1
databases.cxx
xmlhelp/source/cxxhelp/provider/databases.cxx
+3
-3
databases.hxx
xmlhelp/source/cxxhelp/provider/databases.hxx
+1
-1
provider.cxx
xmlhelp/source/cxxhelp/provider/provider.cxx
+3
-3
provider.hxx
xmlhelp/source/cxxhelp/provider/provider.hxx
+1
-1
resultsetbase.cxx
xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
+1
-1
tvread.cxx
xmlhelp/source/treeview/tvread.cxx
+3
-3
No files found.
xmlhelp/source/cxxhelp/inc/tvread.hxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -259,7 +259,7 @@ namespace treeview {
...
@@ -259,7 +259,7 @@ namespace treeview {
getKey
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
getKey
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
const
char
*
key
)
const
;
const
char
*
key
)
const
;
sal_B
ool
b
ool
getBooleanKey
(
getBooleanKey
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
const
char
*
key
)
const
;
const
char
*
key
)
const
;
...
...
xmlhelp/source/cxxhelp/provider/databases.cxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -119,7 +119,7 @@ OUString Databases::expandURL( const OUString& aURL, Reference< uno::XComponentC
...
@@ -119,7 +119,7 @@ OUString Databases::expandURL( const OUString& aURL, Reference< uno::XComponentC
return
aRetURL
;
return
aRetURL
;
}
}
Databases
::
Databases
(
sal_B
ool
showBasic
,
Databases
::
Databases
(
b
ool
showBasic
,
const
OUString
&
instPath
,
const
OUString
&
instPath
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
imagesZipPaths
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
imagesZipPaths
,
const
OUString
&
productName
,
const
OUString
&
productName
,
...
@@ -1061,7 +1061,7 @@ void Databases::cascadingStylesheet( const OUString& Language,
...
@@ -1061,7 +1061,7 @@ void Databases::cascadingStylesheet( const OUString& Language,
bool
error
=
true
;
bool
error
=
true
;
OUString
fileURL
;
OUString
fileURL
;
sal_Bool
bHighContrastMode
=
sal_F
alse
;
bool
bHighContrastMode
=
f
alse
;
OUString
aCSS
(
m_aCSS
);
OUString
aCSS
(
m_aCSS
);
if
(
aCSS
.
equalsAscii
(
"default"
)
)
if
(
aCSS
.
equalsAscii
(
"default"
)
)
{
{
...
@@ -1145,7 +1145,7 @@ void Databases::cascadingStylesheet( const OUString& Language,
...
@@ -1145,7 +1145,7 @@ void Databases::cascadingStylesheet( const OUString& Language,
// fall back to default css
// fall back to default css
aCSS
=
"default"
;
aCSS
=
"default"
;
retry
=
2
;
retry
=
2
;
bHighContrastMode
=
sal_F
alse
;
bHighContrastMode
=
f
alse
;
}
}
}
}
...
...
xmlhelp/source/cxxhelp/provider/databases.hxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -165,7 +165,7 @@ namespace chelp {
...
@@ -165,7 +165,7 @@ namespace chelp {
* Input is the installdirectory in system dependent notation
* Input is the installdirectory in system dependent notation
*/
*/
Databases
(
sal_B
ool
showBasic
,
Databases
(
b
ool
showBasic
,
const
OUString
&
instPath
,
const
OUString
&
instPath
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
imagesZipPaths
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
imagesZipPaths
,
const
OUString
&
productName
,
const
OUString
&
productName
,
...
...
xmlhelp/source/cxxhelp/provider/provider.cxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -343,7 +343,7 @@ void ContentProvider::init()
...
@@ -343,7 +343,7 @@ void ContentProvider::init()
rtl
::
Bootstrap
::
expandMacros
(
aPath
);
rtl
::
Bootstrap
::
expandMacros
(
aPath
);
aImagesZipPaths
[
1
]
=
aPath
;
aImagesZipPaths
[
1
]
=
aPath
;
sal_B
ool
showBasic
=
getBooleanKey
(
xHierAccess
,
"Help/ShowBasic"
);
b
ool
showBasic
=
getBooleanKey
(
xHierAccess
,
"Help/ShowBasic"
);
m_pDatabases
=
new
Databases
(
showBasic
,
m_pDatabases
=
new
Databases
(
showBasic
,
instPath
,
instPath
,
aImagesZipPaths
,
aImagesZipPaths
,
...
@@ -426,12 +426,12 @@ ContentProvider::getKey(
...
@@ -426,12 +426,12 @@ ContentProvider::getKey(
return
instPath
;
return
instPath
;
}
}
sal_B
ool
b
ool
ContentProvider
::
getBooleanKey
(
ContentProvider
::
getBooleanKey
(
const
uno
::
Reference
<
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
const
uno
::
Reference
<
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
const
char
*
key
)
const
const
char
*
key
)
const
{
{
sal_Bool
ret
=
sal_F
alse
;
bool
ret
=
f
alse
;
if
(
xHierAccess
.
is
()
)
if
(
xHierAccess
.
is
()
)
{
{
uno
::
Any
aAny
;
uno
::
Any
aAny
;
...
...
xmlhelp/source/cxxhelp/provider/provider.hxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -171,7 +171,7 @@ namespace chelp {
...
@@ -171,7 +171,7 @@ namespace chelp {
getKey
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
getKey
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
const
char
*
key
)
const
;
const
char
*
key
)
const
;
sal_B
ool
b
ool
getBooleanKey
(
getBooleanKey
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
::
com
::
sun
::
star
::
container
::
XHierarchicalNameAccess
>&
xHierAccess
,
...
...
xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -160,7 +160,7 @@ ResultSetBase::next(
...
@@ -160,7 +160,7 @@ ResultSetBase::next(
throw
(
sdbc
::
SQLException
,
throw
(
sdbc
::
SQLException
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
sal_B
ool
test
;
b
ool
test
;
m_nRow
++
;
m_nRow
++
;
if
(
sal
::
static_int_cast
<
sal_uInt32
>
(
m_nRow
)
<
m_aItems
.
size
()
)
if
(
sal
::
static_int_cast
<
sal_uInt32
>
(
m_nRow
)
<
m_aItems
.
size
()
)
test
=
true
;
test
=
true
;
...
...
xmlhelp/source/treeview/tvread.cxx
Dosyayı görüntüle @
abd8c2a0
...
@@ -622,7 +622,7 @@ ConfigData TVChildTarget::init( const Reference< XComponentContext >& xContext )
...
@@ -622,7 +622,7 @@ ConfigData TVChildTarget::init( const Reference< XComponentContext >& xContext )
Reference
<
XHierarchicalNameAccess
>
xHierAccess
(
getHierAccess
(
sProvider
,
Reference
<
XHierarchicalNameAccess
>
xHierAccess
(
getHierAccess
(
sProvider
,
"org.openoffice.Office.Common"
)
);
"org.openoffice.Office.Common"
)
);
OUString
system
(
getKey
(
xHierAccess
,
"Help/System"
)
);
OUString
system
(
getKey
(
xHierAccess
,
"Help/System"
)
);
sal_B
ool
showBasic
(
getBooleanKey
(
xHierAccess
,
"Help/ShowBasic"
)
);
b
ool
showBasic
(
getBooleanKey
(
xHierAccess
,
"Help/ShowBasic"
)
);
OUString
instPath
(
getKey
(
xHierAccess
,
"Path/Current/Help"
)
);
OUString
instPath
(
getKey
(
xHierAccess
,
"Path/Current/Help"
)
);
if
(
instPath
.
isEmpty
()
)
if
(
instPath
.
isEmpty
()
)
// try to determine path from default
// try to determine path from default
...
@@ -840,12 +840,12 @@ TVChildTarget::getKey( const Reference< XHierarchicalNameAccess >& xHierAccess,
...
@@ -840,12 +840,12 @@ TVChildTarget::getKey( const Reference< XHierarchicalNameAccess >& xHierAccess,
return
instPath
;
return
instPath
;
}
}
sal_B
ool
b
ool
TVChildTarget
::
getBooleanKey
(
const
Reference
<
TVChildTarget
::
getBooleanKey
(
const
Reference
<
XHierarchicalNameAccess
>&
xHierAccess
,
XHierarchicalNameAccess
>&
xHierAccess
,
const
char
*
key
)
const
const
char
*
key
)
const
{
{
sal_Bool
ret
=
sal_F
alse
;
bool
ret
=
f
alse
;
if
(
xHierAccess
.
is
()
)
if
(
xHierAccess
.
is
()
)
{
{
Any
aAny
;
Any
aAny
;
...
...
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