summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-08gbuild: SdiTarget: .hxx file is always out-of-dateMichael Stahl
... so touch it to avoid that, just to avoid the "true" rule from being invoked every time. Change-Id: I6f27c6e4b0d071b9877a38dc1f4cd3c3eb10bfc0
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers
CHISQ.DIST, CHISQ.INV, CHISQ.TEST, CHISQ.DIST.RT, CHISQ.INV.RT Change-Id: If32530a82b2e5fa1aa30a8c80090742be5acf3eb Reviewed-on: https://gerrit.libreoffice.org/6611 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-08Don't unnecessarily wrap RuntimeExceptionsStephan Bergmann
(and IllegalArgumentException is a RuntimeException now) Change-Id: Ic18f11ff7675878c7f6b5e9ee52453bbb9f1e787
2013-11-08longparas: these sal_uInt16s are really xub_StrLensCaolán McNamara
Change-Id: I54ecd08c4073f1de6dd28e7d6824d8cfde98254a
2013-11-08longparas: these sal_uLongs are really xub_StrLensCaolán McNamara
Change-Id: Iebe3d5edccb6737da64aba5c3d61b9509ce7ec9d
2013-11-08longparas: these sal_uInt64s are really xub_StrLensCaolán McNamara
Change-Id: I5d6222372e79e6ccbcd6529ce5c88b3f082934c6
2013-11-08longparas: same variable used for two different loops of different typesCaolán McNamara
Change-Id: I1efdeb3f9bbda47d8f465a04fb36164e7ffc347b
2013-11-08longparas: disentangle same variable used over two different loopsCaolán McNamara
Change-Id: I22bbd777cb86decbbf714f71ff0477053ae3b757
2013-11-08n is immediately overwrittenCaolán McNamara
Change-Id: I51c511efcfaf2d97cefa42abea1d3e42c023fbbd
2013-11-08safe xub_StrLen -> sal_Int32 conversionCaolán McNamara
Change-Id: I43c6ee0b794b1b77b790e5c36c852a0746437164
2013-11-08safe STRING_NOTFOUND -> -1 conversionCaolán McNamara
Change-Id: Id66b9ff49289d90f2d0714bed84e886598f103ad
2013-11-08Access by AnchoredObject of a deleted SwLayoutFrmCaolán McNamara
as demonstrated by abi10075-1.doc just register the AnchoredObjects in the SwLayoutFrm and inform them when the SwLayoutFrm goes away. This crash was triggered by "1e113cb7604e1509e7d598a9be329f1f7b6e9322" import different first page header/footer from doc. But that commit is blameless. Change-Id: Ia079cc635a81dff1ccbf740641f441aa784328a4
2013-11-08Resolves: #i123616# be more flexible regarding the data type for polygon dataArmin Le Grand
(cherry picked from commit 66c81c1a26d6d09c75c8b8ced44e4a0cf43819ee) Conflicts: svx/source/unodraw/unoshape.cxx Change-Id: I5ebb7b39a083bb6e007853f205bb39d434eb94ad
2013-11-08Unwind confusing namespace aliasStephan Bergmann
Change-Id: I08d3e5f71278c7f96adb2db546da5602df84aad8
2013-11-08Unwind SFX_REFERER_USERStephan Bergmann
...and remove remaining unused content of sfx2/source/inc/referers.hxx. Change-Id: I5c533f63e13da930f6944af0e85d4b061c30e5b0
2013-11-08Clean up IsSecureURLStephan Bergmann
...to not use WildCard (in case a trusted location URI already contains an unescaped "*"), be specific about matching only past a final "/", and rename to isSecureMacroUri for clarification. The check with an INET_PROT_NOT_VALID default INetURLObject in SfxApplication::OpenDocExec_Impl ("we have to check the referer before executing") had efficiently been dead since its inception in 14237ac4bf497decdde8b742acea23780833ba12 "#90880#: security checks corrected," as INET_PROT_NOT_VALID is considered secure regardless of referer anyway. Change-Id: I03bca5e6dac89bb2aac52909aff273ea640228d8
2013-11-08Updated coreStanislav Horacek
Project: help d0a1187fe4a823d1ee670f989d82b75abc0b9091 fdo#42023 correct options for table columns width Change-Id: I9518c38350876e45de62aa6fb46a3b2bf9b5ef61 Reviewed-on: https://gerrit.libreoffice.org/6542 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet
Change-Id: If08c7f72195dfff6ae3b7cb52b4137aeda3bc675 Reviewed-on: https://gerrit.libreoffice.org/6604 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-08SlideSorter: insert new slide on double-click.Andrzej J.R. Hunt
Previously inserting a new slide required using a context menu (via right-click) or the main menu-bar. It is now possible to insert a blank slide by double-clicking in an empty area of the slide sorter. Change-Id: Id7ac5f9d3befd02d0a89ad5e1631885c0493ad3d Reviewed-on: https://gerrit.libreoffice.org/6442 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-08SwDoc::DelNumRule: fix out-of-bounds index accessMiklos Vajna
When nPos == USHRT_MAX, even if later we checked for that case, just for the sake of an assert(), we already called operator[] with nPos. (To reproduce: right click on List 1 -> New -> Cancel, results in a crash.) Change-Id: I465b5519000b79bd8b2eaa3b3c1ceb80a182a25a
2013-11-08Pass all relevant CFLAGS on to external/libexttextcatStephan Bergmann
Change-Id: I05f25748dd29c80812328265ddb9f071ac4ae91a
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann
...and clean up call sites. Change-Id: I7219a33652835e82fdc44e9e801a7e62868e4f38
2013-11-08improve calc function CRITBINOMWinfried Donkers
CRITBINOM could not handle large sample quantities, e.g. CRITBINOM(1080,0.5,0.1). This patch fixes that and also improves the efficiency of the function by always iterating from the end nearest to the cumulative binomial distribution. Change-Id: I35f965acc83e26141fb2cf5a7e3303ec0791f04a Reviewed-on: https://gerrit.libreoffice.org/6559 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-11-08installer: the perl is borkedMichael Stahl
Apparently the $$languagesref in create_directories results in the full path to services.rdb when called from mergemodules.pm as my $unpackdir = installer::systemactions::create_directories("cab", ""); ... which apparently means that there's some variable whose name is the empty string and whose value is the path to services.rdb. Add some mysterious workaround suggested by mmeeks. Change-Id: I6ba203f5cc44786969795eebab5359d5e9a8a12a
2013-11-08warning C4805 unsafe mix of type sal_Bool and type boolMichael Stahl
Change-Id: I00064edb5105ede4bdf6a0cdec4bab00cdd52331
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke
Translations may have omitted the %1 placeholder in SCSTR_COLUMN and SCSTR_ROW, or not have it translated newly yet because it was introduced later. In these cases append the column indicator / row number as it was done before. Change-Id: I331cf0c529bebea02277784ea145c202eb6f6fda
2013-11-08DOCX filter: handle numbering style's qFormat, rsid and friendsMiklos Vajna
Change-Id: Ia261995b98e2108ab673c7b240a1aa822d3db96e
2013-11-08Introduce MSWordStyles::GetSwNumRule()Miklos Vajna
This is similar to GetSwFmt(), but for list styles. Change-Id: I5c198c786e0c73c83430bd60b91d0ef85c7a49fc
2013-11-08sw: add InteropGrabBag for list stylesMiklos Vajna
Change-Id: I2881a507d71aad10e39272141b5d63c6e39e2cc9
2013-11-08SwNumRule: add getter / setter for InteropGrabBagMiklos Vajna
Change-Id: I6f76dbfd806139f141c054dccb0884be32511e06
2013-11-08remove unnecessary use of OUString constructor in SD moduleNoel Grandin
Change-Id: Id3591b232b43deeb70e3e2fffb5c6a8f561223dd
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin
Change-Id: Ieafc413136a9b4b907de034914d918212e4c16e3
2013-11-08remove unnecessary use of OUString constructor in SHELL moduleNoel Grandin
Change-Id: Ibdb750dc8e0f4cd0f186d5801c0a269edd939547
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin
Change-Id: I980223cedb6d0054ef71cbd81691f70a24f506ad
2013-11-08Hard-code the path to libgetuid.so in epmfile.pmStephan Bergmann
...so that it is still found after 7b3133ad882b24834f87b478d00bf4ee92d3cd63 "instsetoo_native: shouldn't need instdir in include path." And no idea why getuid was in PLAINLIBS_URE instead of PLAINLIBS_NONE. Change-Id: I5de2a79cbd3c0064cd7776e269f4792304ec34e3
2013-11-08added Bamanankan/Bambara_Mali [bm-ML] locale data, fdo#71361Eike Rathke
Change-Id: Ie1e8c4beb3d2e17d311a5363d82feddfdff8e958
2013-11-08Fix external/accessories filelist namesStephan Bergmann
Change-Id: I1a2dc8d95e9d6037fe50d80ee87dbe35bed69fc9
2013-11-08instsetoo_native: shouldn't need instdir in include pathMichael Stahl
get_Source_Directory_For_Files_From_Includepathlist already has a special hack to find all the files in instdir so ideally it should not be necessary to put these directories on the include path. Clean up readlicense_oo to make that possible; also copying license.txt as-is to LICENSE on Unix but first converting it on WNT is rather silly... Change-Id: I95f30bc5e0b7ca73c50156a7ce0131640185778c Reviewed-on: https://gerrit.libreoffice.org/6613 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-08installer: remove (now unnecessary) shlxthdlpathMichael Stahl
Change-Id: Ic84cdc33f470ce3ed143d86add04a422f8b9e365 Reviewed-on: https://gerrit.libreoffice.org/6614 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-11-08fdo#71306: fix printing from basic ideIvan Timofeev
regression from e13a3d566ecc34a46e037aca1b2d70e58501e422 Change-Id: I0d734e112038746aa48df669d4b82b644a95c220
2013-11-08DOCX filter: handle char style's qFormat, rsid and friendsMiklos Vajna
Change-Id: Ie0bc9aff722d87fcd246d0cf1971ad6f34f0996a
2013-11-08sw: add InteropGrabBag for character stylesMiklos Vajna
offapi already documented this, but marked as optional, and previously only paragraph styles implemented it. Do the same for character styles. Change-Id: I3e331eb43f325ac8963984b2460db53f1be497a6
2013-11-08Fix for multipe occurrences of attibute in <w:pgMar>Vinaya Mandke
After round trip multiple occurrences of w:left, w:right etc were exported. Also added UT for the test file. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I6a503cf609f627b8f8eb9d33691e51582c15b459 Reviewed-on: https://gerrit.libreoffice.org/6608
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin
Change-Id: Ib3c2f2b43895fe45e9efff888bbd81d8be5969e4
2013-11-08remove unnecessary use of OUString constructor in SVTOOLS moduleNoel Grandin
Change-Id: Iad58b125f16226cc6afa9d88d2c792065bbc244f
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
Change-Id: I1506daaa4a3b736ee6bbb00100fca24df8368298
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin
Change-Id: I015959dce567e5579ebb5c775fb57ae14e1cd3b1
2013-11-08earlier failure in debug modeLionel Elie Mamane
in the case that mpObj.get() is not a SdrOle2Obj* Change-Id: Idff7324242062665c137685096cd82284e24f0d9
2013-11-08fdo#71130 pretend to support service m_sServiceNameLionel Elie Mamane
Which was the case before, and was probably erroneously changed in commit 196f980012739d94654e6863b85b2e49f7e1a1e5 fdo#54938: Replace existsValue for cppu::supportsService Change-Id: I20323bba1105d1844c79a5a0ad3c9e133a9d0d05
2013-11-08adapted to realityEike Rathke
Change-Id: I79d91598b3104fb50d6c19aca135b8d16347ab79