Commit Graph

325321 Commits

Author SHA1 Message Date
Matúš Kukan
2bb103ce8f autoinstall more ure libraries
Change-Id: I7bbf716fb56726bceb3f84e757ff7ab6c3cc79e7
2013-04-23 14:14:52 +02:00
Khaled Hosny
9d4395540a Fix glyph width calculation in HarfBuzz
Make sure everything is using 16.16 fixed point values consistently.

Change-Id: Icdcd94775d3860d57bb446a3f237c31e35e0710a
Reviewed-on: https://gerrit.libreoffice.org/3573
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 10:57:08 +00:00
Matúš Kukan
26ae620b03 urelibs: do not merge purpenvhelper (unless mergelibs=all)
Change-Id: I147d05b91d46f05461f0548000c891f89486bcc7
2013-04-23 12:35:25 +02:00
Matúš Kukan
e8520cb050 always build also cppu and cppuhelper libraries
Otherwise auxtargets for these libraries are missing for URELIBS=TRUE

Change-Id: Id07b052813609eac0cb68a651f1f976a88168c65
2013-04-23 12:35:24 +02:00
Matúš Kukan
a361f263aa urelibs: add more libraries
Change-Id: Ibe1e811c2ee1db93200b63023dc5922cf1ecb6ca
2013-04-23 12:35:24 +02:00
Noel Grandin
bc8b419b0d Java cleanup - use generics to reduce casting
More queryInterface related cleanup.

Change-Id: I97d064c425389e687c6f0fbc3a962080f46dd511
Reviewed-on: https://gerrit.libreoffice.org/3568
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 10:31:15 +00:00
Noel Grandin
ada0298167 Java cleanup - reduce use of global fields
This field does not need to be global, it is returned from the relevant
methods

Change-Id: Ic53eec4a699d6acc4410e71dde385e6a49ded745
Reviewed-on: https://gerrit.libreoffice.org/3567
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 10:30:31 +00:00
Noel Grandin
68b9fb0aae Java cleanup - remove unnecessary casts in the ODK code
Change-Id: I1ab8ad5182444fc3eebd2349135a0240ebbe0fd4
Reviewed-on: https://gerrit.libreoffice.org/3566
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 10:29:36 +00:00
Noel Grandin
4f6adb0585 Fix compilation of Spreadsheet odk example
because of change to XDataPilotsResults IDL in
commit ac569ed4cf
"fdo#60300: Work-in-progress change to rework pivot table core"

Change-Id: I730e15226f4dfe3e6baa5d54e987da1016f6b15b
Reviewed-on: https://gerrit.libreoffice.org/3565
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 10:28:48 +00:00
Miklos Vajna
8ed6f1c2bf forms: FORMS_CONSTASCII_STRING is no longer needed
Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2
2013-04-23 11:58:32 +02:00
Fridrich Štrba
9a943e585a Fix linking with harfbuzz
Change-Id: Ic28c7922b0fab3b5a7ac1c0500a429539a4c29bc
2013-04-23 11:23:38 +02:00
Khaled Hosny
b760eff8cb Add support for using HarfBuzz instead of ICU LE
HarfBuzz is an up to date, actively maintained OpenType layout engine,
while the ICU LayoutEngine we use now has been unmaintained for a
while now, and existing users are encouraged to switch to HarfBuzz.

This is work in progress, text layout mostly works, but the handling
of combining marks is broken and needs further work, so it is kept
optional for now, with SAL_USE_HARFBUZZ env variable to enable it at
runtime.

Change-Id: I07e698f7486379bae68329771695cd94d6e561b5
Reviewed-on: https://gerrit.libreoffice.org/3518
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 09:23:27 +00:00
Caolán McNamara
7c1ab34703 restore SdrTableObj::getColumnCount
removed correctly by fe630f3b09 but
we will need it again

