summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-2249-196/+138
| | | | | | | A final pass through the code, converting code to use the new OUString and OString methods that can detect string literals. Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710
* remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin2013-11-2210-27/+27
| | | | | | | | | Convert code like: sType.equalsIgnoreAsciiCase(OUString("VIEW")); to: sType.equalsIgnoreAsciiCase("VIEW"); Change-Id: I6fb47e6a83b561c7e5a25da76b63606a3174858d
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiLNoel Grandin2013-11-2215-52/+47
| | | | | | | | | | Convert code like: aStr.equalsIgnoreAsciiCaseL(RTL_CONSTASCII_STRINGPARAM("XGRAD_SEQ_BEGIN")) to: aStr.equalsIgnoreAsciiCase("XGRAD_SEQ_BEGIN") which compiles down to the same code. Change-Id: Ia69289d853d292b2f27b68863cb6f6ecdbf1a71e
* some small RTL_CONSTASCII_STRINGPARAM cleanupsNoel Grandin2013-11-222-4/+2
| | | | Change-Id: Ia701b174288647d3451fbb487d46882452ded821
* fdo#67802: Fix PS printing of non-CTL text with ligaturesKhaled Hosny2013-11-211-7/+5
| | | | | | | | | | | | | | | | The GlyphSet::AddGlyphID() was messing with glyphs of characters that can be converted to Windows-1252 encoding, discarding whatever glyph it was asked to use and using a random glyph that is supposed to belong to the converted character. For ligatures this means the ligature glyphs was discarded and the glyphs for its component was used, but this broken for just any glyph substitution. The code makes no sense at all, apart from the fact that it is verbatim copy of GlyphSet::AddCharID() since 9754ad8d979557ea03cbfe04708b62b698d1276c and just happened to work because we did not enable ligatures and other typographic features for non-CTL text before. Change-Id: I764f0b40f8acf61eae38a9038b0666d711c04a9d
* Let's try to manage without building curl for iOS for nowTor Lillqvist2013-11-211-0/+3
| | | | | | | | There was some minor problem in building curl for iOS and I was feeling lazy and didn't want to bother fixing that. The experimental LibreOffice app linked fine without curl. Change-Id: I9ed1fb814bf8b6c4e2a01a58812face68ae2fb68
* Ensure that when ds_profile is NULL, NATIVE_CPU is selected.Jagan Lokanatha2013-11-211-1/+1
| | | | Change-Id: Iab714a296ce0f807b5badd1ff96a99f3da2b24f8
* Add a comment explaining this unused fileKhaled Hosny2013-11-211-0/+4
| | | | Change-Id: I04848d464651eecb22bf9269ba837c7679b8458d
* I think we need to restrict ARCHS to armv7Tor Lillqvist2013-11-212-0/+6
| | | | Change-Id: I5f9c7ec4a154af4422ce5ae841c350b5640eb026
* fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.TWinfried Donkers2013-11-211-1/+1
| | | | | | | Change-Id: I94202bebcc7deded51636f4bf7f203254a31931f Reviewed-on: https://gerrit.libreoffice.org/6751 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* TypoStephan Bergmann2013-11-211-1/+1
| | | | Change-Id: I4cbaf4b51a3e6a0029c81c8242ae03857a42ddc1
* Some more adaptions to cppu::supportsServiceStephan Bergmann2013-11-215-9/+13
| | | | Change-Id: I0fa482b3303f339afabf5ed8f3e432b56c6590aa
* DOCX drawingML shape import: initial wps:txbx handlingMiklos Vajna2013-11-212-4/+11
| | | | | | | A proper textframe is created, but the text on the shape is still outside the frame. Change-Id: I042295cfdd61ce9c0ee52cdf5e8700d8d2b1b1c5
* oox: tokenize wps:txbxMiklos Vajna2013-11-211-0/+1
| | | | Change-Id: I627d5f151e5bf1ae4604e32763ef5afeb66a0cfa
* No need for default component_getImplementationEnvironment function any moreStephan Bergmann2013-11-211-17/+1
| | | | Change-Id: I3c019fb810a9527f616f2df7f3082f5d5508c9e3
* make packageinfo targetBjoern Michaelsen2013-11-216-3/+83
| | | | | | | Change-Id: Id5f6f5c1f3e46df2d9033ccd5bbf2af6ab38a9e8 Reviewed-on: https://gerrit.libreoffice.org/6754 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* only register updatecheck libs, when this is enabledBjoern Michaelsen2013-11-211-2/+4
| | | | | | | Change-Id: If7b882663ab5cd12d4d9ae01e14162f793d8dc8d Reviewed-on: https://gerrit.libreoffice.org/6757 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* use BIN (binaries) consistent for non-l10n stuffBjoern Michaelsen2013-11-211-1/+1
| | | | | | | Change-Id: I0434810c13e4e30d5aa36684ed0ed3974fb7e1cf Reviewed-on: https://gerrit.libreoffice.org/6753 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* l10n and non-l10n targets missing dep on buildBjoern Michaelsen2013-11-210-0/+0
| | | | | | | Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227 Reviewed-on: https://gerrit.libreoffice.org/6752 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* .ui typo fixesAndras Timar2013-11-211-2/+2
| | | | Change-Id: Icbd66948404051014fa21669d353e6893c967532
* Remove unused exports.dxp fileStephan Bergmann2013-11-211-2/+0
| | | | Change-Id: Ic4313d9d1caea6448749c5c010ea9a034a75a907
* No need for default component_getImplementationEnvironment function any moreStephan Bergmann2013-11-211-5/+0
| | | | Change-Id: Ia03e2797d80429284964987d07ebc033346a7ac0
* Improve debug outputStephan Bergmann2013-11-211-2/+3
| | | | Change-Id: If09b4c0452d2e436be146a789edf85b1087d74e2
* Simplify css.accessibility.MSAAService and corresponding XMSAAServiceStephan Bergmann2013-11-214-44/+19
| | | | Change-Id: I96c69e871aa7b20cdac9751a64faa5e436f31a1f
* Related: rhbz#1033108 how did pAnchoredObj end up as NULLCaolán McNamara2013-11-211-1/+3
| | | | Change-Id: If7d442567d9cea4e3f4d3d68689d11fad0dc930b
* Related: rhbz#1032774 bodge-around reported NULL value hereCaolán McNamara2013-11-211-3/+8
| | | | Change-Id: I9c4791b8f82cdd6e4823f88f592ad9ce233b6966
* removed declared but undefined LanguageTagImpl::convertFromRtlLocale()Eike Rathke2013-11-211-2/+0
| | | | Change-Id: I928fb77181991948216bb18cdfcea0816218a2b9
* handleVendorVariant() strip in case some was injectedEike Rathke2013-11-211-0/+13
| | | | Change-Id: I73c42a99671524e9fb186257a9bc943d514958c2
* Typo in capitalization of include file nameStephan Bergmann2013-11-211-1/+1
| | | | Change-Id: I41a46c5b62c06f6298fc6e0ac70ff508bf27ec29
* Updated coreCaolán McNamara2013-11-211-0/+0
| | | | | Project: help 35006f482c02c41bd4eb8fdc9a29f804d6a3b672
* longparas: nTxtBreak is really a xub_StrLenCaolán McNamara2013-11-211-1/+1
| | | | Change-Id: If8c3b366bfdf1e626823aca0d7026e877e21c63b
* Resolves: fdo#67263 CRASH when deleting applied bulleted paragraph styleJulien Nabet2013-11-211-1/+1
| | | | | | | Change-Id: I70dc18363480e6c07577a93279ddd083631f6cc3 Reviewed-on: https://gerrit.libreoffice.org/6702 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* --enable-ia2 no longer disables Java access bridgeMichael Stahl2013-11-215-8/+4
| | | | | | | | Just install both; 448727e598ca0c35ee9cd6f2c25a847c8147943b already made IA2 an experimental feature with fallback to Java access bridge if experimental mode is disabled. Change-Id: I4ca64adbc586bd87b4d28087709f5c2e02bf7990
* replicate original a11y relations within .uiCaolán McNamara2013-11-211-1/+23
| | | | Change-Id: Id079d9c1a00a01b62c8cc02e061380857e835d2c
* Convert axis position tab page to widget UIOlivier Hallot2013-11-216-567/+694
| | | | | | | | Change-Id: I76da8002013bdda3d12544aabda84360a2e39929 Obs: Many widget were not implemented and were left for future development Reviewed-on: https://gerrit.libreoffice.org/6737 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* longparas: these are really xub_StrLensCaolán McNamara2013-11-212-11/+11
| | | | Change-Id: Ia754de347f277a07479e4056b7c9a03534a3dab4
* longparas: this should be xub_StrlenCaolán McNamara2013-11-211-1/+1
| | | | Change-Id: I018104df6fcae8bf1474db1479742238d1cb4cd2
* longparas: these are really xub_StrLensCaolán McNamara2013-11-211-2/+2
| | | | Change-Id: I512bf822fcccd158bbe57184ea85a9a72724ca8c
* longparas: ditch unused argumentCaolán McNamara2013-11-211-2/+2
| | | | Change-Id: I023a4bee6bf92acc21f0b4821f45b0a47b2da78f
* longparas: safe xub_Strlen->sal_Int32Caolán McNamara2013-11-211-1/+1
| | | | Change-Id: Id1425d80908aca5c44f028ccc79e597afa175b00
* documented BCP 47 semanticsEike Rathke2013-11-211-17/+32
| | | | Change-Id: Ia2fad8e79833a66bb3e95047fc5885880d6da17c
* Makefile.in: "make check" should build "all" tooMichael Stahl2013-11-211-1/+1
| | | | Change-Id: I6b72c3deb1a056149e965b78d12d3c37c6bfd5b9
* l10n and non-l10n targets missing dep on buildBjoern Michaelsen2013-11-211-1/+1
| | | | Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227
* DOCX drawingML shape import: fix position when CustomShapeGeometry is setMiklos Vajna2013-11-2112-1/+56
| | | | | | | | | | | | | | | | | | | DOCX drawingML shapes had wrong position if they had their CustomShapeGeometry set (e.g. flipped). This wasn't a problem for VML shapes, as there the shape knows its position, and position was always set in oox as well, not in writerfilter. However, in case of WPS shapes, oox created the shape, and previously writerfilter set the position after-the-fact. This leads to incorrect results if CustomShapeGeometry is involved. Fix this by passing the position from writerfilter to oox, and call setPosition() after creation, but before CustomShapeGeometry is set. The other problem was that normally writerfilter learns the position of the shape when relevant token in GraphicImport::lcl_sprm() arrives, but this happens after OOXMLFastContextHandlerShape::sendShape() needs that information. Work around this by accessing the PositionHandler directly. Change-Id: Iced35dc9467ef77c41f1897f124729f686bd045e
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-2117-100/+98
| | | | | | | | | | Convert code like this: if (aStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem"))) to: if (aStr == "rem") which compiles down to the same code. Change-Id: I2dfa0f0a457c465948ecf720daaa45ff29d69de9
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-2142-758/+579
| | | | | | | | | Convert code like this: OUString aStrSpacing(OUString::createFromAscii("spacing")); to: OUString aStrSpacing("spacing"); Change-Id: Ia2b7d6b42f35d33cfe587a0d6668030f3537fa6d
* fdo#39468: Translate German comments (first part)Philipp Riemer2013-11-211-320/+249
| | | | Change-Id: I8cd558c558a369ba2715ccdc0baf58d637e79a38
* fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza2013-11-2112-89/+29
| | | | | | | | Change-Id: Ifd328ff3ce12364e95d05405759df6588b3a86bc Reviewed-on: https://gerrit.libreoffice.org/6503 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* Appears SwView::SetMoveType no longer really does anythingStephan Bergmann2013-11-214-24/+0
| | | | | | | ...after 3e8fe4d8e19be2ccd8f5bb898530e2f615a90321 "Remove the Navigator buttons below the scrollbar in Writer." Change-Id: Iafef7e3ae1bd1c272c25759cf5abcaf96d6aeb94
* Save downloaded tarballs under external/tarballs/Norbert Thiebaud2013-11-212-3/+7
| | | | | | | | | | | | | | | | The choice of src/ as a place to save those tarballs was unfortunate, since it is used everywhere else for own source code. After moving all external modules to external/, it makes sense to put the tarballs there too and, while at it, use a more appropriate name. If src exist as a directory, we move it to external/tarballs and leave a link behind for backward compat for people switching from after to before the change in the git repo. Change-Id: I045c4470945f5fadf7760855833ef58e6594ec80 Reviewed-on: https://gerrit.libreoffice.org/6597 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>