summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold2-5/+5
Change-Id: Idf4bee8c51e3082d2b815d9cf5c3d7374e598622
2013-10-28fixincludeguards.sh: desktopThomas Arnhold47-105/+105
Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118
2013-10-28fixincludeguards.sh: canvasThomas Arnhold83-214/+214
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
2013-10-28remove some stray using rtl::OUStringThomas Arnhold4-7/+0
Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6
2013-10-28remove local css namespace definitionsThomas Arnhold39-60/+0
As we have it globally in sal/types.h those are not necessary. Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand1-2/+8
(cherry picked from commit 697d89b1dda760a39cd8e7e28f386dbec1aaff61) Change-Id: Id1819f695eac7a6dc4346708c7504f8df7e57c56
2013-10-28Resolves: #i123497# corrected modify implementations for bitmap...Armin Le Grand3-13/+28
lineend and color (cherry picked from commit 03fa6020a862b1b6faf69f33274022cb871e8f4b) Conflicts: cui/source/tabpages/tpbitmap.cxx cui/source/tabpages/tpcolor.cxx cui/source/tabpages/tplneend.cxx Change-Id: Ib99e8f0a59fb611972133bab1e864d59d019457b
2013-10-28Disambiguate CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-14/+14
Change-Id: Ib32d59522f33bcd2608401b4f3d3529d9dee5642
2013-10-28comphelper: use boost_headers in unit testMichael Stahl1-0/+4
Change-Id: I3858dd3d176757743a39d6a8d9c5328dd5ff34df
2013-10-28gbuild: deliver CLI config and policy files to INSTDIRMichael Stahl4-4/+6
Change-Id: I93aaf87b53c17fb143e6e6ae0bca60777dbb3eb5
2013-10-28cli_ure: remove Package_configMichael Stahl3-28/+0
- cliuno.snk is used from SRCDIR - climaker.exe.config is not packaged and appears unnecessary Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012
2013-10-28odk: adapt to cli_ure/unoil changesMichael Stahl1-6/+6
Change-Id: I9fec64c247de793ae30434c615752f48d1bc2205
2013-10-28unoil: build cli_oootypes.dll via CliUnoApiMichael Stahl5-76/+31
Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125
2013-10-28gbuild: refactor CliLibraryMichael Stahl6-104/+41
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliLibrary and CliLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: If0fea1337349c41f231c8cde122852c71d5080a7
2013-10-28gbuild: refactor CliUnoApiMichael Stahl4-92/+43
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliUnoApi and CliUnoApiTarget, merge the targets; the newly inherited variables are not expected to cause problems - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I428d801ec7058e1c6374d8162a4118a3fe581978
2013-10-28fdo#69601: refactor CliNativeLibraryMichael Stahl4-80/+46
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliNativeLibrary and CliNativeLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - the Library remains in layer NONE; the derived CliNativeLibrary is in INSTDIR - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I3bf4859e8c574f84d69eb43d12ddce0d34b5730c
2013-10-28Some clean-upStephan Bergmann2-3/+10
Change-Id: I8ef80b7ae952428a62cc1cea8b03219b77a83e99
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann5-97/+47
...which reveals that SyntaxHighlighter::notifyChange does nothing, so remove it. Change-Id: I49834af29081ee703d9e62e182e3c1f8ce7e212e
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann6-53/+23
...which reveals that m_pKeyWords, m_nKeyWordCount members are unused. Change-Id: I55020e892d463f2e40d5bcf71efba92778b317c1
2013-10-28Move implementation details to syntaxhighlight.cxxStephan Bergmann4-76/+64
(and clean up a little) Change-Id: I6e660708d8ca1509b89b306cd428dc38c8b03f2c
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann6-51/+31
...which are never read; remove thereby unused parameters from functions. Change-Id: I644d2dc1b2d13ae2f932d04243521eef97e67e3e
2013-10-28fdo#68903 Import .tsv and .xls plain text files in Calc by defaultMaxim Monastirsky1-0/+4
Change-Id: I14115542d7f0401f4fa8face9f255b4512fc0ac3 Reviewed-on: https://gerrit.libreoffice.org/6448 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2013-10-28Updated coreAndras Timar1-0/+0
Project: help 27623e809f6dc1f7e5aea9484cff1c294b2673b7
2013-10-28sw: make the uiwriter testcase a slowcheckMiklos Vajna1-1/+1
The uiwriter test is similar to filter tests, except that the asserts are filter-independent. Those are slowchecks already, move this one there as well. This speeds up 'make sw' a bit, which is slow enough already. Change-Id: I566bf94938c3de6267705a7720bf093bfe4ef7c7
2013-10-28fdo#69893 fix SwWrtShell::SelAll() to work with empty table at doc startMiklos Vajna3-0/+22
In theory, it was a problem to have the table cursor around when having the selection outside the table; but it didn't cause a problem so far. However, when the table has one or more empty cells, we really need to leave table mode, otherwise only the table gets selected. Change-Id: I766903ed624b9338f0612697b4c03f44de1d2e41
2013-10-28SwUiWriterTest: allow loading a custom bugdocMiklos Vajna1-5/+7
Change-Id: I5578e462c21c023d8c9a269f2ca254e20c1a617e
2013-10-28fdo#70951 librelogo: fix parsing problem of functionsLászló Németh2-1/+1
Change-Id: I2e85a795064ee9e58f3389aec94c942f6ae77612
2013-10-28Fingers slippedTor Lillqvist1-1/+1
Change-Id: Ic8a11c9857c04533ff96f523f1b29b1518bb89c0
2013-10-28Correctly fix "Terminating NUL" fixStephan Bergmann2-16/+89
1cbe2313edda8a04f0fe233b4a29ef4e2485f557 "Terminating NUL at end of its buffer is not considered part of OUString" was a thinko that cut the last character off the last reported HighlightPortion on a line. Change-Id: Idbe74676e85749cd93854293c6f49c7581414562
2013-10-28Demonstrate that empty comments are handled just fineStephan Bergmann1-0/+8
...see preceding revert of a79cb836b951eb2492e43aadd2ee672b9b67b914 "COMPHELPER: Allow empty comments in SyntaxHighlight." Change-Id: Ib0a8c46c19dd7f0697b95a1c28398073a1183281
2013-10-28Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"Stephan Bergmann2-6/+7
This reverts commit a79cb836b951eb2492e43aadd2ee672b9b67b914, which broke --with-help builds again, as strLine.copy(i->nBegin, i->nEnd-i->nBegin) in BasicCodeTagger::tagParagraph (helpcompiler/source/BasCodeTagger.cxx) depends on the invariant that a HighlightPortion does not extend past the source string. Also, I see no reason for that change, as empty comments are handled just fine already as demonstrated by the following commit... Change-Id: I384bae9c4cf6a38d0a0a2832fa15bde82126cace
2013-10-28Try a different way to not show the keyboard initially on iOSTor Lillqvist1-8/+8
Change-Id: I978cfcb52297ace7e3916a63ce3dc9f179a6a208
2013-10-28Get rid of some crackTor Lillqvist3-13/+3
Change-Id: I9806eb87e8d679c3b37de9cf7b87e26c3d4b5387
2013-10-28Add a couple of source filesTor Lillqvist1-0/+4
Change-Id: I45e1a8483ff065d584d83824f9020f7d33a5257e
2013-10-28Add some (commented out) SAL_DEBUG() callsTor Lillqvist2-0/+8
2013-10-28Access2Base : Reference to documentation added in every moduleJean-Pierre Ledure24-52/+186
+ workaround for setPosSize issue (LO 4.1) + "Sidebar" argument for RunCommand + Trace dialog layout revisit for cleaner display in Linux Change-Id: I0d5c4da5681ab1649d062a7133d507163163343e Reviewed-on: https://gerrit.libreoffice.org/6449 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-10-28fdo#70100 Detect single stream excel files with BOF ID 5Maxim Monastirsky1-0/+1
Change-Id: I321b7a08e0436a9c33878acd1ce2f98c497040b5 Reviewed-on: https://gerrit.libreoffice.org/6447 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold5-18/+3
So there is no need to do this locally, too. Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold38-186/+1
So there is no need to do this locally, too. Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
2013-10-27Remove trailing whitespacesRoi Illouz1-1/+1
Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c Reviewed-on: https://gerrit.libreoffice.org/6446 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-27No more lib dir. Linking to original filesRoi Illouz1-1/+1
Change-Id: If63add1f1bfdb9f5a2bcdc0c942bf991cbc47dfc Reviewed-on: https://gerrit.libreoffice.org/6445 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-28Shortcut when the SvpSalFrame already has the "focus"Tor Lillqvist1-0/+7
2013-10-27Fixup glitches in selection handle dragging and coordinate offsetsTor Lillqvist3-9/+26
It is obvious that I don't fully understand how to handle the view coordinates, the applicationFrame etc. Possibly I am doing something slightly wrong... Anyway, add a hack to make the touch input actually refer to the thing under the finger;) Also fix the handling of the selection end dragging. Change-Id: I27a6a978e7fc28759b70d29ebca75bfd6b5f54a1
2013-10-27Bin some unnecessary NSLoggingTor Lillqvist1-2/+0
Change-Id: Id4baff53735586345dd6624f3c8b996f1816149a
2013-10-27Tweak how the resize handles look and make it easier to grab themTor Lillqvist1-16/+28
Note that this *is* still just an experimental app, not intended to be in any way carefully designed for end-user use. I tweaked the look and feel a bit just for fun. Change-Id: I98339d32a8c3ac332fc42b206ab185a61abc4cc6
2013-10-27Remove redundant comment.Andrzej J.R. Hunt1-1/+0
Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8
2013-10-27Firebird: Use explicit integer sizes.Andrzej J.R. Hunt1-2/+2
Change-Id: I5cabe21a2d675773792f9c9d5130d8660718efe8
2013-10-27FIREBIRD: SQL_INT64 should be 8 bytesArnaud Versini1-2/+2
Change-Id: Iae71aab4cd68592fa6e5a7d55468e442e6d94385 Reviewed-on: https://gerrit.libreoffice.org/6451 Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org> Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2013-10-27COMPHELPER: Allow empty comments in SyntaxHighlightArnaud Versini2-7/+6
Change-Id: I0f3d5673e28e34ed3921c930aca48f3d7574b064 Reviewed-on: https://gerrit.libreoffice.org/6450 Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org> Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
2013-10-27fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard1-2/+2
Change-Id: I0a37af434a9527ebf1e790d9c3ebd519b7684955