summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-03-03Android "desktop" app: More hacking on scalingTor Lillqvist
Added a new "mode" for the CommandWheelData, COMMAND_WHEEL_ZOOM_SCALE, where the "delta" is the scale percentage to multiply the curent zoom factor with. Implement in Writer and Calc. But actually, I am more and more startng to think that live scaling of the document view during the pinch/spread gesture will never perform fast enough. Need to go back to the (simple) trick to just scale the BitmapView, and do the actual LO re-zoom only when the gesture finishes. But in order for that to look nicer, need to get rid of the LO UI element clutter around the document, scrollbars, buttons etc. Plus of course need to make sure the LO zooming happens around the gesture center position. Change-Id: I20dfcb4c2a97aacbf7e5b6ea5c24816b237fe687
2013-03-03Add scroll and fling gesture recognitionTor Lillqvist
Not yet passed on down. Also fix a misleading comment. Change-Id: I1e6f79c84b1e13f48e4b2620e44b326fb6fc4ee9
2013-03-03Note that for COMMAND_WHEEL_ZOOM the delta value is ignoredTor Lillqvist
Change-Id: Ia8b8e98ff48a54fd1c295df439e8fd57aeb3fa25
2013-03-03The AllModulesButInstsetNative thing didn't workTor Lillqvist
Change-Id: I323d1983238297b094fa0aa7776d03977d3d39e0
2013-03-03Better quality previews in print dialog.Tomaž Vajngerl
Make a fixed size bitmap of the current document for preview in print dialog. The bitmap is scaled when the dialog is resized, which is faster and better quality as it uses "BEST" scaling method for resizing the bitmap. Change-Id: I3be0bec30a7f2cd594c56d23fe2b39221aff807c
2013-03-03121687# better previewArmin Le Grand
Change-Id: I7beca0f3d809e5a2ab3d8ef6c73b970010a47eaf
2013-03-03update descriptionThomas Arnhold
Change-Id: Ibf0aeea9bae71d5f2f260075a0f30e9273c479af
2013-03-03binfilter: remove some tracesThomas Arnhold
Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61
2013-03-03pull in a VCL plugin needed for running the testDavid Tardon
Change-Id: I832e6d0563ece9bde6a1d533415eaec1f4bfb937
2013-03-03add missing deps on sden-US.resDavid Tardon
Change-Id: I6bfda2abfcaba462a718ed469fb0daf01d8e856a