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
bacc0379
Kaydet (Commit)
bacc0379
authored
Eki 25, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
dbase::ODbaseTable::WriteMemo does not change its ORowSetValue& argument
Change-Id: Icf6a71900d79377cde84c2307ce85a9b3c96a54f
üst
7ea7fb00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DTable.cxx
connectivity/source/drivers/dbase/DTable.cxx
+1
-1
DTable.hxx
connectivity/source/inc/dbase/DTable.hxx
+1
-1
No files found.
connectivity/source/drivers/dbase/DTable.cxx
Dosyayı görüntüle @
bacc0379
...
...
@@ -2002,7 +2002,7 @@ sal_Bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,c
}
// -----------------------------------------------------------------------------
sal_Bool
ODbaseTable
::
WriteMemo
(
ORowSetValue
&
aVariable
,
sal_uIntPtr
&
rBlockNr
)
sal_Bool
ODbaseTable
::
WriteMemo
(
const
ORowSetValue
&
aVariable
,
sal_uIntPtr
&
rBlockNr
)
{
RTL_LOGFILE_CONTEXT_AUTHOR
(
aLogger
,
"dbase"
,
"Ocke.Janssen@sun.com"
,
"ODbaseTable::WriteMemo"
);
// if the BlockNo 0 is given, the block will be appended at the end
...
...
connectivity/source/inc/dbase/DTable.hxx
Dosyayı görüntüle @
bacc0379
...
...
@@ -105,7 +105,7 @@ namespace connectivity
sal_Bool
ReadMemoHeader
();
sal_Bool
ReadMemo
(
sal_uIntPtr
nBlockNo
,
ORowSetValue
&
aVariable
);
sal_Bool
WriteMemo
(
ORowSetValue
&
aVariable
,
sal_uIntPtr
&
rBlockNr
);
sal_Bool
WriteMemo
(
const
ORowSetValue
&
aVariable
,
sal_uIntPtr
&
rBlockNr
);
sal_Bool
WriteBuffer
();
sal_Bool
UpdateBuffer
(
OValueRefVector
&
rRow
,
OValueRefRow
pOrgRow
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
container
::
XIndexAccess
>&
_xCols
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>
isUniqueByColumnName
(
sal_Int32
_nColumnPos
);
...
...
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