summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-30276-3497/+3283
| | | | | | | Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
* UNO constants cannot be of CHAR typeStephan Bergmann2013-01-301-1/+0
| | | | Change-Id: I13f2f1d38b99a5eb1d10f40c524894e37a47f7e2
* Remove unused DeInitSalMainStephan Bergmann2013-01-308-25/+0
| | | | Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
* Get rid of STAR_RESOURCEPATHStephan Bergmann2013-01-308-68/+42
| | | | | | | | | ...the only remaining use was for CppunitTest to find the .res files in $(OUTDIR)/bin/. Get that solved by delivering the .res files also to $(OUTDIR)/unittest/install/program/resource/ (new gb_ResTarget_get_unittest_target). Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215
* Setting env vars in aqua's InitSalMain should long be unnecessaryStephan Bergmann2013-01-301-48/+0
| | | | | | | | ...see the comment at the start of InitSalMain in 95548c7b5ad2b388f077bf9bf2031ac5f6121d0e "Implemented InitSalMain() and DeInitSalMain() functions" for why this was relevant back in 2001. Change-Id: I2b2e5f261065d3b801ef20cca592009fa6b3f558
* sw: add textframe gradient DOCX roundtrip testcaseMiklos Vajna2013-01-302-1/+26
| | | | Change-Id: I77f63631b5b666e2735978d1bf48ef5733a9f28e
* initial DOCX export of Writer textframe gradientsMiklos Vajna2013-01-302-2/+41
| | | | Change-Id: I0b0a623c58ca398bb556fc9fcd2cdecb4e789d0a
* sw: handle RES_FILL_STYLE/GRADIENT in AttributeOutputBase::OutputItemMiklos Vajna2013-01-307-1/+59
| | | | | | | So that later in doc/docx/rtf export gradient background of textframes can be handled. Change-Id: I8f79cd0b63231c0551fc85c5cd1c06f5511326f1
* sw: update hintids comments to match realityMiklos Vajna2013-01-301-24/+24
| | | | Change-Id: I30ef3e080d97f9bbdd1a9bca1c2d4c99fdfdfd28
* Document com.sun.star.text.GradientTableMiklos Vajna2013-01-302-0/+34
| | | | | | Introduced in commit 81a46fc86a530f028a5bd2f5e52fe0372d50ee38. Change-Id: I2e54c214916ce1793e07a4a7d42a6cf7e39f3424
* sw: add textframe gradient ODF roundtrip testcaseMiklos Vajna2013-01-302-0/+25
| | | | Change-Id: I346de7efd4e91f93e3f07ece1c6fe71d1ca53b8e
* fdo#59928: sw: fix mouse selection of fields:Michael Stahl2013-01-301-16/+42
| | | | | | | | | | | | | | | SwEditWin::MouseButtonDown: the selection of fields was messed up by a call to rSh.SetCursor near the bottom of the method. This used to be fixed up by SwEditWin::MouseButtonUp previously, but that was broken with commit dcb080347ca127044313bbb3c11c37761cc2a7a2. To fix that move the field selection code to a place where it prevents the other code from running, in the hope that it is not necessary. Also it does not make any sense to select whole words when clicking on a field, just selecting the field seems much better. Change-Id: I8d604450789844b6a446cf3a35f62ed530d0328e
* Updated coreCaolán McNamara2013-01-301-0/+0
| | | | | Project: help c725b25af49aa5292a88eb0fd53eb322861567d1
* Consolidated branding in configureMathias Michel2013-01-302-301/+79
| | | | | | | | | | Removed individual options (intro* and startcenter* + images) in favor of a folder with graceful fallback. Grouped progress bar intro settings in a text file into the branding folder Change-Id: Ib56b80e43c474a944ac79c0a842d66487e9f91d5 Reviewed-on: https://gerrit.libreoffice.org/1704 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* the name field for SdrShadowColorItem seems to be redundant nowCaolán McNamara2013-01-309-19/+18
| | | | Change-Id: I6e90cdfc9577bfa0ee1dd1018a41aa7979dfaf04
* SdrShadowColorItem(long nIndex, ...) variant never usedCaolán McNamara2013-01-302-11/+10
| | | | Change-Id: Ibae83ceac3c2e1f678c35a12d68ef3779879314d
* make basic XubString freeCaolán McNamara2013-01-305-12/+11
| | | | Change-Id: Iea5c01fe902b052a55c86ca3b879bcca12c80690
* Need boost_headersTor Lillqvist2013-01-301-0/+1
| | | | Change-Id: Ic0d13034a37ba354000de18e6f97b9cc31857bcb
* Apparent copy/paste typoStephan Bergmann2013-01-301-1/+1
| | | | Change-Id: Ie4986f36f7f71df64b1c7c7b5e0190f4d5708c64
* WITH_LANG: add en-US if it is missingDavid Ostrovsky2013-01-301-0/+4
| | | | | | | Change-Id: Ie12913691fa3d01bc7ad2fc0c108821d0937d250 Reviewed-on: https://gerrit.libreoffice.org/1919 Tested-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
* fdo#60054 - sdremote - handle rotation without causing issues.Michael Meeks2013-01-301-9/+7
| | | | | | | | | It seems there was a misunderstanding of onCreate's savedInstanceState cf. http://developer.android.com/reference/android/app/Activity.html Apparently we go through a onStop / onCreate cycle when rotating, that triggered this. Change-Id: I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878
* Cosmetics and more informative SAL_INFO output from InitGIA()Tor Lillqvist2013-01-301-64/+40
| | | | Change-Id: I1d97ba1cc643fb1c940b94e84e348812efae115b
* Fix SAL_INFO output from SetColor()Tor Lillqvist2013-01-301-1/+1
| | | | Change-Id: I65e68de95ff30b74fe7052dc4a7429d49536b564
* Cosmetics: Consistent indentation and whitespaceTor Lillqvist2013-01-301-28/+34
| | | | Change-Id: I28a8b8ba01e7f1c16af745078f9075888e4b304b
* WaE: unused function 'GetGroup'Tor Lillqvist2013-01-301-15/+0
| | | | Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec
* Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida2013-01-3036-165/+111
| | | | | | Instead of having 3 of them. Change-Id: I2de9b63c33b7362162a56ea391f8b68a468163fa
* Slightly better way to skip pivot table ranges during spell check.Kohei Yoshida2013-01-294-16/+35
| | | | Change-Id: I43e45cbd11f532f35ca9f0063236850ebc2e518e
* if no cond format is valid use the existing protection, fdo#58826Markus Mohrhard2013-01-301-1/+3
| | | | Change-Id: Ib52a546a98f681b918de5e3bd285c36407fa8254
* make clear that this variable should not be used inside of ScDocumentMarkus Mohrhard2013-01-301-1/+1
| | | | | | | | | | | | Sadly it is not as easy as it should to remove this variable yet. There are some users inside the import filters that prevent me from moving the variable into the UI layer but we should not use it inside ScDocument. We should inspect in the future if this variable is actually a good idea at all or if it create problems with multiple views and we need to use the current table of the current view. Change-Id: Ic1a378bacfcba65a3df8e5782e64eb15ca057d7d
* correct indentationMarkus Mohrhard2013-01-301-9/+9
| | | | Change-Id: Iacfb0838d6d66e010d4ac0a2e73040fa51841673
* no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard2013-01-304-6/+5
| | | | Change-Id: I1ee09c7be958b0231f99df2ebadb0dc6a3a20246
* move these methods to ScDocShellMarkus Mohrhard2013-01-305-95/+91
| | | | Change-Id: I050e4d992c601c7af1a83b30137ab38fd05b8a74
* make some more methods constMarkus Mohrhard2013-01-302-24/+24
| | | | Change-Id: I7e7557a91d18255beaf96b64aeba0915a2c2786a
* remove these unused static data membersMarkus Mohrhard2013-01-302-8/+0
| | | | Change-Id: I8b3dc969fc371a47b89055e80ea762565e405f26
* ODFF: write RRI as RRI, not ZGZEike Rathke2013-01-302-2/+3
| | | | | | | | | | | | ODF OpenFormula defines the function RRI, the legacy OOo XML format stored that as ZGZ but that was not changed for the ODFF implementation. Correctly read/write RRI now but still accept ZGZ to be able to load existing documents. See also http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part2.html#RRI Change-Id: I617eaa37ff483e9a02a218e8432ba918f54bd61a
* resolved fdo#60043 write correct IM* function namesEike Rathke2013-01-301-0/+8
| | | | | | Prefixed with _xlfn. instead of programmatic Add-In name. Change-Id: I4f119f92096329432488503f36df670a4ce19b42
* loplugin: remove some unused strings, etc.Caolán McNamara2013-01-297-7/+2
| | | | Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb
* bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida2013-01-297-2/+313
| | | | Change-Id: Ic6766105bb221aa4ebc700cbf99b4f6f5b3abf8b
* Let's stick with FooCol, FooRow naming as opposed to FooX, FooY.Kohei Yoshida2013-01-291-104/+104
| | | | | | | The latter always confuses me, which likely would lead to bugs caused by brain shortcircuiting. Change-Id: Ide7545d8d28e89265cad0d4457ab29cecc1869d3
* Boolean cleanup in InsertCells and DeleteCells.Kohei Yoshida2013-01-292-35/+35
| | | | Change-Id: I11d8ba422b280a9a06dbc9bb13c2ccaae7435afb
* pyagenda: simplify Topics codeXisco Fauli2013-01-293-223/+30
| | | | Change-Id: Ie8417eafa70204accadff1c50d23c32fdda7bbb1
* move color scheme options .ui to right place and adapt codeCaolán McNamara2013-01-2910-1357/+2504
| | | | | | | a side effect of this painfully tricky rework is that we recover an apparently long lost initial "ON" column in tools->options->appearance Change-Id: I262feae14e9f8a21f46103e35256687e66a13c7c
* allow a custom border property for drawing areasCaolán McNamara2013-01-291-1/+4
| | | | Change-Id: I1e5777e5dcc04d0aa53d1ac4b9091f310ae59035
* Strip SRCDIR from the logging outputTor Lillqvist2013-01-292-2/+7
| | | | Change-Id: I6069102f6b9df72a63a840758158f672fdd6c621
* sw: unused includes in paintfrmMiklos Vajna2013-01-291-18/+0
| | | | Change-Id: Iee1e943db369532e88e1d5badcfb5106e9d6ef26
* SwXShape and SwHTML{Parser,ImageWatcher} are no longer friendsMiklos Vajna2013-01-291-4/+1
| | | | Change-Id: Ibffbb6cba4fc3905a5d87be8305c9809bf67229b
* fix build with older icu versionLuboš Luňák2013-01-291-0/+2
| | | | | | ... that's still allowed by the configure check Change-Id: I1abfdfc09522dcfbd487d87a6ff49a0b4803daad
* We don't need this hack anymore for unit test.Kohei Yoshida2013-01-294-11/+2
| | | | | | I've addressed the root cause the right way. Change-Id: I1b3b13d28e4acc9f9ec814c0ad242166aa34a65e
* Bool cleanup with ScEditableTester.Kohei Yoshida2013-01-292-32/+27
| | | | Change-Id: If4ae85bec451897f5c22397f4301200d1d3c77ac
* SwFrm::PaintBackground: paint gradients in one goMiklos Vajna2013-01-291-5/+11
| | | | | | | | Painting only the necessary regions works fine normal background color, but not for gradients, as the result is obviously different in case of gradients. Change-Id: I624410ed08604c13a810f784d6226d592295c5d3