summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist
The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
2012-12-18fdo#58370 - 'Send Feedback...' URL invalid in other languages then EnglishRob Snelders
Change-Id: Idfd689c86700fe3b6ec2af477973a2cb484fc29d Reviewed-on: https://gerrit.libreoffice.org/1408 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-12-18pywizards: Delete all empty TextFields after finishingXisco Fauli
Change-Id: Ic1c0c6e6f6174d4337abf06f32d9fd8072c2511d
2012-12-18Check the validity of row ranges after after the data area shrinkage.Kohei Yoshida
Or else it might crash again in the pivot layout dialog. Change-Id: I2254e5901f4736fffc6940346a866fc1f22b7c7f
2012-12-18resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke
Bug crept in with String to OUString change of 1599fc9e54a7c4855bee1c30d92dd1f5be05f530 Change-Id: I25a6b40de10785bc861fa2b353edada0e4a623c9
2012-12-18pywizards: Fix finish in Windows one and for allXisco Fauli
Change-Id: I450e2f32a3579778163655b65cd112f952f0456f
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks
2012-12-18sw: update README of qa/extrasMiklos Vajna
Change-Id: I7fc9fb44cbcabfc6d9e766777a3425794beb2bb2
2012-12-18restore accelerators for format cell numbers tabCaolán McNamara
Change-Id: Id0c55d52c233ef276a38edc6e0b96d3c000e2046
2012-12-18docx export: graphics relativeFrom attributes now matches import codePierre-Eric Pelloux-Prayer
Change-Id: I9f543c08f5e19c11c7e1b8020b8c5f62ae040f6e Reviewed-on: https://gerrit.libreoffice.org/1342 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-18/p:VisualStudioVersion=11.0 here, tooTor Lillqvist
Change-Id: I7843d3e9565b6577d7c84e547f5b913672cfe1d8
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis
Change-Id: I0fcd70cff092c7d90b57b9af9dcec99f23750f1c Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-18Related: fdo#50284 apple's modern symbol font is unicode encodedCaolán McNamara
So codepoints that are from the legacy range need to be converted to their unicode equivalents even in the presence of an installed "symbol" font on MacOSX. This should work out ok if input codepoints that exist in the apple symbol unicode are used, they should be left untouched by this conversion. Change-Id: Ia9996e2d9bf632c86c8d26832d77c7c662cf1076
2012-12-18Do not define CPPCONN_LIB if using system versionTomas Chvatal
This is used for dlopen internal library only anyway and breaks when building in strict-multilib environment. Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks
Change-Id: Iff0537a69b2c6ae929da6a05f26c0d55415d6d8a
2012-12-18fix conditionals detectionLuboš Luňák
Change-Id: I50b335375b8b2ac67c50f887a4eb58456b9cea33
2012-12-18indentLuboš Luňák
Change-Id: I4c41f5f8b0498deacbe296804047befa5f19fa3d
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann
Change-Id: Iaec5e0fd53d340f028e271f28e99a73dedc636f7
2012-12-18Adapt ure/source/uretest/ to passive component registrationStephan Bergmann
(regview only works for old binary .rdb files, so test-regview needs to use types.rdb now) Change-Id: Icd68122c08ae723010c42a8515e09c2d81f0cdda
2012-12-18Properly absolutize all registry arguments of uno executableStephan Bergmann
What was found to not work is something like "-ro services.rdb" referencing an XML-format services.rdb that itself contains relative uri attributes. The uno executable would not make an absolute file URL from "services.rdb" due to no leading ".", so trying to absolutize any relative uri attributes against the relative .rdb URL lead to MalformedUriExceptions. Change-Id: Ib41fc8e42b9848f5e77f44c86e1857a3d287d634
2012-12-18Improve error reportingStephan Bergmann
Change-Id: I430344cfe70134fb18bd884056261b11924c71d0
2012-12-18-fvisibility=hidden requires HAVE_GCC_VISIBILITY_FEATUREStephan Bergmann
...had been forgotten in f98379816411f932ccdafede5f9b25c260c17361 "Make ure/source/uretest work again" Change-Id: I9175118126124eba4ea750914d588f6c1ccb2604
2012-12-18fix assertionDavid Tardon
Change-Id: I67bf571062c5246402979170e0395ede320dac82
2012-12-18fdo#49277 use correct default tab sizeDavid Tardon
Change-Id: If8e1936b897bfe0f3ae0d791c573267df3381954
2012-12-18/p:VisualStudioVersion=11.0 here, tooTor Lillqvist
Change-Id: Ifa463327e9f33696012b3add0640b12f6d585178
2012-12-18avoid infinite loop when parsing malformed ooxml math (fdo#57886)Luboš Luňák
Change-Id: I2f66bc335795a9e84f532fb28d3585aed783ebd6
2012-12-18finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power
Change-Id: I15cf378b51b1ecfbd05c7013e5a5b69fb87fdafb
2012-12-18update PCH headers using the current pch scriptLuboš Luňák
Removing PCH for sal, as that one is too complicated to be updated automatically right now (#include <premac.h> needs to be handled, Change-Id: I3ffe9526942f58d0f66430af109b13f7ec1d6c90
2012-12-18update update_pch.shLuboš Luňák
Change-Id: I8353ab9808e5a496ec1b484ef7c80949534ab640
2012-12-18split out security info page and convert to .uiCaolán McNamara
Change-Id: Ifb962186a80941beb57b75815fbb9d425ef44ee0
2012-12-18added RID_PRICING_DEFFUNCTION_NAMES string resourcestino
Change-Id: I2a4e596724abb82dccbe4a8e9110bbb9b9479ff7
2012-12-18DiscoveryService: include errno.hMichael Stahl
Change-Id: I8bf8ce8324e6ebe89dca1c58f02d973b8998ff2a
2012-12-18The Impress remote control makes sense only on desktop OSesTor Lillqvist
Change-Id: I48166fd5ee3dec8c140ef1905023db72c2aa2bd4
2012-12-18split out statistics info page and convert to .uiCaolán McNamara
Change-Id: I0c940128e535cfadbd7ac917601dd9da0d0a347a
2012-12-18fdo#58376 testcaseMiklos Vajna
2012-12-18DiscoveryService: -Werror=unused-but-set-variableMichael Stahl
Change-Id: If0175642ebcbe1f4f6cc7640d87385c96e097180
2012-12-18Let JavaVirtualMachine::getJavaVm start the VM it already foundStephan Bergmann
Since b69951996967a1c79e3a55dd13dd5609b19db6a1 "Drop support for /etc/opt/ure and ~/.ure from LibreOffice 4" there is no place any more where a plain URE will store information about a selected JVM, so JavaVirtualMachine::getJavaVM will go into an endless loop of jfw_startVM -> JFW_E_NO_SELECT -> jfw_findAndSelectJRE -> jfw_startVM -> ... The solution is to pass the JavaInfo determined by jfw_findAndSelectJRE into the second invocation of jfw_startVM (for which the parameter list of the latter needed to be changed), instead of relying on jfw_findAndSelectJRE and jfw_startVM implicitly communicating that information via user configuration files. Change-Id: I5799f04c457e8a849c67ed827dc5e134c6563362
2012-12-18SDK's include/stl is long goneStephan Bergmann
...since 1628005298923ad15cc78dbad63669b701f5fd04 "Trying to remove the stlport mention from the code" Change-Id: I8785274bc2fdc9d97200aea245e1e8182249cde6
2012-12-18Duplicate definitionStephan Bergmann
Change-Id: Ifd8d8ee0c101f77a0c8832a8e4379eabd6334e85
2012-12-18Remove unused ScTabPopShellMarcos Paulo de Souza
As Thomas Arnhold pointed, it seems that ScTabPopShell is useless. I did a full compile without ScTabPopShell and run sometimes cal, writer and all still works. Change-Id: Ia05d4fb53999b816101b5757153942df0c606022 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1392 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-12-18bah, missing fileCaolán McNamara
Change-Id: I09626f2d7b5b786e35e02964554d7f5c0239d952
2012-12-18SwFrm::CheckPageDescs: if bOdd is false, we want left formatMiklos Vajna
2012-12-18fdo#58376 SwFrm::CheckPageDescs: fix crash on fallbackMiklos Vajna
The problem was that fallback worked like this: if we have no page style, then right falls back to left, and left falls back to right. This is no longer enough when 'first' is missing: for odd 'first' pages, first we should fall back to right.
2012-12-18remove manual entry of 50 to 600 now that we support items in .uiCaolán McNamara
Change-Id: I68e5547916af4986dfab31aac9e25cc8fad8d0e0
2012-12-18split out description info page and convert to .uiCaolán McNamara
Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86
2012-12-18set numbers in svx/uiconfig/ui/compressgraphicdialog.ui to translatable="no"Rene Engelhard
as otherwise we get uiex's output is invalid: svx uiconfig\ui Change-Id: I39b776cdb3561be0bffb8e9ebe3bf9f2660162f6
2012-12-18Store some (sadly ignored) return values in variables to make debugging ↵Tor Lillqvist
easier...
2012-12-18Fix the regression in fdo#47499: wrong fill colourFridrich Štrba
Change-Id: I986a5f4c944f9fe9e985c408a72f766d9b1eed12
2012-12-18SwMSConvertControls::InsertControl: typoMiklos Vajna
2012-12-18sw: kill C2U in filterMiklos Vajna