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
349d9214
Kaydet (Commit)
349d9214
authored
May 04, 2013
tarafından
Caolán McNamara
Kaydeden (comit)
Michael Meeks
May 20, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
adjust .ui widgets for centralized Color ValueSets
Change-Id: Ie6b86a2a48e6697f816e9975b6e34491ab0ad17e
üst
35aa48d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
libreoffice-catalog.xml.in
extras/source/glade/libreoffice-catalog.xml.in
+3
-0
SvxColorValueSet.cxx
svx/source/tbxctrls/SvxColorValueSet.cxx
+16
-0
No files found.
extras/source/glade/libreoffice-catalog.xml.in
Dosyayı görüntüle @
349d9214
...
@@ -78,6 +78,9 @@
...
@@ -78,6 +78,9 @@
<glade-widget-class
title=
"ValueSet"
name=
"svtlo-ValueSet"
<glade-widget-class
title=
"ValueSet"
name=
"svtlo-ValueSet"
generic-name=
"Set of Value Options"
parent=
"GtkDrawingArea"
generic-name=
"Set of Value Options"
parent=
"GtkDrawingArea"
icon-name=
"widget-gtk-drawingarea"
/>
icon-name=
"widget-gtk-drawingarea"
/>
<glade-widget-class
title=
"ValueSet"
name=
"svxlo-SvxColorValueSet"
generic-name=
"Set of Value Options"
parent=
"GtkDrawingArea"
icon-name=
"widget-gtk-drawingarea"
/>
<glade-widget-class
title=
"ValueSet"
name=
"swuilo-ColumnValueSet"
<glade-widget-class
title=
"ValueSet"
name=
"swuilo-ColumnValueSet"
generic-name=
"Set of Value Options"
parent=
"GtkDrawingArea"
generic-name=
"Set of Value Options"
parent=
"GtkDrawingArea"
icon-name=
"widget-gtk-drawingarea"
/>
icon-name=
"widget-gtk-drawingarea"
/>
...
...
svx/source/tbxctrls/SvxColorValueSet.cxx
Dosyayı görüntüle @
349d9214
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#include <svx/SvxColorValueSet.hxx>
#include <svx/SvxColorValueSet.hxx>
#include <svx/xtable.hxx>
#include <svx/xtable.hxx>
#include <svtools/accessibilityoptions.hxx>
#include <svtools/accessibilityoptions.hxx>
#include <vcl/builder.hxx>
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
...
@@ -27,6 +28,21 @@ SvxColorValueSet::SvxColorValueSet(Window* _pParent, WinBits nWinStyle)
...
@@ -27,6 +28,21 @@ SvxColorValueSet::SvxColorValueSet(Window* _pParent, WinBits nWinStyle)
{
{
}
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
Window
*
SAL_CALL
makeSvxColorValueSet
(
Window
*
pParent
,
VclBuilder
::
stringmap
&
rMap
)
{
WinBits
nWinBits
=
WB_TABSTOP
;
VclBuilder
::
stringmap
::
iterator
aFind
=
rMap
.
find
(
OString
(
"border"
));
if
(
aFind
!=
rMap
.
end
())
{
if
(
toBool
(
aFind
->
second
))
nWinBits
|=
WB_BORDER
;
rMap
.
erase
(
aFind
);
}
return
new
SvxColorValueSet
(
pParent
,
nWinBits
);
}
SvxColorValueSet
::
SvxColorValueSet
(
Window
*
_pParent
,
const
ResId
&
rResId
)
SvxColorValueSet
::
SvxColorValueSet
(
Window
*
_pParent
,
const
ResId
&
rResId
)
:
ValueSet
(
_pParent
,
rResId
)
:
ValueSet
(
_pParent
,
rResId
)
{
{
...
...
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