summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-19remove operator>> methodsNoel Grandin26-637/+948
in favour of ReadXXX methods Change-Id: I50a97c1855366dc14c6864da2fb91d1759d4d4db
2014-12-19remove operator>> and operator<< methodsNoel Grandin30-139/+292
in favour of ReadXXX/WriteXXX methods Change-Id: I75fcb04cb9e2981a10146a96de27916ca7f6bc57
2014-12-19remove operator>> and operator<< methodsNoel Grandin6-19/+20
in favour of ReadXXX/WriteXXX methods Change-Id: I849fd10c689fb9834ae9974e430dc337adc68755
2014-12-19fdo#39468 translate German commentsMichael Weghorn1-159/+155
Change-Id: I87ba3ac7aabbb297785eff5da6a5d498fdefd80c Reviewed-on: https://gerrit.libreoffice.org/13534 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-19libmspub depends on zlibChristian Lohmaier1-0/+1
Change-Id: I3024693698f85ef1c2bbb7fb6ee968a0d5ba6359
2014-12-18Update mdds to 0.11.2.Kohei Yoshida1-1/+1
Change-Id: I1c331863df2b1e560ba8a3d5b7dde67cce59b2df
2014-12-18Build fix for gcc 4.7.Kohei Yoshida5-17/+17
Change-Id: I9b971928fa2737d21c225406bf2a86c088be5b9c
2014-12-18sw: prefix SwTabFrm membersMichael Stahl3-96/+108
Change-Id: If2de38d23c5753e703517b5ef82d0f00070c2f34
2014-12-18sw: prefix SwRowFrm membersMichael Stahl2-24/+24
Change-Id: I262efe47d8a28d1462cf35314a99c4404ffa2200
2014-12-18sw: prefix SwCellFrm membersMichael Stahl2-5/+5
Change-Id: Ia38bdf402595dc0b7e6dabd80a4e93e53142b719
2014-12-18sw: prefix SwLayoutFrm membersMichael Stahl2-8/+9
Change-Id: If961ecfe27c6f478f030bab746278b885482b229
2014-12-18fdo#87199: sw: fix root cause of a11y crash when merging cellsMichael Stahl2-7/+3
Commit f9eff2a402a4cd28d7dbfb6ce27cbf96b31e576f is not quite right because it will leave the mpNext chain unreachable; that could perhaps be imporoved by calling RemoveFromLayout(), but... Actually the problem is basically that one of the deleted SwCellFrms points to a SwTableBox with getRowSpan() -1 (because it has been merged) and thus IsInCoveredCell() returns true and that causes ~SwCellFrm() to skip disposing the SwAccessible stuff, so the SwCellFrm is still contained in the SwAccessibleMap. Because it's rather hard to prevent this sort of thing in general, better change SwAccessibleMap::Dispose() to assume that if it found its way into the SwAccessibleMap it should be disposed and removed. Change-Id: Ib4cec6924cb026ae30bdac6857957adf237b4d70
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl11-26/+26
Change-Id: I4daf01450a4aa8f1d2bc6eae731a735d0d38a074
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
Change-Id: I64a9a2933b38e48c4531564ab4082e3c924c4959
2014-12-18cppcheck: Same expression on both sides of '||'Julien Nabet1-1/+1
Change-Id: Ibdadac46483ca3b17a12e3d1ae31f75a869b8dbc
2014-12-18line-break that into something slightly more readable within 120 columnsEike Rathke1-4/+7
Change-Id: I3b97cc4b0f108c0cc6e0aa1397cf6243b7c734b0
2014-12-18Typo: .uno:*TracedChange -> .uno:*TrackedChange.Jan Holesovsky12-8/+8
Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9
2014-12-18spell dialog: Make [Close] work in protected documents with editable fields.Jan Holesovsky1-3/+7
We have to call ToggleChildWindow directly; calling SfxDispatcher's Execute() does not work here when we are in a document with protected section - in that case, the cursor can move from the editable field to the protected area, and the slots get disabled because of SW_DISABLE_ON_PROTECTED_CURSOR (see FN_SPELL_GRAMMAR_DIALOG in .sdi). Change-Id: I1c310c028aaaf774431d0b1e6bba10e901a8166d
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
Change-Id: I14f9b8e7b7e2cdcbdc60de17471b1a3a381d83f0
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet3-5/+5
Change-Id: I899164412ad90653b4228423283f9fbd4cb5fccc
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
Change-Id: Ia7b27309251cf9e47505c58d8ed0172d134280f4
2014-12-18Unmap memory object right after the buffer is read.Kohei Yoshida1-12/+8
Change-Id: Ic7c355dc005b8071a3b5db347f51882d89d2160f
2014-12-18fdo#87448 EnhancedCustomShape2d: fix handling of scaled ARCANGLETO commandsMiklos Vajna3-4/+52
Change-Id: I7daf52a60e3fac8d9f86b464e86af60e0495fcb1
2014-12-18CppunitTest_sw_uiwriter: use gb_CppunitTest_use_rdbMiklos Vajna1-34/+1
I can't easily see what component is missing for SVM saving, and we do the same in CppunitTest_sw_htmlimport already, so why bother. Change-Id: Iba917e211fc721f8e275b3ce04a0e02c0759485b
2014-12-18Related: coverity#1202743 Bad bit shift operationCaolán McNamara1-130/+1
Change-Id: Ia2fe4abd17e09aecaef6d929dbd9b393f33c9de6
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann13-37/+37
Change-Id: I169624820cd7d25eab18a6b90482e075ebfebcc6
2014-12-18test: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann1-13/+12
Change-Id: Idbca92ee8d38fe5839ec0aeb8ee02af3e326549d
2014-12-18loplugin:saloverride does not make sense for external codeStephan Bergmann1-2/+9
...where SAL_OVERRIDE is not available Change-Id: I49d447ba90516f4f744c21302607bff97ad3c4d5
2014-12-18fix buildCaolán McNamara11-11/+11
Change-Id: I920227cd175dace306ebb16a8e476f483cf11a7a
2014-12-18Fraction: rewrite 'GetDenominator()==0' conditionsJuan Picca2-32/+26
Change-Id: Ie42972db98da48b60b3f5314e019046b2a2ee0e7 Reviewed-on: https://gerrit.libreoffice.org/12238 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-12-18Work around GCC bugStephan Bergmann1-19/+19
Change-Id: Ib53fd467cb270908846f8f613d9f085aeccdff01
2014-12-18Work around MSVC bugStephan Bergmann1-3/+3
Change-Id: I592eb027f4c13cf75f1f0a443696d4d4e8e50e04
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann15-16/+38
...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension code and CppunitTest_odk_checkapi. (It also needs to revert any -Wundef, as the config_host/config_*.h files will not be included, so the HAVE_* macros will be undefined.) This obsoletes the need for RTL_DISABLE_FAST_STRING. Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314
2014-12-18Resolves: rhbz#1175142 nStarts ends up as an invalid -1Caolán McNamara1-2/+5
Change-Id: Ic67c5562d0e9936cd6a524ecd4f798aaf885a6e8
2014-12-18avoid exceeding commandline limitsChristian Lohmaier1-1/+2
don't use "zip -@" to read from stdin, as that expects one file per line also zip doesn't like the dos-lineend, so strip that using tr Change-Id: Ib5c9040a66390119aa7a46225f2d0c8f635bf39a
2014-12-18fix buildCaolán McNamara2-31/+31
Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025
2014-12-18fix buildCaolán McNamara1-10/+10
Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025
2014-12-18jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
Change-Id: I5a16fdd9217f0523212842650d74f504f17848fd
2014-12-18bridges: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
Change-Id: I72e0df381bd9525ea4fff1f4bbd57ffe84ce241f
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist2-4/+1
No need for redundancy. Change-Id: Ia68d2e57af33cdca90246de54cdff656ea6c3942
2014-12-18drop unused helpidsCaolán McNamara1-2/+0
Change-Id: I878f5bfe15b72ed1b750abfd7ca26513aae1d6fb
2014-12-18Updated coreCaolán McNamara1-0/+0
Project: help 908b90852c513400669814a73b64245a0702ec21
2014-12-18convert RID_SVXDLG_BMPMASK dockingwindow to .uiCaolán McNamara6-689/+703
Change-Id: I1a160bd08d3be0356076789539d551f4dc6edfd4
2014-12-18xmlscript: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
Change-Id: I1fafba17c590d4485f2138e2dda877344c573df1
2014-12-18xmlsecurity: Use appropriate OUString functions on string constantsStephan Bergmann14-53/+36
Change-Id: I18370f6203455cf7568e48e49b7093d114656619
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann17-51/+49
Change-Id: I349e0c2575d9a5154ac7002d129a1851a3df7687
2014-12-18xmlhelp: Use appropriate OUString functions on string constantsStephan Bergmann6-33/+23
Change-Id: I8642ec147cb0dca32dce7ec7f3efec93bcb99cb4
2014-12-18writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann6-13/+7
Change-Id: If48c8c7181eb8eec7519ba17248244c7ba6bf0d5
2014-12-18writerfilter: Use appropriate OUString functions on string constantsStephan Bergmann7-12/+12
Change-Id: I42d89d0cc8bf9e9a0918345147ae2f64b5aabf58