summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin
Create a merged XUniversalContentBroker interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
2012-09-14fdo#46808, Add @since tags to new IDL interfacesNoel Grandin
Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f
2012-09-14fdo#44721 protect against negative calculated height valueLionel Elie Mamane
Change-Id: I4faedd535421eaf1e3e425f4731b3bb8831e7360
2012-09-14n#778140 fix import of w:fldSimple character propertiesMiklos Vajna
The character properties of the field are applied when the next run begins, so insert an empty run right after the field to fix the issue. Change-Id: I18d747d99d6604fa331a0e70e6989f9f4975eab2
2012-09-14sal_rtl_uri unittest seems to depend on sal_textenc library tooLuboš Luňák
Change-Id: I3b85f3916d49a1853d073879a906506bee0d4fba
2012-09-14better debug message when textenc module loading failsLuboš Luňák
This is at least the second time there's a race condition during build, and OSL_TRACE is just SAL_INFO, i.e. not printed by default. Change-Id: I1c683cf463665c6e36097025756c3aeab3a2c330
2012-09-14- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)Rob Snelders
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c Reviewed-on: https://gerrit.libreoffice.org/526 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2012-09-14More 2.3 styling + fix for flickering bug on multi-slide change.Andrzej J.R. Hunt
Change-Id: Iae19e9d44f1a437737c943c06356a99957c6991e
2012-09-14n#778140 as the comment says, it's 100 twipsMiklos Vajna
Change-Id: If2e0d2f4805cd04bec0dd7983ec544b9922ef796
2012-09-14n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as wellMiklos Vajna
Change-Id: I7523be9f07d378e1c4d88468077653d3fa4161d3
2012-09-14SvXMLImportPropertyMapper::importXML: fix assertion to be less sillyMichael Stahl
Change-Id: I009f0519e34900a1b1447de02d99f32dd0e07410
2012-09-14fdo#49571: ODF import: ignore "text:enable-numbering" attributeMichael Stahl
It has been imported as an alien attribute since CWS impressodf12 5b364c2e8baf9b1f6bbe611c0fd6895a88056afc, and could not be written to a document created from scratch anyway. Change-Id: I054fcf71d7ddc3ed19735b8aa898d1b1a12db5b9
2012-09-14fdo#49876: ODF export: do not export font-size="0pt"Michael Stahl
This is invalid, font size must be positive. Change-Id: I2425d7c596ca9c7c80c0d24c44cdd9ec1ac1dd80
2012-09-14fdo#49678: ODF export: add svg:viewBox to draw:connectorMichael Stahl
This attribute is mandatory; for the given bugdoc various svg:viewBox="0 0 2500 1" are now written. Change-Id: I7ea2294e0796546dcbb245993c01c2dd2b2a755a
2012-09-14fdo#49677: ODF export: always add xlink:type attributeMichael Stahl
The xlink:type was optional on text:a and draw:a elements in ODF 1.1 but is mandatory in ODF 1.2 Change-Id: Ifc7301ed1b0120d31a156751888dea1a55e952fe
2012-09-14fdo#30711: ODF export: "text:name" is mandatory on bookmarks:Michael Stahl
XMLTextParagraphExport: Add a mapping that generates names for those field marks that don't have a name so validators don't complain. (regression from 7a1c5e54afe4e4ef7e17c2e9c969cd41221edc28) There is still the problem that we cannot easily guarantee that the names (generated or from some field param) do not clash with the names of actual bookmarks... Change-Id: I9ed65b94b3e8f725db4354222f2565176b32be52
2012-09-14fdo#45700: sw ODF export: workaround corrupted table model:Michael Stahl
do not export invalid table:number-columns-spanned="0" Change-Id: I7e286a9fcb6ed3df7222c83fe73e870e69561649
2012-09-14GCC/Clang pragma danceTor Lillqvist
Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7
2012-09-14next attempt to fix bug 35079Lennard Wasserthal
Removes the hidden frame. That frame really doesn't seem to be needed, not even for exporting, though. Change-Id: I37285a9dfe46fe9263ba1f767fe69a59226e342a Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-09-14updated libcmis to 0.3.0Cédric Bosdonnat
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
2012-09-14Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist
Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679
2012-09-14Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist
Change-Id: I0d6f363ad4170bea804e53247f36a7954118a23d
2012-09-14fix debug messageLuboš Luňák
It did not compile, and not using the deprecated macro fixes that as a side-effect. Change-Id: I97b8cd2ff1a650ec9d38cbf7eeb8780177a7fd7a
2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist
Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168
2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist
Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802
2012-09-14Adapt for DISABLE_DYNLOADING instead of just iOSTor Lillqvist
Change-Id: I7dac78be5a1165ff5cdbd53fd02b907a4fa68a3b
2012-09-14Adapt for DISABLE_DYNLOADINGTor Lillqvist
Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist
Change-Id: I7fcea698c3d89c5b84b38a708502bcdf4526a614
2012-09-14It seems gcc has -Waddress where Clang has -Wbool-conversionsTor Lillqvist
Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368
2012-09-14at least mingw needs liborcus-0.2.a tooLuboš Luňák
This got lost in e7d85cc078bd1d2757709789014233f4e9c1a23d . Change-Id: I47e52a840f0bc0b1872cb9d111d5fed44f08b7bc
2012-09-14mingw compile fixes for liblangtagLuboš Luňák
I couldn't find out a decent way of getting the compiled binary needed only at build time, so the file needs to be generated manually. Change-Id: I4a77aa8ee350f374c9b8b91361797d86871ff8b4
2012-09-14WaE in connectivityNorbert Thiebaud
Change-Id: I2c9e83611fab1e9c4c998af68648df994f89cd6b
2012-09-14add a configure option to make assert() abort in release codeNorbert Thiebaud
Change-Id: I93720ee3338426174b31a6ea6dba3af7ffb7e207
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761
2012-09-14remove SAL_MAX() macros and few usersNorbert Thiebaud
Change-Id: I5ece116a66ab37fe64aac6c60bc38244677d499a
2012-09-14removed unused sal macro (SAL_FIELDOFFSET)Norbert Thiebaud
Change-Id: I5b4b70ecc87efc943afe8a408140ef91e108e0a3
2012-09-14saldllapi.h is really not included outside of sal itselfNorbert Thiebaud
furthermore sal/config.h is already included by sal/types.h so no need to include it twice Change-Id: Id84122eb102eececc1001ea4a56c556ff775defa
2012-09-14fdo#54843 righthyphenmin fix (patch by Steven Dickson)László Németh
Change-Id: I42747dffef099f3806178af76e20335f5f033379 Reviewed-on: https://gerrit.libreoffice.org/606 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14fdo#40014 Add new shortcut for page preview CTRL + SHIFT + OAbdulmajeed Al-Abaulrazzaq
Change-Id: Ib09b581d5cc8dabf48aceddcc7639ca0e61b72dc Reviewed-on: https://gerrit.libreoffice.org/587 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: fixed assertionFrank Schoenheit [fs]
Change-Id: I89756b173835d0356fee7fbb166d1998bd0415ac Reviewed-on: https://gerrit.libreoffice.org/533 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: use long instead of sal_uInt32, to prevent pb on 64bit platformsNorbert Thiebaud
Change-Id: Ib612223a5626d4b525b4e86277c0a5623c0955e8 Reviewed-on: https://gerrit.libreoffice.org/540 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117145#Norbert Thiebaud
Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2 Reviewed-on: https://gerrit.libreoffice.org/531 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: impl_getColumnForOrdinate:no need to subs m_nRowHeaderWidthPixelNorbert Thiebaud
m_aColumnWidths already contains it Change-Id: I404c58fb0b32db7b7b7bf60be997f81709908ceb Reviewed-on: https://gerrit.libreoffice.org/556 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper valuesNorbert Thiebaud
for distributePixel/takeAwayPixel before finally using it to correct the rounding errors Change-Id: I6f3b178400db0696df0289331be94d69f1d4f0d2 Reviewed-on: https://gerrit.libreoffice.org/555 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud
Change-Id: I99be214bf12d340cc5e9330d1c21046dd366b07a Reviewed-on: https://gerrit.libreoffice.org/554 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: re-enable the mouse listeners which got lostNorbert Thiebaud
in a previous change. Do this by making the TableControl a CompoundControl, so VCL cares for everything which is needed. Consequently, get rid of the manual notification of the respective VCLEVENT_*'s, and everything related to it Change-Id: Id8872680b744e1171be916f6f66a4968e9d6567a Reviewed-on: https://gerrit.libreoffice.org/553 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o columnsNorbert Thiebaud
care the rare cases that the table has row headers, but no columns at all Change-Id: Iece17add6f5e0adf425c33f0817e8b1be953e1a7 Reviewed-on: https://gerrit.libreoffice.org/552 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: impl_ni_relayout: update the child window position/size lastNorbert Thiebaud
it relies on the other calculations (in particular calculation of the column widths) being finished Change-Id: I599aa5b2938e2aa810980c00ac8f598b4f4fcfcb Reviewed-on: https://gerrit.libreoffice.org/551 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-09-14gridfixes: #i117549# create/loadTabPageNorbert Thiebaud
use a GeometryControlModel only if the parent model is one, too Change-Id: I8cf7bb8cf721b6f841ddfbb7e02475c6e2c6741a Reviewed-on: https://gerrit.libreoffice.org/550 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>