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
8798f247
Kaydet (Commit)
8798f247
authored
Haz 22, 2010
tarafından
obo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS jl152
üst
78715b31
3459495f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
14 deletions
+8
-14
scriptdocument.cxx
basctl/source/basicide/scriptdocument.cxx
+5
-2
updatecheck.cxx
extensions/source/update/check/updatecheck.cxx
+3
-0
packinfo_office.txt
setup_native/source/packinfo/packinfo_office.txt
+0
-0
exports.dxp
...tive/source/win32/customactions/languagepacks/exports.dxp
+0
-3
makefile.mk
...tive/source/win32/customactions/languagepacks/makefile.mk
+0
-1
exports.dxp
setup_native/source/win32/customactions/patch/exports.dxp
+0
-3
makefile.mk
setup_native/source/win32/customactions/patch/makefile.mk
+0
-1
exports.dxp
...ve/source/win32/customactions/shellextensions/exports.dxp
+0
-3
makefile.mk
...ve/source/win32/customactions/shellextensions/makefile.mk
+0
-1
No files found.
basctl/source/basicide/scriptdocument.cxx
Dosyayı görüntüle @
8798f247
...
@@ -1016,8 +1016,11 @@ namespace basctl
...
@@ -1016,8 +1016,11 @@ namespace basctl
::
rtl
::
OUString
aSearchURL1
(
RTL_CONSTASCII_USTRINGPARAM
(
"share/basic"
)
);
::
rtl
::
OUString
aSearchURL1
(
RTL_CONSTASCII_USTRINGPARAM
(
"share/basic"
)
);
::
rtl
::
OUString
aSearchURL2
(
RTL_CONSTASCII_USTRINGPARAM
(
"share/uno_packages"
)
);
::
rtl
::
OUString
aSearchURL2
(
RTL_CONSTASCII_USTRINGPARAM
(
"share/uno_packages"
)
);
if
(
aCanonicalFileURL
.
indexOf
(
aSearchURL1
)
!=
-
1
||
aCanonicalFileURL
.
indexOf
(
aSearchURL2
)
!=
-
1
)
::
rtl
::
OUString
aSearchURL3
(
RTL_CONSTASCII_USTRINGPARAM
(
"share/extensions"
)
);
bIsShared
=
true
;
if
(
aCanonicalFileURL
.
indexOf
(
aSearchURL1
)
!=
-
1
||
aCanonicalFileURL
.
indexOf
(
aSearchURL2
)
!=
-
1
||
aCanonicalFileURL
.
indexOf
(
aSearchURL3
)
!=
-
1
)
bIsShared
=
true
;
}
}
}
}
catch
(
const
Exception
&
)
catch
(
const
Exception
&
)
...
...
extensions/source/update/check/updatecheck.cxx
Dosyayı görüntüle @
8798f247
...
@@ -865,6 +865,9 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues,
...
@@ -865,6 +865,9 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues,
m_aUpdateInfo
=
UpdateInfo
();
m_aUpdateInfo
=
UpdateInfo
();
// Remove outdated release notes
storeReleaseNote
(
1
,
rtl
::
OUString
()
);
storeReleaseNote
(
2
,
rtl
::
OUString
()
);
}
}
else
else
{
{
...
...
setup_native/source/packinfo/packinfo_office.txt
Dosyayı görüntüle @
8798f247
This diff is collapsed.
Click to expand it.
setup_native/source/win32/customactions/languagepacks/exports.dxp
Dosyayı görüntüle @
8798f247
...
@@ -2,6 +2,3 @@ SetProductInstallationPath
...
@@ -2,6 +2,3 @@ SetProductInstallationPath
RegisterLanguagePack
RegisterLanguagePack
GetUserInstallMode
GetUserInstallMode
IsOfficeRunning
IsOfficeRunning
RegisterExtensions
DeregisterExtensions
RemoveExtensions
setup_native/source/win32/customactions/languagepacks/makefile.mk
Dosyayı görüntüle @
8798f247
...
@@ -77,7 +77,6 @@ STDSHL+= \
...
@@ -77,7 +77,6 @@ STDSHL+= \
#SHL1LIBS = $(SLB)$/$(TARGET).lib
#SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1OBJS
=
$(SLOFILES)
\
SHL1OBJS
=
$(SLOFILES)
\
$(SLO)$/
registerextensions.obj
\
$(SLO)$/
seterror.obj
$(SLO)$/
seterror.obj
SHL1TARGET
=
$(TARGET)
SHL1TARGET
=
$(TARGET)
...
...
setup_native/source/win32/customactions/patch/exports.dxp
Dosyayı görüntüle @
8798f247
...
@@ -7,6 +7,3 @@ IsOfficeRunning
...
@@ -7,6 +7,3 @@ IsOfficeRunning
SetFeatureState
SetFeatureState
SetNewFeatureState
SetNewFeatureState
ShowOnlineUpdateDialog
ShowOnlineUpdateDialog
RegisterExtensions
DeregisterExtensions
RemoveExtensions
setup_native/source/win32/customactions/patch/makefile.mk
Dosyayı görüntüle @
8798f247
...
@@ -76,7 +76,6 @@ SHL1OBJS = $(SLOFILES) \
...
@@ -76,7 +76,6 @@ SHL1OBJS = $(SLOFILES) \
$(SLO)$/
shutdown_quickstart.obj
\
$(SLO)$/
shutdown_quickstart.obj
\
$(SLO)$/
quickstarter.obj
\
$(SLO)$/
quickstarter.obj
\
$(SLO)$/
upgrade.obj
\
$(SLO)$/
upgrade.obj
\
$(SLO)$/
registerextensions.obj
\
$(SLO)$/
seterror.obj
$(SLO)$/
seterror.obj
SHL1TARGET
=
$(TARGET)
SHL1TARGET
=
$(TARGET)
...
...
setup_native/source/win32/customactions/shellextensions/exports.dxp
Dosyayı görüntüle @
8798f247
...
@@ -6,9 +6,6 @@ SetProductInstallMode
...
@@ -6,9 +6,6 @@ SetProductInstallMode
RebuildShellIconCache
RebuildShellIconCache
ExecutePostUninstallScript
ExecutePostUninstallScript
MigrateInstallPath
MigrateInstallPath
RegisterExtensions
DeregisterExtensions
RemoveExtensions
CheckInstallDirectory
CheckInstallDirectory
SetAdminInstallProperty
SetAdminInstallProperty
CreateLayerLinks
CreateLayerLinks
...
...
setup_native/source/win32/customactions/shellextensions/makefile.mk
Dosyayı görüntüle @
8798f247
...
@@ -62,7 +62,6 @@ SLOFILES = \
...
@@ -62,7 +62,6 @@ SLOFILES = \
$(SLO)$/
setadmininstall.obj
\
$(SLO)$/
setadmininstall.obj
\
$(SLO)$/
layerlinks.obj
\
$(SLO)$/
layerlinks.obj
\
$(SLO)$/
dotnetcheck.obj
\
$(SLO)$/
dotnetcheck.obj
\
$(SLO)$/
registerextensions.obj
\
$(SLO)$/
copyeditiondata.obj
\
$(SLO)$/
copyeditiondata.obj
\
$(SLO)$/
vistaspecial.obj
\
$(SLO)$/
vistaspecial.obj
\
$(SLO)$/
checkrunningoffice.obj
\
$(SLO)$/
checkrunningoffice.obj
\
...
...
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