summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-14Factor out SwFmtEditInReadonly::dumpAsXml() from sw coreMiklos Vajna
Change-Id: I0b0f5a7fca8c5cb4aefd355f79b5141ce9803a55
2015-01-14Revert "ListBox: refuse to give values before we are loaded"Stephan Bergmann
This reverts commit 1cc29a04adb721205655091854f5ea828bb8eb11, as it caused JunitTest_forms_unoapi trigger the assert( m_nConvertedBoundValuesType == getValueType()) at forms/source/component/ListBox.cxx:1189.
2015-01-14vcl: minor - cleanup inc/unx/salgdi.hChris Sherlock
Change-Id: I6835387cab5c093ad6645d75966786330bd0602a
2015-01-14WaE: private field 'nSttLineNum' is not usedTor Lillqvist
Change-Id: I2cd795b0b5a266332b167b263f85d2da891e6dee
2015-01-13Typo: cedentials->credentialsJulien Nabet
Change-Id: Ifd0905ed0e68b495d96e429df6193503f53ea908
2015-01-13misunderstood that MergeDoc and CompareDoc used different diff modesCaolán McNamara
i.e. there was a reason to the inheritence I removed in commit bdca5a7ec083d24c360c2da86de2415567442605 Date: Tue Jan 13 13:55:58 2015 +0000 merge CompareData and SwCompareData the inheritence doesn't help us here at all and we can remove the virtuals and the casting becomes unnecessary so restore the different modality Change-Id: I8f20b8652b7949b04b442b89bed5df3093ad24d8
2015-01-13allow comparing documents which only differ by frame contentsCaolán McNamara
if two documents have the same number of frames then have an additional stab at comparing the contents of those frames Change-Id: Ie7f1a8906d49d720a74620ad8d69fd97c76304e3
2015-01-13protected->privateCaolán McNamara
Change-Id: I8a772d6e5fdaa1223ed15f8221c64010eddbe75a
2015-01-13remove superfluous Date and Time temporariesEike Rathke
Change-Id: I7a64027eb58c86ccf9d1b4968c287f0f861f2ec2
2015-01-13eliminate unnecessary macroEike Rathke
Change-Id: I0dceccbe1275298b43f50296da075ae95694d39a
2015-01-13use DateTime instead of separate Date and TimeEike Rathke
Change-Id: I82cccaabbcf481367e55c52682d0ff765b4a8671
2015-01-13remove unused variableMarkus Mohrhard
Change-Id: If22f2d90644f2c03f1b027c73574a857cea890c1
2015-01-13add first test for user defined functionsRaal
currently disabled as we have a crash on exit in the test related to the star basic code Change-Id: If321561a117ea2c55107916c9cb5e99a2c07bdc6
2015-01-13std::cout to SAL_INFOMarkus Mohrhard
Change-Id: I92c48f71baa24cef3b061b9bb6853b99ea1546d4
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-01-13Decrease the formula group size limit for OpenCL to be considered back to 100Tor Lillqvist
Are we having fun yet? This reverts commit 0694e8313877ca433d226c753301a5a90364b3a5. Change-Id: I378a1695a7b3bd8a1b6bb3d5aa1fff53ab8c7bb5
2015-01-13Allow setting the limit to the minumum possibleTor Lillqvist
Also change the default to what it actually is now. Change-Id: Iac5737f9328587c9f0757acecce4f2e77e715d8b
2015-01-13external/python3: Work around -fsanitize=alignmentStephan Bergmann
Change-Id: I33976bc96fc78dd0210d9aec6d1ec925f514c7f2
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann
...must be in the range 0--2; avoid setting bad values from generic qadevOOo property set tests, and throw an IllegalArgumentException if bad values do get set. Change-Id: Ia4a97d0fac326b3ca2ce254946dc4d418e9dd5a7
2015-01-13basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM checkMichael Stahl
Change-Id: I6850d69089c4d0db06a22e14888f089406980c2c
2015-01-13ListBox with value list: consider first empty value as NULLLionel Elie Mamane
Change-Id: I15c040b481b7f03720d0227ba5d2fcd2ccc78386
2015-01-13ListBox: refuse to give values before we are loadedLionel Elie Mamane
If we are not loaded, we don't know our field type, so cannot give values with the right type Change-Id: I372b77647ec8ff7428b67cca72fdd89e5e147a32
2015-01-13janitorialLionel Elie Mamane
Change-Id: If0fcad97538556ef7be5fe5f8405ca171696502d
2015-01-13merge CompareData and SwCompareDataCaolán McNamara
the inheritence doesn't help us here at all and we can remove the virtuals and the casting becomes unnecessary Change-Id: I1b9f8490876267b587902f5349c804bec907289b
2015-01-13svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken
Change-Id: Iea164e00262822d571f2c49665165795706a57a4 Reviewed-on: https://gerrit.libreoffice.org/13645 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-13fdo#70185: starmath: unit test writingTakeshi Abe
This adds a unit test of importing a simple MathML file. New smdllapi.hxx defines a macro SM_DLLPUBLIC to turn on visibility of symbols required from a CppunitTest. Change-Id: I4f72d7d8f2766751580e5bde7dac4870e8dad62a Reviewed-on: https://gerrit.libreoffice.org/13861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-13Fix number of sections exceeded object file format limitDavid Ostrovsky
Change-Id: If81ebef14696c856374967e984138fbd25218a8c Reviewed-on: https://gerrit.libreoffice.org/13879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-13external/hunspell: Work around -fsanitize=shiftStephan Bergmann
Change-Id: I66ac6ec25615698382d065db2b782950cbc154e4
2015-01-13debugging assert about unsorted properties on loading ooo59216-14.odsCaolán McNamara
Change-Id: I30e7dcddcce188edef0d2affb148a3dba6f62c1d
2015-01-13fdo#87551 Category tree is too thin since conversion to .uiAdolfo Jayme Barrientos
Change-Id: Ic0b4eaa918114293f1428ba6c1e4bcb8ee721849 Reviewed-on: https://gerrit.libreoffice.org/13866 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-01-13external/libvisio: -fsanitize=float-divide-by-zeroStephan Bergmann
...when running CppunitTest_writerperfect_draw Change-Id: I074512f56ebb7eb054c79946c576516036bebbea
2015-01-13Updated coreAndras Timar
Project: dictionaries e68d0668772656518c71f49f2968a83b9bbccfcc
2015-01-13fix debug stl assert about unsorted range on loading ooo42586-1.sxwCaolán McNamara
Change-Id: Ib97dc719c438aed96c2e24bd34fc38726b90f097
2015-01-13external/libmspub: Work around -fsanitize=enumStephan Bergmann
Change-Id: Icf1d45b1cd171e868a15f841258c5368a0b213e1
2015-01-13external/libmwaw: Work around -fsanitize=shiftStephan Bergmann
Change-Id: Ia44ef02bc19653e2a20b2da52f5b5b377950353d
2015-01-13SwFlyLayFrm is already indirectly derived from noncopyableDavid Tardon
Change-Id: Ic64b56a55d43efed8920eb1662fb9b6a5a2b5e14
2015-01-13Improve ImplLogicToPixel overflow checkStephan Bergmann
Change-Id: Ib0554f6d489e410527d7bf4dc77f76db1bdbf1fc
2015-01-13Exclude FAR_AWAY objects from bounds computationStephan Bergmann
...otherwise, running CppunitTest_writerperfect_writer would overflow in ImplLogicToPixel (vcl/source/outdev/map.cxx) when nMaxRight would be ridiculously large due to including the ridiculously large right bound of an SwFlyLayFrm that is marked FAR_AWAY. Change-Id: Id6f8c895a953e99c5955b0f6ed655f8b79fba6f1
2015-01-13revert accidental change to configure.acNoel Grandin
that slipped in with commit 3ab2d3a2c5b802ab88171770d19871e081c3252b "fdo#88256 fix crash when running javascript macro" Change-Id: Idae2148181517e434d133958cf20d4fd6c4b9187
2015-01-13libreofficekit: typoMiklos Vajna
Change-Id: Idab19cc812e40280367e6fbc70351e6e02685811
2015-01-13fdo#88256 fix crash when running javascript macroNoel Grandin
caused by my commit 8583da1e934a49791ef8d86668f3d5c3c5dae1d7 "java: remove unused fields" Change-Id: Ibcd6462e8229a0a6cb98ebfd16ce5d2ea45ca931
2015-01-13SwFlyLayFrm shall apparently be noncopyableStephan Bergmann
Change-Id: I78e1f23c3c39cafb6e3c1c085db880bc1cd88196
2015-01-13sfx2: stop using comphelper/implbase_var.hxxMiklos Vajna
Change-Id: I3dc9e9305883c890e5e3c10ffcd8a9a5dbf09cc7
2015-01-13java: inline CheckMemoryUsage test propertiesNoel Grandin
Change-Id: Ia5ee0fdc7617b43c4874aa285459f9a1a52cea12
2015-01-13java: inline some test propertiesNoel Grandin
Change-Id: I8be2ee13652ed7223e41765811db577ecc1c85d6
2015-01-13java: remove some dead propertiesNoel Grandin
Change-Id: I96adb2941c483ec08c752f35e35cf9ceb941971d
2015-01-13java: inline the CheckAPI propertiesNoel Grandin
no need to make this configurable Change-Id: I0ab149317f4660fc7ebc4c43342d20a386bdbc5f
2015-01-13java: nothing is passing in a "ComplexIni" parameterNoel Grandin
Change-Id: Iae7530a52eda020f9074a6de0ef9e4b9779593f6
2015-01-13java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin
Change-Id: Ic8dffc4ed757c74ce383b3dcf204d1c899a0c4f5
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin
so I can turn PopertyNames into an enum Change-Id: I939a83c0962813302a3653e75976147b2300cb18