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
ddca8df5
Kaydet (Commit)
ddca8df5
authored
Tem 28, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove whitespace
Change-Id: If5451ab1f4e03ac056f29ce2bad0073795c6ca4e
üst
37e93699
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
78 deletions
+0
-78
drawitem.hxx
include/svx/drawitem.hxx
+0
-26
xtable.hxx
include/svx/xtable.hxx
+0
-52
No files found.
include/svx/drawitem.hxx
Dosyayı görüntüle @
ddca8df5
...
...
@@ -25,10 +25,6 @@
#include <com/sun/star/drawing/LineDash.hpp>
#include <svx/svxdllapi.h>
// SvxColorListItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxColorListItem
:
public
SfxPoolItem
{
XColorListRef
pColorList
;
...
...
@@ -53,7 +49,6 @@ public:
XColorListRef
GetColorList
()
const
{
return
pColorList
;
}
};
// SvxGradientListItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxGradientListItem
:
public
SfxPoolItem
{
XGradientListRef
pGradientList
;
...
...
@@ -78,10 +73,6 @@ public:
XGradientListRef
GetGradientList
()
const
{
return
pGradientList
;
}
};
// SvxHatchListItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxHatchListItem
:
public
SfxPoolItem
{
XHatchListRef
pHatchList
;
...
...
@@ -106,11 +97,6 @@ public:
XHatchListRef
GetHatchList
()
const
{
return
pHatchList
;
}
};
// SvxBitmapListItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxBitmapListItem
:
public
SfxPoolItem
{
XBitmapListRef
pBitmapList
;
...
...
@@ -135,11 +121,6 @@ public:
XBitmapListRef
GetBitmapList
()
const
{
return
pBitmapList
;
}
};
// SvxDashListItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxDashListItem
:
public
SfxPoolItem
{
XDashListRef
pDashList
;
...
...
@@ -164,10 +145,6 @@ public:
XDashListRef
GetDashList
()
const
{
return
pDashList
;
}
};
// SvxLineEndListItem
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxLineEndListItem
:
public
SfxPoolItem
{
XLineEndListRef
pLineEndList
;
...
...
@@ -192,9 +169,6 @@ public:
XLineEndListRef
GetLineEndList
()
const
{
return
pLineEndList
;
}
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/svx/xtable.hxx
Dosyayı görüntüle @
ddca8df5
...
...
@@ -53,10 +53,6 @@ extern sal_Unicode pszStandard[]; // "standard"
// it can't be compared with enum COL_NAME
SVX_DLLPUBLIC
Color
RGB_Color
(
ColorData
nColorName
);
// class XColorEntry
class
SVX_DLLPUBLIC
XColorEntry
:
public
XPropertyEntry
{
private
:
...
...
@@ -72,10 +68,6 @@ public:
}
};
// class XLineEndEntry
class
SVX_DLLPUBLIC
XLineEndEntry
:
public
XPropertyEntry
{
private
:
...
...
@@ -91,10 +83,6 @@ public:
}
};
// class XDashEntry
class
SVX_DLLPUBLIC
XDashEntry
:
public
XPropertyEntry
{
private
:
...
...
@@ -110,10 +98,6 @@ public:
}
};
// class XHatchEntry
class
SVX_DLLPUBLIC
XHatchEntry
:
public
XPropertyEntry
{
private
:
...
...
@@ -129,10 +113,6 @@ public:
}
};
// class XGradientEntry
class
SVX_DLLPUBLIC
XGradientEntry
:
public
XPropertyEntry
{
private
:
...
...
@@ -148,10 +128,6 @@ public:
}
};
// class XBitmapEntry
class
SVX_DLLPUBLIC
XBitmapEntry
:
public
XPropertyEntry
{
private
:
...
...
@@ -167,10 +143,6 @@ public:
}
};
// class XPropertyList
enum
XPropertyListType
{
UNKNOWN_XPROPERTYLISTTYPE
=
-
1
,
XCOLOR_LIST
,
...
...
@@ -280,10 +252,6 @@ public:
rtl
::
Reference
<
XPropertyList
>
const
&
plist
);
};
// class XColorList
class
SVX_DLLPUBLIC
XColorList
:
public
XPropertyList
{
protected
:
...
...
@@ -306,10 +274,6 @@ public:
static
XColorListRef
GetStdColorList
();
// returns a singleton
};
// class XLineEndList
class
SVX_DLLPUBLIC
XLineEndList
:
public
XPropertyList
{
protected
:
...
...
@@ -327,10 +291,6 @@ public:
virtual
bool
Create
()
SAL_OVERRIDE
;
};
// class XDashList
class
SVX_DLLPUBLIC
XDashList
:
public
XPropertyList
{
private
:
...
...
@@ -366,10 +326,6 @@ public:
OUString
GetStringForUiNoLine
()
const
;
};
// class XHatchList
class
SVX_DLLPUBLIC
XHatchList
:
public
XPropertyList
{
protected
:
...
...
@@ -389,9 +345,6 @@ public:
virtual
bool
Create
()
SAL_OVERRIDE
;
};
// class XGradientList
class
SVX_DLLPUBLIC
XGradientList
:
public
XPropertyList
{
protected
:
...
...
@@ -411,10 +364,6 @@ public:
virtual
bool
Create
()
SAL_OVERRIDE
;
};
// class XBitmapList
class
SVX_DLLPUBLIC
XBitmapList
:
public
XPropertyList
{
protected
:
...
...
@@ -433,7 +382,6 @@ public:
virtual
bool
Create
()
SAL_OVERRIDE
;
};
// FIXME: could add type checking too ...
inline
XDashListRef
XPropertyList
::
AsDashList
(
rtl
::
Reference
<
XPropertyList
>
const
&
plist
)
...
...
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