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
fc5dfa8f
Kaydet (Commit)
fc5dfa8f
authored
May 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move module-local includes to writerperfect/inc
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
üst
867ccbc1
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
26 additions
and
20 deletions
+26
-20
CppunitTest_writerperfect_stream.mk
writerperfect/CppunitTest_writerperfect_stream.mk
+1
-0
Library_writerperfect.mk
writerperfect/Library_writerperfect.mk
+5
-0
DirectoryStream.hxx
writerperfect/inc/DirectoryStream.hxx
+1
-1
DocumentHandler.hxx
writerperfect/inc/DocumentHandler.hxx
+1
-1
ImportFilter.hxx
writerperfect/inc/ImportFilter.hxx
+2
-2
WPFTEncodingDialog.hxx
writerperfect/inc/WPFTEncodingDialog.hxx
+1
-1
WPXSvInputStream.hxx
writerperfect/inc/WPXSvInputStream.hxx
+1
-1
writerperfectdllapi.h
writerperfect/inc/writerperfectdllapi.h
+0
-0
DirectoryStreamTest.cxx
writerperfect/qa/unit/DirectoryStreamTest.cxx
+1
-1
WPXSvStreamTest.cxx
writerperfect/qa/unit/WPXSvStreamTest.cxx
+1
-1
MSWorksCalcImportFilter.cxx
writerperfect/source/calc/MSWorksCalcImportFilter.cxx
+1
-1
DirectoryStream.cxx
writerperfect/source/common/DirectoryStream.cxx
+2
-2
DocumentHandler.cxx
writerperfect/source/common/DocumentHandler.cxx
+1
-1
WPFTEncodingDialog.cxx
writerperfect/source/common/WPFTEncodingDialog.cxx
+1
-1
WPXSvInputStream.cxx
writerperfect/source/common/WPXSvInputStream.cxx
+1
-1
KeynoteImportFilter.cxx
writerperfect/source/impress/KeynoteImportFilter.cxx
+3
-3
MSWorksImportFilter.cxx
writerperfect/source/writer/MSWorksImportFilter.cxx
+1
-1
WordPerfectImportFilter.cxx
writerperfect/source/writer/WordPerfectImportFilter.cxx
+2
-2
No files found.
writerperfect/CppunitTest_writerperfect_stream.mk
Dosyayı görüntüle @
fc5dfa8f
...
@@ -11,6 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,writerperfect_stream))
...
@@ -11,6 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,writerperfect_stream))
$(eval $(call gb_CppunitTest_set_include,writerperfect_stream,\
$(eval $(call gb_CppunitTest_set_include,writerperfect_stream,\
-I$(SRCDIR)/writerperfect/source/common \
-I$(SRCDIR)/writerperfect/source/common \
-I$(SRCDIR)/writerperfect/inc \
$$(INCLUDE) \
$$(INCLUDE) \
))
))
...
...
writerperfect/Library_writerperfect.mk
Dosyayı görüntüle @
fc5dfa8f
...
@@ -23,6 +23,11 @@ $(eval $(call gb_Library_add_defs,writerperfect,\
...
@@ -23,6 +23,11 @@ $(eval $(call gb_Library_add_defs,writerperfect,\
-DWRITERPERFECT_DLLIMPLEMENTATION \
-DWRITERPERFECT_DLLIMPLEMENTATION \
))
))
$(eval $(call gb_Library_set_include,writerperfect, \
-I$(SRCDIR)/writerperfect/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_externals,writerperfect,\
$(eval $(call gb_Library_use_externals,writerperfect,\
boost_headers \
boost_headers \
odfgen \
odfgen \
...
...
include/writerperfect
/DirectoryStream.hxx
→
writerperfect/inc
/DirectoryStream.hxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Reference.h>
#include <writerperfect
/writerperfect
dllapi.h>
#include <writerperfectdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
ucb
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
ucb
{
class
XContent
;
class
XContent
;
...
...
include/writerperfect
/DocumentHandler.hxx
→
writerperfect/inc
/DocumentHandler.hxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Reference.h>
#include <writerperfect
/writerperfect
dllapi.h>
#include <writerperfectdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
xml
{
namespace
sax
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
xml
{
namespace
sax
{
class
XDocumentHandler
;
class
XDocumentHandler
;
...
...
writerperfect/inc/ImportFilter.hxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
#include <unotools/mediadescriptor.hxx>
#include <unotools/mediadescriptor.hxx>
#include <
writerperfect/
DocumentHandler.hxx>
#include <DocumentHandler.hxx>
#include <
writerperfect/
WPXSvInputStream.hxx>
#include <WPXSvInputStream.hxx>
#include <xmloff/attrlist.hxx>
#include <xmloff/attrlist.hxx>
...
...
include/writerperfect
/WPFTEncodingDialog.hxx
→
writerperfect/inc
/WPFTEncodingDialog.hxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include <vcl/dialog.hxx>
#include <vcl/dialog.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/lstbox.hxx>
#include <writerperfect
/writerperfect
dllapi.h>
#include <writerperfectdllapi.h>
namespace
writerperfect
{
namespace
writerperfect
{
...
...
include/writerperfect
/WPXSvInputStream.hxx
→
writerperfect/inc
/WPXSvInputStream.hxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Reference.h>
#include <writerperfect
/writerperfect
dllapi.h>
#include <writerperfectdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
io
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
io
{
class
XInputStream
;
class
XInputStream
;
...
...
include/writerperfect
/writerperfectdllapi.h
→
writerperfect/inc
/writerperfectdllapi.h
Dosyayı görüntüle @
fc5dfa8f
File moved
writerperfect/qa/unit/DirectoryStreamTest.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
#include <test/bootstrapfixture.hxx>
#include <test/bootstrapfixture.hxx>
#include <
writerperfect/
DirectoryStream.hxx>
#include <DirectoryStream.hxx>
namespace
ucb
=
com
::
sun
::
star
::
ucb
;
namespace
ucb
=
com
::
sun
::
star
::
ucb
;
namespace
uno
=
com
::
sun
::
star
::
uno
;
namespace
uno
=
com
::
sun
::
star
::
uno
;
...
...
writerperfect/qa/unit/WPXSvStreamTest.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include "test/bootstrapfixture.hxx"
#include "test/bootstrapfixture.hxx"
#include <
writerperfect/
WPXSvInputStream.hxx>
#include <WPXSvInputStream.hxx>
namespace
io
=
com
::
sun
::
star
::
io
;
namespace
io
=
com
::
sun
::
star
::
io
;
namespace
ucb
=
com
::
sun
::
star
::
ucb
;
namespace
ucb
=
com
::
sun
::
star
::
ucb
;
...
...
writerperfect/source/calc/MSWorksCalcImportFilter.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#include <libwps/libwps.h>
#include <libwps/libwps.h>
#include "
writerperfect/
WPFTEncodingDialog.hxx"
#include "WPFTEncodingDialog.hxx"
#include "MSWorksCalcImportFilter.hxx"
#include "MSWorksCalcImportFilter.hxx"
using
com
::
sun
::
star
::
uno
::
Sequence
;
using
com
::
sun
::
star
::
uno
::
Sequence
;
...
...
writerperfect/source/common/DirectoryStream.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
#include <ucbhelper/content.hxx>
#include <ucbhelper/content.hxx>
#include <
writerperfect/
DirectoryStream.hxx>
#include <DirectoryStream.hxx>
#include <
writerperfect/
WPXSvInputStream.hxx>
#include <WPXSvInputStream.hxx>
namespace
container
=
com
::
sun
::
star
::
container
;
namespace
container
=
com
::
sun
::
star
::
container
;
namespace
io
=
com
::
sun
::
star
::
io
;
namespace
io
=
com
::
sun
::
star
::
io
;
...
...
writerperfect/source/common/DocumentHandler.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* For further information visit http://libwpd.sourceforge.net
* For further information visit http://libwpd.sourceforge.net
*/
*/
#include <
writerperfect/
DocumentHandler.hxx>
#include <DocumentHandler.hxx>
#include <string.h>
#include <string.h>
...
...
writerperfect/source/common/WPFTEncodingDialog.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <
writerperfect/
WPFTEncodingDialog.hxx>
#include <WPFTEncodingDialog.hxx>
namespace
writerperfect
namespace
writerperfect
{
{
...
...
writerperfect/source/common/WPXSvInputStream.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#include <
writerperfect/
WPXSvInputStream.hxx>
#include <WPXSvInputStream.hxx>
#include <com/sun/star/packages/zip/XZipFileAccess2.hpp>
#include <com/sun/star/packages/zip/XZipFileAccess2.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Any.hxx>
...
...
writerperfect/source/impress/KeynoteImportFilter.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -25,9 +25,9 @@
...
@@ -25,9 +25,9 @@
#include <rtl/tencinfo.h>
#include <rtl/tencinfo.h>
#include <ucbhelper/content.hxx>
#include <ucbhelper/content.hxx>
#include <
writerperfect/
DirectoryStream.hxx>
#include <DirectoryStream.hxx>
#include <
writerperfect/
DocumentHandler.hxx>
#include <DocumentHandler.hxx>
#include <
writerperfect/
WPXSvInputStream.hxx>
#include <WPXSvInputStream.hxx>
#include <xmloff/attrlist.hxx>
#include <xmloff/attrlist.hxx>
...
...
writerperfect/source/writer/MSWorksImportFilter.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include <libwps/libwps.h>
#include <libwps/libwps.h>
#include "
writerperfect/
WPFTEncodingDialog.hxx"
#include "WPFTEncodingDialog.hxx"
#include "MSWorksImportFilter.hxx"
#include "MSWorksImportFilter.hxx"
using
com
::
sun
::
star
::
uno
::
Sequence
;
using
com
::
sun
::
star
::
uno
::
Sequence
;
...
...
writerperfect/source/writer/WordPerfectImportFilter.cxx
Dosyayı görüntüle @
fc5dfa8f
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <
writerperfect/
DocumentHandler.hxx>
#include <DocumentHandler.hxx>
#include <
writerperfect/
WPXSvInputStream.hxx>
#include <WPXSvInputStream.hxx>
#include <xmloff/attrlist.hxx>
#include <xmloff/attrlist.hxx>
#include <sfx2/passwd.hxx>
#include <sfx2/passwd.hxx>
...
...
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