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
1f3190e5
Kaydet (Commit)
1f3190e5
authored
Haz 25, 2001
tarafından
Frank Schönheit
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#82371# +initializeFrom
üst
aec610b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
2 deletions
+25
-2
dataaccessdescriptor.cxx
svx/source/form/dataaccessdescriptor.cxx
+25
-2
No files found.
svx/source/form/dataaccessdescriptor.cxx
Dosyayı görüntüle @
1f3190e5
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: dataaccessdescriptor.cxx,v $
* $RCSfile: dataaccessdescriptor.cxx,v $
*
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
*
* last change: $Author: fs $ $Date: 2001-0
5-10 14:18:45
$
* last change: $Author: fs $ $Date: 2001-0
6-25 08:45:37
$
*
*
* 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
...
@@ -538,6 +538,26 @@ namespace svx
...
@@ -538,6 +538,26 @@ namespace svx
#endif
#endif
}
}
//--------------------------------------------------------------------
void
ODataAccessDescriptor
::
initializeFrom
(
const
Reference
<
XPropertySet
>&
_rxValues
,
sal_Bool
_bClear
)
{
#ifndef SVX_LIGHT
if
(
_bClear
)
clear
();
m_pImpl
->
buildFrom
(
_rxValues
);
#endif
}
//--------------------------------------------------------------------
void
ODataAccessDescriptor
::
initializeFrom
(
const
Sequence
<
PropertyValue
>&
_rValues
,
sal_Bool
_bClear
)
{
#ifndef SVX_LIGHT
if
(
_bClear
)
clear
();
m_pImpl
->
buildFrom
(
_rValues
);
#endif
}
//--------------------------------------------------------------------
//--------------------------------------------------------------------
Sequence
<
PropertyValue
>
ODataAccessDescriptor
::
createPropertyValueSequence
()
Sequence
<
PropertyValue
>
ODataAccessDescriptor
::
createPropertyValueSequence
()
{
{
...
@@ -567,6 +587,9 @@ namespace svx
...
@@ -567,6 +587,9 @@ namespace svx
/*************************************************************************
/*************************************************************************
* history:
* history:
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
* Revision 1.4 2001/05/10 14:18:45 fs
* Cursor is of type XResultSet, not string
*
* Revision 1.3 2001/04/20 16:14:36 fs
* Revision 1.3 2001/04/20 16:14:36 fs
* exclude some stuff when compiling for SVX_LIGHT
* exclude some stuff when compiling for SVX_LIGHT
*
*
...
...
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