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
b9b8aa82
Kaydet (Commit)
b9b8aa82
authored
Eyl 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
desktop: sal_Bool -> bool
Change-Id: Ib9ca807c8fc27eda6d584a5b4696887dd044410c
üst
9436ae99
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
15 deletions
+15
-15
dp_component.cxx
...top/source/deployment/registry/component/dp_component.cxx
+2
-2
dp_configuration.cxx
...ce/deployment/registry/configuration/dp_configuration.cxx
+2
-2
dp_executable.cxx
...p/source/deployment/registry/executable/dp_executable.cxx
+2
-2
dp_help.cxx
desktop/source/deployment/registry/help/dp_help.cxx
+2
-2
dp_backend.h
desktop/source/deployment/registry/inc/dp_backend.h
+1
-1
dp_package.cxx
desktop/source/deployment/registry/package/dp_package.cxx
+2
-2
dp_script.cxx
desktop/source/deployment/registry/script/dp_script.cxx
+2
-2
dp_sfwk.cxx
desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+2
-2
No files found.
desktop/source/deployment/registry/component/dp_component.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -272,7 +272,7 @@ class BackendImpl : public ::dp_registry::backend::PackageRegistryBackend
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
()
SAL_OVERRIDE
;
...
...
@@ -618,7 +618,7 @@ void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaT
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType_
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
{
OUString
mediaType
(
mediaType_
);
...
...
desktop/source/deployment/registry/configuration/dp_configuration.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -107,7 +107,7 @@ class BackendImpl : public ::dp_registry::backend::PackageRegistryBackend
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
url
,
OUString
const
&
mediaType
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
...
...
@@ -302,7 +302,7 @@ void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaT
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType_
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
{
OUString
mediaType
(
mediaType_
);
...
...
desktop/source/deployment/registry/executable/dp_executable.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -78,7 +78,7 @@ class BackendImpl : public ::dp_registry::backend::PackageRegistryBackend
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
url
,
OUString
const
&
mediaType
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
void
addDataToDb
(
OUString
const
&
url
);
...
...
@@ -156,7 +156,7 @@ void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaT
// PackageRegistryBackend
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
url
,
OUString
const
&
mediaType
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
{
if
(
mediaType
.
isEmpty
())
...
...
desktop/source/deployment/registry/help/dp_help.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -92,7 +92,7 @@ class BackendImpl : public ::dp_registry::backend::PackageRegistryBackend
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
void
implProcessHelp
(
PackageImpl
*
package
,
bool
doRegisterPackage
,
...
...
@@ -174,7 +174,7 @@ void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaT
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType_
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
{
// we don't support auto detection:
...
...
desktop/source/deployment/registry/inc/dp_backend.h
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -303,7 +303,7 @@ protected:
// @@@ to be implemented by specific backend:
virtual
css
::
uno
::
Reference
<
css
::
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
css
::
uno
::
Reference
<
css
::
ucb
::
XCommandEnvironment
>
const
&
xCmdEnv
)
=
0
;
...
...
desktop/source/deployment/registry/package/dp_package.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -249,7 +249,7 @@ class BackendImpl : public ImplBaseT
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
ucb
::
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
()
SAL_OVERRIDE
;
...
...
@@ -375,7 +375,7 @@ void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaT
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType_
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
ucb
::
XCommandEnvironment
>
const
&
xCmdEnv
)
{
OUString
mediaType
(
mediaType_
);
...
...
desktop/source/deployment/registry/script/dp_script.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -83,7 +83,7 @@ class BackendImpl : public t_helper
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
void
addDataToDb
(
OUString
const
&
url
);
...
...
@@ -213,7 +213,7 @@ void BackendImpl::packageRemoved(OUString const & url, OUString const & /*mediaT
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType_
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
{
OUString
mediaType
(
mediaType_
);
...
...
desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
Dosyayı görüntüle @
b9b8aa82
...
...
@@ -87,7 +87,7 @@ class BackendImpl : public ::dp_registry::backend::PackageRegistryBackend
// PackageRegistryBackend
virtual
Reference
<
deployment
::
XPackage
>
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType
,
sal_B
ool
bRemoved
,
OUString
const
&
identifier
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
SAL_OVERRIDE
;
const
Reference
<
deployment
::
XPackageTypeInfo
>
m_xTypeInfo
;
...
...
@@ -197,7 +197,7 @@ void BackendImpl::packageRemoved(OUString const & /*url*/, OUString const & /*me
// PackageRegistryBackend
Reference
<
deployment
::
XPackage
>
BackendImpl
::
bindPackage_
(
OUString
const
&
url
,
OUString
const
&
mediaType_
,
sal_B
ool
bRemoved
,
OUString
const
&
url
,
OUString
const
&
mediaType_
,
b
ool
bRemoved
,
OUString
const
&
identifier
,
Reference
<
XCommandEnvironment
>
const
&
xCmdEnv
)
{
OUString
mediaType
(
mediaType_
);
...
...
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