summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner
Change-Id: Idb39ef2cdc34e0c0e7853de0a656f579ca3528da
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner
Into the new class DocumentChartDataProviderManager. Change-Id: I3be038ba276642546223c0c2fba3bea21980b33d
2014-07-15fdo#80054 change color for NPC to "solarized blue"Tomaž Vajngerl
Change-Id: I4ee3d2422982d37be3638b9647096e0b38314d56 Reviewed-on: https://gerrit.libreoffice.org/10327 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-07-15fdo#72277: NSS-PEM, use PR_snprintf instead of snprintfCédric Bosdonnat
Change-Id: I8aeb9a787992deb784e4e4430f7e0eab57f9a598
2014-07-15Unit test for cell properties, where lastRow is used in table (bnc#887225)Matúš Kukan
Change-Id: Ia11dadcbedf6acc035b2d86da39a115bdb298591
2014-07-15Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol.Matúš Kukan
Change-Id: I0c573d721212c870e9ecc99ba5e8494073e09aaf
2014-07-15bnc#887225: OOXML import: Correctly apply table style for lastRow.Matúš Kukan
nMaxColumn and nMaxRow are indexes, so use size() - 1. Change-Id: I20055e55cf2464710fe553fb8067bad13a339084
2014-07-15fdo#80363 always use WIN32 long path prefix with Hunspell, MyThes, HyphenLászló Németh
Change-Id: I738401babffd38c241ef16e23d1b246444fd8d55
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara
we still need to invalidate the layout of our parents, but we can keep the cached optimal size Change-Id: I8e77366bd61ff45d34f9d411c7f501a3a9ccbd4e
2014-07-15shouldn't need to call AdjustLayout now its converted to .uiCaolán McNamara
Change-Id: I539741e71785232987b26c7b414a416dda5e4bb6
2014-07-15coverity#735799 Dereference after null checkCaolán McNamara
Change-Id: Id499cb873938621762f0e213fa17505fefb33574
2014-07-15coverity#1224992 Uncaught exceptionCaolán McNamara
Change-Id: I328cf5e83e6532dfa5090f5c5e3a1568c48c11d2
2014-07-15fix higher debug levelsCaolán McNamara
Change-Id: I74e4689062d452f8e0fba115cd984aa876711c45
2014-07-15coverity#738453 Uncaught exceptionCaolán McNamara
Change-Id: Id05fd31d3a62bec8d658b9ecbae484ac081b8960
2014-07-15coverity#738454 Uncaught exceptionCaolán McNamara
Change-Id: I9b344efa1b46a6e7c6b69d3044ef88b4cba826cb
2014-07-15fdo#72277: NSS-PEM yet another build fix for MS compilerCédric Bosdonnat
Change-Id: I524a14cd124e69e288de5ae8464eb611989dffde
2014-07-15fdo#72277: nss-pem fixed windows and macos build errorsCédric Bosdonnat
Change-Id: I30b4036b6cf00dec753115bbc59990daec27ef20
2014-07-15DOCX FILEOPEN VML Shape (image) is lost on import fdo#81031Vinaya Mandke
ShapeContextHandler::getDrawingShapeContext mxDrawingShapeContext is set once and never reset. So in a file which has numPicBullets and vml shapes in document.xml there is a problem. First the fragment path is set as word/numbering.xml. But when msRelationFragmentPath changes to word/document.xml, mxDrawingShapeContext is not reset and hence the relationships are not resolved. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/10180 Change-Id: I4a1401103797972731257145430f2048b94a04bc
2014-07-15[loplugin:literaltoboolconversion]Michael Stahl
Change-Id: I9303249880ea0eb2f354fd3ae20c9eb3607a836b
2014-07-15fdo#80020 Fix regression for style sheet inheritanceTobias Lippert
The inheritance relationship of styles in Draw was lost when writing files. Change-Id: I81588a031bf4c649338fad9b7342fbbe11df9aef Reviewed-on: https://gerrit.libreoffice.org/10309 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-15fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat
This fix contains two parts: * initialize NSS in the CMIS UCP right before sending an HTTP request in case internal curl is used. This makes internal curl find the NSS CACERT database from the user mozilla profile. * add nsspem to allow curl to use CACERTs from libnssckbi. Without libnsspem curl is unable to read the certificates from the NSS database. The nss-pem code has been extracted from the fedora-hosted repository: https://git.fedorahosted.org/cgit/nss-pem.git Change-Id: Ie8dedf020480cca01bf9761382886566a1150778
2014-07-15Cleanup of switch case flowRoot in svg endelementJoren De Cuyper
We don't need this switch case due the fact we already check it before the switch itself. I did introduce this in commit 5bd241b99b76ae7f4b3c1d4f2bcbaf7c487bb339 but it is redundant. Change-Id: I24e8c946ef8b8f094daa248c701772e54790c9d1 Reviewed-on: https://gerrit.libreoffice.org/10317 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-07-15fdo#50114 ingore flowRoot element during svg importJoren De Cuyper
This element is not specified in any released svg specification. It might be mentioned in svg1.2 but since this is not yet released/ or will even not be released ever -> ignore it. Change-Id: Iaf5a392893070fda9e7a420bc951c8565bcfb37f Reviewed-on: https://gerrit.libreoffice.org/10312 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-07-15fdo#76803: Unit test so that this never regresses.Jan Holesovsky
Change-Id: Id0b883b7d7b902c1f8e41bcf39220ef74b3488bf
2014-07-15fdo#76803: Kill resourcemodel::Fraction, and use Fraction from tools instead.Jan Holesovsky
Change-Id: I72d336b8aacf80f9ab6472c0948766ee56fda34f
2014-07-15fdo#79673 revert to old NPC for MacOSX onlyTomaž Vajngerl
Change-Id: I83cfa2f11e76e03b919216e8dd04d1121ea6afd8
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida
This "end of list" flag determines whether the row insertion was an automatic insertion at the bottom. Calc doesn't use this at the moment but Excel uses it to differentiate a normal row insertion from an automatic one. Change-Id: I6b28669d816c54d1dc1e4c106918ba688415788d
2014-07-14Move this header to the source file.Kohei Yoshida
refupdat.hxx is under the ui directory. Not everyone has access to it. Change-Id: I3f60761e1105946ed5bd6bddb339ee9a9e7705ad
2014-07-14Make these non inline.Kohei Yoshida
Change-Id: Ieb54e895f334361978cfc22956ab65687fb74adf
2014-07-14Write test for change track round-tripping for xls file format.Kohei Yoshida
Change-Id: I127879c4f1b6d3605ff800c3f3aa3929a098fead
2014-07-14oh for the love of...Caolán McNamara
Change-Id: I5cb90f10112afda77e68035d89cb7026d6e32eec
2014-07-14error: unused variable 'TIMEOUT'Matúš Kukan
Change-Id: I9fe3078e2c4ea4a63efcc3e26a090c8e3cbc7ccc
2014-07-14writerfilter: add unit test for Fraction initializationMichael Stahl
... as used by wrap polygon import, see fdo#41068 fdo#76803. Change-Id: I4467560c2c3bbdab3fc9f8cd7a0c0b415429186c
2014-07-14sd: stop calling graphics styles "Image Styles"Michael Stahl
(regression from a71a562a9958fc58a5fb914bcf7f8056a353f618) Change-Id: Ie3a44a80c720f59831bc2b1da91792fb8aa24d62
2014-07-14avoid memory leakDavid Tardon
Change-Id: I89e458dbd01a45761948b64cb457424383ca5f51
2014-07-14fdo#78554 - SVG: Text from SVG no longer displayed in LibreOfficeJoren De Cuyper
regression of 3b7472b284131c09d91b69f26d5d26d54648f939 Change-Id: I95a30acbf4b2684dda9684f5b51b887356a940e1 Reviewed-on: https://gerrit.libreoffice.org/10302 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan
Extend d98c817cc71e62a2beecc7142062f9ef33a7149b and fix default. Change-Id: I79ad35bd5ad6fbd6e7d260864d4bf40fafb6b604
2014-07-14Updated coreCaolán McNamara
Project: help 00c49810c4e883958eb698f2f5b0d413077f14b1
2014-07-14don't need any default width/height hereCaolán McNamara
Change-Id: I6cbf610123b88b29a81a33320ac2c6ce5e224486
2014-07-14Convert 3 dialogs to .uiPalenik Mihály
I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and RID_DLG_GRIDWIZARD to .ui Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc Reviewed-on: https://gerrit.libreoffice.org/10277 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-14ExternalProject_python3.mk: MACOSXrbuj
To build a universal binary in Mac OS X 10.6+ with an Intel processor, it is better to set --with-universal-archs=intel, remember that Rosetta is not installed by default in Mac OS X v10.6 and it is neither included nor supported in Mac OS X v10.7 or later. If we don't use --with-universal-archs then the configure.ac sets the architectures: ... UNIVERSAL_ARCHS="32-bit" if test "`uname -s`" = "Darwin" then if test -n "${UNIVERSALSDK}" then if test -z "`/usr/bin/file "${UNIVERSALSDK}/usr/lib/libSystem.dylib" | grep ppc`" then UNIVERSAL_ARCHS="intel" fi fi fi ... In Snow Leopard (Mac OS 10.6): /usr/bin/file /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib: Mach-O universal binary with 4 architectures /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture ppc7400): Mach-O dynamically linked shared library stub ppc /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library stub ppc64 /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture i386): Mach-O dynamically linked shared library stub i386 /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library stub x86_64 /usr/bin/file /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib: Mach-O universal binary with 3 architectures /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library stub x86_64 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib (for architecture i386): Mach-O dynamically linked shared library stub i386 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib (for architecture ppc7400): Mach-O dynamically linked shared library stub ppc If x86_64 (for OS X 10.8+) or PPC (for OS X 10.5) is only desired then a universal binary is not useful and we don't have to use --enable-universalsdk=${UNIVERSALSDK}. Change-Id: Ib0578cfdb912fed5a803df3d2e04d2b037cfe13f Reviewed-on: https://gerrit.libreoffice.org/10249 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-14fdo#81231 Make this macro work againMaxim Monastirsky
Change-Id: If655b5ef94657b2771d4e05dd6a2c494aa0e587d
2014-07-14Resolves: #i125228# correct consideration of InputFields...Oliver-Rainer Wittmann
in table cells are part of table formulas (cherry picked from commit b384441c10475c9784eae3ea501afb22e0317468) Conflicts: sw/source/core/fields/cellfml.cxx Change-Id: I4780ce0c1ac9ac911b654f61aa12938d7b225139
2014-07-14android: Hint how to get the symbols, but not a 1.5G .apk.Jan Holesovsky
Change-Id: I6f6d2e7516d99a02ad813ba5e03c5cdcac2f4964
2014-07-14Clean up SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna
If you copy the class members on the stack and tweak those (and not class members), then there is no need to manually restore the copy at the end of the method. Change-Id: I42b50cd6b99b6b277dd9809b40385ef6512ef141
2014-07-14DOCX import: fix FooterBodyDistance for first pagesMiklos Vajna
The root cause was that code in SectionPropertyMap::PrepareHeaderFooterProperties() saved member variables on the stack, modified them, then restored them at the end of the method, but forgot to restore m_nBottomMargin there. The result of this was that First Page's FooterBodyDistance got set to zero, which is not the same as Default Style's FooterBodyDistance (150), so on export sw::util::IsPlausableSingleWordSection() returned false, which turned the page break into a section break. Change-Id: I1afa2603de1313ae1e2aaefd4b7c771fce27e21e
2014-07-14Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara
I imagine it would be best that the Graphics were delivered pre-swapped in by higher levels in case there are second level caches or more complex caching systemed wrapped around it, so warn about it in debug mode but give it a last-ditch shot anyway. i.e. while the .docx problem should be fixed there is a report of a very similar .xlsx problem Change-Id: Ie40ee10fe5cba8ff9c321f47b83e33ee2c1425fd
2014-07-14fdo#81304 don't parse file name as part of URLDavid Tardon
... because the name is not URL-encoded at this point, so parsing it as a part of the URL will interpret special characters, e.g. #. Change-Id: I780baed1753e9674d835dc296d31c088b67d8ba7
2014-07-14Revert "loplugin:unreffun"Noel Grandin
This reverts commit e3246e806cad5f9d2c05c3408adc3019da5a575d. Which was a mistake.
2014-07-14revert bad fixNoel Grandin
partially revert my commit 34cabe837dbb78 "loplugin:unreffun" Change-Id: Idbfc9d1e43180c7c14e58c7b9417f3001d9805d4