summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-29add unit test for basic sorting with cell noteMarkus Mohrhard
Change-Id: I997f96e0a9f6aa4c2ed7f2d3811a84fdfda05683
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard
Change-Id: I8e523fbb53b9c40075b62ee32d79eee0b408168e
2012-08-29MinGW: Use the right objdump.Jan Holesovsky
Change-Id: Id891e048d1914d8e274f3f540c4038a299e57ae8
2012-08-29Fix libxmlsec build on MacOSX, no idea if it works at run-timeTor Lillqvist
Change-Id: I1c8c978d62072cdb08bd64e6f38fe11983091375
2012-08-29don't cover cell with hint window fix for fdo#47595Noel Power
Change-Id: Iedbe5238deb7ed011423ef211e7fb1e498d27387
2012-08-29Mingw build is cross-compiling, not using cygwinStephan Bergmann
Change-Id: Icc0b617bd639666e44effbb4554bb4f7f0e778e8
2012-08-29--with-system-nss for MinGW.Jan Holesovsky
Change-Id: Id94b5d0aa4d4b6236831f3720cb24efca70be649
2012-08-29allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara
osl_getModuleHandle under unix can have a NULL pModuleName and the underlying GetModuleHandle on windows allows a NULL modulename as well Change-Id: Iaf154e635e9c96cbc62d525a7552339ce132f3dc
2012-08-29Unused declarationsStephan Bergmann
Change-Id: Iec879819cb328bade35de8a946f38a419fa8737a
2012-08-29fix typoCaolán McNamara
Change-Id: Id278f406673b79347c72203d89c1c7b22105c727
2012-08-29Return to StartPresentationActivity when slideshow finishes.Andrzej J.R. Hunt
Change-Id: Id91226046ecb89c2cd14d03eb4a99d0ad4b7b027
2012-08-29ecj knows about -source -targetCaolán McNamara
Change-Id: Ieb26135bb5eeee5cd472becf704e75bcbeeb8518
2012-08-29String::Expand -> string::padToLengthCaolán McNamara
Change-Id: I684e371c31ba76d2e9b563eed70449764346161b
2012-08-29Related: #i113785# add regression test for ligaturesCaolán McNamara
Change-Id: I46fca6dc8e77571afda5ceb230dc6c93f730703d
2012-08-29WaE: this decimal constant is unsigned only in ISO C90Tor Lillqvist
Change-Id: Ica3bf96289d142be2ef19d3a0bb3a4006ef5317d
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
2012-08-29.gitignore config.Build.logStephan Bergmann
Change-Id: I48bdd2045a9b85153a9d39ee667c9083ab6a5a61
2012-08-29additional -lsoftokn3 lib materalizedCaolán McNamara
Change-Id: Ie5e8dab3fc938436339dcddeb3d52a5c5cba41af
2012-08-29Resolves: fdo#38983 allow extra word boundary charactersCaolán McNamara
i.e. word overrides emdash and endash to be word boundary characters for the purposes of counting words. And there are some who want to treat =,- etc similarly. Default to a configuration that gives the same results as Word for word counting. Change-Id: Ia8ce6ac12011a1d6e547f11644c76163c4c993c5
2012-08-29Fix MinGW build - libxmlsec builds now.Jan Holesovsky
This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
2012-08-29n#777345 testcaseMiklos Vajna
Change-Id: I4dce0dfaf6f1c94024dd60df51d70a259689d6d9
2012-08-29add SimpleShape::createPictureObject to avoid code duplicationMiklos Vajna
Change-Id: Id4bb0550ab2ce9bbb7edf568a086be18c1576b33
2012-08-29n#777345 import imagedata of v:rect elements inside OLE objectsMiklos Vajna
Change-Id: I300bb5d3008b839f6ec63a4435f5ce8c1dd0a2c1
2012-08-29Java cleanup - remove unnecessary null checksNoel Grandin
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
2012-08-29fix typoDavid Tardon
Change-Id: Iba7b0c0cf200306d3fc53488021d1e92d8af0e75
2012-08-28Saving of authorised remotes.Andrzej J.R. Hunt
Change-Id: I4cf6542352ac4213e66e2bbd6cc54d4f9372de62
2012-08-28Stray "2"Stephan Bergmann
Change-Id: I6647f46e7fbe13a9359ea8211c73996290d90b48
2012-08-28Fix typo ImpLoadLibaryTakeshi Abe
Change-Id: I773678437aae6577f22078e97bcac1377c4307d8 Reviewed-on: https://gerrit.libreoffice.org/495 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-28hopefully a working version for databar ext guid creationMarkus Mohrhard
Change-Id: Ide7261955168dc13b47b29705e22eb2c3154d24e
2012-08-28prevent double delete of broadcaster, fdo#54074, fdo#53364Markus Mohrhard
Change-Id: I7d94525daaeb7c8268fb10594c8a21ebcd52311c
2012-08-28fix indentationMarkus Mohrhard
Change-Id: I666f130fe75bd0e0fcba54fee68b97ae153db2ef
2012-08-28fdo#36149: Do not display error dialogs while showing a menuStephan Bergmann
...it apparently leads to crashes, but is probably not good from a usability perspective anyway (as the menu closes again when the dialog appears/is operated on by the user). For now, just disable the Java specific interaction handler here; might make sense to address this more generally though (there's framework::QuietInteraction btw). Change-Id: I6ae303c0084549b5339d219e158cdb89e5a6b331
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin
Change-Id: I13be16beac258c551e58654b4fc37877d7bb9695
2012-08-28Simplify/remove some methods named "dropTable"Stephan Bergmann
Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1
2012-08-28Java cleanup - remove unused parameters and fieldsNoel Grandin
Change-Id: I4e9a27ce0b5f6d782034306afadb1b9d0ed9a2ba
2012-08-28Make it clearer that previous change was soundStephan Bergmann
Change-Id: I0f2440b39e7b99b207755779a82bbeec164de278
2012-08-28Java cleanup - remove unnecessary null checksNoel Grandin
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
2012-08-28Java cleanup - remove unused local fields and variables and parametersNoel Grandin
Change-Id: I5114bf2e390f3f5052819710329a789fc78c60f2
2012-08-28Make use of autoboxingStephan Bergmann
Change-Id: I5eb463abbacc8804712a10bdccfe5535ba82c07b
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin
Change-Id: I384cb006beee280922564c9277025843a1bda74a
2012-08-28Java cleanup - remove unused importsNoel Grandin
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
2012-08-28Remove newly unused instance provisioningStephan Bergmann
Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46
2012-08-28Java cleanup - Static methods and fields should be accessed in a static way.Noel Grandin
Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69
2012-08-28don't crash for invalid repaint ranges in cond formats, fdo#53839Markus Mohrhard
Change-Id: I83cbb2574849c69fba3ca315d7507358654ff2b9
2012-08-28remove some more null pointer checks before deleteMarkus Mohrhard
Change-Id: I5997f0440a8a4875e800e830df211e8108752b37
2012-08-28remove redundant functionMarkus Mohrhard
Change-Id: If082663aea3e5ed4d242997a1fdd3fd2769daf8d
2012-08-28remove useless null pointer checks before deleteMarkus Mohrhard
Change-Id: I33ba84aebcb8d8abec4af13f9c0bb12a3364d8de
2012-08-28Change Calc templates fontsOlivier Hallot
Replace non free fonts from Calc templates with open, LibreOffice-packaged fonts. Albany - Liberation Sans Thorndale - Liberation Serif Cumberland - liberation Mono Imprint MT Shadow - Linux Libertine G Sheffield - Liberation Sans Change-Id: I52946adf884f360e8a2359db65a58fd4d4269293 Reviewed-on: https://gerrit.libreoffice.org/499 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>