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
6b34ac24
Kaydet (Commit)
6b34ac24
authored
Eki 09, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:mergeclasses
Change-Id: Ic02d59708670949c3342566753882eebd086438f
üst
06e4a989
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
+4
-14
mergeclasses.results
compilerplugins/clang/mergeclasses.results
+0
-1
db.hxx
xmlhelp/source/cxxhelp/provider/db.hxx
+4
-13
No files found.
compilerplugins/clang/mergeclasses.results
Dosyayı görüntüle @
6b34ac24
...
@@ -129,7 +129,6 @@ merge frm::ITextAttributeListener with frm::OAttributeDispatcher
...
@@ -129,7 +129,6 @@ merge frm::ITextAttributeListener with frm::OAttributeDispatcher
merge frm::ITextSelectionListener with frm::ORichTextPeer
merge frm::ITextSelectionListener with frm::ORichTextPeer
merge ftp::CurlInput with InsertData
merge ftp::CurlInput with InsertData
merge ftp::ResultSetFactory with ResultSetFactoryI
merge ftp::ResultSetFactory with ResultSetFactoryI
merge helpdatafileproxy::hdf_internal::Noncopyable with helpdatafileproxy::Hdf
merge i_xml_parser_event_handler with (anonymous namespace)::recently_used_file_filter
merge i_xml_parser_event_handler with (anonymous namespace)::recently_used_file_filter
merge io_stm::IRingBuffer with io_stm::MemRingBuffer
merge io_stm::IRingBuffer with io_stm::MemRingBuffer
merge io_stm::I_FIFO with io_stm::MemFIFO
merge io_stm::I_FIFO with io_stm::MemFIFO
...
...
xmlhelp/source/cxxhelp/provider/db.hxx
Dosyayı görüntüle @
6b34ac24
...
@@ -27,18 +27,6 @@
...
@@ -27,18 +27,6 @@
namespace
helpdatafileproxy
{
namespace
helpdatafileproxy
{
namespace
hdf_internal
{
class
Noncopyable
{
Noncopyable
(
const
Noncopyable
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
Noncopyable
&
)
SAL_DELETED_FUNCTION
;
protected
:
Noncopyable
()
{}
~
Noncopyable
()
{}
};
}
class
HDFData
class
HDFData
{
{
friend
class
Hdf
;
friend
class
Hdf
;
...
@@ -65,7 +53,7 @@ namespace helpdatafileproxy {
...
@@ -65,7 +53,7 @@ namespace helpdatafileproxy {
typedef
std
::
unordered_map
<
OString
,
std
::
pair
<
int
,
int
>
,
OStringHash
>
StringToValPosMap
;
typedef
std
::
unordered_map
<
OString
,
std
::
pair
<
int
,
int
>
,
OStringHash
>
StringToValPosMap
;
typedef
std
::
unordered_map
<
OString
,
OString
,
OStringHash
>
StringToDataMap
;
typedef
std
::
unordered_map
<
OString
,
OString
,
OStringHash
>
StringToDataMap
;
class
Hdf
:
hdf_internal
::
Noncopyable
class
Hdf
{
{
OUString
m_aFileURL
;
OUString
m_aFileURL
;
StringToDataMap
*
m_pStringToDataMap
;
StringToDataMap
*
m_pStringToDataMap
;
...
@@ -108,7 +96,10 @@ namespace helpdatafileproxy {
...
@@ -108,7 +96,10 @@ namespace helpdatafileproxy {
bool
startIteration
();
bool
startIteration
();
bool
getNextKeyAndValue
(
HDFData
&
rKey
,
HDFData
&
rValue
);
bool
getNextKeyAndValue
(
HDFData
&
rKey
,
HDFData
&
rValue
);
void
stopIteration
();
void
stopIteration
();
Hdf
(
const
Hdf
&
)
SAL_DELETED_FUNCTION
;
void
operator
=
(
const
Hdf
&
)
SAL_DELETED_FUNCTION
;
};
};
}
}
#endif
#endif
...
...
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