summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-04doubled namespacesThomas Arnhold
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled includesThomas Arnhold
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04doubled namespaceThomas Arnhold
Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9
2013-03-04drop unneeded includeAndras Timar
Change-Id: I45c33f16a2b70a938a4f716a54c4a5c64460087e
2013-03-04we need to use GetParentDialog nowadays, fdo#60253Markus Mohrhard
Change-Id: I6317ce1f99af58439f7009cac5a4bc133e404dbf
2013-03-04do not require cygwin gccPeter Foley
Change-Id: I29de91f2eeb5c9317271aecf861f64a3c8eff73f Reviewed-on: https://gerrit.libreoffice.org/2521 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-04Delete double condition checkJoren De Cuyper
We don't need to check if aNextPostIt != aVisiblePostItList.end() again because we only can enter the enclosing if-statement when aNextPostIt != aVisiblePostItList.end() Change-Id: I853ed465e957bd26dae8312d2ce717ea1ca0b4e8 Reviewed-on: https://gerrit.libreoffice.org/2453 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2013-03-04Fix "may be used uninitialized" warningStephan Bergmann
Change-Id: I6d2ac90177bd3194e0e3c23ee7c8dd634bb64228
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin
a lot of code was loading the service using it's implementation name, which is why this got missed earlier. Change-Id: I0b150bc9383a1a3a09ab905c4ddb7f914e69638d
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin
the service already existed, it just needed an IDL file. Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9
2013-03-04fdo#46808, Convert the menu classes in framework to XComponentContextNoel Grandin
Change-Id: Ia800083ab052dd648e25d6ee3ac284a017d2176e
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin
API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
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