summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-30Updated coreCaolán McNamara
Project: help d8b9fe2b21d1a3e0fdd7ca0ce41b7c136d7fcf76 typo sw->swriter
2012-10-30Intentionally add a formula cell in column 1.Kohei Yoshida
Column 1 only consisted of static values prior to this. Inserting a formula cell will break the range-based formula sharing and dependency tracking but it should still continue to work. Change-Id: I5187ccf15ec1dffe4b6b10086f815b18c21e17c1
2012-10-30Another test case for column formula arrays.Kohei Yoshida
We will later handle this use case using shared formulas. Change-Id: I6403ae4adddc865d0418290e1549a91ef4eeb318
2012-10-30New unit test for formula dependency tracking.Kohei Yoshida
Change-Id: I5dad87cd67f8644509087394faa7c4880deb8ee6
2012-10-30desktop: tweak xmlCleanupParser hack: disable on return from mainMichael Stahl
Lubos has apparently a case of xmlCleanupParser run as an atexit handler, from KDE's Strigi library; hopefully this should help to avoid the abort then. Change-Id: I50d2e92e5078016943f71a62070743ab8d6628bb
2012-10-30sw: work around random crashes in ww8exportMiklos Vajna
Change-Id: If11bff5804770976f069a49a1c508744d6e1987b
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc36
These iterators are already assigned with the same value a few lines above. Change-Id: I4051db7599824cf407af9ec91ef8f6633467ea36 Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/938 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-30fdo#56512 testcaseMiklos Vajna
Change-Id: Ib075209a2b61041ed40685093bc277243a0bef04
2012-10-30fdo#56512 fix RTF import of non-unicode Hebrew textMiklos Vajna
The trick here is that we can't just fall back to Hebrew encoding for the whole document, as that would mirror shapes as well. Instead, check where \rtlch is used, and there fall back to the default encoding. Change-Id: Iaf155912fab6a559ed165870b8524c23cabcb86d
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna
That's how this worked prior to stlification. Change-Id: I4b1a9735c92efc181a2d1f47cafb04d2855fdfe2
2012-10-30In "unopkg gui" dispose component context from DeInitVCLStephan Bergmann
...the same way it is done in soffice.bin. framework's Desktop::dispose() requires the solar mutex to be still alive, which is destroyed in DeInitVCL, so if the component context/service manager is only disposed afterwards, the solar mutex is already gone. This required moving disposeBridges() around, but it allowed to get rid of DisposeGuard. Change-Id: Ibec3d19040fdae23f492cd1e29084e673403e00b
2012-10-30Updated coreCaolán McNamara
Project: help c532aed5026dbdef6992b3aa1e2714de02781b4a update endnote and footnote help ids for .ui format
2012-10-30make that mingw suffix patch mingw onlyCaolán McNamara
Change-Id: I5a8dc6ddc620bf4a4bdccfb17ffbf1155fa53987
2012-10-30convert end/footnote dialog to .uiCaolán McNamara
Change-Id: I22c7e030a77f125f70b1b532b3c07c5a405b18b0
2012-10-30more_fonts: convert to ExternalPackage for incremental buildsMichael Stahl
Change-Id: Id24975e0bc9a28f6c66599c4b58c01471dd2d8ef
2012-10-30extras: extra_fonts needs to be a ExternalPackageMichael Stahl
... so everything is re-delivered on an incremental build when unpack happens. Change-Id: I0d6dae6bdbafc94898546146140069d4c67f5c8e
2012-10-30fix character positions translation (partial fix for n#757387)Radek Doulik
Change-Id: I042d6de9533f0f33e1fb64c3b92dc1bafaa6149f
2012-10-30fix mingw cross-compilation of libxmlsecDavid Tardon
It works on Fedora 17 with internal nss, at least :-) It would be nice to clean up the patch and throw away all the crack related to cross-compilation on Windows, but I am really not much interested in that. Also, I am lazy .-) Change-Id: I008e13b0c4eef9cef361af058e1f32deada8e2aa
2012-10-30fdo#55514 put liblangtag dll to install setDavid Tardon
Change-Id: Ia2df651604358c70c0af129b5d60b149d2f1629e
2012-10-30mangle file mode to avoid breaking rebuildsDavid Tardon
Change-Id: Id436bdbf3a307a3a3c9735ad911e397a21ab701b
2012-10-30liblangtag needs glib tooDavid Tardon
Change-Id: I24b3c5dd299e0196a7a508286e27a79869f8f044
2012-10-30fix mingw build of nssDavid Tardon
Change-Id: Ic3bcc1297cde1c0680637d02c0e60528d2e60e52
2012-10-30Build platform configure needs solenv/bin/getcompver.awk nowTor Lillqvist
2012-10-30Fix MSVC build: LIB is not in environment so set it for the nmake commandTor Lillqvist
Change-Id: Ic2f43692f003f6d3a88681d61fe21f52276b0b7b
2012-10-30Try to fix Android tinderbox buildTor Lillqvist
For some reason $(LIBS) seems to contain a bunch of unneeded libraries including -llo-bootstrap when we get here. Those won't be found by the basic configury as there are no -L switches included, causing the lovely "C compiler cannot create executables" problem. Change-Id: Id7cfba191bd16649c7948194eb7ebdbfbfb74f3e
2012-10-30we have to have all tabpages in all modes nowCaolán McNamara
Change-Id: I05a587d4b0556cb9eda49583441b3f57d923a800
2012-10-30squeeze all Exceptions through RuntimeException for exception sigCaolán McNamara
Change-Id: I50377a12c2baadf48767e1d4c265417d3c8ab765
2012-10-30cancel on insert frame was inserting a frameCaolán McNamara
Change-Id: Ie95947935b5891642f22c81a15ae1d9ed24fd3f2
2012-10-30Try to fix a highly parallel build of libcmis with a non-system curlTor Lillqvist
The problem us that gb_LinkTarget__use_curl only declared a dependency on an *unpacked* curl tarball, but the curlbuild.h file is *generated* during curl configury. So something that depends on a (non-system) curl needs to depend on curl having been configured at least. Let's try like this. Change-Id: I87b2a3292807d9bb873c3656caf58c4d98d8f622
2012-10-30fdo#46808: Improve previous commitStephan Bergmann
* Removing m_xLngMgr.is() check from SfxThesSubMenuHelper::GetThesImplName was unsound with SfxThesSubMenuHelper ctor swallowing Exception; best fix appears to be to remove the swallowing. * Prefer forward declarations over #includes. Change-Id: Ie4e7dcd6cdb14046516d119605bbf78e81359768
2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin
Create a merged XLinguServiceManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I297bada1066cd74809108641b56ee4d5898112ec
2012-10-30Rationale for webdav-neon vs. webdavStephan Bergmann
...regarding 03ded70913f957460f90608465e4d0a182879074 "rename ucb/source/ucp/webdav to webdav-neon" followed by 015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281 "re-base on ALv2 code," copied from libreoffice-dev IRC. Change-Id: I7388007f5f8cfd34aa19cb68ee3bc59b2905153b
2012-10-30Properly spell out "dbaccess"Stephan Bergmann
...so that these tests also work from a toplevel make. Change-Id: I82899ce6f1760b34b365ee5cfacbadb1f40de766
2012-10-30fdo#46808, use service constructor for security::CertificateContainerNoel Grandin
Change-Id: Ia8bcd2efd8137922024fb2ed2f2e4197f4ee25e1
2012-10-30Correct location of the libtool-built libcurlTor Lillqvist
Change-Id: I0b997cdd3c133fa2212d519a136fa17f08a68730
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann
... "SvTreeList: fix singular iterator compare assertions" after commits that broke it again. Change-Id: I527fe37e2a0a9f6fbba468261892379920f02c10
2012-10-30scp2: adapt to curl gbuildificationMiklos Vajna
Change-Id: I51cd4e315f99099b9ee62761f404dbb640bc3106
2012-10-30fix typoDavid Tardon
Change-Id: I326409a90162395150a72dcb108b180a07f1afb9
2012-10-30sal_Bool to boolTakeshi Abe
Change-Id: I87d6e518aebcd0074f673b84b66df27ae9a0a15a
2012-10-30bInsWithFmt was always trueTakeshi Abe
Change-Id: I72d764cd88dcd6516edfd11dd39d54f166340de2
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida
Change-Id: Ic20584b5da2920dc8f2761b7f2c65c58713c5895
2012-10-29Remove unnecessary type casts.Kohei Yoshida
Change-Id: Idda5d6ad4d8991efb97d75b7ee743bc98b3e4c03
2012-10-29These are not used.Kohei Yoshida
Change-Id: If3fdbf7118b94ae9d71ca388f07e3b0a5b4e5787
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida
Change-Id: I9e9f6fa6a198bbab7397f7e10a3c39ecdd9e00f9
2012-10-29Remove remaining use of SvTreeEntryList.Kohei Yoshida
Change-Id: Id29111b0dd9a14fc2dbb18447293b2ac01e20df4
2012-10-29Remove use of SvTreeEntryList from RemoveSelection.Kohei Yoshida
Change-Id: I8ed7ed76536cb71eff9f7a362220462f0ec112e3
2012-10-29Let's use const where we can.Kohei Yoshida
There still lots of other methods that should take const pointers. But one step at a time... Change-Id: I1bae409ddb1939943db8c6f40d1b180f82f42bce
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida
This replaces SvTreeEntryList. The only thing to be wary of is that now we use ptr_vector to store child entries, which changes the scheme on the life cycle management of tree entries. Change-Id: I92b6e41ea500bc9b9227259c010887b798194909
2012-10-30pyagenda: rework AgendaTemplate.py. Still some work to doXisco Fauli
Change-Id: Ife802611e8aef10e5d06f04617662753d6f2ee21
2012-10-30pyagenda: Add callwizardXisco Fauli
Change-Id: Icbceb222d400652f4e8757a9aa2967bee60bc09e