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
612d039e
Kaydet (Commit)
612d039e
authored
May 10, 2007
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS pchfix04 (1.7.24); FILE MERGED
2007/02/05 12:14:03 os 1.7.24.1: #i73604# usage of ITEMID_* removed
üst
d0fc2c8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
14 deletions
+8
-14
drawitem.cxx
svx/source/items/drawitem.cxx
+8
-14
No files found.
svx/source/items/drawitem.cxx
Dosyayı görüntüle @
612d039e
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: drawitem.cxx,v $
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
* last change: $Author:
vg $ $Date: 2006-11-21 17:09:51
$
* last change: $Author:
kz $ $Date: 2007-05-10 14:50:18
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -40,12 +40,6 @@
#include "svxids.hrc"
#define ITEMID_COLOR_TABLE SID_COLOR_TABLE
#define ITEMID_GRADIENT_LIST SID_GRADIENT_LIST
#define ITEMID_HATCH_LIST SID_HATCH_LIST
#define ITEMID_BITMAP_LIST SID_BITMAP_LIST
#define ITEMID_DASH_LIST SID_DASH_LIST
#define ITEMID_LINEEND_LIST SID_LINEEND_LIST
#include "xoutx.hxx"
#include "drawitem.hxx"
...
...
@@ -55,12 +49,12 @@ using namespace ::com::sun::star;
// -----------------------------------------------------------------------
TYPEINIT1_
AUTOFACTORY
(
SvxColorTableItem
,
SfxPoolItem
);
TYPEINIT1_
AUTOFACTORY
(
SvxGradientListItem
,
SfxPoolItem
);
TYPEINIT1_
AUTOFACTORY
(
SvxHatchListItem
,
SfxPoolItem
);
TYPEINIT1_
AUTOFACTORY
(
SvxBitmapListItem
,
SfxPoolItem
);
TYPEINIT1_
AUTOFACTORY
(
SvxDashListItem
,
SfxPoolItem
);
TYPEINIT1_
AUTOFACTORY
(
SvxLineEndListItem
,
SfxPoolItem
);
TYPEINIT1_
FACTORY
(
SvxColorTableItem
,
SfxPoolItem
,
new
SvxColorTableItem
);
TYPEINIT1_
FACTORY
(
SvxGradientListItem
,
SfxPoolItem
,
new
SvxGradientListItem
);
TYPEINIT1_
FACTORY
(
SvxHatchListItem
,
SfxPoolItem
,
new
SvxHatchListItem
);
TYPEINIT1_
FACTORY
(
SvxBitmapListItem
,
SfxPoolItem
,
new
SvxBitmapListItem
);
TYPEINIT1_
FACTORY
(
SvxDashListItem
,
SfxPoolItem
,
new
SvxDashListItem
);
TYPEINIT1_
FACTORY
(
SvxLineEndListItem
,
SfxPoolItem
,
new
SvxLineEndListItem
);
//==================================================================
//
...
...
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