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
8268e06b
Kaydet (Commit)
8268e06b
authored
May 10, 2007
tarafından
Kurt Zenker
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS dba23a (1.14.122); FILE MERGED
2007/03/22 10:45:19 fs 1.14.122.1: #i74800# +m_bIsSearchable
üst
83307b6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
PColumn.hxx
connectivity/inc/connectivity/PColumn.hxx
+5
-2
No files found.
connectivity/inc/connectivity/PColumn.hxx
Dosyayı görüntüle @
8268e06b
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: PColumn.hxx,v $
*
* $Revision: 1.1
4
$
* $Revision: 1.1
5
$
*
* last change: $Author:
obo $ $Date: 2006-07-10 14:15:02
$
* last change: $Author:
kz $ $Date: 2007-05-10 09:37:26
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -74,6 +74,8 @@ namespace connectivity
sal_Bool
m_bFunction
;
sal_Bool
m_bDbasePrecisionChanged
;
sal_Bool
m_bAggregateFunction
;
sal_Bool
m_bIsSearchable
;
protected
:
virtual
::
cppu
::
IPropertyArrayHelper
*
createArrayHelper
()
const
;
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
();
...
...
@@ -98,6 +100,7 @@ namespace connectivity
void
setTableName
(
const
::
rtl
::
OUString
&
_rName
)
{
m_aTableName
=
_rName
;
}
void
setFunction
(
sal_Bool
_bFunction
)
{
m_bFunction
=
_bFunction
;
}
void
setAggregateFunction
(
sal_Bool
_bFunction
)
{
m_bAggregateFunction
=
_bFunction
;
}
void
setIsSearchable
(
sal_Bool
_bIsSearchable
)
{
m_bIsSearchable
=
_bIsSearchable
;
}
void
setDbasePrecisionChanged
(
sal_Bool
_bDbasePrecisionChanged
)
{
m_bDbasePrecisionChanged
=
_bDbasePrecisionChanged
;
}
::
rtl
::
OUString
getRealName
()
const
{
return
m_aRealName
;
}
...
...
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