Age | Commit message (Collapse) | Author |
|
This happens e.g. when the user types a forbidden name for the query
(e.g. containing '/'
Also uniformise Logger usage instead of exception.printStackTrace
Change-Id: I29b14b65dae487e0eb61b90ceba968142981e755
|
|
Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0
|
|
- Survive case where direction not given
- make ascending default in stronger way
Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107
|
|
Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
|
|
(cherry picked from commit 734b532fb77d2d5be7eb7becb6720dbd7b3d8978)
Conflicts:
offapi/com/sun/star/awt/ImageScaleMode.idl
oox/source/ole/axcontrol.cxx
reportdesign/source/filter/xml/xmlHelper.cxx
wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
Change-Id: Ib5fa7b82edddb809129a4e5619a20ca7a7b2e38a
|
|
...and must not be hard-coded in the manifest input (else report.jar was missing
the link to commonwizards.jar, so at least --disable-report-builder builds
failed with java.lang.NoClassDefFoundError).
Change-Id: I81cdadb599c7bf9a4a4503924dab4fbf9d60b44f
|
|
Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54
|
|
Change-Id: I16ea149917b911ba074415511d1f5053439c33bb
|
|
...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder
from bundled extensions to plain code":
* For one, ReportWizard.startReportWizard
(wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load
reportbuilderwizard.jar from the unpacked extension (and, failing that, fell
back to the old default engine, so this didn't cause any failure per se).
Instead, reference reportbuilderwizard.jar (which was also missing from scp2)
from report.jar's manifest Class-Path (which will always be OK, even if
reportbuilderwizard.jar is not installed) and check for the relevant class via
Class::forName directly.
* For another, the en-US/wizard/report/default.otr template had gone missing.
The way to find it inside the unpacked extension in the past was to include a
Paths.xcu update that extends the Template path. Instead, install that
template directly into share/template now, and drop the (unused already)
Paths.xcu update.
Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5
|
|
Change-Id: Ib2011a589c12b585c6045fdc87b08f711ed9edc6
|
|
Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52
|
|
Change-Id: I43ce0793306815988e39ba0735abd68f2022eaea
|
|
Change-Id: Ieb00ef3b16cd6213c11298040b789444b3ee3a31
|
|
|
|
Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5
|
|
Formating, python style coding and debug output removal.
Change-Id: If5811473695f23b8b11dcd5a7d6e6775ca41ae88
|
|
Properly terminate and dispose the Wizard dialogs.
Change-Id: Ia10419d3a7bbeb5ffd7dc1f6a5452eb9df906f63
|
|
Using the com.sun.star.xml.dom.DocumentBuilder service to create the DOM.
Change-Id: I71232dda112f7049b901c3495d024334503e078d
|
|
CGXX classes must use instance attributes, instead of static.
Change-Id: Ic76a37b6530e19f6ffcd5ccd995880b3a8741363
|
|
The document list up/down buttons should use OpenSymbol font.
Change-Id: I9ff7cb9a12ee98bfba4355283a3b9f8aefb0af95
|
|
Correct implementation of the WebConfigSet class.
Change-Id: I28160008cb9b8f96cd0619c70f573520ba9fa595
|
|
Correct URL for the ZIP Publisher.
Change-Id: I5984562d700df8f79596d1d5cef00aa5841dbad5
|
|
Implemented the FTP Publishing capabilities.
Change-Id: I3dbd2639947a219a494ae219153fcc7f3e30785e
|
|
Generating the TOC index.html from the XSTL templates transformation.
Change-Id: If2fbc8bf9b1c754dc0570f2f2c35180342fed736
|
|
Added dummy methods to some of the Listeners because of exceptions.
Change-Id: Ida7c27c266228c8fd9d569daf326163a90f31e2b
|
|
New utility I/O methods.
Change-Id: I8532d289582d9ed4b25568801617e33e4df41a5b
|
|
Implementing the Iconset and Background selection dialogs.
- Using the new ListModel interface.
- Connected the ListModelListeners.
- Implemented the Renderer capabilities.
Change-Id: I7a4003db662dbae14b7e1a45d21685776a58d2c3
|
|
DataAware support for accessing the getter/setters methods.
Change-Id: I4b6559b0c819f4db457760d31d4a8cbd664e8fbd
|
|
The wizard dialog has now support for HighContrast images.
Change-Id: Ic7990d162e11484aad973abb78de3d240bd67a0e
|
|
New instance method (getProperties) for the Properties class.
- The DocumentPreview instance requires it.
Change-Id: Ide5b87752cedd4ae91077d641d9ad53874c56e4b
|
|
The FolderPicker does not implement the XInitialization interface.
Change-Id: I424a2f8c984c56d21d63f8921633b0d1450a65fa
|
|
New utility Configuration methods for manipulating nodes.
Change-Id: I966767fb773c0d710561bea191e901f233b1164e
|
|
Setting the parent GroupConfig root to the children.
Change-Id: Ie066c76d4c14d9adc3e09da494aef90cf50596d5
|
|
Completing the preview implementation.
- New method getDispatchURL added.
- Using directly the URL instead of an array.
Change-Id: I0bc78b5998792b149c64815b20217933e6599b3b
|
|
Additional files ported to python for the Web.Export module.
Change-Id: I77c062e2d349992b9b42632537c8f2ee4ec26b57
|
|
Additional files ported to python for the Common module.
Change-Id: I54afc234b0205c3854e569e691454a6921eb2a9f
|
|
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
|
|
Change-Id: Icb807382eaf50f515f2c9dfada0c061414baed33
|
|
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
|
|
- nanosecond precision
- signed (allowed negative) year
Also: assorted improvements / bugfixes in date/time handling code.
Some factorisation of copy/pasted code.
Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
|
|
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
|
|
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
|
|
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
|
|
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
|
|
Change-Id: I0df92af6b01e5eab99212bb1587f7165c70fd59b
|
|
Change-Id: I4f25ee62a1f090dd6f494108849f038656b5e9fa
|
|
Change-Id: I145965230232150e91233ed1cd9ba623c19955f0
|
|
Change-Id: Idfc71c05f80150d67bc3f27f01b4a95efe9a8b5a
|
|
Change-Id: I968fdf4b906cf6aab0a274fe4d1292cbaf1be51e
|
|
Change-Id: Iadaa2e003186fc041e67270da39454cd28014a46
|