Change-Id: I07a44e25cfc0de01cfdfef10ae817c413b50b597
2013-04-23 09:59:23 +01:00
Fridrich Štrba
cc24106366 Disable coretex again
Change-Id: I0372ccce744caace0dc43b69c3e26af928d81fa9
2013-04-23 10:53:02 +02:00
Fridrich Štrba
20131d6903 Revert "Disable coretex again"
This reverts commit 0ef5a4bb95.
2013-04-23 10:52:34 +02:00
Fridrich Štrba
0ef5a4bb95 Disable coretex again
Change-Id: I58ea44d1ede37aa4012ab99403411f1aefa5eb6a
2013-04-23 10:37:32 +02:00
Fridrich Štrba
ef1354dc24 Harfbuzz fix
Change-Id: Ia8103d3214885f98a055352f2aecc7d35c85a3c8
2013-04-23 10:00:45 +02:00
Khaled Hosny
7e389f4def Add HarfBuzz support to the build system
To be used in the next commit.

Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0
Reviewed-on: https://gerrit.libreoffice.org/3517
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23 08:00:14 +00:00
Stephan Bergmann
4f800d308e Updated core
Project: help  2057fbeeeab78144913ded4b662d14db7e64f8ff
2013-04-23 06:37:03 +00:00
Lionel Elie Mamane
6536d0eb4f reword comment
Change-Id: I13aaf37421c7652e8e293759e9f563fc76cb1344
2013-04-23 06:45:59 +02:00
Lionel Elie Mamane
5143e162f8 isEmpty() instead of getLength()==0
Change-Id: I610ecd58f3f7fa7f3ab04db8b17259bbc54c2b74
2013-04-23 06:45:58 +02:00
Olivier Ploton
f0c38b6355 Base: fix incorrect field removal in criterion inside query design view 2013-04-23 06:45:57 +02:00
Michael Stahl
84217e2997 fdo#62147: sw: ODF import: apply styles in cells with string-value
Apply the table-cell-style to paragraphs inside the table cell
for cells with value-type="string" and office:string-value attribute.
This should complete commit 1b5839f49c.

Change-Id: Ief34de1e7c5087906ea597ce3ca96e020f6eebe6
2013-04-23 00:31:38 +02:00
Marco Cecchetti
1d80c1cf22 Changed the MPL header from v1 to v2 2013-04-22 23:18:25 +02:00
Eike Rathke
5cd4300f7f fixed a mess of out of bounds string accesses
Change-Id: I800840e1b3c0d97a049b3ceba0ec244365dc8e6b
2013-04-22 23:09:21 +02:00
Lionel Elie Mamane
dfcbc1e1af Data-aware ListBox: declare the newly supported External Binding Types
Change-Id: I5ab021f99373f24b6be2ca6db00fe8b6e69bc9cb
2013-04-22 21:54:21 +02:00
Fridrich Štrba
1e392ea7a0 Trying to avoid linking with boost on Windows
Change-Id: Ic0c538dfad88f850d95f417f2741ef7dba7fc5e4
2013-04-22 19:39:51 +02:00
Fridrich Štrba
41d2b58b1e Trying to fix a boost::property_tree::json_parser error on windows
Change-Id: Iea3ec9a56eb008c6a0729a151b392f1e62925720
2013-04-22 18:34:36 +02:00
Stephan Bergmann
5275ed805a Revert "Revert "WIP: Experimental new binary type.rdb format""
This reverts commit 67e69a5582, applying a band-
aid fix to cli_ure/source/climaker for now.

Conflicts:
	stoc/inc/bootstrapservices.hxx
	stoc/source/tdmanager/lrucache.hxx
	stoc/source/tdmanager/tdmgr.cxx
	stoc/source/tdmanager/tdmgr_common.hxx
	stoc/source/tdmanager/tdmgr_tdenumeration.cxx
	stoc/source/tdmanager/tdmgr_tdenumeration.hxx

Change-Id: Iae669985d0194f06fa349a4a39f0ebd230bc5d28
2013-04-22 18:25:42 +02:00
David Ostrovsky
f21d1faf6d clean up PythonTests
Conflicts:
	sw/PythonTest_sw_python.mk

Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742
2013-04-22 18:21:58 +02:00
Luboš Luňák
c8da8f4841 avoid crash when no table grid is given
The document may contain just <w:tblGrid/> and <w:tblW w:w="0" w:type="auto"/> .
It appears we do not handle the auto width properly at all, but at least don't crash.

Change-Id: Ibdc9d1ad69c13456acd347a151ec8739bcb98855
2013-04-22 18:07:41 +02:00
Luboš Luňák
b8dd396976 base for unusedcode compiler plugin
Needs work to actually do something useful, but the basics are there.

