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
b6785eb5
Kaydet (Commit)
b6785eb5
authored
Ara 03, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax
Change-Id: I243ec20015beec6b98ee0af55eb7c387008f32f1
üst
4c9ddd59
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
4 deletions
+40
-4
fastparser.hxx
include/sax/fastparser.hxx
+5
-2
fastsaxdllapi.h
include/sax/fastsaxdllapi.h
+33
-0
Library_fastsax.mk
sax/Library_fastsax.mk
+1
-1
fastparser.cxx
sax/source/fastparser/fastparser.cxx
+1
-1
No files found.
include/sax/fastparser.hxx
Dosyayı görüntüle @
b6785eb5
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include
"saxdllapi.h"
#include
<sax/fastsaxdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
xml
{
namespace
sax
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
xml
{
namespace
sax
{
...
@@ -41,7 +41,10 @@ namespace sax_fastparser {
...
@@ -41,7 +41,10 @@ namespace sax_fastparser {
class
FastSaxParserImpl
;
class
FastSaxParserImpl
;
// This class implements the external Parser interface
// This class implements the external Parser interface
class
SAX_DLLPUBLIC
FastSaxParser
:
public
::
cppu
::
WeakImplHelper2
<
::
com
::
sun
::
star
::
xml
::
sax
::
XFastParser
,
::
com
::
sun
::
star
::
lang
::
XServiceInfo
>
class
FASTSAX_DLLPUBLIC
FastSaxParser
:
public
::
cppu
::
WeakImplHelper2
<
::
com
::
sun
::
star
::
xml
::
sax
::
XFastParser
,
::
com
::
sun
::
star
::
lang
::
XServiceInfo
>
{
{
FastSaxParserImpl
*
mpImpl
;
FastSaxParserImpl
*
mpImpl
;
...
...
include/sax/fastsaxdllapi.h
0 → 100644
Dosyayı görüntüle @
b6785eb5
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SAX_FASTSAXDLLAPI_H
#define INCLUDED_SAX_FASTSAXDLLAPI_H
#include <sal/types.h>
#if defined FASTSAX_DLLIMPLEMENTATION
#define FASTSAX_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
#define FASTSAX_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sax/Library_fastsax.mk
Dosyayı görüntüle @
b6785eb5
...
@@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,fastsax,\
...
@@ -17,7 +17,7 @@ $(eval $(call gb_Library_set_include,fastsax,\
))
))
$(eval $(call gb_Library_add_defs,fastsax,\
$(eval $(call gb_Library_add_defs,fastsax,\
-DSAX_DLLIMPLEMENTATION \
-D
FAST
SAX_DLLIMPLEMENTATION \
))
))
$(eval $(call gb_Library_use_sdk_api,fastsax))
$(eval $(call gb_Library_use_sdk_api,fastsax))
...
...
sax/source/fastparser/fastparser.cxx
Dosyayı görüntüle @
b6785eb5
...
@@ -83,7 +83,7 @@ struct Event
...
@@ -83,7 +83,7 @@ struct Event
CallbackType
maType
;
CallbackType
maType
;
};
};
struct
SAX_DLLPUBLIC
NameWithToken
struct
NameWithToken
{
{
OUString
msName
;
OUString
msName
;
sal_Int32
mnToken
;
sal_Int32
mnToken
;
...
...
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