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
a6bc2a4a
Kaydet (Commit)
a6bc2a4a
authored
Ara 10, 2004
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS tbe14 (1.18.2); FILE MERGED
2004/11/17 14:04:44 tbe 1.18.2.1: #i31563# scroll area too small
üst
993abaf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
dlgedobj.hxx
basctl/source/inc/dlgedobj.hxx
+18
-2
No files found.
basctl/source/inc/dlgedobj.hxx
Dosyayı görüntüle @
a6bc2a4a
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: dlgedobj.hxx,v $
* $RCSfile: dlgedobj.hxx,v $
*
*
* $Revision: 1.1
8
$
* $Revision: 1.1
9
$
*
*
* last change: $Author:
pjunck $ $Date: 2004-11-03 11:17:30
$
* last change: $Author:
rt $ $Date: 2004-12-10 17:03:18
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -123,6 +123,19 @@ protected:
...
@@ -123,6 +123,19 @@ protected:
void
EndListening
(
sal_Bool
bRemoveListener
=
sal_True
);
void
EndListening
(
sal_Bool
bRemoveListener
=
sal_True
);
sal_Bool
isListening
()
const
{
return
bIsListening
;
}
sal_Bool
isListening
()
const
{
return
bIsListening
;
}
virtual
bool
TransformSdrToControlCoordinates
(
sal_Int32
nXIn
,
sal_Int32
nYIn
,
sal_Int32
nWidthIn
,
sal_Int32
nHeightIn
,
sal_Int32
&
nXOut
,
sal_Int32
&
nYOut
,
sal_Int32
&
nWidthOut
,
sal_Int32
&
nHeightOut
);
virtual
bool
TransformSdrToFormCoordinates
(
sal_Int32
nXIn
,
sal_Int32
nYIn
,
sal_Int32
nWidthIn
,
sal_Int32
nHeightIn
,
sal_Int32
&
nXOut
,
sal_Int32
&
nYOut
,
sal_Int32
&
nWidthOut
,
sal_Int32
&
nHeightOut
);
virtual
bool
TransformControlToSdrCoordinates
(
sal_Int32
nXIn
,
sal_Int32
nYIn
,
sal_Int32
nWidthIn
,
sal_Int32
nHeightIn
,
sal_Int32
&
nXOut
,
sal_Int32
&
nYOut
,
sal_Int32
&
nWidthOut
,
sal_Int32
&
nHeightOut
);
virtual
bool
TransformFormToSdrCoordinates
(
sal_Int32
nXIn
,
sal_Int32
nYIn
,
sal_Int32
nWidthIn
,
sal_Int32
nHeightIn
,
sal_Int32
&
nXOut
,
sal_Int32
&
nYOut
,
sal_Int32
&
nWidthOut
,
sal_Int32
&
nHeightOut
);
public
:
public
:
TYPEINFO
();
TYPEINFO
();
...
@@ -151,6 +164,7 @@ public:
...
@@ -151,6 +164,7 @@ public:
virtual
void
SetRectFromProps
();
virtual
void
SetRectFromProps
();
virtual
void
SetPropsFromRect
();
virtual
void
SetPropsFromRect
();
virtual
void
PositionAndSizeChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
);
virtual
void
SAL_CALL
NameChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
NameChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
TabIndexChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
TabIndexChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -207,6 +221,8 @@ public:
...
@@ -207,6 +221,8 @@ public:
virtual
void
SetRectFromProps
();
virtual
void
SetRectFromProps
();
virtual
void
SetPropsFromRect
();
virtual
void
SetPropsFromRect
();
virtual
void
PositionAndSizeChange
(
const
::
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
evt
);
virtual
void
UpdateTabIndices
();
virtual
void
UpdateTabIndices
();
virtual
void
UpdateTabOrder
();
virtual
void
UpdateTabOrder
();
virtual
void
UpdateGroups
();
virtual
void
UpdateGroups
();
...
...
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