summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-09fix building debs with epm (find libgetuid.so in instdir)Christian Lohmaier
70c35265f517ef372cb739d4cc64499abf57a838 and f89cce877cc0480e00ee226780dec887f9d0063a moved most stuff to instdir, but forgot about epm and deb-builds. libgetuid.so that is needed to build the debs is in instdir/ure/lib, but that wasn't added to the list of include paths. Change-Id: Iaf3f8cb2f6329dd66fe9f3862fd71f2037813d97 Reviewed-on: https://gerrit.libreoffice.org/6142 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-09update unusedcode listCaolán McNamara
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
Change-Id: I55c85c1c44452c7fb6ac40591aea7177d054affe
2013-10-09stray ' in stringCaolán McNamara
regression since 55a15541a17e5c9b49039b0db31473ab81c2456b Change-Id: I9c5853061eef5befba7644ea0ca05b7751addc6c
2013-10-09extend callanalyse to instdirCaolán McNamara
Change-Id: Iee5c5ae3751d57c39e3dd1bcd1073a0e722bf575
2013-10-09Make CalcFocusRect look rightStephan Bergmann
...at least for its (only, it appears) uses at the left of the "Insert - Hyperlink" dialog and at the left of a Database window. As aBmpRect and aTextRect never extend aBoundRect (and aTextRect always leaving a gap left and right towards aBoundRect, it appears, with the text abbreviated with an ellipsis if it would be too wide), there should be no need to eventually adjust "the focus rectangle [to] not touch the text," and for calculating the top of the focus rect aBoundRect can be used just as well as aBmpRect. (Though for calculating the bottom, aBoundRect apparently stretches "too far" compareed to aTextRect; whatever... The offsets look somewhat "magic" anyway, but appear to produce the desired visual results.) Change-Id: Ic324561294fb6172c0d02a697fc261717e01c87c Reviewed-on: https://gerrit.libreoffice.org/6165 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-10-09Fix fdo#70143 by reporting swaping of positionsArnaud Versini
(regression from 6b08fe833186a04f9aef698a540d3a7493ac4519, which changed SwUndoReplace::Impl::SetEnd to use the wrongly set end position in rPam) Change-Id: I14c6f58bc5c1418c69eb565d42f1829856eed58c
2013-10-09Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't failTor Lillqvist
In some (all?) Python unit tests (or subsequentchecks?) osl_getCommandArgCount() gets called even if osl_setCommandArgs() hasn't been called, sigh. Change-Id: I53ba20806da3168182fd2011397fd29e549869dc
2013-10-09Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann
Change-Id: I01e2067b4e410809be1278ab709a374d9a0ce314
2013-10-09Use assertions to ensure proper use of the osl command line arg APITor Lillqvist
Stephan says: I don't buy that argument of making things less fragile; IMO it's that "defensive programming" approach gone wrong, where you add complexity to mitigate a problem's effects in one place, instead of fixing the problem itself in the real place. [...] The better robustification is probably to turn the OSL_TRACE in osl_getCommandArgCount (sal/osl/unx/process_impl.cxx) into something stronger like SAL_WARN, assert, or std::abort Change-Id: I3ba6684b4921eb67c2f4534e29e33056e8a891b3
2013-10-09Revert "Don't ignore -env: command line parameters in some cases"Tor Lillqvist
This was the wrong way to fix the problem. The root cause was a static initialiser in the OpenCL code, and that code should not even have been built for iOS. This reverts commit 261f1439e5516f6d60317a675d261af330a9a74c.
2013-10-09Update comment to match realityTor Lillqvist
Change-Id: I859ebb6e97a935d6e47a5269253165114fd90a1b
2013-10-09OpenCL is not available for iOS or AndroidTor Lillqvist
Change-Id: Iac0cd17dfa0544ec686120d50a6cfdb70336e042
2013-10-09Fix for C++03, and const-improveStephan Bergmann
Change-Id: I9d7c9bf832863c4b4776c7881ab7e44ab5df9607
2013-10-09DOCX filter: test CT_LatentStyles and CT_LsdExceptionMiklos Vajna
Change-Id: I343b1d83db8e7538fcb5276a8701b51fe64a2a67
2013-10-09fdo»67074 push the localized macinstall.ulf to solverAndras Timar
Change-Id: I0c7ed3d5bbad93adeba6175f0a9789fcb8ec3d3f
2013-10-09DOCX export of CT_LatentStyles and CT_LsdExceptionMiklos Vajna
Change-Id: I32a594464c71215ee7557823aadaa72b8b72b4e2
2013-10-09-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Id9bd1fd6212eaa99c2e9efff6ea5d1d8c141f627
2013-10-09Remove unused fileTor Lillqvist
Change-Id: I249c3a157c7d6924f89e88853f6f63860ed2ff18
2013-10-09fix path of l10ntools in localize (solver has gone)Andras Timar
Change-Id: I759b22ca0f5bf7e3405572088d79263dd978f43c
2013-10-09Updated coreAndras Timar
Project: help 0168bad31cf97541695bffec867e078d76abf352
2013-10-09silent deprecated: atk_focus_tracker_notifyJulien Nabet
Change-Id: Ibff239592b517f8ba2ccd0649184e36f95cf1c2d
2013-10-08Resolves: #i119056# Added direct refreshes for objects dependent...Armin Le Grand
on HeaderFooterSettings (cherry picked from commit b94437b6dfe60904f9c89608c15ed55dc3ce277d) Change-Id: I4e21876f83fc160883c0ffdee5941ee7488e35c8
2013-10-08CID#982700 silence coverityCaolán McNamara
Change-Id: I01fddeeca503ebc045c2f0e53c5917e6218e9d6e
2013-10-08CID#1038507 calm coverity nerves about a double freeCaolán McNamara
Change-Id: Idc1c8e93ecdf7b2992bf08d54f2f63d337bea7eb
2013-10-08Updated coreLaurent Balland-Poirier
Project: help ba93fcc5c4e7236ff5ea4137e0d9ed86a2337ac4 Correct typo in function DDE in Calc Server "Soffice" must be only lowercase as used in examples Change-Id: Ia1cb2908f6e1b3ba7c567345a0f258bc8fccd23d Reviewed-on: https://gerrit.libreoffice.org/6157 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-08breakKohei Yoshida
Change-Id: I7638de1d9993cf6f98e7f46cc934ec891c1d4553
2013-10-08Depend on more librariesTor Lillqvist
Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik
Change-Id: Ic6b94e8f01c0151741626f8b50d69597cc401852 Reviewed-on: https://gerrit.libreoffice.org/6155 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
They shall never be used. Change-Id: I019c88b1511a67175d782777cd41e0ec0434f497
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida
Change-Id: I1cbe6b32d8a9b86a575e9806802f7a2a45eee873
2013-10-08Add VLOOKUP to the list of functions we support for group calculation.Kohei Yoshida
Change-Id: I2a440b881af14076928e97918bdc5508804ff0ee
2013-10-08Turns out we are not using OpenCL here in the existing interpreter.Kohei Yoshida
Change-Id: I4d511ef8099b5d7fcff07adf401901c9ee089ad3
2013-10-08Let's not do this.Kohei Yoshida
Change-Id: I93fe9f8c5edbfb08b78b6694771db2dd18d8868c
2013-10-08Handle edit text cells here as well as the string cells.Kohei Yoshida
Change-Id: I46934341dbde93d963764152f663c4d2d310bea0
2013-10-08Get the string ID's for case insensitive comparisons.Kohei Yoshida
If we ever need to use this for case sensitive comparisons, we'll have to find a way to conditionalize it. Change-Id: Ibb862c4700d2fb660570fc80a80a03eed1d556c3
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida
Change-Id: I99d373f7887424bb103cff60d53f5cd8ce337ef7
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida
Change-Id: Id13bca1ed493328fb0b8a664275af8c98e3f46c8
2013-10-08Unused methods.Kohei Yoshida
Change-Id: I8e70d2c730f0d8fa43a4270fddeca431bd7a5048
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
With this, both ScColumn and ScMatrix store svl::SharedString as their string values, instead of OUString. Change-Id: I3faece94d98f774881fd72b3ed5f6143504cd350
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida
Change-Id: I633e3bb633317eeb61cd804faf20e79312f569f7
2013-10-08Avoid exposing aText; encapsulate it.Kohei Yoshida
Change-Id: I7f6ba0735830b55e35b7e352a5e31fdda47a8dfb
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida
One is for the cased string and the other one for the non-cased one. Change-Id: I798687f2efecaaea73a09e0b3348f85a9d9e8c07
2013-10-08Slight optimization when copying OUString.Kohei Yoshida
Change-Id: If934e18c0fd68d89d838ca9717aa2e4616bc3b6a
2013-10-08fdo#70201: sw: eliminate no-extent RSID-only AUTOFMT hintsMichael Stahl
These are already filtered out in SwpHints::TryInsertHint(), but they can be produced by a SwTxtNode::Update() following some deletion like in SwTxtNode::ReplaceText() (or maybe CutImpl() and RstAttr() too?). So in order to prevent SwHistorySetTxt being created for these, filter them out in SwpHints::MergePortions(), which has the advantage that it's one location to change; probably filtering in Update() and RstAttr() both would work too. (regression from 6db39dbd7378351f6476f6db25eb7110c9cfb291) Change-Id: I597a9ab290dcc3fb1b624dd2dca241c462acf256
2013-10-08writerfilter: drop unused WW8OutputWithDepthMiklos Vajna
Change-Id: I7526953ba1f4d95cb550be13df6616cb6046e518
2013-10-08writerfilter: drop some more remaining unused DFFOPT definitionsMiklos Vajna
Change-Id: Ie8efc727ef903c0f578e774a03385d3e9422b80c
2013-10-08writerfilter: drop some remaining unused DFFOPT definitionsMiklos Vajna
Change-Id: I7fb12f9f612ab55a5b41e24dcd1952dbfbaa6ad4
2013-10-08fdo#62994 reportbuilder survive empty formulaLionel Elie Mamane
Change-Id: I1da053871d107730ad9a135deb48313d8a877d89
2013-10-08writerfilter: drop more unused DFFOPT definitionMiklos Vajna
Change-Id: Ia06a2436fd7d13c544cdf78bbd6bdb0d0c0f900e