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
066b43b9
Kaydet (Commit)
066b43b9
authored
May 08, 2001
tarafından
Frank Schönheit
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#86224# added SaveValueNoPrefix / GetSavedValueNoPrefix
üst
b9f7c88d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
curledit.hxx
dbaccess/source/ui/inc/curledit.hxx
+9
-2
No files found.
dbaccess/source/ui/inc/curledit.hxx
Dosyayı görüntüle @
066b43b9
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: curledit.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author: fs $ $Date: 200
0-10-24 12:07:36
$
* last change: $Author: fs $ $Date: 200
1-05-08 09:55:03
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -88,6 +88,7 @@ class OConnectionURLEdit : public Edit
{
ODsnTypeCollection
m_aTypeCollection
;
FixedText
*
m_pForcedPrefix
;
String
m_sSaveValueNoPrefix
;
public
:
OConnectionURLEdit
(
Window
*
pParent
,
WinBits
nStyle
=
WB_BORDER
);
...
...
@@ -104,6 +105,9 @@ public:
virtual
String
GetTextNoPrefix
()
const
;
/// set a new text, leave the current prefix unchanged
virtual
void
SetTextNoPrefix
(
const
String
&
_rText
);
void
SaveValueNoPrefix
()
{
m_sSaveValueNoPrefix
=
GetTextNoPrefix
();
}
String
GetSavedValueNoPrefix
()
const
{
return
m_sSaveValueNoPrefix
;
}
};
//.........................................................................
...
...
@@ -115,6 +119,9 @@ public:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.2 2000/10/24 12:07:36 fs
* S/GetTextNoPrefix
*
* Revision 1.1 2000/10/05 10:08:07 fs
* initial checkin
*
...
...
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