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
e4ce7d28
Kaydet (Commit)
e4ce7d28
authored
May 18, 2014
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#46839 Convert line color picker to split button
Change-Id: I4987cc9ffba675009f2d2ae9f6b12ed4ee02fe13
üst
20580178
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
128 additions
and
108 deletions
+128
-108
dialogs.hrc
include/svx/dialogs.hrc
+1
-0
linectrl.hxx
include/svx/linectrl.hxx
+0
-18
tbcontrl.hxx
include/svx/tbcontrl.hxx
+25
-0
drawobjectbar.xml
sc/uiconfig/scalc/toolbar/drawobjectbar.xml
+1
-1
drawingobjectbar.xml
sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
+1
-1
drawingobjectbar.xml
sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
+1
-1
LinePropertyPanel.cxx
svx/source/sidebar/line/LinePropertyPanel.cxx
+1
-1
linectrl.cxx
svx/source/tbxctrls/linectrl.cxx
+0
-77
tbcontrl.cxx
svx/source/tbxctrls/tbcontrl.cxx
+84
-3
tbcontrl.src
svx/source/tbxctrls/tbcontrl.src
+5
-0
tbxcolorupdate.cxx
svx/source/tbxctrls/tbxcolorupdate.cxx
+3
-0
drawingobjectbar.xml
sw/uiconfig/sglobal/toolbar/drawingobjectbar.xml
+1
-1
drawingobjectbar.xml
sw/uiconfig/sweb/toolbar/drawingobjectbar.xml
+1
-1
drawingobjectbar.xml
sw/uiconfig/swform/toolbar/drawingobjectbar.xml
+1
-1
drawingobjectbar.xml
sw/uiconfig/swreport/toolbar/drawingobjectbar.xml
+1
-1
drawingobjectbar.xml
sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
+1
-1
drawingobjectbar.xml
sw/uiconfig/swxform/toolbar/drawingobjectbar.xml
+1
-1
No files found.
include/svx/dialogs.hrc
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -260,6 +260,7 @@
#define RID_SVXSTR_MORE (RID_SVX_START + 198)
#define RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE (RID_SVX_START + 199)
#define RID_SVXSTR_CHARFONTNAME (RID_SVX_START + 200)
#define RID_SVXSTR_LINECOLOR (RID_SVX_START + 201)
// Strings for insert/overwrite mode
#define RID_SVXSTR_INSERT_HELPTEXT (RID_SVX_START + 210)
...
...
include/svx/linectrl.hxx
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -30,7 +30,6 @@ class XLineStyleItem;
class
XLineDashItem
;
class
SvxLineBox
;
class
SvxMetricField
;
class
SvxColorBox
;
// SvxLineStyleController:
...
...
@@ -74,23 +73,6 @@ public:
};
// SvxLineColorController:
class
SVX_DLLPUBLIC
SvxLineColorToolBoxControl
:
public
SfxToolBoxControl
{
public
:
SFX_DECL_TOOLBOX_CONTROL
();
SvxLineColorToolBoxControl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
);
virtual
~
SvxLineColorToolBoxControl
();
virtual
void
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
SAL_OVERRIDE
;
void
Update
(
const
SfxPoolItem
*
pState
);
virtual
Window
*
CreateItemWindow
(
Window
*
pParent
)
SAL_OVERRIDE
;
};
// class SvxLineEndWindow
...
...
include/svx/tbcontrl.hxx
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -66,6 +66,11 @@
for 3D extrusion
Execute-Id SID_EXTRUSION_3D_COLOR
SvxLineColorToolBoxControl
--------------------------
Item type: XLineColorItem
Execute-Id SID_ATTR_LINE_COLOR
SvxPatternToolBoxControl
------------------------
Item type: SvxBrushItem
...
...
@@ -230,6 +235,26 @@ public:
};
// class SvxLineColorToolBoxControl --------------------------------------
class
SVX_DLLPUBLIC
SvxLineColorToolBoxControl
:
public
SfxToolBoxControl
{
::
boost
::
scoped_ptr
<
::
svx
::
ToolboxButtonColorUpdater
>
pBtnUpdater
;
Color
mLastColor
;
DECL_LINK
(
SelectedHdl
,
Color
*
);
public
:
SFX_DECL_TOOLBOX_CONTROL
();
SvxLineColorToolBoxControl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
);
virtual
~
SvxLineColorToolBoxControl
();
virtual
void
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
SAL_OVERRIDE
;
virtual
SfxPopupWindowType
GetPopupWindowType
()
const
SAL_OVERRIDE
;
virtual
SfxPopupWindow
*
CreatePopupWindow
()
SAL_OVERRIDE
;
virtual
void
Select
(
sal_uInt16
nSelectModifier
)
SAL_OVERRIDE
;
};
// class SvxFrameToolBoxControl ------------------------------------------
class
SVX_DLLPUBLIC
SvxFrameToolBoxControl
:
public
SfxToolBoxControl
...
...
sc/uiconfig/scalc/toolbar/drawobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
toolbar:helpid=
"10171"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:helpid=
"10172"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:
style=
"dropdown"
toolbar:
helpid=
"10172"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
toolbar:helpid=
"10142"
/>
<toolbar:toolbarseparator/>
...
...
sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -27,7 +27,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
toolbar:helpid=
"10171"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:helpid=
"10172"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:
style=
"dropdown"
toolbar:
helpid=
"10172"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
toolbar:helpid=
"10142"
/>
<toolbar:toolbarseparator/>
...
...
sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -27,7 +27,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
toolbar:helpid=
"10171"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:helpid=
"10172"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:
style=
"dropdown"
toolbar:
helpid=
"10172"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
toolbar:helpid=
"10142"
/>
<toolbar:toolbarseparator/>
...
...
svx/source/sidebar/line/LinePropertyPanel.cxx
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -203,7 +203,7 @@ LinePropertyPanel::LinePropertyPanel(
get
(
mpLBCapStyle
,
"linecapstyle"
);
const
sal_uInt16
nIdColor
=
mpTBColor
->
GetItemId
(
UNO_SELECTCOLOR
);
mpColorUpdater
.
reset
(
new
::
svx
::
ToolboxButtonColorUpdater
(
SID_ATTR_LINE_COLOR
,
nIdColor
,
mpTBColor
)),
mpColorUpdater
.
reset
(
new
::
svx
::
ToolboxButtonColorUpdater
(
0
/* not defined, default is transparent */
,
nIdColor
,
mpTBColor
)),
Initialize
();
}
...
...
svx/source/tbxctrls/linectrl.cxx
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -48,7 +48,6 @@ using namespace ::com::sun::star::lang;
SFX_IMPL_TOOLBOX_CONTROL
(
SvxLineStyleToolBoxControl
,
XLineStyleItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxLineWidthToolBoxControl
,
XLineWidthItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxLineColorToolBoxControl
,
XLineColorItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxLineEndToolBoxControl
,
SfxBoolItem
);
/*************************************************************************
...
...
@@ -262,84 +261,8 @@ Window* SvxLineWidthToolBoxControl::CreateItemWindow( Window *pParent )
return
(
new
SvxMetricField
(
pParent
,
m_xFrame
)
);
}
/*************************************************************************
|*
|* SvxLineColorToolBoxControl
|*
\************************************************************************/
SvxLineColorToolBoxControl
::
SvxLineColorToolBoxControl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SfxToolBoxControl
(
nSlotId
,
nId
,
rTbx
)
{
addStatusListener
(
OUString
(
".uno:ColorTableState"
));
}
SvxLineColorToolBoxControl
::~
SvxLineColorToolBoxControl
()
{
}
void
SvxLineColorToolBoxControl
::
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
{
SvxColorBox
*
pBox
=
(
SvxColorBox
*
)
GetToolBox
().
GetItemWindow
(
GetId
()
);
DBG_ASSERT
(
pBox
,
"Window not found"
);
if
(
nSID
!=
SID_COLOR_TABLE
)
{
if
(
eState
==
SFX_ITEM_DISABLED
)
{
pBox
->
Disable
();
pBox
->
SetNoSelection
();
}
else
{
pBox
->
Enable
();
if
(
eState
==
SFX_ITEM_AVAILABLE
)
{
DBG_ASSERT
(
pState
->
ISA
(
XLineColorItem
),
"wrong ItemType"
);
pBox
->
Update
(
(
const
XLineColorItem
*
)
pState
);
}
else
pBox
->
Update
(
NULL
);
}
}
else
Update
(
pState
);
}
void
SvxLineColorToolBoxControl
::
Update
(
const
SfxPoolItem
*
pState
)
{
if
(
pState
&&
(
pState
->
ISA
(
SvxColorListItem
)
)
)
{
SvxColorBox
*
pBox
=
(
SvxColorBox
*
)
GetToolBox
().
GetItemWindow
(
GetId
()
);
DBG_ASSERT
(
pBox
,
"Window not found"
);
// The list of colors (ColorTable) has changed:
::
Color
aTmpColor
(
pBox
->
GetSelectEntryColor
()
);
pBox
->
Clear
();
pBox
->
Fill
(
(
(
SvxColorListItem
*
)
pState
)
->
GetColorList
()
);
pBox
->
SelectEntry
(
aTmpColor
);
}
}
Window
*
SvxLineColorToolBoxControl
::
CreateItemWindow
(
Window
*
pParent
)
{
return
new
SvxColorBox
(
pParent
,
m_aCommandURL
,
m_xFrame
);
}
/*************************************************************************
|*
|* SvxLineEndWindow
...
...
svx/source/tbxctrls/tbcontrl.cxx
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -87,6 +87,7 @@
#include <svx/tbxcolorupdate.hxx>
#include <editeng/eerdll.hxx>
#include <editeng/editrids.hrc>
#include <svx/xlnclit.hxx>
...
...
@@ -115,6 +116,7 @@ using namespace ::com::sun::star::lang;
SFX_IMPL_TOOLBOX_CONTROL
(
SvxStyleToolBoxControl
,
SfxTemplateItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxFontNameToolBoxControl
,
SvxFontItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxColorToolBoxControl
,
SvxColorItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxLineColorToolBoxControl
,
XLineColorItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxFrameToolBoxControl
,
SvxBoxItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxFrameLineStyleToolBoxControl
,
SvxLineItem
);
SFX_IMPL_TOOLBOX_CONTROL
(
SvxSimpleUndoRedoController
,
SfxStringItem
);
...
...
@@ -1119,10 +1121,14 @@ SvxColorWindow_Impl::SvxColorWindow_Impl( const OUString& rCommand,
aColorSet
.
SetAccessibleName
(
SVX_RESSTR
(
RID_SVXSTR_TEXTCOLOR
)
);
}
}
else
else
if
(
SID_FRAME_LINECOLOR
==
theSlotId
)
{
aColorSet
.
SetAccessibleName
(
SVX_RESSTR
(
RID_SVXSTR_FRAME_COLOR
)
);
}
else
{
aColorSet
.
SetAccessibleName
(
SVX_RESSTR
(
RID_SVXSTR_LINECOLOR
)
);
}
if
(
pColorList
.
is
()
)
{
...
...
@@ -1228,10 +1234,16 @@ void SvxColorWindow_Impl::StateChanged( sal_uInt16 nSID, SfxItemState eState, co
aColorSet
.
Clear
();
aColorSet
.
addEntriesForXColorList
(
*
pColorList
);
}
else
if
(
(
SFX_ITEM_DEFAULT
<=
eState
)
&&
(
pState
->
ISA
(
SvxColorItem
))
)
else
if
(
SFX_ITEM_DEFAULT
<=
eState
)
{
aColorSet
.
SetNoSelection
();
const
Color
rColor
=
((
const
SvxColorItem
*
)
pState
)
->
GetValue
();
Color
rColor
;
if
(
pState
->
ISA
(
SvxColorItem
)
)
rColor
=
((
const
SvxColorItem
*
)
pState
)
->
GetValue
();
else
if
(
pState
->
ISA
(
XLineColorItem
)
)
rColor
=
((
const
XLineColorItem
*
)
pState
)
->
GetColorValue
();
for
(
size_t
i
=
1
;
i
<
aColorSet
.
GetItemCount
();
i
++
)
{
if
(
rColor
==
aColorSet
.
GetItemColor
(
i
)
)
...
...
@@ -2464,6 +2476,75 @@ void SvxColorToolBoxControl::Select(sal_uInt16 /*nSelectModifier*/)
}
// class SvxLineColorToolBoxControl ----------------------------------------
SvxLineColorToolBoxControl
::
SvxLineColorToolBoxControl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SfxToolBoxControl
(
nSlotId
,
nId
,
rTbx
),
mLastColor
(
COL_BLACK
)
{
rTbx
.
SetItemBits
(
nId
,
TIB_DROPDOWN
|
rTbx
.
GetItemBits
(
nId
)
);
addStatusListener
(
OUString
(
".uno:XLineColor"
)
);
pBtnUpdater
.
reset
(
new
::
svx
::
ToolboxButtonColorUpdater
(
nSlotId
,
nId
,
&
GetToolBox
()
)
);
}
SvxLineColorToolBoxControl
::~
SvxLineColorToolBoxControl
()
{
}
SfxPopupWindowType
SvxLineColorToolBoxControl
::
GetPopupWindowType
()
const
{
return
SFX_POPUPWINDOW_ONTIMEOUT
;
}
SfxPopupWindow
*
SvxLineColorToolBoxControl
::
CreatePopupWindow
()
{
SvxColorWindow_Impl
*
pColorWin
=
new
SvxColorWindow_Impl
(
m_aCommandURL
,
GetSlotId
(),
m_xFrame
,
SVX_RESSTR
(
RID_SVXSTR_LINECOLOR
),
&
GetToolBox
()
);
pColorWin
->
StartPopupMode
(
&
GetToolBox
(),
FLOATWIN_POPUPMODE_GRABFOCUS
|
FLOATWIN_POPUPMODE_ALLOWTEAROFF
|
FLOATWIN_POPUPMODE_NOAPPFOCUSCLOSE
);
pColorWin
->
StartSelection
();
SetPopupWindow
(
pColorWin
);
pColorWin
->
SetSelectedHdl
(
LINK
(
this
,
SvxLineColorToolBoxControl
,
SelectedHdl
)
);
return
pColorWin
;
}
IMPL_LINK
(
SvxLineColorToolBoxControl
,
SelectedHdl
,
Color
*
,
pColor
)
{
pBtnUpdater
->
Update
(
*
pColor
);
mLastColor
=
*
pColor
;
return
0
;
}
void
SvxLineColorToolBoxControl
::
StateChanged
(
sal_uInt16
/*nSID*/
,
SfxItemState
eState
,
const
SfxPoolItem
*
/*pState*/
)
{
ToolBox
&
rTbx
=
GetToolBox
();
sal_uInt16
nId
=
GetId
();
rTbx
.
EnableItem
(
nId
,
SFX_ITEM_DISABLED
!=
eState
);
rTbx
.
SetItemState
(
nId
,
(
SFX_ITEM_DONTCARE
==
eState
)
?
TRISTATE_INDET
:
TRISTATE_FALSE
);
}
void
SvxLineColorToolBoxControl
::
Select
(
sal_uInt16
/*nSelectModifier*/
)
{
Sequence
<
PropertyValue
>
aArgs
(
1
);
aArgs
[
0
].
Name
=
"XLineColor"
;
aArgs
[
0
].
Value
=
makeAny
(
(
sal_uInt32
)(
mLastColor
.
GetColor
()
));
Dispatch
(
OUString
(
".uno:XLineColor"
),
aArgs
);
}
// class SvxFrameToolBoxControl ------------------------------------------
...
...
svx/source/tbxctrls/tbcontrl.src
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -71,6 +71,11 @@ String RID_SVXSTR_FRAME_COLOR
Text [ en-US ] = "Border Color" ;
};
String RID_SVXSTR_LINECOLOR
{
Text [ en-US ] = "Line Color" ;
};
ComboBox RID_SVXTBX_STYLE
{
HelpId = HID_STYLE_LISTBOX ;
...
...
svx/source/tbxctrls/tbxcolorupdate.cxx
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -67,6 +67,9 @@ namespace svx
case
SID_BACKGROUND_COLOR
:
Update
(
COL_YELLOW
);
break
;
case
SID_ATTR_LINE_COLOR
:
Update
(
COL_BLACK
);
break
;
default
:
Update
(
COL_TRANSPARENT
);
}
...
...
sw/uiconfig/sglobal/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:style=
"dropdown"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
/>
<toolbar:toolbarseparator/>
...
...
sw/uiconfig/sweb/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
toolbar:helpid=
"10171"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:helpid=
"10172"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:
style=
"dropdown"
toolbar:
helpid=
"10172"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
toolbar:helpid=
"10142"
/>
<toolbar:toolbarseparator/>
...
...
sw/uiconfig/swform/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:style=
"dropdown"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
/>
<toolbar:toolbarseparator/>
...
...
sw/uiconfig/swreport/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:style=
"dropdown"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
/>
<toolbar:toolbarseparator/>
...
...
sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:style=
"dropdown"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
/>
<toolbar:toolbarseparator/>
...
...
sw/uiconfig/swxform/toolbar/drawingobjectbar.xml
Dosyayı görüntüle @
e4ce7d28
...
...
@@ -25,7 +25,7 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:LineWidth"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
/>
<toolbar:toolbaritem
xlink:href=
".uno:XLineColor"
toolbar:style=
"dropdown"
/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem
xlink:href=
".uno:FormatArea"
/>
<toolbar:toolbarseparator/>
...
...
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