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
dd8b86ea
Kaydet (Commit)
dd8b86ea
authored
Ara 08, 2011
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CDR importer: fixing some build and esthetic issues
üst
d701a0e9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
9 deletions
+10
-9
Configuration_filter.mk
filter/Configuration_filter.mk
+1
-1
CorelDrawDocument.xcu
filter/source/config/fragments/filters/CorelDrawDocument.xcu
+1
-1
draw_CorelDraw_Document.xcu
...source/config/fragments/types/draw_CorelDraw_Document.xcu
+1
-1
makefile.mk
libcdr/makefile.mk
+4
-4
build.lst
libcdr/prj/build.lst
+1
-1
Library_cdrimport.mk
writerperfect/Library_cdrimport.mk
+1
-0
CDRImportFilter.cxx
writerperfect/source/cdrimp/CDRImportFilter.cxx
+1
-1
No files found.
filter/Configuration_filter.mk
Dosyayı görüntüle @
dd8b86ea
...
@@ -545,7 +545,7 @@ $(call filter_Configuration_add_types,fcfg_langpack,fcfg_draw_types.xcu,filter/s
...
@@ -545,7 +545,7 @@ $(call filter_Configuration_add_types,fcfg_langpack,fcfg_draw_types.xcu,filter/s
draw8_template \
draw8_template \
draw_WordPerfect_Graphics \
draw_WordPerfect_Graphics \
draw_Visio_Document \
draw_Visio_Document \
draw_C
DR
_Document \
draw_C
orelDraw
_Document \
)
)
$(call filter_Configuration_add_filters,fcfg_langpack,fcfg_draw_filters.xcu,filter/source/config/fragments/filters,\
$(call filter_Configuration_add_filters,fcfg_langpack,fcfg_draw_filters.xcu,filter/source/config/fragments/filters,\
...
...
filter/source/config/fragments/filters/CorelDrawDocument.xcu
Dosyayı görüntüle @
dd8b86ea
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<value xml:lang="x-default">Corel Draw</value>
<value xml:lang="x-default">Corel Draw</value>
</prop>
</prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>draw_C
DR
_Document</value></prop>
<prop oor:name="Type"><value>draw_C
orelDraw
_Document</value></prop>
<prop oor:name="TemplateName"/>
<prop oor:name="TemplateName"/>
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
</node>
</node>
filter/source/config/fragments/types/draw_C
DR
_Document.xcu
→
filter/source/config/fragments/types/draw_C
orelDraw
_Document.xcu
Dosyayı görüntüle @
dd8b86ea
<node oor:name="draw_C
DR
_Document" oor:op="replace" >
<node oor:name="draw_C
orelDraw
_Document" oor:op="replace" >
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.CDRImportFilter</value></prop>
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.CDRImportFilter</value></prop>
<prop oor:name="URLPattern"/>
<prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>cdr</value></prop>
<prop oor:name="Extensions"><value>cdr</value></prop>
...
...
libcdr/makefile.mk
Dosyayı görüntüle @
dd8b86ea
...
@@ -45,17 +45,17 @@ TARGET=visio
...
@@ -45,17 +45,17 @@ TARGET=visio
.IF
"$(SYSTEM_LIBWPD)"
==
"YES"
.IF
"$(SYSTEM_LIBWPD)"
==
"YES"
INCPRE
+=
$(WPD_CFLAGS)
INCPRE
+=
$(WPD_CFLAGS)
.ELSE
.ELSE
INCPRE
+=
$(SOLARVER)$/$(
UPD)$/$(
INPATH)$/
inc
$/
libwpd
INCPRE
+=
$(SOLARVER)$/$(INPATH)$/
inc
$/
libwpd
INCPRE
+=
$(SOLARVER)$/$(
UPD)$/$(
INPATH)$/
inc
$/
libwpd-stream
INCPRE
+=
$(SOLARVER)$/$(INPATH)$/
inc
$/
libwpd-stream
.ENDIF
.ENDIF
.IF
"$(SYSTEM_LIBWPG)"
==
"YES"
.IF
"$(SYSTEM_LIBWPG)"
==
"YES"
INCPRE
+=
$(WPG_CFLAGS)
INCPRE
+=
$(WPG_CFLAGS)
.ELSE
.ELSE
INCPRE
+=
$(SOLARVER)$/$(
UPD)$/$(
INPATH)$/
inc
$/
libwpg
INCPRE
+=
$(SOLARVER)$/$(INPATH)$/
inc
$/
libwpg
.ENDIF
.ENDIF
TARFILE_NAME
=
libcdr-0.0.0
TARFILE_NAME
=
libcdr-0.0.0
TARFILE_MD5
=
9c9811817dccbd517ff25af8b2e8a86e
TARFILE_MD5
=
cc8eb870d6a324d36575420efd856319
BUILD_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
BUILD_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
BUILD_DIR
=
src
$/
lib
BUILD_DIR
=
src
$/
lib
...
...
libcdr/prj/build.lst
Dosyayı görüntüle @
dd8b86ea
cdr libcdr : LIBWPD:libwpd LIBWPG:libwpg soltools NULL
cdr libcdr : LIBWPD:libwpd LIBWPG:libwpg
ZLIB:zlib
soltools NULL
cdr libcdr usr1 - all cdr_mkout NULL
cdr libcdr usr1 - all cdr_mkout NULL
cdr libcdr nmake - all cdr_libcdr NULL
cdr libcdr nmake - all cdr_libcdr NULL
writerperfect/Library_cdrimport.mk
Dosyayı görüntüle @
dd8b86ea
...
@@ -58,6 +58,7 @@ $(eval $(call gb_Library_use_externals,cdrimport,\
...
@@ -58,6 +58,7 @@ $(eval $(call gb_Library_use_externals,cdrimport,\
wpd \
wpd \
wpg \
wpg \
cdr \
cdr \
zlib \
))
))
$(eval $(call gb_Library_add_exception_objects,cdrimport,\
$(eval $(call gb_Library_add_exception_objects,cdrimport,\
...
...
writerperfect/source/cdrimp/CDRImportFilter.cxx
Dosyayı görüntüle @
dd8b86ea
...
@@ -168,7 +168,7 @@ throw( com::sun::star::uno::RuntimeException )
...
@@ -168,7 +168,7 @@ throw( com::sun::star::uno::RuntimeException )
WPXSvInputStream
input
(
xInputStream
);
WPXSvInputStream
input
(
xInputStream
);
if
(
libcdr
::
CDRDocument
::
isSupported
(
&
input
))
if
(
libcdr
::
CDRDocument
::
isSupported
(
&
input
))
sTypeName
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"draw_
Visio
_Document"
)
);
sTypeName
=
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"draw_
CorelDraw
_Document"
)
);
if
(
sTypeName
.
getLength
())
if
(
sTypeName
.
getLength
())
{
{
...
...
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