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
7e857dc7
Kaydet (Commit)
7e857dc7
authored
Ock 24, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: gcc 4.6.0 various warnings
üst
a08c9091
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
FilteredContainer.cxx
dbaccess/source/core/api/FilteredContainer.cxx
+1
-2
documentdefinition.hxx
dbaccess/source/core/dataaccess/documentdefinition.hxx
+1
-1
No files found.
dbaccess/source/core/api/FilteredContainer.cxx
Dosyayı görüntüle @
7e857dc7
...
@@ -311,12 +311,11 @@ sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& _rTableFilter, ::std
...
@@ -311,12 +311,11 @@ sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& _rTableFilter, ::std
{
{
// build sorted versions of the filter sequences, so the visibility decision is faster
// build sorted versions of the filter sequences, so the visibility decision is faster
Sequence
<
::
rtl
::
OUString
>
aTableFilter
(
_rTableFilter
);
Sequence
<
::
rtl
::
OUString
>
aTableFilter
(
_rTableFilter
);
sal_Int32
nTableFilterLen
=
aTableFilter
.
getLength
();
// for wildcard search : remove all table filters which are a wildcard expression and build a WildCard
// for wildcard search : remove all table filters which are a wildcard expression and build a WildCard
// for them
// for them
::
std
::
vector
<
WildCard
>
aWCSearch
;
::
std
::
vector
<
WildCard
>
aWCSearch
;
nTableFilterLen
=
createWildCardVector
(
aTableFilter
,
aWCSearch
);
createWildCardVector
(
aTableFilter
,
aWCSearch
);
try
try
{
{
...
...
dbaccess/source/core/dataaccess/documentdefinition.hxx
Dosyayı görüntüle @
7e857dc7
...
@@ -374,7 +374,7 @@ private:
...
@@ -374,7 +374,7 @@ private:
ODocumentDefinition
&
m_rDocumentDefinition
;
ODocumentDefinition
&
m_rDocumentDefinition
;
const
::
com
::
sun
::
star
::
uno
::
Any
m_aOldValue
;
const
::
com
::
sun
::
star
::
uno
::
Any
m_aOldValue
;
const
::
com
::
sun
::
star
::
uno
::
Any
m_aNewValue
;
const
::
com
::
sun
::
star
::
uno
::
Any
m_aNewValue
;
mutable
::
osl
::
ResettableMutexGuard
&
m_rClearForNotify
;
::
osl
::
ResettableMutexGuard
&
m_rClearForNotify
;
void
impl_fireEvent_throw
(
const
sal_Bool
i_bVetoable
);
void
impl_fireEvent_throw
(
const
sal_Bool
i_bVetoable
);
};
};
...
...
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