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
c72af873
Kaydet (Commit)
c72af873
authored
Eyl 18, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cleanups.
Change-Id: I8812c9928409bcdb78dac1479c5e2205f2616965
üst
0a84d2f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
20 deletions
+1
-20
dpcachetable.hxx
sc/inc/dpcachetable.hxx
+0
-8
dpcachetable.cxx
sc/source/core/data/dpcachetable.cxx
+0
-11
dpitemdata.cxx
sc/source/core/data/dpitemdata.cxx
+1
-1
No files found.
sc/inc/dpcachetable.hxx
Dosyayı görüntüle @
c72af873
...
...
@@ -55,15 +55,7 @@ struct ScQueryParam;
*/
class
SC_DLLPUBLIC
ScDPCacheTable
{
struct
RowFlag
{
bool
mbShowByFilter
:
1
;
bool
mbShowByPage
:
1
;
bool
isActive
()
const
;
RowFlag
();
};
public
:
/** interface class used for filtering of rows. */
class
FilterBase
{
...
...
sc/source/core/data/dpcachetable.cxx
Dosyayı görüntüle @
c72af873
...
...
@@ -64,17 +64,6 @@ using ::com::sun::star::uno::UNO_QUERY;
using
::
com
::
sun
::
star
::
uno
::
UNO_QUERY_THROW
;
using
::
com
::
sun
::
star
::
sheet
::
DataPilotFieldFilter
;
bool
ScDPCacheTable
::
RowFlag
::
isActive
()
const
{
return
mbShowByFilter
&&
mbShowByPage
;
}
ScDPCacheTable
::
RowFlag
::
RowFlag
()
:
mbShowByFilter
(
false
),
mbShowByPage
(
true
)
{
}
ScDPCacheTable
::
SingleFilter
::
SingleFilter
(
const
ScDPItemData
&
rItem
)
:
maItem
(
rItem
)
{}
...
...
sc/source/core/data/dpitemdata.cxx
Dosyayı görüntüle @
c72af873
...
...
@@ -210,7 +210,7 @@ bool ScDPItemData::IsCaseInsEqual(const ScDPItemData& r) const
;
}
if
(
m
bStringInterned
&&
r
.
mbStringInterned
&&
m
pString
==
r
.
mpString
)
if
(
mpString
==
r
.
mpString
)
// Fast equality check for interned strings.
return
true
;
...
...
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