summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-09fixup the fixup to dbaccess macros_testLionel Elie Mamane
Change-Id: I7cc8b6bd3778158e7c93545bbdcf35cccf986188
2013-11-09fixup dbaccess macros_testLionel Elie Mamane
Change-Id: Iefb12d8b6fe8b5c9795220f8c7ff90f6ecc92576
2013-11-09nitpicksLionel Elie Mamane
Change-Id: I190a629a8c76f98b54295eebcf712b4c5b26ecff
2013-11-09deliver can use hardlinkLionel Elie Mamane
Change-Id: Ia04eedc6375748505c954e2315a0c5af7afae84f
2013-11-09Calc UNO API testLionel Elie Mamane
Change-Id: I6dcd9ac05ff7c4a6fbae7947b0ceda8797feea2f
2013-11-09fixup sc chart regression testLionel Elie Mamane
does not pass though; leave that to the domain experts Change-Id: Ic8b712ad4e1eca892d51d03d3a93b8c8087074dc
2013-11-09fixup and enable dbaccess macros_testLionel Elie Mamane
Change-Id: Ic5599df7a2ad7f2f3a9f2794b16ef0a4ab698b06
2013-11-09UnoApiTest don't require CalcLionel Elie Mamane
There is no reason for the generic UnoApiTest to require Calc specifically. Calc tests can/should instantiate a Calc instance. We can create a CalcUnoApiTest for that that inherits from UnoApiTest; however this does not seem necessary, "make sc.clean" succeeds. Anyway, the ScGlobals::ensure mentioned in the comment does not seem to exist. This allows us to eliminate some code duplication in tests that were reimplementing UnoApiTest minus the Calc instantiation. Change-Id: I37bea9df41e3960df0458fe689cf6c046a243617
2013-11-09dbaccess DialogSaveTest not a UnoApiTestLionel Elie Mamane
It overrides everything that UnoApiTest does anyway. Change-Id: I531b2245626cbfd8d13a48a710d409e30ba2d20a
2013-11-09fail early and hardLionel Elie Mamane
Change-Id: Ib550126d190e9436cf77e6c51eaf869ecd75a18b
2013-11-09rptui::OShape make getSupportedServiceNames and supportsServiceLionel Elie Mamane
at the cost of inconsistency between getSupportedServiceNames and getSupportedServiceNames_Static Change-Id: I940b23c35a6c4080eb6575adff1de0b08cdb3698
2013-11-09TypoJulien Nabet
Change-Id: Ifb3b9c7a33b7faccbf7dad1886d953d845de3196
2013-11-08fdo#67401 set AntiAliasing for SVG logoAndras Timar
Change-Id: I90aae11aca84c9c5445f58bdf76d65f0213a334c
2013-11-08gbuild: Extension: avoid re-build on missing translation description.xmlMichael Stahl
Change-Id: I6292f4ec235f8880176c2671ec7c8533168cdbeb
2013-11-08gbuild: HelpTarget: avoid spurious rebuilds on missing translationMichael Stahl
... if the darn files are allowed to be missing, use wildcard to avoid dependencies on them. Change-Id: I36a83413f8fb65b081681a8f351ec6afcf15fe6d
2013-11-08gbuild: AllLangResTarget: avoid spurious rebuilds on missing translationMichael Stahl
... if the darn files are allowed to be missing, use wildcard to avoid dependencies on them. Change-Id: I5232efcb17342d0b2a1e909da6449b08c4148245
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