summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-12bnc#822170: Let's not even try to export invalid chart objects.Kohei Yoshida
If we do, at best, Excel will complain about the document needing repair. At worst Excel will skip some of the other valid drawing objects from being loaded. Change-Id: If3794d0ae9d8b44b124020bb12b5369dfebc95ae
2014-08-12Don't export builtinId of 54 or above.Kohei Yoshida
Change-Id: I5ab651e0c92ab032d892080f979aa4f53295a8b6
2014-08-13fix problems around shadersMarkus Mohrhard
Change-Id: I1577fb81cb3cf1fac3f5ba5d560d96cb83d4483d
2014-08-13make OGLTrans build on windowsMarkus Mohrhard
We still need to fix a number of issues around pixmap to make it really useful. Change-Id: I747d735d043d91d51809801edd9b778622b6063c
2014-08-13we always have GLX 1.3, even on the baselineMarkus Mohrhard
Change-Id: I381aca6e09a63d21bcbdf2625c4d829f84819bf8
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard
Change-Id: I8930aab2b4d3fd00916f12b86fa06b5e011542ac
2014-08-13fix OpenGL canvas windows buildMarkus Mohrhard
Change-Id: Ic6ed9c69003fa79a60310dc0b010ffc0ca868791
2014-08-12Refactored IDocumentExternalData out of SwDoc.Valentin Kettner
Into the new class DocumentExternalDataManager. Change-Id: Ib863daec170044c46143b47a91739d4c0940d963
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
Added non const SwDoc::GetDfltTxtFmtColl and SwDoc::GetTxtFmtColls and SwDoc::GetCharFmts. Had to make the manager friend of SwTxtFmtColl and SwConditionTxtFmtColl Had to make SwDoc::_MakeCharFmt and SwDoc::_MakeFrmFmt public. Change-Id: I19a36d91f92b3781a6c4313ec12eb8f7d4dfacc3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
Into the new class DocumentLayoutManager. Change-Id: I02d0cfcc63633d0bdab380508b2ef563187fd269
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
Into the new class DocumentStateManager. Change-Id: I91c9097b091ff6118d58fd15fff2a4cefe0171fd
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner
Into the new class DocumentStatisticsManager. Change-Id: I281232dc09dbd79c2faf3c2a78ae49625bbe88ee
2014-08-12Refactored IDocumentLineNumberAccess.Valentin Kettner
This interface is obsolete and was deleted. Change-Id: I56d37814f6e43f083ab3d199237ade06db287e18
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
Into the new class DocumentFieldsManager. Removed SwDoc::_MakeFldList because it is not defined anywhere. Also moved a few non interface methods that belong to the manager. Change-Id: Icefd7ca7adcbb05a18d6fae0529fc54150b862fd
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
Into the new class DocumentRedlineManager. Added an non const version of GetRedlineTbl to the interface. Also Moved SetAutoFmtRedlineComment which is not part of interface. Change-Id: I600d5821d5d5831557f5fc5375fb1203fe67a295
2014-08-12LO_LIB_DIR is used in nsscrypto_initialize() so must give it a valueTor Lillqvist
Its actual value is irrelevant in the nsscrypto_initialize() case for iOS, though, as it is used to form a pathname to a hypothetical libnssckbi.dylib (which does not exist for iOS, as we build NSS statically), and we patch the NSS code to recognize the nssckbi name specially in the static build case... Such elegance. Change-Id: Ib5015a18e86cc604f80433a676faa10ac76e04ab
2014-08-12Write test for importing images from xls.Kohei Yoshida
Change-Id: I84a996d20ed7ce5f9ffa48644616e59186458243
2014-08-12show fly anchored inside selection as selected tooLuboš Luňák
If part (or whole) document is selected and then the selection is e.g. deleted, flys anchored there will be deleted too, so it makes sense to show them as part of the selection. Change-Id: I17bfccebc0cd305c19616159471f0f113c7e71d9
2014-08-12fix deleting an image anchored to last paragraph in documentLuboš Luňák
It only compared nodes instead of SwPositions, thus refusing to delete anything anchored at the last content node. Also, select-all makes rEnd point to the last content node, after its content. So if an anchor-to-char image is anchored at the end of the paragraph, it points to this place, too, so that must be checked. Change-Id: Ie0ba6ed59f47e59492ad88577392884cadb52106
2014-08-12Revert "Resolves: #i125187# more precision where the BLIP graphic is located"Kohei Yoshida
This reverts commit 3ea17073114cae99d7c323f051a4a2ba074f043c. That change from AOO single-handedly broke all image import from xls binary files. Change-Id: I384ae8f286ccc9d39e64de9da5ef6458af0a0972
2014-08-12Scope reduction in GetBLIP() & remove non-ASCII character (degree symbol).Kohei Yoshida
Change-Id: I306a22b087aceed5dbb6cb2e8b67e2501589ee61
2014-08-12More NSS static linking patchesTor Lillqvist
I noticed in the debugger that this code tried to load a freebl dylib, but after then making it link to the freebl entry point statically, I no longer see it being entered. Huh, confusing. Making NSS work on iOS to the extent we need is a pain. Change-Id: Iafc3785752587c38566441f566e187859022733e
2014-08-12Not true, it's the dylibs that are copiedTor Lillqvist
Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
2014-08-12More object files not in any archiveTor Lillqvist
Change-Id: I658e235d345e61f2b18e9cf074d64bce9793cfc5
2014-08-12Help on how-to add autotextLaurent Balland-Poirier
Change-Id: Ia41a3478f5a59b4c13f676eb0e21d3b573456c8f Reviewed-on: https://gerrit.libreoffice.org/10889 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-12Simplify make file for autocorr and autotextLaurent Balland-Poirier
Build mimetype file list with other lists Change-Id: Ia30fd6af9d312e4eb7d68b6460221a55f608a808 Reviewed-on: https://gerrit.libreoffice.org/10887 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-12Related: fdo#82259 not all STIX are symbol fontsKhaled Hosny
The new "STIX" and "STIX Math" are regular fonts, as well as the old "STIXGeneral", so narrow the match a bit. Change-Id: I82341c3e9e5dd4e0323bf76096cba8890a82f0c7
2014-08-12Grid and separarate "valid from/to" for CertificateViewerTomaž Vajngerl
Change-Id: I32661d0ec57c9f855806a44349d20c8fe651f293
2014-08-12fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl
Shapes anchored to the first or last paragraph survive setString("") so need to be deleted with some ruse. (regression from b8499fc3dcf474050f026b8d5cd1d9037bbe42b7) Change-Id: I00a8132583c45d1953c207932cc7f02f3065ae77
2014-08-12Consistency around SdrOnOffItem in svx/sxcaitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I1a88c73c8e4c764a6beadb8bb54910d868a12d93
2014-08-12Fix apparent SdrCaptionAngleItem vs. SdrCaptionFixedAngleItem mismatchStephan Bergmann
...though it was like that ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import" Change-Id: Ib3efe7bf7a559ede52966f4763a9f9e748b6ba6a
2014-08-12really do not write empty externalReferences element, fdo#45286 follow-upEike Rathke
Xti records exist also for internal sheet references in BIFF. It is not enough to check for their presence, at least one EXC_SBTYPE_EXTERN must be present as SUPBOOK. Change-Id: I5553a28412465d83fd965b09908261141c51ea35
2014-08-12DOCX export: handle wrap polygon around picturesMiklos Vajna
Change-Id: I83d9d42cd48ba4dcd86c6506c7dbd6493bb4d204
2014-08-12DOC export: factor out wrap polygon handling to to sw::utilMiklos Vajna
So that it'll be possible to reuse it in the DOCX exporter. Change-Id: Ib7371c92c4fd93d7c6f3271ca81311bac8f1a1a7
2014-08-12Remove unused default elementMiklos Vajna
Change-Id: I703f54ef8640f9be70f16441c330e53fce3f7489
2014-08-12Related: fdo#82259 Show same preview for both Symbol variantsCaolán McNamara
Change-Id: Iafabbe5068a1817b5be717018536e0d31117c434
2014-08-12Related: fdo#82259 esint10 can't render its name eitherCaolán McNamara
Change-Id: Idcb881613900001f237cf343e7bc485c170e4385
2014-08-12Some objects in NSS are not in any of the archivesTor Lillqvist
Change-Id: I3df4c45d160687f22015f3b3d3c87e655e5cd7d7
2014-08-12Use Chromium's patch to build NSS statically for iOSTor Lillqvist
Change-Id: Ica2cf641bc54f6e924b759cd4cf96dd96347c53b
2014-08-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
2014-08-12Add some more source files for debugging convenienceTor Lillqvist
Change-Id: Ibc13ecb2ea154802bf2f7e06fa583460344bf6f7
2014-08-12Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")Tor Lillqvist
Change-Id: I3e1db89de2019285ce313f9bae1375a5b82f6383
2014-08-12Related: fdo#82259 OpenSymbol doesn't have 0x2706 or 0x2704 so no previewCaolán McNamara
Change-Id: I2164cb2c37c7b13759e47561002024fd2bb577f9
2014-08-12Resolves: fdo#82259 use same symbol strategy on all platformsCaolán McNamara
Change-Id: Ia4f0a36c8a95849b7c8551b930873e912b673537
2014-08-12Related: fdo#82259 all the STIX fonts are really for symbolsCaolán McNamara
Change-Id: Id032f1b643199a57c6fc08ccf580a54ff2370861
2014-08-12Related: fdo#82259 list Apple Color Emoji as a symbol font.Adolfo Jayme Barrientos
Note that this is a blind fix, as I don’t have an OS X machine. Change-Id: I43a98fbbee06117b914eae332d48b2793a266bce Reviewed-on: https://gerrit.libreoffice.org/10812 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-12Adapt findunusedcode to the current libgltfZolnai Tamás
Change-Id: I5f5e5f3c8b60e543892aaf683f445184e1f10f74
2014-08-12Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann
...in the same vein as 80a1a2599e04142683d2286d0e32d0e13fb45de3. Change-Id: I3f140f9f3a767f5ac8c9c2f13096d72f8ebb6d1c
2014-08-12Remove invalid and unnecessary downcastStephan Bergmann
Change-Id: I2c4daa7057a4faf020b96b587c7a8348adeaeb58
2014-08-12do not write empty externalReferences element, fdo#45286 follow-upEike Rathke
OOXML validation spewed - (xl/workbook.xml:2 col:700) cvc-complex-type.2.4.b: The content of element ´externalReferences´ is not complete. One of ´{"http://schemas.openxmlformats.org/spreadsheetml/2006/main":externalReference}´ is expected. Change-Id: I80552a0e9ffcc201d0462ac20ce37f6657e43587