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
1234d599
Kaydet (Commit)
1234d599
authored
Ock 19, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ORowSetCache: overhaul internals
üst
b2345f6d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
RowSetCache.cxx
dbaccess/source/core/api/RowSetCache.cxx
+0
-0
RowSetCache.hxx
dbaccess/source/core/api/RowSetCache.hxx
+5
-5
No files found.
dbaccess/source/core/api/RowSetCache.cxx
Dosyayı görüntüle @
1234d599
This diff is collapsed.
Click to expand it.
dbaccess/source/core/api/RowSetCache.hxx
Dosyayı görüntüle @
1234d599
...
...
@@ -97,10 +97,10 @@ namespace dbaccess
sal_Int32
m_nFetchSize
;
sal_Int32
m_nRowCount
;
sal_Int32
m_nPrivileges
;
sal_Int32
m_nPosition
;
// 0 means before
first
sal_Int32
m_nPosition
;
// 0 means before
first (i.e. 1-based)
sal_Int32
m_nStartPos
;
// start pos of the window zero based
sal_Int32
m_nEndPos
;
// end pos of the window zero based
sal_Int32
m_nStartPos
;
// start pos of the window zero based
(inclusive)
sal_Int32
m_nEndPos
;
// end pos of the window zero based
(exclusive)
sal_Bool
m_bRowCountFinal
;
sal_Bool
m_bBeforeFirst
;
...
...
@@ -109,7 +109,7 @@ namespace dbaccess
sal_Bool
&
m_bModified
;
// points to the rowset member m_bModified
sal_Bool
&
m_bNew
;
// points to the rowset member m_bNew
sal_Bool
fill
(
ORowSetMatrix
::
iterator
&
_aIter
,
const
ORowSetMatrix
::
iterator
&
_aEnd
,
sal_Int32
&
_nPos
,
sal_Bool
_bCheck
);
sal_Bool
fill
(
ORowSetMatrix
::
iterator
&
_aIter
,
const
ORowSetMatrix
::
const_
iterator
&
_aEnd
,
sal_Int32
&
_nPos
,
sal_Bool
_bCheck
);
sal_Bool
reFillMatrix
(
sal_Int32
_nNewStartPos
,
sal_Int32
nNewEndPos
);
sal_Bool
fillMatrix
(
sal_Int32
&
_nNewStartPos
,
sal_Int32
_nNewEndPos
);
sal_Bool
moveWindow
();
...
...
@@ -143,7 +143,7 @@ namespace dbaccess
ORowSetMatrix
::
iterator
calcPosition
()
const
;
protected
:
ORowSetMatrix
::
iterator
&
getEnd
()
{
return
m_aMatrixEnd
;}
const
ORowSetMatrix
::
iterator
&
getEnd
()
const
{
return
m_aMatrixEnd
;}
// is called when after a moveToInsertRow a movement (next, etc) was called
void
cancelRowModification
();
public
:
...
...
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