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
208a9c4b
Kaydet (Commit)
208a9c4b
authored
Nis 07, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix windows build
Change-Id: I18e2c80a3c8d6a1b1c126ae2581cb3e7010a8021
üst
b5ce50d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MMozillaBootstrap.cxx
...vity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx
+1
-1
MNSProfileDiscover.hxx
...ity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
+1
-1
No files found.
connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx
Dosyayı görüntüle @
208a9c4b
...
@@ -133,7 +133,7 @@ OUString SAL_CALL MozillaBootstrap::getProfilePath( ::com::sun::star::mozilla::M
...
@@ -133,7 +133,7 @@ OUString SAL_CALL MozillaBootstrap::getProfilePath( ::com::sun::star::mozilla::M
}
}
sal_Bool
SAL_CALL
MozillaBootstrap
::
isProfileLocked
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
sal_Bool
SAL_CALL
MozillaBootstrap
::
isProfileLocked
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
return
ProfileAccess
::
isProfileLocked
(
product
,
profileName
);
return
m_ProfileAccess
->
isProfileLocked
(
product
,
profileName
);
}
}
sal_Bool
SAL_CALL
MozillaBootstrap
::
getProfileExists
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
sal_Bool
SAL_CALL
MozillaBootstrap
::
getProfileExists
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
...
...
connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.hxx
Dosyayı görüntüle @
208a9c4b
...
@@ -95,7 +95,7 @@ namespace connectivity
...
@@ -95,7 +95,7 @@ namespace connectivity
::
sal_Int32
getProfileCount
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
sal_Int32
getProfileCount
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
sal_Int32
getProfileList
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
list
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
sal_Int32
getProfileList
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>&
list
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
OUString
getDefaultProfile
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
OUString
getDefaultProfile
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
static
bool
SAL_CALL
isProfileLocked
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
bool
SAL_CALL
isProfileLocked
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
bool
SAL_CALL
getProfileExists
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
bool
SAL_CALL
getProfileExists
(
::
com
::
sun
::
star
::
mozilla
::
MozillaProductType
product
,
const
OUString
&
profileName
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
protected
:
protected
:
ProductStruct
m_ProductProfileList
[
4
];
ProductStruct
m_ProductProfileList
[
4
];
...
...
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