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
0a4685f6
Kaydet (Commit)
0a4685f6
authored
Nis 23, 2002
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#98286# new member methods implemented
üst
d9a3d117
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
4 deletions
+26
-4
dbu_resource.hrc
dbaccess/source/ui/inc/dbu_resource.hrc
+14
-2
sbagrid.hxx
dbaccess/source/ui/inc/sbagrid.hxx
+12
-2
No files found.
dbaccess/source/ui/inc/dbu_resource.hrc
Dosyayı görüntüle @
0a4685f6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: dbu_resource.hrc,v $
* $RCSfile: dbu_resource.hrc,v $
*
*
* $Revision: 1.6
8
$
* $Revision: 1.6
9
$
*
*
* last change: $Author: oj $ $Date: 2002-0
3-21 12:53:12
$
* last change: $Author: oj $ $Date: 2002-0
4-23 07:50:46
$
*
*
* 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
...
@@ -460,6 +460,8 @@
...
@@ -460,6 +460,8 @@
#define STR_QUERY_DROP_ALL RID_STRING_START + 194
#define STR_QUERY_DROP_ALL RID_STRING_START + 194
#define STR_COLUMN_UNKNOWN RID_STRING_START + 195
#define STR_COLUMN_UNKNOWN RID_STRING_START + 195
#define STR_ERR_LIKE_COLUMN RID_STRING_START + 196
#define STR_ERR_LIKE_COLUMN RID_STRING_START + 196
#define STR_DATASOURCE_GRIDCONTROL_NAME RID_STRING_START + 197
#define STR_DATASOURCE_GRIDCONTROL_DESC RID_STRING_START + 198
//========================================================================
//========================================================================
...
@@ -481,10 +483,20 @@
...
@@ -481,10 +483,20 @@
/*************************************************************************
/*************************************************************************
* history:
* history:
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
<<<<<<< dbu_resource.hrc
* Revision 1.68 2002/03/21 12:53:12 oj
* #96780# new strings for error messages
*
* Revision 1.67 2002/03/21 07:16:02 oj
* Revision 1.67 2002/03/21 07:16:02 oj
* #95144# enable create button again when on firstpage
* #95144# enable create button again when on firstpage
*
*
* Revision 1.66 2002/02/06 07:23:39 oj
* Revision 1.66 2002/02/06 07:23:39 oj
=======
* Revision 1.64.8.2 2002/04/23 07:48:49 oj
* #98286# new member methods implemented
*
* Revision 1.64.8.1 2002/02/06 07:37:14 oj
>>>>>>> 1.64.8.2
* #96957# new handling inserted for context menu and accessibility
* #96957# new handling inserted for context menu and accessibility
*
*
* Revision 1.65 2002/01/24 17:38:31 fs
* Revision 1.65 2002/01/24 17:38:31 fs
...
...
dbaccess/source/ui/inc/sbagrid.hxx
Dosyayı görüntüle @
0a4685f6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: sbagrid.hxx,v $
* $RCSfile: sbagrid.hxx,v $
*
*
* $Revision: 1.1
5
$
* $Revision: 1.1
6
$
*
*
* last change: $Author:
hr $ $Date: 2001-10-26 12:55:08
$
* last change: $Author:
oj $ $Date: 2002-04-23 07:48:49
$
*
*
* 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
...
@@ -306,6 +306,16 @@ namespace dbaui
...
@@ -306,6 +306,16 @@ namespace dbaui
HeaderBar
*
GetHeaderBar
()
const
{
return
FmGridControl
::
GetHeaderBar
();
}
HeaderBar
*
GetHeaderBar
()
const
{
return
FmGridControl
::
GetHeaderBar
();
}
/** return the description of the specified object.
@param eObjType
The type to ask for
@param _nPosition
The position of a tablecell (index position), header bar colum/row cell
@return
The description of the specified object.
*/
virtual
::
rtl
::
OUString
GetAccessibleDescription
(
::
svt
::
AccessibleBrowseBoxObjType
eObjType
,
sal_Int32
_nPosition
=
-
1
)
const
;
protected
:
protected
:
// DragSourceHelper overridables
// DragSourceHelper overridables
virtual
void
StartDrag
(
sal_Int8
_nAction
,
const
Point
&
_rPosPixel
);
virtual
void
StartDrag
(
sal_Int8
_nAction
,
const
Point
&
_rPosPixel
);
...
...
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