Age | Commit message (Collapse) | Author |
|
Same fix which was added for other kind of groups:
f697d7aa5c26f9fcfd717b76a4827a5bcb38325e
Change-Id: Ic35602ce32cc35933edebc6256e85b2a2a691b77
|
|
Change-Id: I4cf35e541875e89928d43b1f7e8392908c3ffb0b
|
|
This fixes the following valgrind message:
==12572== Conditional jump or move depends on uninitialised value(s)
==12572== at 0x1505C89C: inflateEnd (inflate.c:1258)
==12572== by 0xD17644D: ZCodec::EndCompression() (zcodec.cxx:106)
==12572== by 0xD17724E: ZCodec::AttemptDecompression(SvStream&, SvStream&) (zcodec.cxx:405)
==12572== by 0x5F17020A: PlainTextFilterDetect::detect(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&) (filterdetect.cxx:157)
==12572== by 0x3C3F098C: filter::config::TypeDetection::impl_askDetectService(rtl::OUString const&, utl::MediaDescriptor&) (typedetection.cxx:1040)
==12572== by 0x3C3F0449: filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor&, std::__debug::list<filter::config::FlatDetectionInfo, std::allocator<filter::config::FlatDetectionInfo> > const&, bool, std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> >&, rtl::OUString&) (typedetection.cxx:946)
==12572== by 0x3C3ED6A1: filter::config::TypeDetection::queryTypeByDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, unsigned char) (typedetection.cxx:427)
==12572== by 0x49B232CF: OwnView_Impl::GetFilterNameFromExtentionAndInStream(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) (ownview.cxx:219)
==12572== by 0x49B011EB: OleEmbeddedObject::TryToConvertToOOo() (oleembed.cxx:268)
==12572== by 0x49B03AD1: OleEmbeddedObject::doVerb(int) (oleembed.cxx:837)
==12572== by 0x9F5C353: SfxInPlaceClient::DoVerb(long) (ipclient.cxx:946)
==12572== by 0x402D395A: SwWrtShell::LaunchOLEObj(long) (wrtsh1.cxx:588)
==12572==
Change-Id: I51c0fbdc185897c60f6c0099b96c6ca9c25a35ba
|
|
... so area broadcasters can be "adapted" (though not changed) and
broadcast a change to invalidate listening lookup caches.
This is the delete row part of the bug scenario.
Change-Id: Ie6072a6b8e7967faa135a3c4d0a9024b6afcd69c
|
|
This is the insert part (e.g. Undo) of the bug scenario.
Change-Id: I87060bd9f0ad6d58a11308e58e7ce56875327c52
|
|
Change-Id: I74804605ec9dd15d1e4dbea15f09709dbf9c8770
Reviewed-on: https://gerrit.libreoffice.org/29580
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
|
|
...ever since 4d61332a3cb172cdfe29f64efb325f6ef20c573c "[CWS autorecovery]
removed (now) unused methods in Sfx(Top)Frame"
Change-Id: I3a1bc00d8a11337211cdf7265ad8e5e7d5363600
|
|
...ever since 8a6861a404c082226b52df335e3b0046164e6432 "initial import"
Change-Id: Id048d7ae1a1aa855b33e2490154ee449f16c9b2f
|
|
Change-Id: If85c9195a646622091ae057b5ad7d0ec866f0348
|
|
Project: help 1b422723b57ca4bd856ab5eab9e9dd7767888a2c
update help ids for calc navigator .ui conversion
Change-Id: I9d712222a91bc1c9fbef6c4bd92c10d46f59090c
|
|
...introduced with bf3caf8afaec110857a32cd129ee9d85fcb24970 "INTEGRATION: CWS
adarefilterteam29: #i20264# Applied patch from tono@openoffice.org for writing
in local charsets"
Change-Id: I411af51f447f820dfd4a85506d6e12dbff8f298f
|
|
Change-Id: I934f2375474035504b4ba9612af4f45a7d05ce9b
|
|
Change-Id: Ic96b64244f817196ccdfe06b97f7f31291adf372
|
|
Move Win32 stuff over to DdeInternal class where it can be better
encapsulated.
Change-Id: Ia3d4c72cf7ad1b7d54bef5d175c579cd426407e7
|
|
This reverts commit 1b613450f85d052b7343eacefd79abbfe4f35e2f.
|
|
Change-Id: I8e7c79a4d3a9d6c226f9d112c59ada5a7f76c7a4
|
|
Change-Id: Iaa9f697270fe47c30170925f4c66092c15efa4bf
|
|
... with windows.h by putting our enum into a namespace, and while we're
at it convert it to enum class etc.
Change-Id: I804cd82565e77e6ab9a9d3a529f1ea43379fe0be
|
|
The free-form string attached to a signature is called description
during ODF/OOXML signing. The certificate chooser dialog has an input
field to provide that. The PDF export dialog's signature tab reuses
this dialog, but also provides an an own reason input field for the same
purpose.
So in case the generic dialog's description field is filled, don't
simply throw away that string, but set the pdf export's reason field to
the same value.
XDocumentDigitalSignatures.idl is not a published interface and it is
used only internally, so the API change is only nominal.
Change-Id: I6d4cf0b3f586417a76a052dc30c960478a95c984
|
|
Change-Id: Ia6c9d4ab15a81c6afd051f24e50983bc2af6d019
|
|
Change-Id: Ib578f758e4f5f355a79a014c2ad4660924dd34a4
|
|
Currently LFS_CFLAGS are only used in a handful of libraries but there's
no obvious reason why it can't just be set everywhere.
Also set it in windows.mk, i have no idea if it's needed for MinGW
(certainly not for MSVC).
Change-Id: I5f62e3011c2089abbf5539fc54c7ff10e07b1599
|
|
Change-Id: I0e95a5ec30a9418b2635c0dd7cbe74a72055552f
|
|
Change-Id: Ieffc0e8a29870dcc63c28fc644742b3e6a6031a4
|
|
...instead of various integer types. Revealed that the GetConvId functions were
unused.
Change-Id: I6c6427bd8c14166e58bed3405084e3919bdc97f9
|
|
anywhere else, so explicitly list them here in an auxillary ilst
some are mentioned in sfx2/source/sidebar/Theme.cxx,
and some are mentioned in *IconURL properties in
officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
Change-Id: I0cf3919c20277d4c88783f06da53c5e889049a06
|
|
Change-Id: Id1a1dcc1d8d06e6a90861976cbb5616ec65ff234
|
|
...like SAL_DLLPRIVATE coming from UNO include files.
Change-Id: I9eb64c96b7e9e2a3742a166cedcf635d98fe65a0
|
|
Change-Id: Ic8c8c8ad4470e14d662f478f6b859cd908c9f78c
|
|
Change-Id: Ic0c8ff1cd2809527ec4a3c4012af342bcab1308b
|
|
Change-Id: I7fb92d55a48e1a79568a25002bf17155b8f387b4
|
|
Change-Id: I150a2f4011981be28a0a8fc09c29d3f152bd8b78
|
|
Change-Id: I64bd8564b335481a8cdfb053cc9563bea8ef47d3
|
|
Change-Id: I5cadb5e19790a941c719253966bc65d54e2b60bd
|
|
Change-Id: I0d44473c34131d7e843a40ade7261c0022104bfa
|
|
Change-Id: If03d9797fddd88662cf7d0ba2a70c2841983b37b
|
|
Change-Id: I99debf2434c72cf4f5d0859dfd7a40ae331c65ab
|
|
Change-Id: I2b06eb926ebc8ab04883da3272ea239a12e09436
|
|
Change-Id: I9a563100400375cd185729282b3e4f1ff3a44151
|
|
Change-Id: Iad001ce011cd6aff4af9bb2e9129abee7fb935dc
|
|
Change-Id: Ibb345883350019a6623dbeb9ab437482f2b2923a
|
|
apparently so they can be found at postprocess time and
inserted into the image zips for the use of the pngs by
other consumers
Change-Id: Ib45834da69462109fdf7502176a6f4721057d980
|
|
and give it descriptive name cause it confused me as to what it did
Change-Id: I37b761ab917a75c8364db9c3f7b4896c2dd217bc
|
|
no logic change intended
Change-Id: I0f2552ad604d83eea46822aba137cc780c3be60a
|
|
Change-Id: I59a3c04d0cbeb92cd0d9348c2ed0cf65cb5683d4
|
|
Change-Id: I2f7134c8308b68c0a01c83d7f1427d18ec7b164a
Reviewed-on: https://gerrit.libreoffice.org/29584
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
This reverts commit e9886d32923e5fa3995f44701f27148f59df5c0f.
|
|
Change-Id: I859d9ac8f7e4134bdac59b39e95eb563d1291e8b
|
|
after...
commit 8daf6707ef203b26a744140f74d7cd231a25f0dd
Author: Michael Stahl <mstahl@redhat.com>
Date: Thu Oct 6 23:37:51 2016 +0200
xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodt
Change-Id: I57f10e60a2f76dde048a594d8391bb5b246dfc63
|
|
Change-Id: I392855967480a70712551f73c9481a8d540d2068
|