summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-17uitest: add demo for new element selector math wrapperMarkus Mohrhard
Change-Id: I64c98254c5d5ae1cc6c9729654028201f1773c90
2016-07-17uitest: add wrapper for element selectorMarkus Mohrhard
Change-Id: I641a290b3a9cf46ba484a9a851a27456cc68678c
2016-07-17remove wrong outdated commentMarkus Mohrhard
Change-Id: I3fe6957b73776152b90c34ac411167f6f4e9e4f5
2016-07-17Use mdds' event callback to count formula blocks in each column.Kohei Yoshida
And use it to speed up certain formula related operations. Change-Id: I43b1d860d6b665556624ba7bc716826799919015 Reviewed-on: https://gerrit.libreoffice.org/27261 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2016-07-17sc: remove enum BiffTargetTypeJochen Nitschke
unused since commit 9800f0c54c3832ef939e404eb84b9fc4a917669c Change-Id: I04611d0dd47598f383e8cd73c2061f5dfa86605c Reviewed-on: https://gerrit.libreoffice.org/27264 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2016-07-17tdf#100913 Remove tOID typedefs in ObjectHierarchy classkrishna keshav
Replace use of toID with ObjectIdentifier in 'ObjectIdentifier.hxx'. Change-Id: Ic0157974eca2992167319f7d19a0224056cc985e Reviewed-on: https://gerrit.libreoffice.org/27243 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-17tdf#100942 DejaVu fonts version 2.36Andras Timar
Change-Id: Ieddafeaa1ccba5646a885ba65b6428fbea771d1a
2016-07-17uitest: add makefile part for new math testsMarkus Mohrhard
Change-Id: I90adb3bf9eefcf687e4a76d58aefb9a5775e5e88
2016-07-17uitest: add initial demo for math edit windowMarkus Mohrhard
Change-Id: I4fe1dc7fe2f5179dc97fc80a80604d54ae3ad333
2016-07-17uitest: annotate the math edit windowMarkus Mohrhard
Change-Id: Ic902ba191d632d6a9e399c6809a8e88fdfc26301
2016-07-17uitest: add some initial math ui testsMarkus Mohrhard
Change-Id: Iad02a40b683d7b3bbbad0214c82ad4b5b6878ea9
2016-07-17uitest: add 2 more properties for listboxesMarkus Mohrhard
Change-Id: Id8fb7973f868c12f920051ef3719ed0ff0712828
2016-07-17uitest: add demo showing how to select active frameMarkus Mohrhard
Change-Id: I76bb79047b9d15228dc29379203300ccf50fc4f1
2016-07-17uitest: don't hard code my path in testMarkus Mohrhard
Change-Id: I65959552f74d860ee8773f1f5649bd160686f288
2016-07-17uitest: add demo for handling two filesMarkus Mohrhard
Change-Id: I03cbe67922df521a6cef5f3448c0c9dce10b662d
2016-07-17uitest: add some work to load several documentsMarkus Mohrhard
Change-Id: If9bf0e88fd7b223f10c31e3b0ed357da2bc4f9b0
2016-07-16Resolves: tdf#100910 yes/no doesn't clear bgCaolán McNamara
Change-Id: If6a31cefe7137d338a57b5a28dfda63809957190
2016-07-16uitest: remove some debug output from new testMarkus Mohrhard
Change-Id: Ib1342d4ea81885e4ca434f6f5f263af9a8a04e25
2016-07-16uitest: extend chart edit test to change chart through dialogMarkus Mohrhard
Change-Id: I9ffdddff84e290a4df25067be5bf574fac273ce7
2016-07-16uitest: provide wrapper for chart objectsMarkus Mohrhard
This allows now to operate on chart objects and call commands on them. Change-Id: I399b275c563deb507aaf4f3f49373871e733af91
2016-07-16uitest: provide a way to open a dialog through an action on an objectMarkus Mohrhard
This allows for example to open a dialog through clicking on a button or through a chart command. Change-Id: Iaca6faa3a1b26f4f677a3a670e2c9891373524d3
2016-07-16no need for this temporary OStringMarkus Mohrhard
Change-Id: I8b5d69f7e64a83e52a41c285f5ef186a666ccd55
2016-07-16uitest: provide all the children for chartsMarkus Mohrhard
This now also includes legend entries and data points. Change-Id: I0e4d1f21a20035cd632a7755dbbea17baec4b083
2016-07-16uitest: add first demo for editing the chartMarkus Mohrhard
Change-Id: I28e1c4d4726afc97fd1a42fe1d931b195231cb12
2016-07-16uitest: some initial work on the chart selectionMarkus Mohrhard
Change-Id: I3317eba5383206de6f619da548ee3047861eef07
2016-07-16uitest: add initial support for selecting chart elementsMarkus Mohrhard
Change-Id: I3af11d44067618b5188f3dbf4abccc171dd98d0c
2016-07-16nBufSiz can be a non-class local constantMatteo Casalin
Change-Id: I2a7d32eabd01622261a1163781ac2a8b64bdee3f
2016-07-16Reduce #include dependenciesMatteo Casalin
Change-Id: I5c6c379717869028102ab2a1ae7929dfbc447904
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem
This syncs the namespace declaration calls with element's events. A test case is also added which enables threads of fastparser. Change-Id: Ic40a380c8523688ee6b2ec76bb3d36a0452923bd Reviewed-on: https://gerrit.libreoffice.org/27222 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-07-16Notebookbar: Round 1 of improvements to toolbar labelsYousuf Philips
Change-Id: Ic1412c66e1cbf0e1c9cc3325443d931fedb5f972 Reviewed-on: https://gerrit.libreoffice.org/27178 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-16Resolves: tdf#100764 check row when determining bounds for deleted rangeEike Rathke
Regression introduced with a2e591e26549294cdb07eb685d4069343404d898 for tdf#86502 Change-Id: I493c458faedccfd6e2ddf849073a52661ef2e4d0
2016-07-15Related tdf#37531: Make --cat headless/hidden like --convert-toStephan Bergmann
...which automatically takes care of the open problem from 08960441558743f222280637985690bb8b41b861 "Related tdf#37531: Handle conversion args sent over pipe" that --cat terminates the called soffice. Change-Id: Ief8cdf8c1335749dad1504966d635e0519fe92f7
2016-07-15Related tdf#37531: --convert-to output relative to caller's CWDStephan Bergmann
Change-Id: Ifad33650694c16e89fc5e51fd4322da732f7d3eb
2016-07-15loplugin:redundantcastStephan Bergmann
Change-Id: I2d963eb8395b8eca776032d32d72f5ec85891c70
2016-07-15tdf#100834 Treat string between integer and fraction as delimiterLaurent Balland-Poirier
In fraction number format, strings located between integer and fraction should be treated as blank delimiter Change-Id: I83e78fb0fe08178ee194fc2a213ee260ce15c639 Reviewed-on: https://gerrit.libreoffice.org/27128 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier
Fraction number format Accept '0' in numerator and denominator format: 0 0/0 Represent integer 3 as: 3 0/1 Load and save format to Excel As it cannot (yet) be saved in ODF, replace 0 by ? during save to ODF Change-Id: I4721a751431d3f9b903b369d199146ddfb76b43d Reviewed-on: https://gerrit.libreoffice.org/27062 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-07-15tdf#83054 Preselect current page number in the text entryAkshay Deep
Change-Id: Ie65cde1f2967042afb2988cc429613fda3f0e93f Reviewed-on: https://gerrit.libreoffice.org/27242 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
2016-07-15loplugin:nullptrStephan Bergmann
Change-Id: I35e2ee930d29cc8547a0fcf39d199727d7815748
2016-07-15Related tdf#37531: Handle conversion args sent over pipeStephan Bergmann
However: * "soffice --convert-to pdf foo.odt" creates foo.pdf in the called soffice's CWD, not the caller's. * "soffice --cat foo.odt" prints to the called soffice's stdout, not the caller's (though this will unlikely ever be fixed), and then also terminates the called soffice. Change-Id: I2f4420881b2bee00b0476c76f739966c13101be4
2016-07-15Log PipeIpcThread communicationStephan Bergmann
Change-Id: I9e818351a435d39a9d1d8988214185f5bc504e8c
2016-07-15GSoC Writer Table Styles; Cell Style XPropertyStateJakub Trzebiatowski
Implemented XPropertyState for SwXTextCellStyle, that allows to skip export of default valued attributes. Implemented odfexport tests. Change-Id: I906c63d4937e378cf89750616fc9ec929c7f3e44 Reviewed-on: https://gerrit.libreoffice.org/27215 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-07-15lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna
Change-Id: Icd3f96a922e7d1aec0d52e90df87ec45790c9807
2016-07-15sfx2 lok: handle when SfxViewFrame::Current() returns nullptrMiklos Vajna
In these two cases no need to call it and dereference the result unconditionally, there are other ways to get the info. Change-Id: Idb5969e909dc2faed97a5a4ac79dfcc1aec8ddcd
2016-07-15lokdocview: ignore notifications on view shutdownMiklos Vajna
Callbacks are processed on idle on the main thread, so by the time we parse them, possibly the widget is already gone, avoid that problem. Change-Id: Ie8e16423d1ffe087e0dd21425026f7a5d644c27b
2016-07-15writerfilter: avoid inclusion of deprecated C++ headerMiklos Vajna
Change-Id: I2eb6dd36a51ffc2c48e5f4951fd6250e12e9aad3
2016-07-15sw: indentation fixesMiklos Vajna
Change-Id: I6cdc7cff7c45e58c9b684ff53a8dd84af7cf0c83
2016-07-15gtktiledviewer: allow testing of destroyView()Miklos Vajna
By calling it when we're not the last window. Change-Id: I6fd4763243fc088ccfe015b6c03b6b3f25146fac
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann
<sberg> thorsten, remember what that "TODO" in SvxAccessibleTextPropertySet::getSupportedServiceNames was to be about exactly, in a909acb7009acadffa53e74ea05ddb88803490f1 ? <thorsten> sberg: that's a nonsense, prolly copy'n'pasted, or a 'please review me' <sberg> thorsten, OK, thanks (that override will eventually go away with loplugin:unnecessaryoverride, and the TODO comment be lost) Change-Id: Iba964c61768459aac4067bbd4e1f7d4f78f6adac Reviewed-on: https://gerrit.libreoffice.org/27232 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-07-15sw lok: fix shape text editing with multiple viewsMiklos Vajna
When changing the active view shell, sw::DocumentLayoutManager::GetCurrentViewShell() is not instantly updated, only when e.g. the focus changes. This means that calling setView() + paintTile() pairs on random views typically did not use the matching view shell, but the last one. This has a visible effect when editing shape text, as the non-text-edit views had the outdated shape text visible, unlike on the desktop. Fix the problem by using SwDocShell::GetWrtShell() instead. Change-Id: Ia4b67d0a8931692ed4fc5c5e97cc1a09ef81e647
2016-07-15new loplugin unnecessary overrideNoel Grandin
Change-Id: I88d3e33823d68745b98625050a8a274f9ef04bcb Reviewed-on: https://gerrit.libreoffice.org/27135 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>