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
67bde246
Kaydet (Commit)
67bde246
authored
Agu 05, 2014
tarafından
Krisztian Pinter
Kaydeden (comit)
Tomaž Vajngerl
Eyl 17, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove redundant class SvxLineColorToolBoxControl
Change-Id: I882ee959baae429307218d3076a2a198ff960ddd
üst
cb02490a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
90 deletions
+12
-90
tbcontrl.hxx
include/svx/tbcontrl.hxx
+3
-24
scdll.cxx
sc/source/ui/app/scdll.cxx
+1
-1
sddll.cxx
sd/source/ui/app/sddll.cxx
+1
-1
tbcontrl.cxx
svx/source/tbxctrls/tbcontrl.cxx
+6
-63
swmodule.cxx
sw/source/uibase/app/swmodule.cxx
+1
-1
No files found.
include/svx/tbcontrl.hxx
Dosyayı görüntüle @
67bde246
...
...
@@ -42,7 +42,8 @@
SvxColorToolBoxControl
----------------------
Item type: SvxColorItem
and SfxBoolItem
SfxBoolItem
and XLineColorItem
for font color (writer, ...)
Execute-Id SID_ATTR_CHAR_COLOR2
...
...
@@ -66,9 +67,7 @@
for 3D extrusion
Execute-Id SID_EXTRUSION_3D_COLOR
SvxLineColorToolBoxControl
--------------------------
Item type: XLineColorItem
for line color
Execute-Id SID_ATTR_LINE_COLOR
SvxPatternToolBoxControl
...
...
@@ -236,26 +235,6 @@ public:
};
// class SvxLineColorToolBoxControl --------------------------------------
class
SVX_DLLPUBLIC
SvxLineColorToolBoxControl
:
public
SfxToolBoxControl
{
::
boost
::
scoped_ptr
<
::
svx
::
ToolboxButtonColorUpdater
>
pBtnUpdater
;
PaletteManager
mPaletteManager
;
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/source/ui/app/scdll.cxx
Dosyayı görüntüle @
67bde246
...
...
@@ -171,7 +171,7 @@ void ScDLL::Init()
SvxFillToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxLineStyleToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxLineWidthToolBoxControl
::
RegisterControl
(
0
,
pMod
);
Svx
LineColorToolBoxControl
::
RegisterControl
(
0
,
pMod
);
Svx
ColorToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxLineEndToolBoxControl
::
RegisterControl
(
SID_ATTR_LINEEND_STYLE
,
pMod
);
SvxStyleToolBoxControl
::
RegisterControl
(
SID_STYLE_APPLY
,
pMod
);
SvxFontNameToolBoxControl
::
RegisterControl
(
SID_ATTR_CHAR_FONT
,
pMod
);
...
...
sd/source/ui/app/sddll.cxx
Dosyayı görüntüle @
67bde246
...
...
@@ -207,7 +207,7 @@ void SdDLL::RegisterControllers()
SvxFillToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxLineStyleToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxLineWidthToolBoxControl
::
RegisterControl
(
0
,
pMod
);
Svx
Line
ColorToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxColorToolBoxControl
::
RegisterControl
(
0
,
pMod
);
SvxLineEndToolBoxControl
::
RegisterControl
(
SID_ATTR_LINEEND_STYLE
,
pMod
);
...
...
svx/source/tbxctrls/tbcontrl.cxx
Dosyayı görüntüle @
67bde246
...
...
@@ -108,8 +108,6 @@ 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
);
...
...
@@ -2329,73 +2327,18 @@ void SvxColorToolBoxControl::Select(sal_uInt16 /*nSelectModifier*/)
Dispatch
(
aCommand
,
aArgs
);
}
// class SvxLineColorToolBoxControl ----------------------------------------
SvxLineColorToolBoxControl
::
SvxLineColorToolBoxControl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SfxToolBoxControl
(
nSlotId
,
nId
,
rTbx
)
{
rTbx
.
SetItemBits
(
nId
,
TIB_DROPDOWN
|
rTbx
.
GetItemBits
(
nId
)
);
addStatusListener
(
OUString
(
".uno:XLineColor"
)
);
pBtnUpdater
.
reset
(
new
::
svx
::
ToolboxButtonColorUpdater
(
nSlotId
,
nId
,
&
GetToolBox
()
)
);
mPaletteManager
.
SetLastColor
(
COL_BLACK
);
mPaletteManager
.
SetBtnUpdater
(
pBtnUpdater
.
get
()
);
}
SvxLineColorToolBoxControl
::~
SvxLineColorToolBoxControl
()
{
}
SfxPopupWindowType
SvxLineColorToolBoxControl
::
GetPopupWindowType
()
const
{
return
SFX_POPUPWINDOW_ONTIMEOUT
;
}
SfxPopupWindow
*
SvxLineColorToolBoxControl
::
CreatePopupWindow
()
{
SvxColorWindow_Impl
*
pColorWin
=
new
SvxColorWindow_Impl
(
m_aCommandURL
,
mPaletteManager
,
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
)
SfxToolBoxControl
*
SvxColorToolBoxControl
::
CreateImpl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
{
pBtnUpdater
->
Update
(
*
pColor
);
mPaletteManager
.
SetLastColor
(
*
pColor
);
return
0
;
return
new
SvxColorToolBoxControl
(
nSlotId
,
nId
,
rTbx
);
}
void
SvxLineColorToolBoxControl
::
StateChanged
(
sal_uInt16
/*nSID*/
,
SfxItemState
eState
,
const
SfxPoolItem
*
/*pState*/
)
void
SvxColorToolBoxControl
::
RegisterControl
(
sal_uInt16
nSlotId
,
SfxModule
*
pMod
)
{
ToolBox
&
rTbx
=
GetToolBox
();
sal_uInt16
nId
=
GetId
();
rTbx
.
EnableItem
(
nId
,
SfxItemState
::
DISABLED
!=
eState
);
rTbx
.
SetItemState
(
nId
,
(
SfxItemState
::
DONTCARE
==
eState
)
?
TRISTATE_INDET
:
TRISTATE_FALSE
);
SfxToolBoxControl
::
RegisterToolBoxControl
(
pMod
,
new
SfxTbxCtrlFactory
(
SvxColorToolBoxControl
::
CreateImpl
,
TYPE
(
SvxColorItem
),
nSlotId
)
);
SfxToolBoxControl
::
RegisterToolBoxControl
(
pMod
,
new
SfxTbxCtrlFactory
(
SvxColorToolBoxControl
::
CreateImpl
,
TYPE
(
XLineColorItem
),
nSlotId
)
);
}
void
SvxLineColorToolBoxControl
::
Select
(
sal_uInt16
/*nSelectModifier*/
)
{
Sequence
<
PropertyValue
>
aArgs
(
1
);
aArgs
[
0
].
Name
=
"XLineColor"
;
aArgs
[
0
].
Value
=
makeAny
(
(
sal_uInt32
)(
mPaletteManager
.
GetLastColor
().
GetColor
()
));
Dispatch
(
OUString
(
".uno:XLineColor"
),
aArgs
);
}
// class SvxFrameToolBoxControl --------------------------------------------
SvxFrameToolBoxControl
::
SvxFrameToolBoxControl
(
sal_uInt16
nSlotId
,
...
...
sw/source/uibase/app/swmodule.cxx
Dosyayı görüntüle @
67bde246
...
...
@@ -320,7 +320,7 @@ void SwDLL::RegisterControls()
SvxFillToolBoxControl
::
RegisterControl
(
SID_ATTR_FILL_STYLE
,
pMod
);
SvxLineStyleToolBoxControl
::
RegisterControl
(
SID_ATTR_LINE_STYLE
,
pMod
);
SvxLineWidthToolBoxControl
::
RegisterControl
(
SID_ATTR_LINE_WIDTH
,
pMod
);
Svx
Line
ColorToolBoxControl
::
RegisterControl
(
SID_ATTR_LINE_COLOR
,
pMod
);
SvxColorToolBoxControl
::
RegisterControl
(
SID_ATTR_LINE_COLOR
,
pMod
);
SvxLineEndToolBoxControl
::
RegisterControl
(
SID_ATTR_LINEEND_STYLE
,
pMod
);
SvxFontNameToolBoxControl
::
RegisterControl
(
SID_ATTR_CHAR_FONT
,
pMod
);
...
...
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