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
19262f43
Kaydet (Commit)
19262f43
authored
Kas 27, 2014
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bCheckVertical is not used
Change-Id: I092098a2520c4856f1d394ddbe288bbc444e7db8
üst
57ee8160
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
verttexttbxctrl.hxx
include/svx/verttexttbxctrl.hxx
+0
-3
verttexttbxctrl.cxx
svx/source/tbxctrls/verttexttbxctrl.cxx
+1
-4
No files found.
include/svx/verttexttbxctrl.hxx
Dosyayı görüntüle @
19262f43
...
...
@@ -27,15 +27,12 @@
*/
class
SvxVertCTLTextTbxCtrl
:
public
SfxToolBoxControl
{
bool
bCheckVertical
;
//determines whether vertical mode or CTL mode has to be checked
public
:
SvxVertCTLTextTbxCtrl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
);
virtual
~
SvxVertCTLTextTbxCtrl
();
virtual
void
StateChanged
(
sal_uInt16
nSID
,
SfxItemState
eState
,
const
SfxPoolItem
*
pState
)
SAL_OVERRIDE
;
void
SetVert
(
bool
bSet
)
{
bCheckVertical
=
bSet
;}
};
class
SVX_DLLPUBLIC
SvxCTLTextTbxCtrl
:
public
SvxVertCTLTextTbxCtrl
...
...
svx/source/tbxctrls/verttexttbxctrl.cxx
Dosyayı görüntüle @
19262f43
...
...
@@ -33,20 +33,17 @@ SFX_IMPL_TOOLBOX_CONTROL(SvxVertTextTbxCtrl, SfxBoolItem);
SvxCTLTextTbxCtrl
::
SvxCTLTextTbxCtrl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SvxVertCTLTextTbxCtrl
(
nSlotId
,
nId
,
rTbx
)
{
SetVert
(
false
);
addStatusListener
(
OUString
(
".uno:CTLFontState"
));
}
SvxVertTextTbxCtrl
::
SvxVertTextTbxCtrl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SvxVertCTLTextTbxCtrl
(
nSlotId
,
nId
,
rTbx
)
{
SetVert
(
true
);
addStatusListener
(
OUString
(
".uno:VerticalTextState"
));
}
SvxVertCTLTextTbxCtrl
::
SvxVertCTLTextTbxCtrl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SfxToolBoxControl
(
nSlotId
,
nId
,
rTbx
),
bCheckVertical
(
true
)
SfxToolBoxControl
(
nSlotId
,
nId
,
rTbx
)
{
}
...
...
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