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
e5dce943
Kaydet (Commit)
e5dce943
authored
May 19, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix-includes.pl: lwp
Change-Id: Ib0c5d5c0b0b3c6c290e7e1bbe18464155232ace3
üst
023547ab
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
16 deletions
+13
-16
precompiled_lwpft.hxx
lotuswordpro/inc/pch/precompiled_lwpft.hxx
+3
-6
lwpbackgroundstuff.cxx
lotuswordpro/source/filter/lwpbackgroundstuff.cxx
+4
-4
lwpcharsetmgr.cxx
lotuswordpro/source/filter/lwpcharsetmgr.cxx
+1
-1
lwpoleobject.hxx
lotuswordpro/source/filter/lwpoleobject.hxx
+1
-1
xfdefs.hxx
lotuswordpro/source/filter/xfilter/xfdefs.hxx
+1
-1
xfglobal.hxx
lotuswordpro/source/filter/xfilter/xfglobal.hxx
+1
-1
xfsaxattrlist.cxx
lotuswordpro/source/filter/xfilter/xfsaxattrlist.cxx
+1
-1
xfsaxattrlist.hxx
lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx
+1
-1
No files found.
lotuswordpro/inc/pch/precompiled_lwpft.hxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -15,13 +15,7 @@
*/
#include "assert.h"
#include "rtl/textenc.h"
#include "string.h"
#include "svx/xbitmap.hxx"
#include "tools/stream.hxx"
#include "vcl/bmpacc.hxx"
#include "vcl/dibtools.hxx"
#include "xmloff/attrlist.hxx"
#include <assert.h>
#include <boost/cast.hpp>
#include <boost/scoped_array.hpp>
...
...
@@ -71,10 +65,13 @@
#include <sstream>
#include <stdio.h>
#include <string.h>
#include <svx/xbitmap.hxx>
#include <tools/stream.hxx>
#include <ucbhelper/content.hxx>
#include <unicode/timezone.h>
#include <unicode/udat.h>
#include <vcl/bmpacc.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vector>
...
...
lotuswordpro/source/filter/lwpbackgroundstuff.cxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -63,10 +63,10 @@
#include "lwppttntbl.hxx"
#include "xfilter/xfbgimage.hxx"
#include
"tools/stream.hxx"
#include
"vcl/dibtools.hxx"
#include
"vcl/bmpacc.hxx"
#include
"svx/xbitmap.hxx"
#include
<tools/stream.hxx>
#include
<vcl/dibtools.hxx>
#include
<vcl/bmpacc.hxx>
#include
<svx/xbitmap.hxx>
void
LwpBackgroundStuff
::
Read
(
LwpObjectStream
*
pStrm
)
{
...
...
lotuswordpro/source/filter/lwpcharsetmgr.cxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -59,7 +59,7 @@
************************************************************************/
#include "lwpcharsetmgr.hxx"
//Added for SS migration
#include
"rtl/textenc.h"
#include
<rtl/textenc.h>
LwpCharSetMgr
*
LwpCharSetMgr
::
Instance
=
NULL
;
...
...
lotuswordpro/source/filter/lwpoleobject.hxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -68,7 +68,7 @@
#include "lwpobjhdr.hxx"
#include "lwpobjid.hxx"
#include "lwpstory.hxx"
#include
"tools/gen.hxx"
#include
<tools/gen.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdpage.hxx>
#include <sfx2/objsh.hxx>
...
...
lotuswordpro/source/filter/xfilter/xfdefs.hxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -60,7 +60,7 @@
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDEFS_HXX
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDEFS_HXX
#include
"sal/types.h"
#include
<sal/types.h>
enum
enumXFContent
{
...
...
lotuswordpro/source/filter/xfilter/xfglobal.hxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -63,7 +63,7 @@
#include <cassert>
#include
"sal/types.h"
#include
<sal/types.h>
#include <rtl/ustring.hxx>
...
...
lotuswordpro/source/filter/xfilter/xfsaxattrlist.cxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -58,7 +58,7 @@
* Document object of the xml filter framework.
************************************************************************/
#include "xfsaxattrlist.hxx"
#include
"xmloff/attrlist.hxx"
#include
<xmloff/attrlist.hxx>
XFSaxAttrList
::
XFSaxAttrList
()
{
...
...
lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx
Dosyayı görüntüle @
e5dce943
...
...
@@ -61,7 +61,7 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFSAXATTRLIST_HXX
#include "ixfattrlist.hxx"
#include
"xmloff/attrlist.hxx"
#include
<xmloff/attrlist.hxx>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
class
XFSaxAttrList
:
public
IXFAttrList
...
...
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