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
647b9681
Kaydet (Commit)
647b9681
authored
Mar 22, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cleanup sidebar: LinePropertyPanel
Change-Id: Ic8de5d12ee83713b04e947fbabfe1a1184f868ca
üst
6ce97778
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
44 deletions
+49
-44
LinePropertyPanel.cxx
svx/source/sidebar/line/LinePropertyPanel.cxx
+0
-0
LinePropertyPanel.hxx
svx/source/sidebar/line/LinePropertyPanel.hxx
+49
-44
No files found.
svx/source/sidebar/line/LinePropertyPanel.cxx
Dosyayı görüntüle @
647b9681
This diff is collapsed.
Click to expand it.
svx/source/sidebar/line/LinePropertyPanel.hxx
Dosyayı görüntüle @
647b9681
...
@@ -42,19 +42,23 @@ class ListBox;
...
@@ -42,19 +42,23 @@ class ListBox;
class
ToolBox
;
class
ToolBox
;
class
FloatingWindow
;
class
FloatingWindow
;
namespace
{
namespace
#define SIDEBAR_LINE_WIDTH_GLOBAL_VALUE "PopupPanel_LineWidth"
{
#define SIDEBAR_LINE_WIDTH_GLOBAL_VALUE "PopupPanel_LineWidth"
}
//end of anonymous namespace
}
//end of anonymous namespace
namespace
svx
{
namespace
sidebar
{
namespace
svx
{
namespace
sidebar
{
class
PopupContainer
;
class
PopupContainer
;
class
LineWidthControl
;
class
LineWidthControl
;
class
LinePropertyPanel
:
public
PanelLayout
,
class
LinePropertyPanel
public
sfx2
::
sidebar
::
ControllerItem
::
ItemUpdateReceiverInterface
:
public
PanelLayout
,
public
::
sfx2
::
sidebar
::
ControllerItem
::
ItemUpdateReceiverInterface
{
{
public
:
public
:
static
LinePropertyPanel
*
Create
(
static
LinePropertyPanel
*
Create
(
...
@@ -81,53 +85,54 @@ public:
...
@@ -81,53 +85,54 @@ public:
private
:
private
:
//ui controls
//ui controls
FixedText
*
mpFTWidth
;
FixedText
*
mpFTWidth
;
ToolBox
*
mpTBWidth
;
ToolBox
*
mpTBWidth
;
FixedText
*
mpFTStyle
;
FixedText
*
mpFTStyle
;
ListBox
*
mpLBStyle
;
ListBox
*
mpLBStyle
;
FixedText
*
mpFTTrancparency
;
FixedText
*
mpFTTrancparency
;
MetricField
*
mpMFTransparent
;
MetricField
*
mpMFTransparent
;
FixedText
*
mpFTArrow
;
FixedText
*
mpFTArrow
;
ListBox
*
mpLBStart
;
ListBox
*
mpLBStart
;
ListBox
*
mpLBEnd
;
ListBox
*
mpLBEnd
;
FixedText
*
mpFTEdgeStyle
;
FixedText
*
mpFTEdgeStyle
;
ListBox
*
mpLBEdgeStyle
;
ListBox
*
mpLBEdgeStyle
;
FixedText
*
mpFTCapStyle
;
FixedText
*
mpFTCapStyle
;
ListBox
*
mpLBCapStyle
;
ListBox
*
mpLBCapStyle
;
//ControllerItem
//ControllerItem
::
sfx2
::
sidebar
::
ControllerItem
maStyleControl
;
sfx2
::
sidebar
::
ControllerItem
maStyleControl
;
::
sfx2
::
sidebar
::
ControllerItem
maDashControl
;
sfx2
::
sidebar
::
ControllerItem
maDashControl
;
::
sfx2
::
sidebar
::
ControllerItem
maWidthControl
;
sfx2
::
sidebar
::
ControllerItem
maWidthControl
;
::
sfx2
::
sidebar
::
ControllerItem
maStartControl
;
sfx2
::
sidebar
::
ControllerItem
maStartControl
;
::
sfx2
::
sidebar
::
ControllerItem
maEndControl
;
sfx2
::
sidebar
::
ControllerItem
maEndControl
;
::
sfx2
::
sidebar
::
ControllerItem
maLineEndListControl
;
sfx2
::
sidebar
::
ControllerItem
maLineEndListControl
;
::
sfx2
::
sidebar
::
ControllerItem
maLineStyleListControl
;
sfx2
::
sidebar
::
ControllerItem
maLineStyleListControl
;
::
sfx2
::
sidebar
::
ControllerItem
maTransControl
;
sfx2
::
sidebar
::
ControllerItem
maTransControl
;
::
sfx2
::
sidebar
::
ControllerItem
maEdgeStyle
;
sfx2
::
sidebar
::
ControllerItem
maEdgeStyle
;
::
sfx2
::
sidebar
::
ControllerItem
maCapStyle
;
sfx2
::
sidebar
::
ControllerItem
maCapStyle
;
::
boost
::
scoped_ptr
<
XLineStyleItem
>
mpStyleItem
;
boost
::
scoped_ptr
<
XLineStyleItem
>
mpStyleItem
;
::
boost
::
scoped_ptr
<
XLineDashItem
>
mpDashItem
;
boost
::
scoped_ptr
<
XLineDashItem
>
mpDashItem
;
sal_uInt16
mnTrans
;
SfxMapUnit
meMapUnit
;
sal_uInt16
mnTrans
;
sal_Int32
mnWidthCoreValue
;
SfxMapUnit
meMapUnit
;
XLineEndListRef
mxLineEndList
;
sal_Int32
mnWidthCoreValue
;
XDashListRef
mxLineStyleList
;
XLineEndListRef
mxLineEndList
;
::
boost
::
scoped_ptr
<
XLineStartItem
>
mpStartItem
;
XDashListRef
mxLineStyleList
;
::
boost
::
scoped_ptr
<
XLineEndItem
>
mpEndItem
;
boost
::
scoped_ptr
<
XLineStartItem
>
mpStartItem
;
boost
::
scoped_ptr
<
XLineEndItem
>
mpEndItem
;
//popup windows
//popup windows
LineWidthPopup
maLineWidthPopup
;
LineWidthPopup
maLineWidthPopup
;
// images from resource
// images from resource
Image
maIMGNone
;
Image
maIMGNone
;
// multi-images
// multi-images
::
boost
::
scoped_array
<
Image
>
mpIMGWidthIcon
;
boost
::
scoped_array
<
Image
>
mpIMGWidthIcon
;
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
mxFrame
;
css
::
uno
::
Reference
<
css
::
frame
::
XFrame
>
mxFrame
;
SfxBindings
*
mpBindings
;
SfxBindings
*
mpBindings
;
/// bitfield
/// bitfield
bool
mbWidthValuable
:
1
;
bool
mbWidthValuable
:
1
;
...
...
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