Commit Graph

337167 Commits

Author SHA1 Message Date
Michael Stahl
e5eac916e8 cli_ure: remove Package_config
- cliuno.snk is used from SRCDIR
- climaker.exe.config is not packaged and appears unnecessary

Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012
2013-10-28 14:03:13 +01:00
Michael Stahl
d1a06bc2b4 odk: adapt to cli_ure/unoil changes
Change-Id: I9fec64c247de793ae30434c615752f48d1bc2205
2013-10-28 14:01:08 +01:00
Michael Stahl
ab74a83039 unoil: build cli_oootypes.dll via CliUnoApi
Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125
2013-10-28 14:01:08 +01:00
Michael Stahl
968c735aa7 gbuild: refactor CliLibrary
- 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-28 14:01:08 +01:00
Michael Stahl
6bd0f9ba9d gbuild: refactor CliUnoApi
- 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-28 14:01:08 +01:00
Michael Stahl
decf809674 fdo#69601: refactor CliNativeLibrary
- 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-28 14:01:07 +01:00
Stephan Bergmann
a2f9c446b7 Some clean-up
Change-Id: I8ef80b7ae952428a62cc1cea8b03219b77a83e99
2013-10-28 13:48:14 +01:00
Stephan Bergmann
176ac1e616 Remove unnecessary SyntaxHighlighter::Tokenizer statefulness
...which reveals that SyntaxHighlighter::notifyChange does nothing, so remove it.

Change-Id: I49834af29081ee703d9e62e182e3c1f8ce7e212e
2013-10-28 13:48:14 +01:00
Stephan Bergmann
c99267b326 Fold SyntaxHighlighter::initialize into ctor
...which reveals that m_pKeyWords, m_nKeyWordCount members are unused.

Change-Id: I55020e892d463f2e40d5bcf71efba92778b317c1
2013-10-28 13:48:14 +01:00
Stephan Bergmann
6aa24e7565 Move implementation details to syntaxhighlight.cxx
(and clean up a little)

Change-Id: I6e660708d8ca1509b89b306cd428dc38c8b03f2c
2013-10-28 13:48:14 +01:00
Stephan Bergmann
f5e8be8bb1 Remove unused SimpleTokenizer_Impl::nLine/nCol
...which are never read; remove thereby unused parameters from functions.

Change-Id: I644d2dc1b2d13ae2f932d04243521eef97e67e3e
2013-10-28 13:48:13 +01:00
Maxim Monastirsky
8a201be240 fdo#68903 Import .tsv and .xls plain text files in Calc by default
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-28 12:34:47 +00:00
Andras Timar
48314b5d52 Updated core
Project: help  27623e809f6dc1f7e5aea9484cff1c294b2673b7
2013-10-28 12:16:49 +00:00
Miklos Vajna
e6f87a6f38 sw: make the uiwriter testcase a slowcheck
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-28 12:00:31 +01:00
Miklos Vajna
d1eb536c7e fdo#69893 fix SwWrtShell::SelAll() to work with empty table at doc start
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-28 12:00:22 +01:00
Miklos Vajna
ed2790435f SwUiWriterTest: allow loading a custom bugdoc
Change-Id: I5578e462c21c023d8c9a269f2ca254e20c1a617e
2013-10-28 12:00:06 +01:00
László Németh
850871e04e fdo#70951 librelogo: fix parsing problem of functions
Change-Id: I2e85a795064ee9e58f3389aec94c942f6ae77612
2013-10-28 11:48:33 +01:00
Tor Lillqvist
85289911a3 Fingers slipped
Change-Id: Ic8a11c9857c04533ff96f523f1b29b1518bb89c0
2013-10-28 11:48:02 +02:00
Stephan Bergmann
0827aba84e Correctly fix "Terminating NUL" fix
1cbe2313ed "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-28 10:47:19 +01:00
Stephan Bergmann
2733bc38f0 Demonstrate that empty comments are handled just fine
...see preceding revert of a79cb836b9 "COMPHELPER:
Allow empty comments in SyntaxHighlight."

