Commit graph

11237 commits

Author SHA1 Message Date
Bjoern Michaelsen
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
Jan Holesovsky
ebdc3ad1ee Fix build in offapi. 2011-11-29 09:40:48 +01:00
Kohei Yoshida
7a16f31752 New UNO API to return currently selected sheets.
Both from the sheet view and preview modes.
2011-11-29 00:04:23 -05:00
Michael Stahl
5469d397c6 offapi: remove outdated doucmentation of removed stuff 2011-11-28 22:46:00 +01:00
Michael Stahl
ad88d5116b offapi: remove obsolete MaxChildrenException.idl 2011-11-28 22:46:00 +01:00
Korrawit Pruegsanusak
ab5b77536b s/weather/whether/ where appropriate 2011-11-28 10:32:13 +07:00
Laurent Godard
e0765292dc importSheet : clean idl comments according to small previous cleaning 2011-11-26 06:31:24 +01:00
Bjoern Michaelsen
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Kohei Yoshida
ba897375db Let's throw out-of-bound exception on out-of-bound destination position. 2011-11-23 15:28:36 -05:00
Laurent Godard
2ee55872eb importSheet from an external provided document
define a new interface XSpreadsheets2
clean some String in docuno.cxx while i'm at it.
2011-11-23 15:28:36 -05:00
Eike Rathke
3b5ee26d2c added partitive case month names
* 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-22 14:52:41 +01:00
Michael Stahl
f1d0641013 offapi: update type reference:
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-21 22:46:24 +01:00
Michael Stahl
4f3175bbaf offapi: FootnoteLineStyle.idl: wrong module 2011-11-21 22:46:03 +01:00
Michael Stahl
a4814ec657 offapi: fix build errors in chart2 services 2011-11-21 22:46:01 +01:00
Michael Stahl
6a7b8a6465 offapi: css.chart2.MutableDataSequence unused, looks obsolete 2011-11-21 22:45:59 +01:00
Michael Stahl
577943dc7b offapi: kill dmakefiles 2011-11-21 22:45:58 +01:00
Michael Stahl
779f4c6e6f i#86471: offapi: remove css.mail.XMailServer
XMailServer is obsolete and replaced by XMailService:
https://issues.apache.org/ooo/show_bug.cgi?id=86471#c4
2011-11-21 22:45:55 +01:00
Michael Stahl
57448692d8 offapi: remove cruft from chart2 directory:
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-21 22:45:53 +01:00
Michael Stahl
142bb0e7dd offapi: empty d.lst and add missing IDLs to makefile 2011-11-21 22:45:51 +01:00
Eike Rathke
4b030331f7 add narrow (one letter) month names
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-19 16:15:22 +01:00
Eike Rathke
122fae4e2d add possessive genitive case month names to i18n locale data API 2011-11-19 16:15:19 +01:00
Eike Rathke
2d54f83c8d adapt DTD doc URL to reality 2011-11-19 16:15:18 +01:00
Jan Holesovsky
ce8f0a7e72 Removing the last remnants of layout - sorry to see it go :-( 2011-11-17 00:49:48 +01:00
Norbert Thiebaud
0ea8c014ef tweak gbuild standart Makefile to allow partial build in unsourced env
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Stephan Bergmann
8b75883b87 Simplified some uses of css.configuration.theDefaultProvider.
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
2011-11-14 22:07:23 +01:00
Tim Hardeck
59445b80e7 removed leftovers of the Simple Handles option
Removed leftovers of the Simple Handles option which weren't
delete by the previous patch.
2011-11-10 14:28:57 +00:00
Cédric Bosdonnat
bc3c10b5ce Grammar checking dialog: reworked how explanations are shown 2011-11-02 13:21:57 +01:00
Norbert Thiebaud
c28724df95 fix bad comment 2011-10-27 11:39:04 -05:00
Matúš Kukan
c77a9254dd no need for SRCDIR parameter here 2011-10-23 13:20:29 +02:00
Michael Stahl
68cde28252 UnoApiTarget: replace realpath calls 2011-10-21 20:17:19 +02:00
Rob Snelders
638804f7e2 Added a scanbutton to the scan-dialog 2011-10-20 23:04:13 +02:00
Stephan Bergmann
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
Radek Doulik
1c0ae973dd add another ARC command
- defined by start and swing angles + ellipse width and height
2011-10-05 17:40:21 +02:00
Bjoern Michaelsen
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00
Cédric Bosdonnat
61db713ee5 CMIS: added libcmis module and created empty cmis UCP shell 2011-10-01 15:59:50 +02:00
Thomas Arnhold
1afef0e98a Remove RCS header 2011-09-20 09:25:41 +02:00
Matúš Kukan
5606c2aac1 process more idl files at once - second part: makefiles 2011-09-19 10:58:08 +02:00
Caolán McNamara
a90ab2d8a2 fix comment typos 2011-09-08 15:29:53 +01:00
Caolán McNamara
f57baefbd3 add chaff to encrypted documents 2011-09-08 15:29:53 +01:00
Norbert Thiebaud
7d1700b35b Revert "process more idl files at once - second part: makefiles"
This reverts commit a44dda4b7d.
2011-09-08 03:09:40 -05:00
Andras Timar
44617d3d5b fix url in documentation 2011-09-07 21:35:52 +02:00
Matúš Kukan
a44dda4b7d process more idl files at once - second part: makefiles 2011-09-02 11:49:25 +02:00
Matúš Kukan
5f000fdf86 include missing header file 2011-09-02 11:41:27 +02:00
Eike Rathke
d9d6ee2e5e adapt a few @since to reality, OOo -> LibreOffice 2011-09-01 15:22:47 +02:00
Mohammad Elahi
b470e596db Add numbering type in persian word.
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-28 00:01:26 +02:00
Mohammad Elahi
9e1b651db7 Add numbering type of arabic abjad sequence
A localized numbering type base on arabic abjad sequence is
added base on a table.
2011-08-28 00:01:26 +02:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Kohei Yoshida
c8f40655ea Keep the container and object separate methods.
ScVbaControl doesn't have any container instance to pass to the
old method.
2011-08-16 21:22:44 -04:00
Kohei Yoshida
d2e538a635 Slightly changed the API. 2011-08-16 21:22:42 -04:00
Kohei Yoshida
39b2de7545 Code page should be the same for the same drawing page.
This removes O(n^2) from the process of querying the code pages for
form elements.
2011-08-16 21:22:41 -04:00