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
6d28fe04
Kaydet (Commit)
6d28fe04
authored
Nis 25, 2001
tarafından
Oliver Specht
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
EnableNegativeMode is void
üst
dbe66eaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
relfld.hxx
svx/inc/relfld.hxx
+3
-7
No files found.
svx/inc/relfld.hxx
Dosyayı görüntüle @
6d28fe04
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: relfld.hxx,v $
* $RCSfile: relfld.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author: os $ $Date: 2001-04-2
0 08:54:15
$
* last change: $Author: os $ $Date: 2001-04-2
5 06:52:14
$
*
*
* 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
...
@@ -84,9 +84,7 @@ private:
...
@@ -84,9 +84,7 @@ private:
USHORT
nRelStep
;
USHORT
nRelStep
;
BOOL
bRelativeMode
;
BOOL
bRelativeMode
;
BOOL
bRelative
;
BOOL
bRelative
;
#if SUPD>629
BOOL
bNegativeEnabled
;
BOOL
bNegativeEnabled
;
#endif
protected
:
protected
:
void
Modify
();
void
Modify
();
...
@@ -100,9 +98,7 @@ public:
...
@@ -100,9 +98,7 @@ public:
BOOL
IsRelativeMode
()
const
{
return
bRelativeMode
;
}
BOOL
IsRelativeMode
()
const
{
return
bRelativeMode
;
}
void
SetRelative
(
BOOL
bRelative
=
FALSE
);
void
SetRelative
(
BOOL
bRelative
=
FALSE
);
BOOL
IsRelative
()
const
{
return
bRelative
;
}
BOOL
IsRelative
()
const
{
return
bRelative
;
}
#if SUPD>629
void
EnableNegativeMode
()
{
bNegativeEnabled
=
TRUE
;}
BOOL
EnableNegativeMode
()
{
bNegativeEnabled
=
TRUE
;}
#endif
};
};
...
...
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