Age | Commit message (Collapse) | Author |
|
Change-Id: I210b995d4a8eb3e2f00ba982f7a6cf5ecd8e6f0d
|
|
Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9
|
|
Change-Id: I071c8984cd86b523d8ebae04b5fb2bdc1ac1a5b1
|
|
Change-Id: I3462a9d4c23c9bc858c1a9d91caa58d87b204ee0
|
|
Change-Id: I9fd549bd4ad8f67f83db6a864aa86d0c7310d43e
|
|
Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa
|
|
Change-Id: Ib3e7a51a8b01165d4706857f7b347d622c2e624a
|
|
Change-Id: I8b15c97b1fcc6acaf567e8b1d2d37cbc99687a9d
|
|
Change-Id: Ia22387bf25891fb83982c03af3fa4fffdb0c3cab
|
|
Change-Id: I0f0fe3bb937299b4f00a46d7dda6764c9d21a18f
|
|
Add a method
bool IsValueChangedFromSaved()
to the various Button and Listbox classes.
Use it to simplify code like
if ( maBoldAppFont.GetSavedValue() !=
TriState(maBoldAppFont.IsChecked()) )
to
if ( maBoldAppFont.IsValueChangedFromSaved() )
Change-Id: I26b291d0980237497063ee301d63a49c7d2bc227
Reviewed-on: https://gerrit.libreoffice.org/9250
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
> pthread_mutex_destroy (/usr/src/debug/valgrind-3.9.0/helgrind/hg_intercepts.c:478)
> lucene::util::mutex_thread::~mutex_thread() (workdir/UnpackedTarball/clucene/src/shared/CLucene/config/threads.cpp:179)
> lucene::store::FSDirectory::FSIndexInput::close() (workdir/UnpackedTarball/clucene/src/core/CLucene/store/FSDirectory.cpp:225)
> lucene::index::SegmentInfos::read(lucene::store::Directory*, char const*) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentInfos.cpp:770)
> lucene::index::IndexFileDeleter::IndexFileDeleter(lucene::store::Directory*, lucene::index::IndexDeletionPolicy*, lucene::index::SegmentInfos*, std::ostream*, lucene::index::DocumentsWriter*) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexFileDeleter.cpp:149)
> lucene::index::IndexWriter::init(lucene::store::Directory*, lucene::analysis::Analyzer*, bool, bool, lucene::index::IndexDeletionPolicy*, bool) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp:262)
> lucene::index::IndexWriter::IndexWriter(char const*, lucene::analysis::Analyzer*, bool) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp:158)
> HelpIndexer::indexDocuments() (helpcompiler/source/HelpIndexer.cxx:55)
Change-Id: I19cb9bd49b339d206a624c1f1d3dacdd909f4e25
|
|
(Bug #78427 is fixed only partially by this commit)
Change-Id: I080dca98a77a645c4c5ae19a9bbcae7d54179d3c
Reviewed-on: https://gerrit.libreoffice.org/9276
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I370f1ff7df1c19e23560599b86b2274649bd5f73
|
|
Change-Id: I6777dffb436471b5df69d40a15bd32b473dcfc40
|
|
Change-Id: I7880007562e6706c2a4439fbda3063dc70fe13a3
|
|
Change-Id: Ifd806074e31a4d7f91023d5baf22bc465e52019c
|
|
Change-Id: I781a949abb47b6e845a222a4fa8f685e9a620693
|
|
Change-Id: I5582d0481c0b99f92e7a3a07fbe7a904a1696442
|
|
Change-Id: If5bc9d3a5c425ed56c27fa6b43aa7049cd5b2a06
|
|
Change-Id: I1b4aadd64a8695142685ca49378e3c45ef2db28d
|
|
Change-Id: I7668c95e2d40bb4e1e8e24627038b92f93b0008f
|
|
Change-Id: I04ef56efe1e6e164de5ceaa2840a43271102d108
|
|
Change-Id: I9ba5a7ab1938174f083fdc81c046b286fc73a4e9
|
|
Change-Id: I78e3e2cce461b098dd3f56289bf5e30c977fca2f
|
|
Change-Id: I70a46f251faa6a1d6e52bc816473a29416953ded
|
|
Change-Id: Ic55ef095bb4867c9e5e98bc4c2ded3e9b0c95253
|
|
Change-Id: Ice64f610901ae9a5ee103fa1e4fec46a1142158d
|
|
Change-Id: I268ec2db2e8ec4a40dd8537989d2afe767207d40
|
|
Change-Id: Ia95f3ec5817035a596a8d64b0a7e9dc4445ec648
|
|
Change-Id: Ic8d177dcf565fca8cf1f238c12b16c5cea2066a6
|
|
Change-Id: If85ed1e4c9aa4e1d816515264f21154d5661051c
|
|
Change-Id: Ic67e0d06402ae28d4cffb817262a5adb23afc3ee
|
|
Change-Id: I73867affd44a9c252f6892fb36ae5a25289d4d10
Reviewed-on: https://gerrit.libreoffice.org/9263
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Content-type for 'png' images was not getting added in
[Content_Types].xml. This was as only 'jpeg' and 'wmf'
extensions were handled. Modified DocxSdrExport::writeDiagramRels
to handle all types of extensions.
Added UT for the same.
Reviewed on:
https://gerrit.libreoffice.org/9252
Change-Id: I5e068d4db14f3a43be08a4b7c9bf265f388bf356
|
|
With previously found offenders out of the way, looks like
sw/qa/core/data/ww8/pass/CVE-2009-3302-2.doc is the only case that triggers
this, and that is likely deliberately malformed input.
As the whole ww8 parser appears not to be build around robust eager input
validation and error signalling, there is little more we can do here than throw
up our hands in despair.
Change-Id: Idf61fcf14a784cef1539654f2825c013c218987f
|
|
Change-Id: Ib74e924663c91be09d96e9e25e011e578656a6a0
|
|
Change-Id: I42ba4a97de241637b36704958fcf7b32d308a8a1
|
|
Change-Id: Ibd3aff8aeb71626dada762b53cde8f50f7fbf812
|
|
Change-Id: I3298bd15260b2cbfd9a74024504d982dc00f4137
|
|
Change-Id: I92f60d706408acefd763f0f80af5fa3398e667d4
|
|
Change-Id: I13d58c941e6a2411c3840b9efd341a4b827afc93
|
|
Change-Id: I580d17b16760516b73ac9f882fd8f9707ce6337b
|
|
Change-Id: I961b92d47c35d63fa852bab2b478b93314e9add7
|
|
Change-Id: I52972cb477c77a86fa04aa876717db9740cc0113
|
|
Change-Id: I808e36ccd2a0d1ad89af2449d709d24a92ecff4f
|
|
Change-Id: I039dd767bcfd0c1343f4230d3fe8e52ab5a6e4fd
|
|
Change-Id: Iea68803e0889288d6d7f21e61e731284f0ad1011
|
|
See http://nabble.documentfoundation.org/Questions-about-getCppuType-tp4106361p4107883.html
Change-Id: I4d29b9d80f8142792f948c6797006fe7e698a2a4
|
|
This reverts commit 0f8f92a5b6fcba1fef456539bb929819a9162a85.
Negative fo:text-indent values are explicitly allowed by ODF, so
whatever problem was worked around here needs to be fixed differently.
Conflicts:
svx/source/unodraw/unoshape.cxx
Change-Id: I7e2ae38c4c950e37f0c96a32164a5b6ec10fd47d
|