Change-Id: I193922f2f5572760c8c20def0f9b830138f47fef
2013-04-22 17:56:47 +02:00
Lionel Elie Mamane
6099811d66 Data-aware ListBox: document changes & improve documentation
Change-Id: If75a2e86654ffef71e37cf55c24af721182215d7
2013-04-22 17:56:05 +02:00
Lionel Elie Mamane
567a4fcf02 Data-aware bindable ListBox new feature: bind *value*
As opposed to index in list or *display* string

Change-Id: I5fa74c80b28db843d45ee68523a4349ba44d229b
2013-04-22 17:56:00 +02:00
Lionel Elie Mamane
a2c54dc208 ListBox: take care of validation (use binding value when appropriate)
Change-Id: I7c2ab0e42a82baa39e1b48124cc8cf58bfa126d5
2013-04-22 17:55:55 +02:00
Lionel Elie Mamane
1e698bb7f1 Use (get|set)ControlValue instead of manipulating the property directly
Change-Id: Ice58cf4f67fae6a26548bae6569ae0c0993a7e84
2013-04-22 17:55:49 +02:00
Lionel Elie Mamane
eb387dcf41 Rephrase documentation a bit
Change-Id: Icb02894c32ced62792d641bf1177bdc2b5ba184b
2013-04-22 17:55:44 +02:00
Lionel Elie Mamane
1a19d12487 janitorial: alignment
Change-Id: I1e061635d496c54a0c948805dac968f0fb0c67f8
2013-04-22 17:55:39 +02:00
Lionel Elie Mamane
a16bb08013 Data-aware ListBox: add SelectedValue and SelectedValues properties
Change-Id: Id081e4f6bb765056f17babcfec52a1aedcd7b5d5
2013-04-22 17:55:34 +02:00
Lionel Elie Mamane
13a159896e janitorial: typo in comment
Change-Id: I5434b05a7980919773d017b5b450f5d3c2325551
2013-04-22 17:55:29 +02:00
Lionel Elie Mamane
f7be9c71d4 janitorial: typo in variable name
Change-Id: I0bc68e7a1f589e11f16bc539f49a323e64bd834f
2013-04-22 17:55:24 +02:00
Lionel Elie Mamane
0ed5028e8e Note on design philosophy of data-aware ListBox
Change-Id: I773c6b0704a31ab501cc51c6c7cd5e4be390a166
2013-04-22 17:55:19 +02:00
Lionel Elie Mamane
bfc0bf6a16 Data-aware ListBox: BoundValue==-1 to store index in list
Change-Id: I248cd5ec62574f47a27f8b37e1e90333b8748af2
2013-04-22 17:55:14 +02:00
Lionel Elie Mamane
d645a6a17c Data-aware ListBox: can have a BoundColumn even without bound database column
It defines what goes into the ValueList property, what getCurrentValue() returns, and what an external value binding gets.

Change-Id: I9242d3a6040ec98c22b1d4350942dfa0e7aa6c5b
2013-04-22 17:54:39 +02:00
Lionel Elie Mamane
52bc6737cd Data-aware ListBox: getCurrentValue should return *binding* values
As opposed to display values

Change-Id: I8afb52d69786702776f4e8d24390ba8ede417e92
2013-04-22 17:51:46 +02:00
Lionel Elie Mamane
3e1a0c9b2f Data-aware ListBox: populate ValueList even without bound field
Change-Id: I8742285778962b5be10f3aa300236efd525bdeb9
2013-04-22 17:51:41 +02:00
Lionel Elie Mamane
0202f9b7c4 assert non-nullness of interface before use
Change-Id: I467830dce80e97db1b20c6d589fb4ca407cfa26c
2013-04-22 17:51:36 +02:00
Lionel Elie Mamane
d198e7a1eb janitorial: typo in comment
Change-Id: Icc10f98e4153278d3e5bde33d0454675121306a7
2013-04-22 17:51:31 +02:00
Lionel Elie Mamane
64ef3bf0d9 janitorial: typo in comment
Change-Id: Icba805697caa6675339535b382fc4f24f86a94fb
2013-04-22 17:51:25 +02:00
Lionel Elie Mamane
24bdda09fb factorise common code
Change-Id: I53ee3b7c99205046b25f437480d26e484ac2c340
2013-04-22 17:51:20 +02:00