summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03move comment to correct place in BorderLine2.idlAndras Timar1-1/+1
Change-Id: I4618f91b0a000c6bece39936a97a5e3ce13b0925 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-07-02BorderLine2.idl: add missing since tagMichael Stahl1-0/+4
Conflicts: offapi/com/sun/star/table/BorderLine2.idl Change-Id: I0c3763289d6ad55acbeb93940a82c88650e33a28 Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-04-03Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2-2/+10
(cherry-picked from commit d4b67611c421ebe9b75284106fe389b434419961) Conflicts: extensions/source/update/check/updatecheck.cxx filter/source/xsltdialog/xmlfiltertestdialog.cxx sfx2/source/view/viewsh.cxx shell/source/unix/exec/shellexec.cxx Replaced master's new MSG_ERR_NO_ABS_URI_REF with re-using RID_SECURITY_WARNING_NO_HYPERLINKS, to avoid introducing new resources into the LO 3.5 series that require localization. New css.system.SystemShellExecuteFlags.URIS_ONLY remains @since LibreOffice 3.6. Officially, new features are only added when bumping the minor revision number, not the micro one (but backporting does not hurt here). Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-02-14correct documentation of com::sun::star::sdbc::XDatabaseMetaDataLionel Elie Mamane1-7/+9
(cherry picked from commit 7535373fa693ddff5311054800efcc602cdcacd9) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-27Pick additional cleanups from -3-5-0 branch.Norbert Thiebaud13-33/+7
This cherry-picks the extra cleanups from the UNO type publishing revert. Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2012-01-27Revert publishing of lots of UNO types.Thorsten Behrens281-390/+415
See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl (cherry picked from commit 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2, plus 00de339c15a048c874bc856e321973df0ea238de "Fixup over-ambitious previous revert: There were actually some useful bits hidden in that mass-publishing of uno api.") Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-01-19added SubViewSize property to EnhancedCustomShapePathRadek Doulik1-0/+4
- allow to specify view boxes for sub paths
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens1-2/+2
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens2-0/+57
The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-11added new custom shape path segment commands - darken/lighten fill colorRadek Doulik1-0/+20
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida2-0/+53
Doing it this way avoids having to re-generate the data ranges in Calc A1 before passing it to the chart backend in Calc. We need this in order to remove the silly restriction that forces us to always pass data range strings in Calc A1 format, which is error-prone. This is also necessary in order to fix the bug that prevents editing data ranges of an existing chart when the formula syntax is something other than Calc A1.
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07minor idl fixesTomas Hlavaty4-4/+4
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara5-6/+11
2011-12-05incompatible change to solve uno problem related to fdo#43308Markus Mohrhard3-4/+20
2011-11-29New UNO API to handle multi-value filters.Kohei Yoshida5-0/+187
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Fix build in offapi.Jan Holesovsky1-0/+2
2011-11-29New UNO API to return currently selected sheets.Kohei Yoshida2-0/+45
Both from the sheet view and preview modes.
2011-11-28offapi: remove outdated doucmentation of removed stuffMichael Stahl1-7/+0
2011-11-28offapi: remove obsolete MaxChildrenException.idlMichael Stahl2-28/+0
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak1-1/+1
2011-11-26importSheet : clean idl comments according to small previous cleaningLaurent Godard1-4/+4
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida1-2/+2
2011-11-23importSheet from an external provided documentLaurent Godard2-0/+76
define a new interface XSpreadsheets2 clean some String in docuno.cxx while i'm at it.
2011-11-22added partitive case month namesEike Rathke4-55/+88
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names
2011-11-21offapi: update type reference:Michael Stahl1-0/+0
This updates the keys for the following intentional changes: ENUM: /UCR/com/sun/star/drawing/TextFitToSizeType Field 3: Name1 = RESIZEATTR != Name2 = AUTOFIT SERVICE: /UCR/com/sun/star/sheet/SpreadsheetViewSettings SERVICE1 contains 1 more properties as SERVICE2 incompatible change: Field 14 ('SolidHandles') of r1 is not longer a property of this SERVICE in r2 SERVICE: /UCR/com/sun/star/text/ViewSettings SERVICE1 contains 1 more properties as SERVICE2 incompatible change: Field 24 ('SolidMarkHandles') of r1 is not longer a property of this SERVICE in r2
2011-11-21offapi: FootnoteLineStyle.idl: wrong moduleMichael Stahl1-3/+3
2011-11-21offapi: fix build errors in chart2 servicesMichael Stahl19-32/+38
2011-11-21offapi: css.chart2.MutableDataSequence unused, looks obsoleteMichael Stahl2-63/+0
2011-11-21offapi: kill dmakefilesMichael Stahl13-1483/+0
2011-11-21i#86471: offapi: remove css.mail.XMailServerMichael Stahl6-303/+3
XMailServer is obsolete and replaced by XMailService: https://issues.apache.org/ooo/show_bug.cgi?id=86471#c4
2011-11-21offapi: remove cruft from chart2 directory:Michael Stahl4-258/+0
TextAnchor is an empty constant group. XFastPropertyState is declared in module com.sun.star.beans and unused. XStyleSupplier duplicates com.sun.star.style.XStyleSupplier, unused.
2011-11-21offapi: empty d.lst and add missing IDLs to makefileMichael Stahl2-224/+66
2011-11-19add narrow (one letter) month namesEike Rathke7-53/+178
While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control.
2011-11-19add possessive genitive case month names to i18n locale data APIEike Rathke9-21/+251
2011-11-19adapt DTD doc URL to realityEike Rathke1-4/+2
2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky6-197/+0
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann3-1/+57
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-10removed leftovers of the Simple Handles optionTim Hardeck2-13/+0
Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
2011-11-02Grammar checking dialog: reworked how explanations are shownCédric Bosdonnat1-0/+4
2011-10-27fix bad commentNorbert Thiebaud1-2/+1
2011-10-23no need for SRCDIR parameter hereMatúš Kukan2-2/+2
2011-10-21UnoApiTarget: replace realpath callsMichael Stahl2-2/+2
2011-10-20Added a scanbutton to the scan-dialogRob Snelders3-0/+66
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann1-4/+2
2011-10-05add another ARC commandRadek Doulik1-0/+4
- defined by start and swing angles + ellipse width and height
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1