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
8d7e1a6e
Kaydet (Commit)
8d7e1a6e
authored
Ock 09, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enabling Icedove addressbook connection for Base (Thank you Caolan)
üst
de9a19ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
16 deletions
+19
-16
MNSFolders.cxx
connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
+16
-13
mozab.xcu
connectivity/source/drivers/mozab/mozab.xcu
+1
-1
mozab2.xcu
connectivity/source/drivers/mozab/mozab2.xcu
+1
-1
abspilot.src
extensions/source/abpilot/abspilot.src
+1
-1
No files found.
connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
Dosyayı görüntüle @
8d7e1a6e
...
@@ -69,24 +69,27 @@ namespace
...
@@ -69,24 +69,27 @@ namespace
}
}
// -------------------------------------------------------------------
// -------------------------------------------------------------------
static
const
char
*
DefaultProductDir
[
3
][
3
]
=
const
size_t
NB_PRODUCTS
=
3
;
const
size_t
NB_CANDIDATES
=
4
;
static
const
char
*
DefaultProductDir
[
NB_PRODUCTS
][
NB_CANDIDATES
]
=
{
{
#if defined(XP_WIN)
#if defined(XP_WIN)
{
"Mozilla/SeaMonkey/"
,
NULL
,
NULL
},
{
"Mozilla/SeaMonkey/"
,
NULL
,
NULL
,
NULL
},
{
"Mozilla/Firefox/"
,
NULL
,
NULL
},
{
"Mozilla/Firefox/"
,
NULL
,
NULL
,
NULL
},
{
"Thunderbird/"
,
"Mozilla/Thunderbird/"
,
NULL
}
{
"Thunderbird/"
,
"Mozilla/Thunderbird/"
,
NULL
,
NULL
}
#elif(MACOSX)
#elif(MACOSX)
{
"../Mozilla/SeaMonkey/"
,
NULL
,
NULL
},
{
"../Mozilla/SeaMonkey/"
,
NULL
,
NULL
,
NULL
},
{
"Firefox/"
,
NULL
,
NULL
},
{
"Firefox/"
,
NULL
,
NULL
,
NULL
},
{
"../Thunderbird/"
,
NULL
,
NULL
}
{
"../Thunderbird/"
,
NULL
,
NULL
,
NULL
}
#else
#else
{
".mozilla/seamonkey/"
,
NULL
,
NULL
},
{
".mozilla/seamonkey/"
,
NULL
,
NULL
,
NULL
},
{
".mozilla/firefox/"
,
NULL
,
NULL
},
{
".mozilla/firefox/"
,
NULL
,
NULL
,
NULL
},
{
".thunderbird/"
,
".mozilla-thunderbird/"
,
".mozilla/thunderbird/"
}
{
".thunderbird/"
,
".mozilla-thunderbird/"
,
".mozilla/thunderbird/"
,
".icedove"
}
#endif
#endif
};
};
static
const
char
*
ProductRootEnvironmentVariable
[
3
]
=
static
const
char
*
ProductRootEnvironmentVariable
[
NB_PRODUCTS
]
=
{
{
"MOZILLA_PROFILE_ROOT"
,
"MOZILLA_PROFILE_ROOT"
,
"MOZILLA_FIREFOX_PROFILE_ROOT"
,
"MOZILLA_FIREFOX_PROFILE_ROOT"
,
...
@@ -98,7 +101,7 @@ namespace
...
@@ -98,7 +101,7 @@ namespace
{
{
size_t
productIndex
=
_product
-
1
;
size_t
productIndex
=
_product
-
1
;
static
::
rtl
::
OUString
s_productDirectories
[
3
];
static
::
rtl
::
OUString
s_productDirectories
[
NB_PRODUCTS
];
if
(
s_productDirectories
[
productIndex
].
isEmpty
()
)
if
(
s_productDirectories
[
productIndex
].
isEmpty
()
)
{
{
...
@@ -117,7 +120,7 @@ namespace
...
@@ -117,7 +120,7 @@ namespace
const
char
*
pProfileRegistry
=
"profiles.ini"
;
const
char
*
pProfileRegistry
=
"profiles.ini"
;
// check all possible candidates
// check all possible candidates
for
(
size_t
i
=
0
;
i
<
3
;
++
i
)
for
(
size_t
i
=
0
;
i
<
NB_CANDIDATES
;
++
i
)
{
{
if
(
NULL
==
DefaultProductDir
[
productIndex
][
i
]
)
if
(
NULL
==
DefaultProductDir
[
productIndex
][
i
]
)
break
;
break
;
...
...
connectivity/source/drivers/mozab/mozab.xcu
Dosyayı görüntüle @
8d7e1a6e
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<value>
com.sun.star.comp.sdbc.MozabDriver
</value>
<value>
com.sun.star.comp.sdbc.MozabDriver
</value>
</prop>
</prop>
<prop
oor:name=
"DriverTypeDisplayName"
oor:type=
"xs:string"
>
<prop
oor:name=
"DriverTypeDisplayName"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Thunderbird Address Book
</value>
<value
xml:lang=
"en-US"
>
Thunderbird
/Icedove
Address Book
</value>
</prop>
</prop>
<node
oor:name=
"Features"
>
<node
oor:name=
"Features"
>
<node
oor:name=
"EscapeDateTime"
oor:op=
"replace"
>
<node
oor:name=
"EscapeDateTime"
oor:op=
"replace"
>
...
...
connectivity/source/drivers/mozab/mozab2.xcu
Dosyayı görüntüle @
8d7e1a6e
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<value>
com.sun.star.comp.sdbc.MozabDriver
</value>
<value>
com.sun.star.comp.sdbc.MozabDriver
</value>
</prop>
</prop>
<prop
oor:name=
"DriverTypeDisplayName"
oor:type=
"xs:string"
>
<prop
oor:name=
"DriverTypeDisplayName"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Thunderbird Address Book
</value>
<value
xml:lang=
"en-US"
>
Thunderbird
/Icedove
Address Book
</value>
</prop>
</prop>
<node
oor:name=
"MetaData"
>
<node
oor:name=
"MetaData"
>
<node
oor:name=
"SupportsBrowsing"
oor:op=
"replace"
>
<node
oor:name=
"SupportsBrowsing"
oor:op=
"replace"
>
...
...
extensions/source/abpilot/abspilot.src
Dosyayı görüntüle @
8d7e1a6e
...
@@ -120,7 +120,7 @@ TabPage RID_PAGE_SELECTABTYPE
...
@@ -120,7 +120,7 @@ TabPage RID_PAGE_SELECTABTYPE
{
{
HelpID = "extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_THUNDERBIRD";
HelpID = "extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_THUNDERBIRD";
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 30, 8 ) ;
Text [ en-US ] = "Thunderbird";
Text [ en-US ] = "Thunderbird
/Icedove
";
};
};
RadioButton RB_KAB
RadioButton RB_KAB
{
{
...
...
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