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
1aae91fb
Kaydet (Commit)
1aae91fb
authored
May 19, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lwp: remove using namespace css from headers
Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693
üst
60b21e85
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
30 deletions
+6
-30
lwpfilter.cxx
lotuswordpro/source/filter/lwpfilter.cxx
+1
-2
lwpunoheader.hxx
lotuswordpro/source/filter/lwpunoheader.hxx
+0
-10
xfsaxattrlist.hxx
lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx
+3
-6
xfsaxstream.hxx
lotuswordpro/source/filter/xfilter/xfsaxstream.hxx
+2
-12
No files found.
lotuswordpro/source/filter/lwpfilter.cxx
Dosyayı görüntüle @
1aae91fb
...
...
@@ -89,7 +89,6 @@ using namespace ::com::sun::star::io;
using
namespace
::
com
::
sun
::
star
::
registry
;
using
namespace
::
com
::
sun
::
star
::
document
;
using
namespace
::
com
::
sun
::
star
::
beans
;
using
namespace
::
com
::
sun
::
star
::
xml
::
sax
;
using
namespace
::
com
::
sun
::
star
;
using
::
com
::
sun
::
star
::
uno
::
Sequence
;
...
...
@@ -178,7 +177,7 @@ using namespace OpenStormBento;
}
return
bCompressed
;
}
int
ReadWordproFile
(
SvStream
&
rStream
,
uno
::
Reference
<
XDocumentHandler
>&
xHandler
)
int
ReadWordproFile
(
SvStream
&
rStream
,
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>&
xHandler
)
{
try
{
...
...
lotuswordpro/source/filter/lwpunoheader.hxx
Dosyayı görüntüle @
1aae91fb
...
...
@@ -74,14 +74,4 @@
#include "xfilter/xfglobal.hxx"
using
namespace
::
rtl
;
using
namespace
::
cppu
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
io
;
using
namespace
::
com
::
sun
::
star
::
registry
;
using
namespace
::
com
::
sun
::
star
::
document
;
using
namespace
::
com
::
sun
::
star
::
beans
;
using
namespace
::
com
::
sun
::
star
::
xml
::
sax
;
using
namespace
::
com
::
sun
::
star
::
uno
;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
lotuswordpro/source/filter/xfilter/xfsaxattrlist.hxx
Dosyayı görüntüle @
1aae91fb
...
...
@@ -64,9 +64,6 @@
#include "xmloff/attrlist.hxx"
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
using
namespace
::
com
::
sun
::
star
::
uno
;
using
namespace
::
com
::
sun
::
star
::
xml
::
sax
;
class
XFSaxAttrList
:
public
IXFAttrList
{
public
:
...
...
@@ -80,16 +77,16 @@ public:
virtual
void
Clear
()
SAL_OVERRIDE
;
Reference
<
XAttributeList
>
GetAttributeList
()
const
;
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XAttributeList
>
GetAttributeList
()
const
;
friend
class
XFSaxStream
;
private
:
SvXMLAttributeList
*
m_pSvAttrList
;
Reference
<
XAttributeList
>
m_xAttrList
;
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XAttributeList
>
m_xAttrList
;
};
inline
Reference
<
XAttributeList
>
XFSaxAttrList
::
GetAttributeList
()
const
inline
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XAttributeList
>
XFSaxAttrList
::
GetAttributeList
()
const
{
return
m_xAttrList
;
}
...
...
lotuswordpro/source/filter/xfilter/xfsaxstream.hxx
Dosyayı görüntüle @
1aae91fb
...
...
@@ -71,16 +71,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/io/XInputStream.hpp>
using
namespace
::
rtl
;
using
namespace
::
cppu
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
io
;
using
namespace
::
com
::
sun
::
star
::
registry
;
using
namespace
::
com
::
sun
::
star
::
document
;
using
namespace
::
com
::
sun
::
star
::
beans
;
using
namespace
::
com
::
sun
::
star
::
xml
::
sax
;
using
namespace
::
com
::
sun
::
star
::
uno
;
class
XFSaxAttrList
;
class
IXFAttrList
;
...
...
@@ -91,7 +81,7 @@ class IXFAttrList;
class
XFSaxStream
:
public
IXFStream
{
public
:
XFSaxStream
(
Reference
<
XDocumentHandler
>&
xHandler
);
XFSaxStream
(
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>&
xHandler
);
virtual
~
XFSaxStream
();
...
...
@@ -127,7 +117,7 @@ public:
virtual
IXFAttrList
*
GetAttrList
()
SAL_OVERRIDE
;
public
:
Reference
<
XDocumentHandler
>
m_aHandler
;
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>
m_aHandler
;
XFSaxAttrList
*
m_pAttrList
;
};
...
...
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