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
2ffeaecd
Kaydet (Commit)
2ffeaecd
authored
Ara 13, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
writerfilter: only dmapper needs LoggedResources
Change-Id: Ic8c691c4185ec8b808e75885f9354c35d68be58c
üst
f7a87bf8
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
30 additions
and
30 deletions
+30
-30
Library_writerfilter.mk
writerfilter/Library_writerfilter.mk
+1
-1
BorderHandler.hxx
writerfilter/source/dmapper/BorderHandler.hxx
+1
-1
CellColorHandler.hxx
writerfilter/source/dmapper/CellColorHandler.hxx
+1
-1
CellMarginHandler.hxx
writerfilter/source/dmapper/CellMarginHandler.hxx
+1
-1
DomainMapper.hxx
writerfilter/source/dmapper/DomainMapper.hxx
+1
-1
FFDataHandler.hxx
writerfilter/source/dmapper/FFDataHandler.hxx
+1
-1
FontTable.hxx
writerfilter/source/dmapper/FontTable.hxx
+1
-1
GraphicHelpers.hxx
writerfilter/source/dmapper/GraphicHelpers.hxx
+1
-1
GraphicImport.hxx
writerfilter/source/dmapper/GraphicImport.hxx
+1
-1
LatentStyleHandler.hxx
writerfilter/source/dmapper/LatentStyleHandler.hxx
+1
-1
LoggedResources.cxx
writerfilter/source/dmapper/LoggedResources.cxx
+1
-1
LoggedResources.hxx
writerfilter/source/dmapper/LoggedResources.hxx
+5
-5
MeasureHandler.hxx
writerfilter/source/dmapper/MeasureHandler.hxx
+1
-1
NumberingManager.hxx
writerfilter/source/dmapper/NumberingManager.hxx
+1
-1
OLEHandler.hxx
writerfilter/source/dmapper/OLEHandler.hxx
+1
-1
PageBordersHandler.hxx
writerfilter/source/dmapper/PageBordersHandler.hxx
+1
-1
SectionColumnHandler.hxx
writerfilter/source/dmapper/SectionColumnHandler.hxx
+1
-1
SettingsTable.hxx
writerfilter/source/dmapper/SettingsTable.hxx
+1
-1
StyleSheetTable.hxx
writerfilter/source/dmapper/StyleSheetTable.hxx
+1
-1
TDefTableHandler.hxx
writerfilter/source/dmapper/TDefTableHandler.hxx
+1
-1
TablePositionHandler.hxx
writerfilter/source/dmapper/TablePositionHandler.hxx
+1
-1
TblStylePrHandler.hxx
writerfilter/source/dmapper/TblStylePrHandler.hxx
+1
-1
TextEffectsHandler.hxx
writerfilter/source/dmapper/TextEffectsHandler.hxx
+1
-1
ThemeTable.hxx
writerfilter/source/dmapper/ThemeTable.hxx
+1
-1
TrackChangesHandler.hxx
writerfilter/source/dmapper/TrackChangesHandler.hxx
+1
-1
WrapPolygonHandler.hxx
writerfilter/source/dmapper/WrapPolygonHandler.hxx
+1
-1
No files found.
writerfilter/Library_writerfilter.mk
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -88,6 +88,7 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
writerfilter/source/dmapper/GraphicHelpers \
writerfilter/source/dmapper/GraphicImport \
writerfilter/source/dmapper/LatentStyleHandler \
writerfilter/source/dmapper/LoggedResources \
writerfilter/source/dmapper/MeasureHandler \
writerfilter/source/dmapper/TrackChangesHandler \
writerfilter/source/dmapper/ModelEventListener \
...
...
@@ -124,7 +125,6 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
writerfilter/source/ooxml/OOXMLPropertySetImpl \
writerfilter/source/ooxml/OOXMLStreamImpl \
writerfilter/source/ooxml/qnametostrcore \
writerfilter/source/resourcemodel/LoggedResources \
writerfilter/source/resourcemodel/ResourceModelHelper \
writerfilter/source/resourcemodel/TagLogger \
))
...
...
writerfilter/source/dmapper/BorderHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -20,7 +20,7 @@
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_BORDERHANDLER_HXX
#include <vector>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
...
...
writerfilter/source/dmapper/CellColorHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_CELLCOLORHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_CELLCOLORHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
...
...
writerfilter/source/dmapper/CellMarginHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_CELLMARGINHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_CELLMARGINHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
#include <com/sun/star/beans/PropertyValue.hpp>
...
...
writerfilter/source/dmapper/DomainMapper.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -20,7 +20,7 @@
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_DOMAINMAPPER_HXX
#include <dmapper/DomainMapperFactory.hxx>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/style/TabAlign.hpp>
...
...
writerfilter/source/dmapper/FFDataHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -18,7 +18,7 @@
*/
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_FFDATAHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_FFDATAHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <rtl/ustring.hxx>
#include <vector>
namespace
writerfilter
{
...
...
writerfilter/source/dmapper/FontTable.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -21,7 +21,7 @@
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_FONTTABLE_HXX
#include <boost/shared_ptr.hpp>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/io/XInputStream.hpp>
...
...
writerfilter/source/dmapper/GraphicHelpers.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_GRAPHICHELPERS_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_GRAPHICHELPERS_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
...
...
writerfilter/source/dmapper/GraphicImport.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -22,7 +22,7 @@
#include <queue>
#include <boost/scoped_ptr.hpp>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
...
...
writerfilter/source/dmapper/LatentStyleHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -9,7 +9,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_LATENTSTYLEHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_LATENTSTYLEHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
#include <com/sun/star/beans/PropertyValue.hpp>
...
...
writerfilter/source/
resourcemodel
/LoggedResources.cxx
→
writerfilter/source/
dmapper
/LoggedResources.cxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -18,7 +18,7 @@
*/
#include <rtl/ustrbuf.hxx>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <ooxml/QNameToString.hxx>
using
namespace
::
com
::
sun
::
star
;
...
...
writerfilter/
inc/resourcemodel
/LoggedResources.hxx
→
writerfilter/
source/dmapper
/LoggedResources.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_WRITERFILTER_
INC_RESOURCEMODEL
_LOGGEDRESOURCES_HXX
#define INCLUDED_WRITERFILTER_
INC_RESOURCEMODEL
_LOGGEDRESOURCES_HXX
#ifndef INCLUDED_WRITERFILTER_
SOURCE_DMAPPER
_LOGGEDRESOURCES_HXX
#define INCLUDED_WRITERFILTER_
SOURCE_DMAPPER
_LOGGEDRESOURCES_HXX
#include
"WW8ResourceModel.hxx"
#include
"TagLogger.hxx"
#include
<resourcemodel/WW8ResourceModel.hxx>
#include
<resourcemodel/TagLogger.hxx>
namespace
writerfilter
...
...
@@ -126,6 +126,6 @@ protected:
};
}
#endif // INCLUDED_WRITERFILTER_
INC_RESOURCEMODEL
_LOGGEDRESOURCES_HXX
#endif // INCLUDED_WRITERFILTER_
SOURCE_DMAPPER
_LOGGEDRESOURCES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
writerfilter/source/dmapper/MeasureHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_MEASUREHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_MEASUREHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
#include <com/sun/star/beans/PropertyValue.hpp>
...
...
writerfilter/source/dmapper/NumberingManager.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -23,7 +23,7 @@
#include "PropertyMap.hxx"
#include <DomainMapper.hxx>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <editeng/numitem.hxx>
...
...
writerfilter/source/dmapper/OLEHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_OLEHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_OLEHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/Point.hpp>
...
...
writerfilter/source/dmapper/PageBordersHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -22,7 +22,7 @@
#include "BorderHandler.hxx"
#include "PropertyMap.hxx"
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
...
...
writerfilter/source/dmapper/SectionColumnHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_SECTIONCOLUMNHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_SECTIONCOLUMNHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
...
...
writerfilter/source/dmapper/SettingsTable.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_SETTINGSTABLE_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_SETTINGSTABLE_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
#include <map>
...
...
writerfilter/source/dmapper/StyleSheetTable.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -26,7 +26,7 @@
#include <com/sun/star/beans/PropertyValues.hpp>
#include "PropertyMap.hxx"
#include "FontTable.hxx"
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
text
{
class
XTextDocument
;
...
...
writerfilter/source/dmapper/TDefTableHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TDEFTABLEHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TDEFTABLEHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
namespace
com
{
namespace
sun
{
namespace
star
{
...
...
writerfilter/source/dmapper/TablePositionHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -9,7 +9,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TABLEPOSITIONHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TABLEPOSITIONHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
...
...
writerfilter/source/dmapper/TblStylePrHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -23,7 +23,7 @@
#include "TablePropertiesHandler.hxx"
#include <DomainMapper.hxx>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <comphelper/sequenceasvector.hxx>
...
...
writerfilter/source/dmapper/TextEffectsHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -11,7 +11,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TEXTEFFECTSHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TEXTEFFECTSHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/XComponent.hpp>
...
...
writerfilter/source/dmapper/ThemeTable.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_THEMETABLE_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_THEMETABLE_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <i18nlangtag/languagetag.hxx>
...
...
writerfilter/source/dmapper/TrackChangesHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -9,7 +9,7 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TRACKCHANGESHANDLER_HXX
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_TRACKCHANGESHANDLER_HXX
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <boost/shared_ptr.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <DomainMapper_Impl.hxx>
...
...
writerfilter/source/dmapper/WrapPolygonHandler.hxx
Dosyayı görüntüle @
2ffeaecd
...
...
@@ -22,7 +22,7 @@
#include <deque>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include
<resourcemodel/LoggedResources.hxx>
#include
"LoggedResources.hxx"
#include <tools/fract.hxx>
#include <comphelper/sequenceasvector.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