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
3acd12a1
Kaydet (Commit)
3acd12a1
authored
Mar 07, 2013
tarafından
Urs Fässler
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sd/source/ui/app/tbxww.cxx comment translation and cleanup
Change-Id: Ie7bc4ce47c088feeeaf55fb7b2590c5e44a3480e
üst
8d8f6266
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
16 deletions
+11
-16
tbxww.cxx
sd/source/ui/app/tbxww.cxx
+11
-16
No files found.
sd/source/ui/app/tbxww.cxx
Dosyayı görüntüle @
3acd12a1
...
...
@@ -39,12 +39,9 @@
SFX_IMPL_TOOLBOX_CONTROL
(
SdTbxControl
,
TbxImageItem
)
/*************************************************************************
|*
|* Klasse fuer Toolbox
|*
\************************************************************************/
/**
* Class for toolbox
*/
SdTbxControl
::
SdTbxControl
(
sal_uInt16
nSlotId
,
sal_uInt16
nId
,
ToolBox
&
rTbx
)
:
SfxToolBoxControl
(
nSlotId
,
nId
,
rTbx
)
{
...
...
@@ -59,13 +56,11 @@ SfxPopupWindowType SdTbxControl::GetPopupWindowType() const
return
(
SFX_POPUPWINDOW_ONTIMEOUT
);
}
/*************************************************************************
|*
|* Hier wird das Fenster erzeugt
|* Lage der Toolbox mit GetToolBox() abfragbar
|* rItemRect sind die Screen-Koordinaten
|*
\************************************************************************/
/**
* We create the window here
* You can get the position of the toolbox with GetToolBox()
* rItemRect are screen coordinates
*/
SfxPopupWindow
*
SdTbxControl
::
CreatePopupWindow
()
{
...
...
@@ -140,8 +135,8 @@ void SdTbxControl::StateChanged( sal_uInt16 nSId,
if
(
eState
==
SFX_ITEM_AVAILABLE
)
{
TbxImageItem
*
pItem
=
PTR_CAST
(
TbxImageItem
,
pState
);
//
Im StarDesktop kann jetzt auch ein anderes Item ankommen
,
//
das nicht ausgewertet werden darf
//
StarDesktop can also receive another item
,
//
but it is not allowed to evaluate it
if
(
pItem
)
{
ToolBox
&
rTbx
=
GetToolBox
();
...
...
@@ -160,7 +155,7 @@ void SdTbxControl::StateChanged( sal_uInt16 nSId,
hasBigImages
()
);
// !-
Operator prueft, ob Image nicht vorhanden is
t
// !-
operator checks if image is not presen
t
if
(
!!
aImage
)
{
rTbx
.
SetItemImage
(
GetId
(),
aImage
);
...
...
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