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
0e6b1ba3
Kaydet (Commit)
0e6b1ba3
authored
Eki 29, 2009
tarafından
Frank Schoenheit [fs]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merging lates changes from pull-location
üst
f04086c8
2f6923c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
datman.cxx
extensions/source/bibliography/datman.cxx
+3
-2
No files found.
extensions/source/bibliography/datman.cxx
Dosyayı görüntüle @
0e6b1ba3
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
#include "precompiled_extensions.hxx"
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include <tools/diagnose_ex.h>
#include <tools/urlobj.hxx>
#include <tools/urlobj.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/io/XPersistObject.hpp>
#include <com/sun/star/io/XPersistObject.hpp>
...
@@ -1094,8 +1095,8 @@ void BibDataManager::setFilter(const ::rtl::OUString& rQuery)
...
@@ -1094,8 +1095,8 @@ void BibDataManager::setFilter(const ::rtl::OUString& rQuery)
m_xParser
->
setFilter
(
rQuery
);
m_xParser
->
setFilter
(
rQuery
);
::
rtl
::
OUString
aQuery
=
m_xParser
->
getFilter
();
::
rtl
::
OUString
aQuery
=
m_xParser
->
getFilter
();
Reference
<
XPropertySet
>
xFormProps
(
m_xForm
,
UNO_QUERY_THROW
);
Reference
<
XPropertySet
>
xFormProps
(
m_xForm
,
UNO_QUERY_THROW
);
aPropertySet
->
setPropertyValue
(
C2U
(
"Filter"
),
makeAny
(
aQuery
)
);
xFormProps
->
setPropertyValue
(
C2U
(
"Filter"
),
makeAny
(
aQuery
)
);
aPropertySet
->
setPropertyValue
(
C2U
(
"ApplyFilter"
),
makeAny
(
sal_True
)
);
xFormProps
->
setPropertyValue
(
C2U
(
"ApplyFilter"
),
makeAny
(
sal_True
)
);
reload
();
reload
();
}
}
catch
(
Exception
&
e
)
catch
(
Exception
&
e
)
...
...
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