summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11java.lang.String.isEmpty is only since 1.6Stephan Bergmann1-1/+1
Change-Id: I43fd404e96192af3c0a8734c4547cee3b906c935
2013-04-11uno-skeletonmaker does not bootstrap UNOStephan Bergmann1-15/+5
...so mentioning env:INIFILENAME and env:UNO_TYPES is misleading. Change-Id: Ia91ad691c58d226bc445b3355dffb82ba7ddbef5
2013-04-11No need to have uno-skeletonmaker depend on udkapiStephan Bergmann4-35/+6
...just for RuntimeException, which can be replaced with CannotDumpException. Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8
2013-04-11Updated coreAndras Timar1-0/+0
Project: translations d3a0a08f6d4e27af6960010fa774b96a009bf6bd
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke1-0/+2
The document https://issues.apache.org/ooo/attachment.cgi?id=34418 attached to https://issues.apache.org/ooo/show_bug.cgi?id=62493 crashes in a dbgutil build due to an invalid subtotal count that leads to an out of bounds access in a vector, in this case with offset -1 This fixes the symptom, not the cause why the subtotal count would be wrong. Change-Id: If96c2eadba8753ea3e3166db0a81441818c89b2d
2013-04-11RTF shape import: fix default horizontal/vertical orient relationMiklos Vajna1-0/+7
Change-Id: Icf324d2762f292c7f5f2ec9502f58c4961b28512
2013-04-11restore missing mnemonics of writer print options pageCaolán McNamara2-48/+36
as pkacer points out, also use the 12 pixel indent for dependant controls that mduffy suggested as the best default Change-Id: If854ec394b4233bb821f37be9c784c1ccd80b912
2013-04-11Updated coreCaolán McNamara1-0/+0
Project: help 4fa871622ae5cb247520fc113d2278be758fa62c
2013-04-11fdo#51828 - UI: Sort: can use more than 3 criteria once onlyAlbert Thuswaldner1-2/+11
Change-Id: I7480e8d606e1eafde45635e36dfafa4232f529cb Reviewed-on: https://gerrit.libreoffice.org/3217 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-11Updated coreCaolán McNamara1-0/+0
Project: help fa1f0460e82625309576c81b4edd24638033ef16
2013-04-11adapt code for delete cells dialogCaolán McNamara11-168/+61
Change-Id: Ibf587e1ea94765f0322a5b847bcf82d1eabc1b64
2013-04-11Remove dead codeStephan Bergmann2-798/+0
Change-Id: I090b0b1b10fdfe9d5955fe0137214d8907c3aa0c
2013-04-11deletecells.ui widgetAlia Almusaireae1-0/+188
Change-Id: I93ac358e259a1fb310dfeed75bc60910405e7d48 Reviewed-on: https://gerrit.libreoffice.org/3306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-11Small vector calculation correctionArmin Le Grand1-1/+1
(cherry picked from commit 18b55ee40a68d46407d1534a6114a30933ba2d9b) Change-Id: Ia3b07633ffd7fa9d835570fbeed332c02e478bc0 Notes: merged as: 18b55ee40a68d46407d1534a6114a30933ba2d9b
2013-04-11Missing rtl:: namespaceStephan Bergmann1-2/+2
Change-Id: Ifc9eda5846558c449c40442016a243872eae2962
2013-04-11Adapt SDK to -B removed from cppumaker/javamakerStephan Bergmann14-16/+16
Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad
2013-04-11Do not include . in PATH configured for SDKStephan Bergmann1-1/+1
Change-Id: I5a1cc96377957705d88a0245a4c5785d4b3bf2bf
2013-04-11Adapt uretest to -B removed from cppumaker/javamakerStephan Bergmann2-7/+6
Change-Id: If256eeddf4b8efded6e5e010b0155e05f5a1de79
2013-04-11Let theMacroExpander.hpp take care about the singleton instantiation detailsStephan Bergmann3-14/+4
Change-Id: I8e919291cb4c8fc223ca7143e860a2a0b44cb930
2013-04-11Remove createRegistryServiceFactory preload left-overStephan Bergmann1-22/+0
...forgotten from f3051abde54e7a0bc3e2d184e31ac011e96d3e6b "API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv." Change-Id: Iccdcb68c6051a64a09ae7918eecb8d3e2c53a085
2013-04-11Missing rtl:: namespaceStephan Bergmann3-15/+15
Change-Id: I6088dc1c9d9afaa031231ea0c9f104a92ce41658
2013-04-11use only major version for the system installation path on Windows (fdo#62303)tinderbox2-1/+5
It means the LO-4.1.x will get installed into "LibreOffice 4" instead of "LibreOffice 4.1" Change-Id: Ideae670437fda9847d4ee3a86c4cab079d8da07a
2013-04-11Updated coreCaolán McNamara1-0/+0
Project: help c994e4f941a7d5d5c5b1dae8e0c64d8cbe44b7e8
2013-04-11Restore original mnemonics for view pageCaolán McNamara3-95/+92
And remove the remaining SetPosPixel calls of layout controlled elements, they are now unnecessary and get overridden by the layout anyway. Including the ones left over from the printer options conversion. Tweak things for 6/12 spacings. Change-Id: Ifb460fb966452c10a9ac08c6f8cd57b96a2166f0
2013-04-11Converted Tools->Options->(Web/)Writer->View dialogue.Pavel Kacer5-287/+612
Change-Id: Ifa11da48867303dbecd2ef104f2c0842aaeb5d72 Reviewed-on: https://gerrit.libreoffice.org/3325 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-11Resolves: #i119464# Update default alignment value for docx [Sub]TitleYong Lin Ma1-1/+18
Patch by: Ying Zhang Review by: mayongl (cherry picked from commit 22602686933abaa1512ebd3bca77dbb9987b6ad5) Change-Id: I04cf1bbbeadf23147fa2cbc1c08c850288ef943a
2013-04-11Get soffice.cfg from its new location for Android, tooTor Lillqvist3-6/+6
Change-Id: I2d65b51ec9a223994d39dc9433d1290b44422e1d
2013-04-11TypoTor Lillqvist1-1/+1
Change-Id: I87c74eb6e4f9aa4f06bfca00817b4d04d7d84b40
2013-04-11detect and apply Windows' high contrast theme to local helpAndras Timar1-0/+27
Change-Id: Ibd45773179be334991d0d493324cadaad772ea33
2013-04-11Resolves: #i119287# exchanged hard attributes for OLE and GraphicObjectArmin Le Grand22-38/+102
...with new default StyleSheet for these objects (cherry picked from commit 2868ea34151cfb623a6a8bf41862d430205d9784) Conflicts: sd/source/core/drawdoc4.cxx svx/source/sdr/contact/viewcontactofgraphic.cxx Change-Id: I4849101de2ac1da83c8fb0f2d68316774982d197 Resolves: #i119287# Adapted to get the needed style as default style for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works well. (cherry picked from commit bc85939149f7ae5b65343d7f27bf302a8e31d4b1) Conflicts: sd/source/core/drawdoc.cxx sd/source/ui/func/fuinsert.cxx sd/source/ui/view/sdview4.cxx Change-Id: I40a17216f5c11ebca073026f62f1e9ab9ddfd119
2013-04-11fix ios buildDavid Tardon1-2/+1
Change-Id: Id8c405e63abec3d8c1d3c5f8fb7f40ba082c9f47
2013-04-11i#52127: Avoid .back() on an empty vector, fixes ooo52127-1.odt.Jan Holesovsky1-1/+1
Change-Id: I3463b727e024260c13a01c017cfd96109a793cb1
2013-04-11i#29679: Return early not to crash on ooo29679-57.odt in dbgutil build.Jan Holesovsky1-11/+5
Change-Id: I467f6383ec469f5719fd49914d81605b2a5679a1
2013-04-11Related: #i120077# Added local var for SfxItemPool for EditEngineArmin Le Grand1-32/+53
to avoid a memory leak. Found by: Chao Huang Patch by: Chao Huang, alg Review by: Chao Huang, alg (cherry picked from commit e7168710bfd30b5d682d21d81c116cd33cf22505) Conflicts: sc/source/filter/xml/xmlfonte.cxx Change-Id: I75475bb59b3a7040938826d095dcd81e19d61b46
2013-04-11Update READMETor Lillqvist1-4/+6
Change-Id: I5caa9c10605ff806677958a2d28428a0cab0d906
2013-04-11No -BUCR option to javamaker any moreTor Lillqvist1-1/+1
Change-Id: I1b418c563c30be959b771a474ed9c699f71b57e7
2013-04-11linkoo: Link .rdb files again.Jan Holesovsky1-0/+15
A stale types.rdb can cause that you spend 2 hours debugging hard core UNO exception throwing - like me yesterday... Change-Id: I5eb88a9f1d2c9dd34f1e7945d449b697d3253193
2013-04-11remove unused imagesAndras Timar60-0/+0
Change-Id: I720c766aadd3ab64e16c101a1593700719bf0022
2013-04-11vcl: conditionally link to jvmaccessAndres Gomez7-7/+14
When SOLAR_JAVA (Java) is not there, vcl plugins will not link against jvmaccess. Change-Id: I13e1ae7d605965b3609c6dfdaa66faa976382e65 Reviewed-on: https://gerrit.libreoffice.org/3320 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann13-1673/+1519
Make javamaker work on top of unoidl/ instead of registry/. API CHANGE: javamaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard- coded as the prefix now. Change-Id: I8cca39f8ebacd0476934f7bd493d206928d063a9
2013-04-11Minor terminology clean-upStephan Bergmann1-5/+5
Change-Id: I4fa4431978f049a7b5b201d89743f909bc120ff4
2013-04-11Clean up codemaker/READMEStephan Bergmann1-15/+17
Change-Id: Ic127497cbf248583337183770b0363686c18dc6d
2013-04-11Fix OS X code signingTor Lillqvist1-16/+21
Use correct path to the app bundle. Also update the comment about code signing to be more relevant for the master branch. Change-Id: I6a357e5cd033afc986fd035f9760c04763b06fc9
2013-04-11Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]Tor Lillqvist1-2/+0
Change-Id: Ifd475718766a772504da9e522894b90d7e63347a
2013-04-11It's fine to delete a NULL pointerTor Lillqvist1-8/+4
Calling delete on a NULL pointer does nothing. Checking for non-NULL just clutters the code. Still, I wonder if this code has some issues with heap corruption and/or leaks. The pImagesLst->GetEntryData() calls just return a copy of the OUString pointers stored in some kind of list, right? So is it correct to call delete on the copy, but keep the pointer in the list intact, which thus then will be pointing to freed memory, won't it? Or will the code automatically work in such a way that all pointers in the list will be handled exactly once (and deleted)? Perhaps running this under valgrind would be a good idea. Change-Id: Ibf401cc44caaeea6bb46f38cd9851ac14b2d2545
2013-04-11WaE: unitialised variableLionel Elie Mamane1-8/+12
Change-Id: Icda6d87e2bf17e651d2a60c4a024dfaa8ed36a51
2013-04-11fdo#63290 UI: Goal Seek - incorrect term "current cell"Joren De Cuyper1-2/+2
Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831 Reviewed-on: https://gerrit.libreoffice.org/3291 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11remove obsoleted postprocess/packconfigDavid Tardon3-332/+2
Change-Id: I93313dc03e8ed7d4d1a653df92145a153e20e5b1 Reviewed-on: https://gerrit.libreoffice.org/3234 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11install UI config. files using filelistsDavid Tardon11-355/+450
Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e Reviewed-on: https://gerrit.libreoffice.org/3233 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11impl. platform-specific processing for menubar configsDavid Tardon8-3/+112
This is the last step needed to obsolete postprocess/packconfig/packconfig.pl. Change-Id: Iad6de126a467aadc829244951f98fc8b202fbd95 Reviewed-on: https://gerrit.libreoffice.org/3232 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>