Change-Id: Ib0a8c46c19dd7f0697b95a1c28398073a1183281
2013-10-28 10:47:19 +01:00
Stephan Bergmann
a699e7c70d Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"
This reverts commit a79cb836b9, 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-28 10:47:19 +01:00
Tor Lillqvist
a027fa4238 Try a different way to not show the keyboard initially on iOS
Change-Id: I978cfcb52297ace7e3916a63ce3dc9f179a6a208
2013-10-28 11:33:10 +02:00
Tor Lillqvist
f0fb30e7d0 Get rid of some crack
Change-Id: I9806eb87e8d679c3b37de9cf7b87e26c3d4b5387
2013-10-28 11:33:09 +02:00
Tor Lillqvist
c755095112 Add a couple of source files
Change-Id: I45e1a8483ff065d584d83824f9020f7d33a5257e
2013-10-28 11:33:09 +02:00
Tor Lillqvist
0d9067906e Add some (commented out) SAL_DEBUG() calls 2013-10-28 11:33:09 +02:00
Jean-Pierre Ledure
0bb042d442 Access2Base : Reference to documentation added in every module
+ 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-28 07:38:33 +00:00
Maxim Monastirsky
71882916f6 fdo#70100 Detect single stream excel files with BOF ID 5
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-28 00:49:54 +00:00
Thomas Arnhold
7eb42bddb3 windows: warning 4706 is disabled globally in com_MSC_defs.mk
So there is no need to do this locally, too.

Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec
2013-10-28 01:08:27 +01:00
Thomas Arnhold
54a17dd246 windows: warning 4355 is disabled globally in com_MSC_defs.mk
So there is no need to do this locally, too.

Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad
2013-10-28 01:02:13 +01:00
Roi Illouz
71e1c79ace Remove trailing whitespaces
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-27 22:51:11 +00:00
Roi Illouz
7de58c3c44 No more lib dir. Linking to original files
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-27 22:50:58 +00:00
Tor Lillqvist
8c94f0ef7e Shortcut when the SvpSalFrame already has the "focus" 2013-10-28 00:24:31 +02:00
Tor Lillqvist
876111ad31 Fixup glitches in selection handle dragging and coordinate offsets
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-27 22:11:19 +02:00
Tor Lillqvist
ee1f43710f Bin some unnecessary NSLogging
Change-Id: Id4baff53735586345dd6624f3c8b996f1816149a
2013-10-27 22:11:18 +02:00
Tor Lillqvist
37056560a3 Tweak how the resize handles look and make it easier to grab them
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-27 22:11:18 +02:00
Andrzej J.R. Hunt
0ef3db3563 Remove redundant comment.
Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8
2013-10-27 19:30:19 +00:00
Andrzej J.R. Hunt
05e50fd54b Firebird: Use explicit integer sizes.
Change-Id: I5cabe21a2d675773792f9c9d5130d8660718efe8
2013-10-27 19:20:42 +00:00
Arnaud Versini
82bafb4860 FIREBIRD: SQL_INT64 should be 8 bytes
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-27 16:09:28 +00:00
Arnaud Versini
a79cb836b9 COMPHELPER: Allow empty comments in SyntaxHighlight
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-27 16:07:16 +00:00
Markus Mohrhard
591827c9ad fix cell text and unformatted cell text correctly, fdo#70275
Change-Id: I0a37af434a9527ebf1e790d9c3ebd519b7684955
2013-10-27 16:37:28 +01:00
Caolán McNamara
2a1bb751e1 HIG: different rules for message boxes
Change-Id: I67a5457fa2f39b1d6ab0a635d9bdf78ffa90caea
2013-10-27 12:15:19 +00:00
Ariel Constenla-Haile
4089083f32 Resolves: #i123544# Prevent accessing empty filters' vector
(cherry picked from commit 3b16c98449d120b07ca4f2f312e31127ac655482)

Change-Id: Ieb71209d9c299ef7f050e00ccf010aca87ee2ab7
2013-10-27 12:03:23 +00:00
Siqi LIU
2f3b37b6d1 client end takes care of server version
Change-Id: I4d72a403971efb863a077d6ed6f1129ef0384e7b
2013-10-27 10:39:27 +01:00
Michael Stahl
b2bcb2eb21 libxml2: deliver libxml2.dll second time into program
Change-Id: I5a823cf7dafc2f04e705de6f4c30ec365922a096
2013-10-27 01:06:34 +02:00
Michael Stahl
349015b18e gbuild: remove gb_ExternalPackage_add_library_for_install
Deliver all external libraries to INSTDIR directly.

Change-Id: I8d3e035e5cfa07bd0f53ee4a226c48d4b86a4032
2013-10-27 00:50:02 +02:00
Michael Stahl
90d7723085 postgresql: find both openssl and NSS libraries in their hiding places
Change-Id: I626bf288cb7375af1445bf86f5559a5587324e5d
2013-10-27 00:50:01 +02:00
Michael Stahl
c4bf336f65 gbuild: fix spurious re-delivery of .rdb files
Order-only dependency from INSTDIR target to IDL Package is enough;
the Package depends on the WORKDIR .rdb and deliver preserves
timestamps...

Change-Id: I060f7f27b543d9cc93658c93d472a933a18a6952
2013-10-27 00:50:01 +02:00
Michael Stahl
6d95f2be86 firebird: find ICU libraries when running build tools
Change-Id: I1966312b1f66295b8284195b7affee42faae03ce
2013-10-26 23:21:34 +02:00
Michael Stahl
220be19271 openldap: find NSS libraries in WORKDIR
Change-Id: Id5a5b93ed4439bda5fd25916c5fbda61434269b2
2013-10-26 23:21:34 +02:00
Michael Stahl
5c94caf12b .gitignore: ignore "tags"
Change-Id: I79dc9c9bb2ad299adb6b06b66410d12a9b77c3cd
2013-10-26 23:21:34 +02:00