summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)Author
2011-11-21offapi: FootnoteLineStyle.idl: wrong moduleMichael Stahl
2011-11-21offapi: fix build errors in chart2 servicesMichael Stahl
2011-11-21offapi: css.chart2.MutableDataSequence unused, looks obsoleteMichael Stahl
2011-11-21offapi: kill dmakefilesMichael Stahl
2011-11-21i#86471: offapi: remove css.mail.XMailServerMichael Stahl
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 Stahl
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 Stahl
2011-11-19add narrow (one letter) month namesEike Rathke
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 Rathke
2011-11-19adapt DTD doc URL to realityEike Rathke
2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
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 Bergmann
* 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 Hardeck
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 Bosdonnat
2011-10-27fix bad commentNorbert Thiebaud
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-21UnoApiTarget: replace realpath callsMichael Stahl
2011-10-20Added a scanbutton to the scan-dialogRob Snelders
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-05add another ARC commandRadek Doulik
- defined by start and swing angles + ellipse width and height
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-01CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat
2011-09-20Remove RCS headerThomas Arnhold
2011-09-19process more idl files at once - second part: makefilesMatúš Kukan
2011-09-08fix comment typosCaolán McNamara
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-08Revert "process more idl files at once - second part: makefiles"Norbert Thiebaud
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
2011-09-07fix url in documentationAndras Timar
2011-09-02process more idl files at once - second part: makefilesMatúš Kukan
2011-09-02include missing header fileMatúš Kukan
2011-09-01adapt a few @since to reality, OOo -> LibreOfficeEike Rathke
2011-08-28Add numbering type in persian word.Mohammad Elahi
Numbering in localized persian word is useful in some areas, at least for me it is necessary. Since it is not trivial a function and table is needed.
2011-08-28Add numbering type of arabic abjad sequenceMohammad Elahi
A localized numbering type base on arabic abjad sequence is added base on a table.
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-16Keep the container and object separate methods.Kohei Yoshida
ScVbaControl doesn't have any container instance to pass to the old method.
2011-08-16Slightly changed the API.Kohei Yoshida
2011-08-16Code page should be the same for the same drawing page.Kohei Yoshida
This removes O(n^2) from the process of querying the code pages for form elements.
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-27add idl files from scaddinsMatúš Kukan
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-07-13Remove add.diffMiklos Vajna
Probably it was added accidently.
2011-07-01fix last commitLuboš Luňák
2011-07-01XLSX formula import improvement. Recommit.Muthu Subramanian
2011-06-29Revert patch to change .idlMuthu Subramanian
2011-06-29Improved xlsx formula import.Muthu Subramanian
Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well.
2011-06-23Adapt texts to new B-spline implementationRegina Henschel
2011-06-23fix for fdo#37880Markus Mohrhard
we need to save the information if we have a global range name or a local range name in the uno api too