summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-04fdo#46808, remove some unnecessary getProcessServiceFactory callsNoel Grandin
Change-Id: I62652b0fd9a28e0e7eaea65569764bc534b112f1
2013-03-04docx import: table styles and rPr/pPr tags unit testPierre-Eric Pelloux-Prayer
When importing table style from docx, ignore sz tag when not inside a tblStylePr element. I did not find any reason for this in WordProcessingML documentation, but Office seems to be doing so. This change includes the unit test. Change-Id: I2a6c27e458e02eb6cd39defe65a415792adc6393
2013-03-04DOCX import: fix import of font size in table stylesMiklos Vajna
Change-Id: I2c7ea83fb910b57d78fda620bc42b90e55de3719
2013-03-04This condition is uneeded and cause localize not to workZolnai Tamás
See also: 73b7792f716064db0815ad0f86846093edcd2f78 Change-Id: I9ea5e77cf84ce9ac6b247b97e579373831ab9ab9
2013-03-04translated German comments; all cleaned up.Luc Castermans
Conflicts: dbaccess/source/ui/querydesign/QueryTableView.cxx Change-Id: I761b190361bbcca2f9655a7a028799586c2d8656
2013-03-04Remove empty namespaceThorsten Behrens
Change-Id: Ie3bfc58d56201117a55468d505a25ac95ad86f06
2013-03-04fix fdo#61492: update sd:View with FONTHEIGHT attribute changes.navin patidar
update sd:View with FONTHEIGHT attribute changes, so that it can position bullet and text properly. Change-Id: Ibf8c6423e64d194c2711d9c37b58de31f1c4c2dd
2013-03-04another fix for error bar import, related fdo#60083Markus Mohrhard
Change-Id: I843a597702cb0cb66d8696c277666e1605091c09
2013-03-04Cleanup static and inline usage in alloc_impl.Arnaud Versini
Change-Id: I88170c9d033e0299c4b4462f7d0edb83152b4fbb Reviewed-on: https://gerrit.libreoffice.org/2367 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-04Resolves fdo#60554K_Karthikeyan
Resolves fdo#60554 borders disappear while merging cells Change-Id: I3d3464e8b75cc9b72a1592d8ef276243202e68b8 Reviewed-on: https://gerrit.libreoffice.org/2375 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-03-04remove unused and commented out codeThomas Arnhold
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04discard explicit SetAccessibleRelationMemberOf when members of a true VclFrameCaolán McNamara
I think the old use of "SetAccessibleRelationMemberOf" is a kind of workaround to show that those widgets are logically all children of a pseudo-frame in the a11y view. Now that they are truly children of a real frame I think we don't need them anymore. If it turns out that being implicit children of a frame isn't sufficient for a11y, then hopefully we don't need to manually insert them everywhere but instead make one centralized change down in vcl to automatically present children of frame as "AccessibleRelationMemberOf"s. RID_SVXQBX_DELETE_HEADFOOT: This one is still in use, so I added it back Change-Id: I00df4bd376ba21b7cdc2af87763f7c9ae015b70a
2013-03-04GraveFocus->GrabFocusCaolán McNamara
Change-Id: If60c593cff51a3c0d29d423746054ec8f4c796e5
2013-03-04callcatcher: unused codeCaolán McNamara
Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2
2013-03-04DBG_ASSERT->SAL_WARN_IFCaolán McNamara
Change-Id: I33c82b9f8ca992d24966211b010675744934d5cb
2013-03-04don't do something different in dbgutil mode than productCaolán McNamara
Change-Id: Ibe0f41206ffaa3ff73018e49b4e710123c7fb14d
2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara
Change-Id: Ie72e23a5b3c49b08bcf25a9de2d7c4d4c4e7925d
2013-03-04Convert page header/footer to new widget UIOlivier Hallot
* The widget UI needs further work for better display, but all elements are there * Fix First page toggle with header/footer on/off * Calculations for Edit button position in Calc discarded. * Some comments in German translated * Need to address helpID's Change-Id: Iab4eec4fb2497d17c8eb1ab2bab7c31b028af7b0 Reviewed-on: https://gerrit.libreoffice.org/2478 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-04vcl: don't assert when lack of unit is intentionalMiklos Vajna
The Writer zoom dialog had this issue. Also change the drawinglayer gradient background tabpage to stop using a custom unit text, when the real unit text will be set from code anyway. Change-Id: Ib2e12572abb5c407b7c49dfa4a34dbdd6b6068d4
2013-03-04Translate German comments, various clean upPhilipp Weissenbacher
Clean ups: - Remove additional space between comment and // - Remove commented out code - Transform comments to Doxygen-style
2013-03-04ersetzen => replace in stead of translateLuc Castermans
Change-Id: I8d355d58c3720201554c68be0c82245383eec1ed
2013-03-04translated German commentsLuc Castermans
Change-Id: If89452824776c2bd653ca0728cc7e6adf4050e4b
2013-03-04translated German commentsLuc Castermans
Change-Id: I6d9b646d9d70dcbf97f7faacc8b15578a597b2a1
2013-03-04Bin pointless PAGES01 commentsTor Lillqvist
Change-Id: I08b9bafa91c5bc7b7b6ca601ab91607b3143d590
2013-03-04First attempt to get rid of scrollbars on tabletsTor Lillqvist
Change-Id: Id861eab66c04cb5547e75959cab8102d5c18f647
2013-03-04Field can be moved into the inner classTor Lillqvist
Change-Id: I053f7d4a17aec9c8b24b92a40de635c71492a3dc
2013-03-04The macro FEAT_FSYS_DOUBLESPEED has been removed and the related #if / ↵Jiri Blecha
#endif have been removed too. Bug: 61516 Change-Id: Id347e87a8789ddbe550dde7d7281d9c1cad0c199
2013-03-04coverity: merge traverse{OR,AND}Criteria into traverseSearchConditionLionel Elie Mamane
Meaning, these two functions have the same behaviour, they produce the same output (and side-effects) when called on the same input. traverseORCriteria handles only the actual "foo OR bar" case, and hands off all other cases to traverseANDCriteria. But, lo and behold, traverseANDCriteria also handles the "foo OR bar" case, in the same manner! Change-Id: I10410e88ce48852b60d1d688fe2865923de9d80b
2013-03-04reg2unoidl is a build-time tool (for now, at least)Stephan Bergmann
Change-Id: I6078ee0e7371fc0c5db058fd43f608bc40ca3eb1
2013-03-04fdo#61513: Remove FSysFailOnErrorImpl macroMarcos Paulo de Souza
This patch removes all used of this useless macro. Change-Id: Ib3842ef28ea676e75b18c192f8d9610dcb3c3d0c
2013-03-04 fdo#39468: Translate German commentDavid Verrier
Change-Id: I9adf5348b7ab8fa9d14ffe8d0b4151b5ea2c6fbb Reviewed-on: https://gerrit.libreoffice.org/2536 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-04OopsFridrich Štrba
Change-Id: I4ccf42a703cce56b32fc38f0caa068c19bf2a5f0
2013-03-04Save some getLength callsFridrich Štrba
Change-Id: I4103a338e487ee29da6ac056215c4fa0a244fa65
2013-03-04SwFmtAnchor::SetAnchor: fix assert to still allow table -> frame conversionMiklos Vajna
Change-Id: I2dda82b675ebdd434656332d328b02ee3fc04528
2013-03-04fdo#46808, convert xforms::Model to new styleNoel Grandin
the service already existed, it just needed an IDL file. Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b
2013-03-04fdo#46808, convert singleton util::theOfficeInstallationDirectoriesNoel Grandin
.. to new-style UNO. And deprecate old service in favour of singleton. Change-Id: I67244097c22af02530214d7c529dd0d32f5964c1
2013-03-04fdo#46808, clean up some old queryInterface() callsNoel Grandin
clean up stuff like this xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC; to xISC.set(xI, UNO_QUERY); Change-Id: I3b16a38c2a363440f6079cfe6ae47f009d3940db
2013-03-04fdo#46808, convert some code in svtools to XComponentContextNoel Grandin
Change-Id: If5f37e8464df3434075eb989ef07a4f7d769e318
2013-03-04fdo#46808, create IDL for awt::tree::DefaultTreeDataModelNoel Grandin
The service already existed. Change-Id: I2acf73b772a7e9cbcb8915561f19c32768459f5c
2013-03-04fdo#39468 translate German comments in vclChristian M. Heller
modified: vcl/inc/vcl/fltcall.hxx modified: vcl/inc/vcl/textdata.hxx modified: vcl/inc/vcl/texteng.hxx modified: vcl/source/control/combobox.cxx modified: vcl/source/control/fixed.cxx Change-Id: I8af3fe962ba77d7047eac8d7570c5bc572585363 Reviewed-on: https://gerrit.libreoffice.org/2534 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2013-03-04Resiliance against dropped prerequisites for rerunning autogen.shStephan Bergmann
Change-Id: I6ff56eb00cf6367d7b4de96ac887cb4e807bddb3
2013-03-04Revert the VS2005 dll fix. We will need a separate rule for that.Fridrich Štrba
This reverts commit 2c9d3817429b1537ea31521cb263a52ce9c7968e. Change-Id: Id2f0eca9f487920cdb4f36e99c776475bcde4721
2013-03-04Those libraries are not anymore used on windows at allFridrich Štrba
Change-Id: Ia231c8f42677a6a64e151dc72c5a392962fb8bff
2013-03-04Better to add those ones after the checkFridrich Štrba
Change-Id: If9acef1f2b25f94521ce1ff903eaaca7ea90b4cd
2013-03-04If enabling mozab on windows, package the needed dlls and manifestFridrich Štrba
Change-Id: I3152ba166c2ea22bd740d85a89d2b6a0c073279e
2013-03-03Android "desktop" app: Simplify bootstrapping on the Java sideTor Lillqvist
No need to call defaultBootstrap_InitialComponentContext() etc on the Java side in this app. The full SVMain() etc will do all that anyway. Change-Id: I555ccd8efbd0260a72fa5904bb6dcd255eed37d4
2013-03-03doxygen fixesPeter Foley
Change-Id: I18dd661bffc2dedecf13404b6772fb4dcdeaa24d
2013-03-03fixup configure outputPeter Foley
Change-Id: I1ec6261e1f5a34a9c1f00d874aa5191368034f4c
2013-03-03build userfriendly targets from toplevelPeter Foley
Change-Id: Iffbe6d4570bf4d4bdd7347260a6bb4160af24515
2013-03-03WaE: unused variable 'aPreviewMMSize'Tor Lillqvist
Change-Id: I98ca154f800c635ca063ed7c3bd1b9afc5d8110b