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
81819527
Kaydet (Commit)
81819527
authored
Eki 23, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fraction: Revert "do not forward-declare templates"
This reverts commit
091742e8
.
üst
dc90c5a3
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
22 additions
and
24 deletions
+22
-24
ipclient.hxx
include/sfx2/ipclient.hxx
+3
-2
viewfrm.hxx
include/sfx2/viewfrm.hxx
+1
-2
viewsh.hxx
include/sfx2/viewsh.hxx
+1
-1
imap.hxx
include/svtools/imap.hxx
+1
-1
imapcirc.hxx
include/svtools/imapcirc.hxx
+2
-2
imappoly.hxx
include/svtools/imappoly.hxx
+2
-2
imaprect.hxx
include/svtools/imaprect.hxx
+2
-2
properties.hxx
include/svx/sdr/properties/properties.hxx
+1
-2
column.hxx
sc/inc/column.hxx
+1
-1
patattr.hxx
sc/inc/patattr.hxx
+1
-2
drawutil.hxx
sc/source/ui/inc/drawutil.hxx
+1
-2
itemsettools.hxx
svx/inc/sdr/properties/itemsettools.hxx
+4
-3
pagepreviewlayout.hxx
sw/inc/pagepreviewlayout.hxx
+1
-1
viewimp.hxx
sw/source/core/inc/viewimp.hxx
+1
-1
No files found.
include/sfx2/ipclient.hxx
Dosyayı görüntüle @
81819527
...
@@ -19,8 +19,6 @@
...
@@ -19,8 +19,6 @@
#ifndef INCLUDED_SFX2_IPCLIENT_HXX
#ifndef INCLUDED_SFX2_IPCLIENT_HXX
#define INCLUDED_SFX2_IPCLIENT_HXX
#define INCLUDED_SFX2_IPCLIENT_HXX
#include <boost/rational.hpp>
#include <sal/config.h>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <sal/types.h>
...
@@ -36,6 +34,9 @@ class SfxInPlaceClient_Impl;
...
@@ -36,6 +34,9 @@ class SfxInPlaceClient_Impl;
class
SfxViewShell
;
class
SfxViewShell
;
class
SfxObjectShell
;
class
SfxObjectShell
;
namespace
vcl
{
class
Window
;
}
namespace
vcl
{
class
Window
;
}
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
SFX2_DLLPUBLIC
SfxInPlaceClient
class
SFX2_DLLPUBLIC
SfxInPlaceClient
{
{
...
...
include/sfx2/viewfrm.hxx
Dosyayı görüntüle @
81819527
...
@@ -19,8 +19,6 @@
...
@@ -19,8 +19,6 @@
#ifndef INCLUDED_SFX2_VIEWFRM_HXX
#ifndef INCLUDED_SFX2_VIEWFRM_HXX
#define INCLUDED_SFX2_VIEWFRM_HXX
#define INCLUDED_SFX2_VIEWFRM_HXX
#include <boost/rational.hpp>
#include <sal/config.h>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
#include <sal/types.h>
...
@@ -45,6 +43,7 @@ class SfxProgress;
...
@@ -45,6 +43,7 @@ class SfxProgress;
class
SvData
;
class
SvData
;
class
SfxViewShell
;
class
SfxViewShell
;
class
SystemWindow
;
class
SystemWindow
;
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
Point
;
class
Point
;
class
Size
;
class
Size
;
class
SfxChildWindow
;
class
SfxChildWindow
;
...
...
include/sfx2/viewsh.hxx
Dosyayı görüntüle @
81819527
...
@@ -35,11 +35,11 @@
...
@@ -35,11 +35,11 @@
#include <tools/gen.hxx>
#include <tools/gen.hxx>
#include <tools/errcode.hxx>
#include <tools/errcode.hxx>
#include <vcl/jobset.hxx>
#include <vcl/jobset.hxx>
#include <boost/rational.hpp>
#include <vector>
#include <vector>
class
SfxBaseController
;
class
SfxBaseController
;
class
Size
;
class
Size
;
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
namespace
vcl
{
class
Window
;
}
namespace
vcl
{
class
Window
;
}
class
KeyEvent
;
class
KeyEvent
;
class
WorkWindow
;
class
WorkWindow
;
...
...
include/svtools/imap.hxx
Dosyayı görüntüle @
81819527
...
@@ -22,12 +22,12 @@
...
@@ -22,12 +22,12 @@
#include <svtools/svtdllapi.h>
#include <svtools/svtdllapi.h>
#include <tools/stream.hxx>
#include <tools/stream.hxx>
#include <boost/rational.hpp>
#include <vector>
#include <vector>
class
Point
;
class
Point
;
class
Rectangle
;
class
Rectangle
;
class
Size
;
class
Size
;
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
IMapObject
;
class
IMapObject
;
typedef
::
std
::
vector
<
IMapObject
*
>
IMapObjectList_impl
;
typedef
::
std
::
vector
<
IMapObject
*
>
IMapObjectList_impl
;
...
...
include/svtools/imapcirc.hxx
Dosyayı görüntüle @
81819527
...
@@ -19,12 +19,12 @@
...
@@ -19,12 +19,12 @@
#ifndef INCLUDED_SVTOOLS_IMAPCIRC_HXX
#ifndef INCLUDED_SVTOOLS_IMAPCIRC_HXX
#define INCLUDED_SVTOOLS_IMAPCIRC_HXX
#define INCLUDED_SVTOOLS_IMAPCIRC_HXX
#include <boost/rational.hpp>
#include <svtools/svtdllapi.h>
#include <svtools/svtdllapi.h>
#include <tools/gen.hxx>
#include <tools/gen.hxx>
#include <svtools/imapobj.hxx>
#include <svtools/imapobj.hxx>
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
SVT_DLLPUBLIC
IMapCircleObject
:
public
IMapObject
class
SVT_DLLPUBLIC
IMapCircleObject
:
public
IMapObject
{
{
Point
aCenter
;
Point
aCenter
;
...
...
include/svtools/imappoly.hxx
Dosyayı görüntüle @
81819527
...
@@ -20,12 +20,12 @@
...
@@ -20,12 +20,12 @@
#ifndef INCLUDED_SVTOOLS_IMAPPOLY_HXX
#ifndef INCLUDED_SVTOOLS_IMAPPOLY_HXX
#define INCLUDED_SVTOOLS_IMAPPOLY_HXX
#define INCLUDED_SVTOOLS_IMAPPOLY_HXX
#include <boost/rational.hpp>
#include <svtools/svtdllapi.h>
#include <svtools/svtdllapi.h>
#include <svtools/imapobj.hxx>
#include <svtools/imapobj.hxx>
#include <tools/poly.hxx>
#include <tools/poly.hxx>
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
SVT_DLLPUBLIC
IMapPolygonObject
:
public
IMapObject
class
SVT_DLLPUBLIC
IMapPolygonObject
:
public
IMapObject
{
{
Polygon
aPoly
;
Polygon
aPoly
;
...
...
include/svtools/imaprect.hxx
Dosyayı görüntüle @
81819527
...
@@ -19,12 +19,12 @@
...
@@ -19,12 +19,12 @@
#ifndef INCLUDED_SVTOOLS_IMAPRECT_HXX
#ifndef INCLUDED_SVTOOLS_IMAPRECT_HXX
#define INCLUDED_SVTOOLS_IMAPRECT_HXX
#define INCLUDED_SVTOOLS_IMAPRECT_HXX
#include <boost/rational.hpp>
#include <svtools/svtdllapi.h>
#include <svtools/svtdllapi.h>
#include <svtools/imapobj.hxx>
#include <svtools/imapobj.hxx>
#include <tools/gen.hxx>
#include <tools/gen.hxx>
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
SVT_DLLPUBLIC
IMapRectangleObject
:
public
IMapObject
class
SVT_DLLPUBLIC
IMapRectangleObject
:
public
IMapObject
{
{
Rectangle
aRect
;
Rectangle
aRect
;
...
...
include/svx/sdr/properties/properties.hxx
Dosyayı görüntüle @
81819527
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef INCLUDED_SVX_SDR_PROPERTIES_PROPERTIES_HXX
#ifndef INCLUDED_SVX_SDR_PROPERTIES_PROPERTIES_HXX
#define INCLUDED_SVX_SDR_PROPERTIES_PROPERTIES_HXX
#define INCLUDED_SVX_SDR_PROPERTIES_PROPERTIES_HXX
#include <boost/rational.hpp>
#include <sal/types.h>
#include <sal/types.h>
#include <svx/svxdllapi.h>
#include <svx/svxdllapi.h>
...
@@ -32,6 +30,7 @@ class SdrObject;
...
@@ -32,6 +30,7 @@ class SdrObject;
class
SfxItemSet
;
class
SfxItemSet
;
class
SfxPoolItem
;
class
SfxPoolItem
;
class
SfxStyleSheet
;
class
SfxStyleSheet
;
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
SfxItemPool
;
class
SfxItemPool
;
class
SdrModel
;
class
SdrModel
;
...
...
sc/inc/column.hxx
Dosyayı görüntüle @
81819527
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
#include <vector>
#include <vector>
#include <boost/intrusive_ptr.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/rational.hpp>
#include <mdds/flat_segment_tree.hpp>
#include <mdds/flat_segment_tree.hpp>
namespace
editeng
{
class
SvxBorderLine
;
}
namespace
editeng
{
class
SvxBorderLine
;
}
...
@@ -70,6 +69,7 @@ class RefMovedHint;
...
@@ -70,6 +69,7 @@ class RefMovedHint;
}
}
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
OutputDevice
;
class
OutputDevice
;
class
SfxItemPoolCache
;
class
SfxItemPoolCache
;
class
SvtListener
;
class
SvtListener
;
...
...
sc/inc/patattr.hxx
Dosyayı görüntüle @
81819527
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#ifndef INCLUDED_SC_INC_PATATTR_HXX
#ifndef INCLUDED_SC_INC_PATATTR_HXX
#define INCLUDED_SC_INC_PATATTR_HXX
#define INCLUDED_SC_INC_PATATTR_HXX
#include <boost/rational.hpp>
#include <svl/poolitem.hxx>
#include <svl/poolitem.hxx>
#include <svl/itemset.hxx>
#include <svl/itemset.hxx>
#include <unotools/fontcvt.hxx>
#include <unotools/fontcvt.hxx>
...
@@ -30,6 +28,7 @@
...
@@ -30,6 +28,7 @@
namespace
vcl
{
class
Font
;
}
namespace
vcl
{
class
Font
;
}
class
OutputDevice
;
class
OutputDevice
;
namespace
boost
{
template
<
class
T
>
class
rational
;
}
class
ScStyleSheet
;
class
ScStyleSheet
;
class
SvNumberFormatter
;
class
SvNumberFormatter
;
class
ScDocument
;
class
ScDocument
;
...
...
sc/source/ui/inc/drawutil.hxx
Dosyayı görüntüle @
81819527
...
@@ -20,10 +20,9 @@
...
@@ -20,10 +20,9 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX
#ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX
#define INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX
#define INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX
#include <boost/rational.hpp>
#include "address.hxx"
#include "address.hxx"
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
OutputDevice
;
class
OutputDevice
;
class
ScDocument
;
class
ScDocument
;
...
...
svx/inc/sdr/properties/itemsettools.hxx
Dosyayı görüntüle @
81819527
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
* This file is part of the LibreOffice project.
*
*
* This Source Code Form is subject to the terms of the Mozilla Public
* This Source Code Form is subject to the terms of the Mozilla Public
...
@@ -19,8 +20,6 @@
...
@@ -19,8 +20,6 @@
#ifndef INCLUDED_SVX_INC_SDR_PROPERTIES_ITEMSETTOOLS_HXX
#ifndef INCLUDED_SVX_INC_SDR_PROPERTIES_ITEMSETTOOLS_HXX
#define INCLUDED_SVX_INC_SDR_PROPERTIES_ITEMSETTOOLS_HXX
#define INCLUDED_SVX_INC_SDR_PROPERTIES_ITEMSETTOOLS_HXX
#include <boost/rational.hpp>
#include <sal/types.h>
#include <sal/types.h>
...
@@ -29,6 +28,8 @@
...
@@ -29,6 +28,8 @@
class
SdrObject
;
class
SdrObject
;
class
SfxItemSet
;
class
SfxItemSet
;
class
Rectangle
;
class
Rectangle
;
namespace
boost
{
template
<
class
T
>
class
rational
;
}
// class to remember broadcast start positions
// class to remember broadcast start positions
namespace
sdr
namespace
sdr
...
...
sw/inc/pagepreviewlayout.hxx
Dosyayı görüntüle @
81819527
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
// template class <std::vector>
// template class <std::vector>
#include <vector>
#include <vector>
#include <boost/rational.hpp>
// datatypes sal_xyz
// datatypes sal_xyz
#include <sal/types.h>
#include <sal/types.h>
// classes <Point>, <Size> and <Rectangle>
// classes <Point>, <Size> and <Rectangle>
...
@@ -33,6 +32,7 @@
...
@@ -33,6 +32,7 @@
class
SwViewShell
;
class
SwViewShell
;
class
SwRootFrm
;
class
SwRootFrm
;
class
SwPageFrm
;
class
SwPageFrm
;
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
struct
PreviewPage
;
struct
PreviewPage
;
/** page preview functionality in the writer
/** page preview functionality in the writer
...
...
sw/source/core/inc/viewimp.hxx
Dosyayı görüntüle @
81819527
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#include <vcl/timer.hxx>
#include <vcl/timer.hxx>
#include <swrect.hxx>
#include <swrect.hxx>
#include <swtypes.hxx>
#include <swtypes.hxx>
#include <boost/rational.hpp>
#include <vector>
#include <vector>
class
SwViewShell
;
class
SwViewShell
;
...
@@ -41,6 +40,7 @@ class SwPageFrm;
...
@@ -41,6 +40,7 @@ class SwPageFrm;
class
SwRegionRects
;
class
SwRegionRects
;
class
SwAccessibleMap
;
class
SwAccessibleMap
;
class
SdrObject
;
class
SdrObject
;
namespace
boost
{
template
<
typename
T
>
class
rational
;
}
class
SwPrintData
;
class
SwPrintData
;
class
SwPagePreviewLayout
;
class
SwPagePreviewLayout
;
struct
PreviewPage
;
struct
PreviewPage
;
...
...
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