summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-15fdo#52208 DOCX import: don't always ignore cont sect break at the doc endMiklos Vajna
Regression from commit 1fdd61db155cf63d5dd55cc2bfb45af33796e131, continuous section break does make sense at the end of the doc, if the previous type was a non-continuous. Change-Id: I6d82c67e068d8dc3ce1edb1a5fe6ad293afd805d
2012-10-15Add animcore and dba mappingsTor Lillqvist
Change-Id: If560563c884dc3ee4159aae24e62c5f56c544254
2012-10-15ctags: fix warningMiklos Vajna
ignoring null tag in filter/source/svg/presentation_engine.js Change-Id: I84e077373d872031308b12c2b336e7e4972973f1
2012-10-15conditionalize build of external modulesDavid Tardon
Change-Id: Id0a1d289a58614f34e45556ce4bf755b5ccfecc8
2012-10-15coverity#738967: Unused pointer value.Jan Holesovsky
Change-Id: I2836de141d72e9c6e6cc5aa55a66f9e672912754
2012-10-15matus: tml_: merge librsvg/prj/build.lst into tail_build/prj/build.lstTor Lillqvist
Change-Id: I9d25a960305004ce22e69c8f5bacbfe631f46952
2012-10-15pyfax.zip has been renamedDavid Tardon
Change-Id: I981ea3a52b8f2bbf3068d19832f1358a340bd96b
2012-10-15Don't be paranoid, surely all our platforms have a working memcmp()Tor Lillqvist
The openldap configury thinks it's safest to assume memcmp() isn't working if it can't run a test program when cross-compiling. Meh. Change-Id: I4cd580f91b83de558f841d4dba781e8551aace34
2012-10-15export symbols after gbuildificationDavid Tardon
Change-Id: I5c8ef1009a65fa5a38174898f58f9146e1367aa9
2012-10-15Ccache doesn't like several -arch flagsTor Lillqvist
So make sure just one is passed to the compiler. Change-Id: I217b7ac34ba20e35a23c18df6b497919061ca44c
2012-10-15add a unit test for removing rows/columns with commentsMarkus Mohrhard
Change-Id: I91d9abdc61f75ba080e092dc9b4e18bdb89b3705
2012-10-15sal_Bool to bool in anyrefdg.[ch]xxMarkus Mohrhard
Change-Id: I4efa09c0185e7825d5b705ca0171f52b8aae17df
2012-10-15hide edit fields for duplicate and uniqueMarkus Mohrhard
Change-Id: Ib2d07a22393604ea11454de125849e9d0da430b8
2012-10-15fix memory leak in note handlingMarkus Mohrhard
Change-Id: I55a7673aff8e23f59ccb99ea73a102df215ba599
2012-10-15fix the problem in the right methodMarkus Mohrhard
Change-Id: Ifedd563ad430cff957e148d81367139455d71686
2012-10-15Drop undefined functionTakeshi Abe
Change-Id: I474371f2c35b82a9785b7fa6254bd4e60b4a73e4
2012-10-14Handle cross-compilationTor Lillqvist
Guesstimate that --with-yielding_select=yes. Change-Id: I44c91c41b5f46ee4e969065b8c5e7c0c01899286
2012-10-14Handle cross-compilation of nss (for desktop OSes)Tor Lillqvist
A bit messy, but then so is the nss configuration and build mechanism. Change-Id: If2259e3da81521a2f87a5b312c6acd9d40e75ae5
2012-10-14pyfax: get rid of import *Xisco Fauli
Change-Id: Ifb1d5edc400fe9f8b91851057c243280151eb1a2
2012-10-14pyfax: replace tabs with spacesXisco Fauli
Change-Id: I8606c419e93ace8895b409a364fd79b474be7f6a
2012-10-14pyfax: Remove java codeXisco Fauli
Change-Id: If910b37990677458dcb2c88007ad713b1f208fbe
2012-10-14pyfax: uuupsXisco Fauli
Change-Id: I392ef7ff029e59b405086fae10a8a9a6bb70d64b
2012-10-14pyfax: replace tabs with spacesXisco Fauli
Change-Id: Iec6b3738723adf43dee4801c30660007f9391797
2012-10-14Handle the CPPRUNTIME crackTor Lillqvist
Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04
2012-10-14Filter out fairly pointless ld warning from crt1.o (!) in the 10.4 SDKTor Lillqvist
Unfortunately the pixman and cairo configury consider any non-empty stderr indicating an error, even if it just a warning and the exit status of the command is success. Change-Id: I921f72fcfc127d9c34a8db448926e478a82646d6
2012-10-14Check for cross-compilation in generalTor Lillqvist
Change-Id: I52cbef2ff90fa4af04c21f043c07fcd2aae8d273
2012-10-14FontPrevWin_Impl::CheckScript(): assert that there is text:Michael Stahl
If there is no preview text here then aTextWidth will have no entries and we crash when writing to the non-existing first element. aText should come from the current SfxViewShell, from the font name (unless that is ambiguous, e.g. a selection of text with multiple fonts), or the Window text (Window::GetText(), whatever that is).
2012-10-14sd: fix crash in character format dialog:Michael Stahl
When text with different fonts is selected in Draw or Impress, the character format dialog crashes, because (among other things) the selected text is not returned by SfxViewShell::GetSelectionText(). Crash was observed both with GraphicViewShellBase and ImpressViewShellBase as current shell. Override that method in sd::ViewShellBase to forward to a main shell that happens to be a DrawViewShell which is not actually a SfxViewShell but happens to implement GetSelectionText() for mysterious reasons.
2012-10-14loplugin: fix some indents and unused OUStringsCaolán McNamara
Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e
2012-10-14Enable cross-compilation in general, not just with MinGWTor Lillqvist
Change-Id: I655c6094e98939d5b087ecb3d2bd6ffef0ea3a05
2012-10-14Experiment with PowerPC Mac cross-compilationTor Lillqvist
Using Xcode 3 and the 10.4 SDK is obviously assumed. Change-Id: I8fc3cf75a976edae41d430017b6110f5a424c75f
2012-10-14Related: fdo#47250 catch harderCaolán McNamara
Change-Id: Ie6b26670a6809fc07b344660111be44cb3e6a011
2012-10-14fdo#55927: copy .uno:View100 icon from .uno:Zoom100PercentIvan Timofeev
Change-Id: Ia89854011db4ccfdb889da91f88ed7aef57dbec7
2012-10-14Added stream sanity checking to TGA filterMarc-André Laverdière
Change-Id: If6bb9f28e76ea012ac46b74e3cea0e27fd86741e Reviewed-on: https://gerrit.libreoffice.org/864 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-14sw: fix new clang warnings in ww8 filtersMiklos Vajna
Change-Id: I76db821d5388e756d6007dff9af2bc029972ea72
2012-10-14Fix consecutive breaksJulien Nabet
Change-Id: I341e42bc784f2e9b87a8e30de7de8ff1dc4fe6ca
2012-10-14Fix member not initialized in the constructor in sw/source/ui/envelpJulien Nabet
Change-Id: I78b09bb229ba4ab0c1eae276727153254045db1f
2012-10-14document sallogareas compiler checkLuboš Luňák
Change-Id: I72d25ec9a1acafa2bc451e620d5dc5721d849c42
2012-10-14Make sure glib-mkenums is found when there is no system oneTor Lillqvist
Change-Id: Ib2c246d0abba0ffe34d6adcc4d63e8fbacc41b74
2012-10-13oox: fix loplugin warningsMiklos Vajna
Change-Id: I73375f46d31ef7446b7c059aa2a23024e677021c
2012-10-13cppuhelper: remove obsolete commentMichael Stahl
2012-10-13sw: tweak comment translationsMichael Stahl
0413cc28 5513e24e d93196c8
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara
fix up some indents, remove some unused OUStrings and add some log areas Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b
2012-10-13callcatcher: update unused code and drop freshly unused methodsCaolán McNamara
Change-Id: I8b1c0cc4a1af259e39578c36bace126c35337ecd
2012-10-13remove debug outputLuboš Luňák
Change-Id: I719ce8870320f3bddd68fe26cf2c2b941e0a9403
2012-10-13Remove consecutive break and a break which follows a returnJulien Nabet
Change-Id: I8dec9eda857f7da452992bc785426449933acc59
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák
Some of the areas are guesses I've added after seeing them, whoever feels reponsible for whichever part of the code feel free to adjust them. Change-Id: I2192de84d51cc2bc7c28fa84019d38b465985d15
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák
Change-Id: Ib5e606283d3d37c38e9729c79c4531807a1419d3
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan
it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
+ replace "<" by "!=" for end iterator comparison with current it Change-Id: I6e90caa8752c7057cca8c74fca12c0a050544dbb