summaryrefslogtreecommitdiff
path: root/qadevOOo
AgeCommit message (Expand)Author
2018-05-27Fix typosAndrea Gelmini
2018-05-07[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl
2018-05-06coverity#1435440 UrF: Unread fieldCaolán McNamara
2018-05-06coverity#1435436 UrF: Unread fieldCaolán McNamara
2018-05-05Fix typosAndrea Gelmini
2018-05-05Fix typosAndrea Gelmini
2018-05-03[API CHANGE] revert SymbolBitmapURL impl, add SymbolBitmap propertyTomaž Vajngerl
2018-05-02Fix typosAndrea Gelmini
2018-05-02Fix typosAndrea Gelmini
2018-04-18tdf#45904 Move _XScenario Java tests to C++Jens Carl
2018-04-17tdf#45904 Move _SheetSortDescriptor Java tests to C++Jens Carl
2018-04-16Fix typosAndrea Gelmini
2018-04-15tdf#45904 Move _FunctionDescription Java tests to C++Jens Carl
2018-04-06tdf#45904 Move _XCellRangeMovement Java tests to C++Jens Carl
2018-04-03tdf#45904 Move _XCellRangeFormula Java tests to C++Jens Carl
2018-04-02tdf#45904 Move _XArrayFormulaRange Java tests to C++Jens Carl
2018-04-02tdf#45904 Move _XActivationBroadcaster Java tests to C++Jens Carl
2018-04-01tdf#45904 Move _CaptionShape Java tests to C++Abhyudaya Sharma
2018-03-28tdf#45904 Move _XCalculatable Java test to C++Jens Carl
2018-03-27tdf#45904 Move _XDDELink Java test to C++Jens Carl
2018-03-22tdf#45904 Move _SpreadsheetDocumentSettings Java test to C++Jens Carl
2018-03-18tdf#45904 Move _Spreadsheet Java tests to C++Jens Carl
2018-03-09tdf#45904 Move _SheetLink Java tests to C++Jens Carl
2018-03-09Add eclipse project for qadevOOoSamuel Mehrbrodt
2018-03-09Add classpath for qadevOOoSamuel Mehrbrodt
2018-03-09remove MID_GRAPHIC_URL and related mappings, implementationTomaž Vajngerl
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl
2018-03-04tdf#45904: Move _Shape Java tests to C++Jens Carl
2018-02-27tdf#45904: Move _SheetFilterDescriptor Java tests to C++Jens Carl
2018-02-12Fix typosAndrea Gelmini
2018-02-02tdf#45904 Move _SheetCellRanges Java tests to C++Jens Carl
2018-02-02tdf#45904 Move _SheetCellRange Java tests to C++Jens Carl
2018-01-31Fix typosAndrea Gelmini
2018-01-27Fix typosAndrea Gelmini
2018-01-27Fix typosAndrea Gelmini
2018-01-25tdf#45904 Move _SheetCell Java tests to C++Jens Carl
2018-01-18Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-17Fix typosAndrea Gelmini
2018-01-16tdf#45904 Move _GlobalSheetSettings Java tests to C++Jens Carl
2018-01-16Fix typosAndrea Gelmini
2018-01-14Fix typosAndrea Gelmini
2018-01-14Typo: Unexepected->UnexpectedJulien Nabet
2018-01-09tdf#45904 Move _SpreadsheetViewSettings Java tests to C++Jens Carl
2018-01-09tdf#45904 Move _SubTotalDescriptor Java tests to C++Jens Carl
2018-01-06tdf#45904 Move _DocumentSettings Java tests to C++Jens Carl
2018-01-05tdf#45904 Move _DatabaseImportDescriptor Java tests to C++Jens Carl
2018-01-04tdf#45904 Move _TableAutoFormat Java tests to C++Jens Carl
2018-01-03Fix typosAndrea Gelmini
2018-01-03tdf#45904 Move _TableValidation Java tests to C++Jens Carl
7f247e47bcc17ea35b17a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90503 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin Change-Id: I9877be75e1f7dcefdf7172d05dfbb0a63d06ced1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86803 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2019-09-05Fix typosAndrea Gelmini Change-Id: Ibfff5af316a2c18b5735245caf5a27a562bc0f52 Reviewed-on: https://gerrit.libreoffice.org/78664 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> 2019-09-05tdf#127166, tdf#123903 improve import/export of line stylesRegina Henschel I have added import and export of prstDash line styles, for OOXML and for binary MS Office formats. This includes: Corrected Dot <--> Dash confusion, corrected some wrong defaults, added support for hairlines tdf#127267, take care of treating length 0 as 100%. tdf#108064 has introduced some mapping from our standard line styles to OOXML prstDash. I have removed that and implemented to export our styles as custDash and recover them back on import. That way the dashing looks initially the same in MS Office. I have removed the now wrong test. Binary MS Office formats have no custom dash styles AFAIK, therefore I have not changed the export of our styles there, but only added support for prstDash styles. Change-Id: Ia8cc8f90df6fdbe42adfc0236cc52becc670b333 Reviewed-on: https://gerrit.libreoffice.org/78372 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> 2019-08-23tdf#126741 - fix dash dot dot line style import problem, for pptxnd101 To make it consistent with MS PowerPoint, make the dash dot dot line start with dash instead of dots. Based on Regina Henschel's technical analysis and code pointers, but only make change to the lgDashDotDot case and leave everything else untouched. Change-Id: Ide533a562005c617eca9d556a63b6aec39017e93 Reviewed-on: https://gerrit.libreoffice.org/77443 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> 2019-08-15tdf#126746 Add support for import/export line caps for .pptx formatBartosz Kosiorek With this commit I have added importing and exporting line caps, which could be (for pptx format: rnd Round Line Cap sq Square Line Cap flat Flat Line Cap Also exporting of these caps are added. Change-Id: I799485048a2a7ac8df89f004e177d507f86ce99d Reviewed-on: https://gerrit.libreoffice.org/77233 Reviewed-by: Regina Henschel <rb.henschel@t-online.de> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl> Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl> 2018-08-24tdf#73547 fix ooxml export / import custom dashes.Mark Hung Fix import logic as well as arithmatic precion of both import and export. Change-Id: I97e9bde847e0a2425421af2f2175d4d0b7af0cab Reviewed-on: https://gerrit.libreoffice.org/59306 Tested-by: Jenkins Reviewed-by: Mark Hung <marklh9@gmail.com> 2018-03-05use more Color in ooxNoel Grandin Change-Id: I8fdc6742de5af9101e246411e7208650bae2c4c7 Reviewed-on: https://gerrit.libreoffice.org/50617 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-10-23loplugin:includeform: ooxStephan Bergmann Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61 2017-10-09tdf#100491: Reduce DOCX shapes arrow line ending size multiplierVasily Melenchuk Older arrow line endings are quite big comparing to other DOCX line ending and same arrows in MS Word. Change-Id: I9617aa283a7e3fcc8f413c999352d7e33f05c187 Reviewed-on: https://gerrit.libreoffice.org/43119 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> 2017-09-07Replace macro with lambdaStephan Bergmann Change-Id: I47810e067d9dab0e40b5b1583193c01ad8c91759 2017-08-05Fix typosAndrea Gelmini Change-Id: Ib7f43bf17ab8b9fb9d961a908d7620b50826a975 Reviewed-on: https://gerrit.libreoffice.org/40688 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> 2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk Line shape with arrow end markers was rendering rather thick arrow, not connected to main line. Moreover, arrow width should depend on actual line width. Change-Id: I8d9a6e7f5d89a1645dcc5939ecc592e86e6fe34f Reviewed-on: https://gerrit.libreoffice.org/40286 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> 2017-05-07revert OSL_ASSERT changesChris Sherlock Change-Id: I365d140446bd2a62cf8256acbfdd53fe72987380 2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock Change-Id: Ia7b62b94190537236135548f7d1d22ea3dc360f2 2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist Change-Id: Ie13614c1977f45aa8086f4db65ca86b7d9212735 2016-09-17convert ShapePropertyId to scoped enum and use it for enumarrayJochen Nitschke new type ShapePropertyIds replaces vector and plain arrays replace END enum member with LAST remove PROP_END_LIST from plain arrays and properties script store ShapepropertyInfo as reference in ObjectTypeFormatEntry store ShapePropertyIds as reference ShapePropertyInfo Change-Id: If273cc9e6c7bbd625dba5dc79f1c4ae0b21bdb3c Reviewed-on: https://gerrit.libreoffice.org/28960 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-04-18clean-up: unused using declarations and includesJochen Nitschke Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05 2014-06-25remove whitespacesMarkus Mohrhard Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac 2014-06-10Rewrite import and export of custom dashes in ooxml filter (fix)Adam Co The import mechanism of custom-dash (a:custDash) was wrong, and imported wrong values, which causes that if you would import-export-import-export - you would get inflated values, which might cause a corruption. The attributes for custom-dash nodes (a:ds) are of type 'PositivePercentage'. Office will read percentages formatted with a trailing percent sign or formatted as 1000th of a percent without a trailing percent sign, but only write percentages as 1000th's of a percent without a trailing percent sign. During import - LO did not check if it was in '%' format or in '1000th of a percent' format. So that was fixed. Also - when exporting - it always exports now in '1000th of a percent' format. Change-Id: I6bd74df26951974f85173227c832386c70034afb Reviewed-on: https://gerrit.libreoffice.org/9681 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> 2014-02-26Remove visual noise from ooxAlexander Wilms Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94 Reviewed-on: https://gerrit.libreoffice.org/8288 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-23Remove unneccessary commentsAlexander Wilms Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-01-28ooxml: Preserve shape style and theme attributes for lineJacobo Aragunde Pérez Line style and color can be defined by the shape style attributes or can be directly assigned by the user (and even using a theme color in the case of color attribute). This patch aims to preserve the relevant attributes of this feature after a roundtrip. For style attributes (wps:style/a:lnRef), they are kept and preserved in the "StyleLnRef" property of the shape InteropGrabBag. To be able to access to some of them, the methods getLineStyle, getLineJoint and getLineWidth were added to LineProperties object. For the line theme color (a:ln/a:solidFill/a:schemeClr), the original line color and the theme color name are preserved in the properties "OriginalLnSolidFillClr" and "SpPrLnSolidFillSchemeClr"of the Shape InteropGrabBag. On export time, we must check if the user has changed any properties of the shape line, this is done comparing the new shape attributes with the original values coming from the style and theme definitions. In case some of the attributes is different, the new attribute must be saved overwriting the old one. The data files for some /sd/qa/ unit tests were updated to reflect the new properties inside the Shape InteropGrabBag. Besides, an existing unit test in ooxmlexport was modified to include checks for the preservation of line style, line theme color and custom line style that override the style attributes. Change-Id: Iabb0cef9e3cc433676c201bc296fb7b373839a3f 2014-01-27ooxml: fix import of custDash shape line attributeJacobo Aragunde Pérez A LineProperties object can contain some preset dash defined by the shape style and some custom dash defined by the shape properties. In that case, the custom dash must be used. The existing code only used the custom dash if no preset dash was present. Change-Id: I6254d95184312360e8782dba7329d5ec2f5441fa 2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin Change-Id: I2b9f26cb500a9e56f5860bd1b483ed284b84f50d 2013-06-17fdo#43460 oox: use isEmpty()Jelle van der Waa Change-Id: If291a72d87001932c605755d628cecc088d50275 Reviewed-on: https://gerrit.libreoffice.org/4324 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com> 2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna 2012-12-13PCH for Library_ooxLuboš Luňák 2012-12-07::rtl:: prefixes removal in ooxJosé Guilherme Vanz This commit removes some ::rtl:: prefixes and some macros in OOX Change-Id: I0c5ad9805ec2e8ed1092c56fe32e6901fdbd2b67 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1261 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>