summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-27Mark as const/staticTakeshi Abe
Change-Id: I9000ea607e1df140ac18d59f7c4d4abd999c71d1
2013-07-27Drop unused inline functionTakeshi Abe
Change-Id: Ibc0d19861cf86cfdbef48010dd4099768e7ee767
2013-07-27fdo#67365 testcaseMiklos Vajna
Change-Id: I921eda30f60e5466e381922193c2a46be10ad65c
2013-07-27fdo#67365 fix RTF import of RTF_QC in table cells wrt unusual group stackMiklos Vajna
Change-Id: I487e1a941f499ab3d0a820c790af051a9b972376
2013-07-27fdo#67365 fix RTF import of inherited cell widthsMiklos Vajna
In theory, this is not needed since 01292f171cc851ba092510f10a97cd293670829e, and in practice it even causes a problem here. Change-Id: Id2c2f3f7815efada138f3f84724af77be3372fc1
2013-07-27fdo#67365 fix RTF import of inherited row props wrt unusual group stackMiklos Vajna
Change-Id: I273d89a0708601a38dd8bda734a72b4c92da2cc4
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl
The clients always start with First() anyway so they might as well use external iterators, which makes calling First() in certain situations just so the internal iterator is invalidated unnecessary. Change-Id: I0948576c20410136448e8b85311c21a257469bc7
2013-07-27remove some more SfxObjectShell methods that only call each otherMichael Stahl
Change-Id: I71807adff43ce2cfb748764edcc5880cdbba746f
2013-07-27SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl
The only caller who could have used a non-default value was SfxObjectShell::Insert(). Change-Id: I18174a54a9c0246850dc6347d0147e8640ad101d
2013-07-27turns out nobody calls those SfxObjectShell methods, remove themMichael Stahl
Change-Id: Ic04fc47e88f0d12a0889fd9e28ff0fc42c6556aa
2013-07-27rename SfxObjectShell::Insert / Remove ...Michael Stahl
... to something more unique, and use SAL_OVERRIDE. Change-Id: I0f991870974cad42c86d6af162359dafb475c5aa
2013-07-27fdo#67303: sw: speed up setting IsHidden property on stylesMichael Stahl
Importing an ODF document with 4089 styles is ridiculously slow, spending most of the time in SwStyleSheetIterator::First() to reset an existing iterator. Since the SwStyleSheetIterator can handle the case when First() has not been called anyway, just add a new method that resets the bFirstCalled flag, which takes next to no time. (regression from a0dcf961879ab644a52f801f65466756cb144b72) Change-Id: I8741b4c0cd51f8c244462ce28a754abc427d0df3
2013-07-26OUString conversion in sd in textapi.hxx and related filesMÁTÉ Gergely
Change-Id: Id080ae9aaf08de1b0903ee12dc1082c7e531af0b Reviewed-on: https://gerrit.libreoffice.org/5114 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-26fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/docJulien Nabet
Change-Id: Id1416ae6c1efaa251a979ac67e90b5261f64bd9a
2013-07-26convert GetSelectEntry family to OUStringCaolán McNamara
Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae
2013-07-26fdo#46037: 1 less occurrence comphelper/configurationhelper in fmwk/helperJulien Nabet
Change-Id: I504789fb6b1e5332b0c131313ea9b9c538227d46
2013-07-26fdo#46037: comphelper/configurationhelper partly not used in fmwk/acceleratorsJulien Nabet
Change-Id: I710b9155b6ce8f42f46d87c80cebf37414e91c70
2013-07-26avoid strncpy for windows.Michael Meeks
Change-Id: I7949697bb245e08355a061b4548c4078bbe9a091
2013-07-26more liblibreoffice pieces.Michael Meeks
Change-Id: I21d67de281847321d784cddc652d4a51a437fadf
2013-07-26fdo#46037: no more comphelper/configurationhelper.hxx in framework/classesJulien Nabet
Thank you Stephan! Change-Id: I70a7f3dbbbe71c165f823ecc207bb5995a8e1376
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
Change-Id: Ic762d02458265fe1ef2f4ba0b286438b6082e805 Reviewed-on: https://gerrit.libreoffice.org/5120 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
Change-Id: I00cfd958c2e7d430d9bcb03a609bbead812de3f3 Reviewed-on: https://gerrit.libreoffice.org/5122 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
Change-Id: I8fe1cdccfef61c3cac88a24d057615b0ceda682a Reviewed-on: https://gerrit.libreoffice.org/5126 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-26Ignore empty line in autogen.inputIsamu Mogi
Change-Id: I5a640c996779ba548c1b4772820eaa799537c1af Reviewed-on: https://gerrit.libreoffice.org/4991 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-26stash rather arbitrary widget sizes in one placeCaolán McNamara
Change-Id: I26cc3185d6abbce516f7c7d9243962b873587859
2013-07-26Convert shadow tab page to widget UIOlivier Hallot
Change-Id: I8828100136f73e4f80cb11c2b5003fa7de6b575f Reviewed-on: https://gerrit.libreoffice.org/5116 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-26cleanup link file syntax.Michael Meeks
Change-Id: Ic2bfbce05e1d291af0ce8ba551b8c1e6227039d4
2013-07-26Various fixes for icon theme link files.Michael Meeks
Don't package icons we have links for instead. Also check that links don't point to themselves or other links. Also warn if we have links to files that are not mentioned in the filelists. Also check that links have targets packed and warn if not. Change-Id: I9e69340432b7289e49c854fecd4944ae459acc75
2013-07-26Rename misleading icon link data from cache to hash.Michael Meeks
Change-Id: Iefce4992e7a0180cba57ea35fb51d077c642af80
2013-07-26fdo#33605: Handle http etc. URLs with no path but fragmentStephan Bergmann
Change-Id: I8c47cc55e7ad53e514c0bd46130cbbe6a1bb0357
2013-07-26Use BUILDDIR, not SRC_ROOTTor Lillqvist
Change-Id: I497238fbc8344a1bb8703dfd8090bd4e5c420ff1
2013-07-26'almost finished' doesnt sound like a clean targetBjoern Michaelsen
Change-Id: I0455dce3c41a859a6d3f7c2cc62ba5002559bd29
2013-07-26fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widthsMiklos Vajna
Instead of checking if any cells have fixed width, check if all calls have fixed with. Regression from 74c5ed19f430327988194cdcd6bdff09591a93fa. Change-Id: I58d3d16cbaa2c54a8a1ac309910336c72dcb39b7
2013-07-26String -> OUStringIvan Timofeev
Change-Id: I244de2137f6a7b26f21de24ff9273c5c3672d12e
2013-07-26String -> OUString, sal_Bool -> boolIvan Timofeev
Change-Id: I078599f1c109f85ff6ba5895c31912d5def98c27
2013-07-26SwGlossaryList: don't use output parameters, convert to OUStringIvan Timofeev
Change-Id: Iae21524d85a832ba17ba120f491bb13d1bdfcffa
2013-07-26patching out doc->encoding is not needed anymoreEike Rathke
Upstream 71e2b41a366ecd150700025058364c7dbf3576a7 fixed that. Change-Id: I6f91170be9888c1fca19839d3ec6bb745dcff329
2013-07-26Resolves: fdo#67344 wrong relative menu positionCaolán McNamara
Change-Id: I4a0cc610cc3c6a9c4164a69d40a9b0230aa702a4
2013-07-26Updated coreCaolán McNamara
Project: help 9d984456abaefb364a6b5f77928dfc14e2c571c1
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
2013-07-26adapt code for define database range dialog .ui conversionCaolán McNamara
Change-Id: If89e5eded5873f1bb33d04bebcc742d747d7a1c4
2013-07-26definedatabaserangedialog.ui widgetReem.ALotaibi
Change-Id: I68a72b62b55d8964c147265495a39e0c07bf6ee4 Reviewed-on: https://gerrit.libreoffice.org/5115 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-26unit test for fdo#62729Noel Power
Change-Id: Ib9be75459aa49b8bab968dedae9e0760ccef9a26
2013-07-26fix for fdo#62729 reference pos can point to non existing tableNoel Power
there is an existing function ( called at least from uno names api also ) that updates the tab pos, calling that seems to fix this problem Change-Id: I6f6f31895eda9c338eeabd3f3285bf2c9eb23b7e
2013-07-26Revert "add threaded pool support for avahi backward compatibility"Siqi
This reverts commit af1ce3de97a6c1d583f82558ee18054b7917b03d.
2013-07-26setsdkenv_unix.csh is no moreBjoern Michaelsen
Change-Id: I1f20dbc690be23c013c26c0a37b8d6eceef0f51d
2013-07-26Move the (unimplemented) READONLY_INSTALLSET flag into config_features.hTor Lillqvist
Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091
2013-07-26Move OS X sandbox flag to config_features.hTor Lillqvist
Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641
2013-07-26RTF import: fix groupshape import when shapes don't contain textMiklos Vajna
Without this, the groupshape itself was created, not it had no child shapes. Change-Id: I5d3276498eb3ffe840f3d42dad16661849596da4
2013-07-26add threaded pool support for avahi backward compatibilitySiqi
As suggested by Avahi maintainer, we should ship threadedpool support with the build since it's not availble to avahi priori to 0.6.3 This keeps the avahi support backward compatible. Change-Id: I70db9d5b3be3fba744e40c9bb183307819b7df4e