Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-30 | -Werror,-Wmismatched-tags | Stephan Bergmann | |
Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27 | |||
2014-03-30 | Typo | Stephan Bergmann | |
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3 | |||
2014-03-30 | loplugin:saloverride | Stephan Bergmann | |
Change-Id: I028d6da250bad64cca2d85c8bbf4a3b5a1300f1b | |||
2014-03-30 | Resolves: fdo#76802 error msg in Web Page Wizard dialog | Julien Nabet | |
Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea | |||
2014-03-30 | close the opened document correctly | David Tardon | |
Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e | |||
2014-03-30 | sync cxx file names with class names | David Tardon | |
Change-Id: I97a6751520b90089caddd276a3a881908c47c67d | |||
2014-03-30 | reduce the amount of copypasta | David Tardon | |
Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598 | |||
2014-03-30 | move the writerperfect import tests to slowcheck | David Tardon | |
First, they really are slow (which is most likely a bug in the tests themselves); second, there is no need to run them for every small change. Change-Id: I6ffafb82e105ae1fe22846b23ac5b55a3c5fd755 | |||
2014-03-30 | add a smoketest for wpftdraw import library | David Tardon | |
Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8 | |||
2014-03-30 | add a smoketest for wpftwriter import library | David Tardon | |
Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408 | |||
2014-03-30 | avoid out-of-bounds access | David Tardon | |
Change-Id: I85bdec3291ca8292b0797b694be605663de31755 | |||
2014-03-30 | remove one more merge marker | Markus Mohrhard | |
2014-03-30 | set first position and then size, fdo#75075 | Markus Mohrhard | |
Change-Id: Ica8a82619f492bd30929ce88198f621f7a1f88a2 | |||
2014-03-30 | add test for fdo#74619 | Markus Mohrhard | |
Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77 | |||
2014-03-30 | enable smoothed property export for line charts, fdo#74619 | Markus Mohrhard | |
Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1 | |||
2014-03-30 | adapt smooth import to OOXML and not to MSO 2007 | Markus Mohrhard | |
Change-Id: Id1dc62a89e2858f81dc9b6eb8a5f3d9996ba85ec | |||
2014-03-30 | export smooth property correctly to OOXML, fdo#74619 | Markus Mohrhard | |
MSO 2007 and later have different behavior for the default value. Be explicit and always export the element. Change-Id: Ic8cad67db8c882d3642a6662bf710be2088335b7 | |||
2014-03-30 | vcl-osx fix: 'NSEvent' may not respond to '-magnification' | Douglas Mencken | |
(error: invalid operands of types 'float' and 'objc_object*' to binary 'operator+') Change-Id: Iade7acde31fad21d7dde1a8c20c8900d9cbbd446 Reviewed-on: https://gerrit.libreoffice.org/8792 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> | |||
2014-03-30 | coverity#735942 Unchecked dynamic_cast | Miklos Vajna | |
Change-Id: Id508e771b0f117437671f40060c68122a408e386 | |||
2014-03-30 | coverity#735940 Unchecked dynamic_cast | Miklos Vajna | |
Change-Id: Ic5acb9afd69dda3fc630a438324ef692950ff2de | |||
2014-03-30 | OUString: avoid temporaries and constify | Matteo Casalin | |
Change-Id: Id6729de5105bb6cd4119a2ac8cf1fead6f8bb4ff | |||
2014-03-30 | sal_uInt16 to sal_uLong | Matteo Casalin | |
Change-Id: I0b854237f52320d8ec98d9278a5552a375aad463 | |||
2014-03-30 | OUString: constify and avoid some temporaries | Matteo Casalin | |
Change-Id: Ic5a86644dc0215da5c48c795abb51ee664298d57 | |||
2014-03-30 | Constify, reduce scope, use proper types and avoid some casts | Matteo Casalin | |
Change-Id: Ia329afd86f4435122d487bd1146c1b9b52e11144 | |||
2014-03-30 | OUString: constify, avoid concatenated appends, use != or == | Matteo Casalin | |
Change-Id: I7e3d2b1afe2c16e9d110b3d83d854de113bc5849 | |||
2014-03-30 | Remove unneeded variables | Matteo Casalin | |
Change-Id: I58efa026e1a14ca1f0cf9c9cc3bc5aa3eeb350a2 | |||
2014-03-30 | Constify some OUStrings and avoid some appends | Matteo Casalin | |
Change-Id: Id90d02bab3c3a3b3e2e59097fdf741e2de2b331c | |||
2014-03-30 | Use more consistent integer types, constify and reduce scope | Matteo Casalin | |
Change-Id: I6ea41796bd42ba47e0070aa172323c7c866c0e16 | |||
2014-03-30 | OUStringBuffer to OUString and optimize related code | Matteo Casalin | |
Change-Id: I491fd1d1a8430457e681af2df723ef140cedc579 | |||
2014-03-30 | Remove temporary OUStrings | Matteo Casalin | |
Change-Id: I59df3c125084c7c5f12d91a0c2e0eb7f6da882c8 | |||
2014-03-30 | Use more consistent integer types + constify | Matteo Casalin | |
Change-Id: If760f0fefa499b2bf03a2aa22f634dbdfff90504 | |||
2014-03-30 | Some more conversion to consinstent integer types | Matteo Casalin | |
Change-Id: Idca4a41c8c23e7761d8b10a7269f1e50fa74e379 | |||
2014-03-30 | Avoid some OUString concatenations | Matteo Casalin | |
Change-Id: I73c5af00bee383de6e0c39932e91495632eb9dfb | |||
2014-03-30 | OUString: use isEmpty instead of getLength()==0 | Matteo Casalin | |
Change-Id: Iaabfc2fb1f3fdf40681959232dbd7b02b333b877 | |||
2014-03-30 | Use more consistent integer types + constify | Matteo Casalin | |
Change-Id: I1c35af35661d26b1331bce6193c233aa3c1171a0 | |||
2014-03-30 | Do not use accessors for private variables | Matteo Casalin | |
Change-Id: Ia3fc7078a0e0ba2f84b7e0fd94011d6851ccff73 | |||
2014-03-30 | This file level variable can be static | Matteo Casalin | |
Change-Id: I77d59760e80978d22d8f3cfeaed1c133003de2af | |||
2014-03-30 | Constify some variables | Matteo Casalin | |
Change-Id: I5ca2d66409222e9e9444f6b3d83c583f74494165 | |||
2014-03-30 | sal_uInt16 to sal_Int32 | Matteo Casalin | |
Change-Id: I278f325925717bcb8bc45afacd6dbf442f0eefbe | |||
2014-03-30 | OUString: remove temporaries and repeated expressions | Matteo Casalin | |
Change-Id: I1d86be40c4bde4e8fb51c430c6416165655c055c | |||
2014-03-30 | Do not evaluate the same expression 10 times | Matteo Casalin | |
Change-Id: I3feb440e0013ba75b738e4110315c7034ef29639 | |||
2014-03-30 | Check early bail-out before performing unrelated operations | Matteo Casalin | |
Change-Id: I335a90070221153810e94938cfcfbfe10688071b | |||
2014-03-30 | Removed OSL_ENSURE since condition cannot happen | Matteo Casalin | |
Change-Id: Ifa71ac9a56ea7ffb5491bdfabc4ec5473e85a02d | |||
2014-03-30 | sal_uInt16: to sal_Int32/long, constify, reworked some casts | Matteo Casalin | |
Change-Id: I81e13e42619d73346c63689bf4392f924348b4ae | |||
2014-03-30 | Remove consecutive appends + minor optimizations | Matteo Casalin | |
Change-Id: I001d958763c5d9104ff9dd24a4d81828e00034c0 | |||
2014-03-30 | Constify and reduce scope | Matteo Casalin | |
Change-Id: I42074930dd59875bea4f1b3c0d73400020ea7485 | |||
2014-03-30 | Remove unneeded (and probably wrong) cast to sal_Bool | Matteo Casalin | |
Change-Id: I8fa169749922d1ea015c9009f5a54099bdf40f93 | |||
2014-03-30 | OUString: constify and remove unneeded casts | Matteo Casalin | |
Change-Id: I89825bbb4b0255c5525bc4680194ab0ce37f7f7b | |||
2014-03-30 | sal_uInt16 to size_t/sal_Int32 | Matteo Casalin | |
Change-Id: I49a479d1fca258d5d3e713454d84a2fcb6fd74c1 | |||
2014-03-30 | sal_uInt16/short to sal_Int16 + minor optimizations | Matteo Casalin | |
Change-Id: Ia75c12ecdcd33d2013e8c138dfcbb07b8be6a551 |