summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-12Related: fdo#55570 presumably we can attempt the insert...Caolán McNamara
and rely that it won't replace the original on pre-existing key and use the usual .second == true flag rather than lookup and then insert on non-pre-existing key Change-Id: Idba65bfb2efaa5812b965a8811ff425f0b0939d8
2012-12-12officehelper.py: fix obvious Python 3 issuesMichael Stahl
Change-Id: I40691cd6b1a0a6777e6469bf242fb41dac423587
2012-12-12Fix VS2012 build at least for meTor Lillqvist
2012-12-12fdo#58029 - substantially accelerate re-rendering of complex formsMichael Meeks
Some writer VCL Windows appear to have thousands of children. Remove an N^2 in handling them, and let VCL do the job instead. i#103611 continues to stay fixed for simpler code. Change-Id: I63ddc0647f22c7e60feaaff6b795712c04693c05
2012-12-12fdo#57422 - presenter console RTL support needs completionFaisal M. Al-Otaibi
Fixing the number problem that on Title on standard view. *Remove duplicate code Change-Id: Ib310be580766a3197e5481c4185f0261fece0906 Reviewed-on: https://gerrit.libreoffice.org/1305 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-12-12fdo#57422 - presenter console RTL support needs completionFaisal M. Al-Otaibi
This patch will fix the RTL layout on Help view Change-Id: I1cba5691649a0494efb9db63b8292525ff0c3656 Reviewed-on: https://gerrit.libreoffice.org/1302 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-12-12oox: fix doxygen madness in coreMiklos Vajna
Change-Id: I9aa9eb12bc97281a1ff7d492ace446e70887908f
2012-12-12Simplify documentationStephan Bergmann
Change-Id: I5f382f2c0273bd1a175b97fb5fe755f13f1b8bba
2012-12-12Remove generated Makefile upon distcleanStephan Bergmann
Change-Id: I464d2541419baae499b3a16e7361c925b273381b
2012-12-12Clean up list of distclean filesStephan Bergmann
Change-Id: I7a4213b9d387b0c8d80b8dd3eb9631493e83af45
2012-12-12Remove xml2cmp leftoversStephan Bergmann
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-12Template manager: dialog has no parent to show 'X' buttonCédric Bosdonnat
Change-Id: I1d7806a125fb34000f588f0936b48dd7ce411356
2012-12-12Template Manager: better show the folder overlay.Cédric Bosdonnat
Still to be improved: - Add some shadow - White background colors is may be not ideal Change-Id: Id89320ebef8ee95ed24a844bbd98e3bd6bebc678
2012-12-12LibreLogo should be an optional moduleAndras Timar
On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
2012-12-12WaE: warn_unused_resultTor Lillqvist
Change-Id: I17c916a751a5bf5ab70bd59d247f865676c9e1e4
2012-12-11Skip poheaderZolnai Tamás
Po headers can be various and they don not contain any needed information for merge so skip it without any checking. Change-Id: I6d81b7c85bfdbfd961361d98131ed80ba304e9ba
2012-12-11mailmerge.py: fix obvious Python 3 issuesMichael Stahl
Change-Id: I796696fbfe1756d625dcabc56c8769bed3d5dbc1
2012-12-11warn if a .ui has buttons but none of them is set as the default buttonCaolán McNamara
can probably only do this for full dialogs rather than .ui snippets Change-Id: Ic8269e1c909fee3acec6ac06c36b9107cb6ff5db
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida
The current implementation of HYPERLINK relies on its result being 1x2 matrix while only the first element is displayed visibly. The second element stores the URL which is only used when querying for the URL (tooltip or launch URL event). Starting with 4.0 we load cached formula results to avoid full recalculation on load. That unfortuntely ended up breaking the HYPERLINK because the result was a simple string value rather than a matrix; hence the need to recalculate it on load. But unlike volatile formula cells, cells with HYPERLINK don't need to be recalculated on every cell input change; only once when the file is loaded. P.S. This commit also reverses the logic of bNoProgressBar flag for CalcFormulaTree(), to make it easier for human brain to process what it means. Change-Id: I7a24d96d225910b88071a8fe6320f59bf7a47163
2012-12-11tweak caption strings for frames to be start/endCaolán McNamara
rather than above/below seeing as the caption is entered into the frame (rather than outside the frame) at either the start or end of the frame contents Change-Id: I633ab6a03e9d47aab72cbade1cd812c8aa6c5a94
2012-12-11titlepage.src is unused nowCaolán McNamara
Change-Id: Ia2846861e103d719e6dd7cc80ddd200d4c69c1a2
2012-12-11Windows-only fixesStephan Bergmann
Change-Id: Ida4d7fc3f830cdc8a9c1ab9842d359763c6efae1
2012-12-11Revert "performance tuning of helpex"Stephan Bergmann
This reverts commit f1335171987272b66c2e1e0b02cddb28d44502ec. lcl_EscapeTextBlanks in l10ntools/source/po.cxx looks broken to me; for one, there are 't' vs. '\t' and 'r' vs 't' typos, but then it also does not allocate a large enough sBuff, so *out++ writes past the end -- keeps SEGVing for me here.
2012-12-11export BUILDDIR in config_host.mk to allow partial buildNorbert Thiebaud
Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39
2012-12-11fdo#57320: sw: HTML export: hidden text should not be visibleArne de Bruijn
Change-Id: I974675b43b56d064a693bcb2d356580243c19393
2012-12-11fdo#57254: XHTML export: hidden text should not be visibleArne de Bruijn
Change-Id: I7bcad8ba3dd84974a997849347965d7e43f1922a
2012-12-11i118798 - Fix Pyuno dead-lockAriel Constenla-Haile
Fixes fdo#57569, thanks to Miklós Prisznyák for the hint. git-svn-id: https://svn-master.apache.org/repos/asf/incubator/ooo/trunk@1232123 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11Blind Windows-only fixStephan Bergmann
Change-Id: I66c2c0262d3b1255ec90c1e4ac6c992c91b4a821
2012-12-11Support non 'Calc A1' reference syntax in HYPERLINK function.Kohei Yoshida
It uses the current formula syntax set in the Formula options page to interpret the URL in HYPERLINK function. Change-Id: Ic394d10b1e781fcd6a6949f62949c5cb137328bc
2012-12-11Fix SDK examplesStephan Bergmann
Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4
2012-12-11fix variable namingJack Leigh
Changed to pointers by fdb7fe63db5ba17036a71fe4f7f25f834bef8f95 but names not updated Change-Id: I45d04c209842a26fb731ad495e969c9477a6984d Reviewed-on: https://gerrit.libreoffice.org/1298 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-12-11convert Template Management dialog to .uiCaolán McNamara
Change-Id: Ifebd5ad91d1c8b456c458b01738261dfe34a6f83
2012-12-11pLeftBox and pRightBox unused, GetOther doesn't existCaolán McNamara
Change-Id: Ibc4034cf4eb2d610fdb6dcabb3d547bf2f9f1172
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák
2012-12-11performance tuning of helpexNorbert Thiebaud
callgrind (on text/swriter/guide translated in 'fr') before Ir = 889,687,925 after Ir = 406,372,177 (405,668,292 w/o the 'native' memory allocator) time confirms: before 0.288/0.272/0.016 after 0.146/0.131/0.015 the output before and after were diff-ed and every generated xhp files are identical. All improvements where done still using 'normal' sal and c++ API. There are still some low-hanging fruits, like XMLUtil:QuoteHTML (probably 20-30 millions Ir to shave there) The destruction of XMLElements is also singularly high (11% of the remaining Ir count) But the bulk of what is left is OString management (alloc/acquire/release/ free/copy), and I/O using streams Change-Id: Ia316c953cd4bd46fc33a58a0c10f26b0ffa042c2 Reviewed-on: https://gerrit.libreoffice.org/1262 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-12-11./g cannot reference builddirLuboš Luňák
Because either it's called from there, and then it's the current directory, or otherwise the srcdir has no idea where the builddir is (or even how many of them), and there's nothing to tell it. Change-Id: I88c5fe8f015cc63a5aa7c327eb82ed751c3e8aa0
2012-12-11Updated iconsAlexander Wilms
Change-Id: I2e93877283b0ea2a3b7162978a515d52396dfa72
2012-12-11use effect referencesRadek Doulik
Change-Id: Ie0d295cd7db695f777071edcd9b792056ac783ef
2012-12-11Introduce SAL_DELETEStephan Bergmann
Change-Id: I7ac7392646ea34fb2e6a9f15990aca05a2c1e484
2012-12-11adjust clang plugins for srcdir != builddirLuboš Luňák
Change-Id: Ie4c934b52c4b010703e91f84b83e1fe590b5d187
2012-12-11BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák
Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
2012-12-11Prepare for read-only source buildNorbert Thiebaud
This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-11simply use string literalsLuboš Luňák
Change-Id: Id82c9dc43d3af21d434ed5f9b7ef3bdae9c4289b
2012-12-11support 'active' property in ListBoxCaolán McNamara
Change-Id: Ib1219e8e7031febd4f9cc599cb19426f974eac9c
2012-12-11sal_Bool to boolTakeshi Abe
Change-Id: Idf6003acc7ee07997150f77c886947dc1476218f
2012-12-11Drop unused functionTakeshi Abe
Change-Id: I4d33262fbff0c802379eea2c048048c85f4c373c
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev
Change-Id: I30754e4d0cb0c490e6c125ba034e2e0eac3751e7 Reviewed-on: https://gerrit.libreoffice.org/1297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-12-11add popup menu support to .ui loaderCaolán McNamara
and hack up a mechanism to support menubuttons and map the popups to the menubuttons Change-Id: I6f3bd0e83b2c55f71aa85924fdc32d3a73ce0197
2012-12-11use a ListBox instead of a MenuButton in the thesaurus dialogCaolán McNamara
Change-Id: I0cbe7b4c6d329f2780cb3cac9bce6d722b7de469
2012-12-11OUString::replaceAll unused resultsIvan Timofeev
Change-Id: I8d8dd139e57fb00decda8705157480439009cde8