Commit Graph

11253 Commits

Author SHA1 Message Date
81856eecf4 added new custom shape path segment commands - darken/lighten fill color 2012-01-11 16:03:25 +01:00
8b7354217d added date acceptance patterns API 2012-01-11 13:18:46 +01:00
887b7f34fe idl fix package names 2012-01-05 14:09:37 +01:00
405f7ac2fd fix broken ifndef/define guard in idl 2012-01-05 14:09:37 +01:00
45652af4e2 offapi: css.chart2.XAxis: fix include guard conflict 2012-01-05 14:00:36 +01:00
9e3235cd99 minor idl fixes 2012-01-05 11:51:44 +00:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
578292d707 Register chart data ranges via tokens rather than string.
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.
2012-01-04 21:19:39 -05:00
9ae50a6d41 Revert "minor idl fixes" - no explicit license statement yet.
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.
2011-12-20 17:46:59 +00:00
bcdea3b379 Simplified, type-safe C++ configuration access.
* New offapi com.sun.star.configuration entities to access the complete
  configuration read-only or read/write...
* ...configmgr adapted to support those new services/singletons...
* ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of
  that...
* ...officecfg now generates C++ headers to access all the properties and sets
  given in the .xcs files...
* ...and svl's asiancfg.cxx exemplarily makes use of the new
  officecfg/Office/Common.hxx to access the configuration.
* There is still TODOs:  For one, see those listed in
  officecfg/registry/cppheader.xsl.  For another, at least a notification
  mechanism for the new read-only configuration access and the C++ wrapper is
  missing.
2011-12-13 12:50:34 +01:00
bd7f838011 Remove oooimprovement 2011-12-07 21:59:28 -05:00
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
5260bf5ea7 minor idl fixes 2011-12-06 23:54:36 +00:00
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
27fa364db8 incompatible change to solve uno problem related to fdo#43308 2011-12-05 23:08:25 +01:00
34493546d6 New UNO API to handle multi-value filters. 2011-11-29 22:35:45 -05:00
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
ebdc3ad1ee Fix build in offapi. 2011-11-29 09:40:48 +01:00
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
5469d397c6 offapi: remove outdated doucmentation of removed stuff 2011-11-28 22:46:00 +01:00
ad88d5116b offapi: remove obsolete MaxChildrenException.idl 2011-11-28 22:46:00 +01:00
ab5b77536b s/weather/whether/ where appropriate 2011-11-28 10:32:13 +07:00
e0765292dc importSheet : clean idl comments according to small previous cleaning 2011-11-26 06:31:24 +01:00
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
ba897375db Let's throw out-of-bound exception on out-of-bound destination position. 2011-11-23 15:28:36 -05:00
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
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
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
4f3175bbaf offapi: FootnoteLineStyle.idl: wrong module 2011-11-21 22:46:03 +01:00
a4814ec657 offapi: fix build errors in chart2 services 2011-11-21 22:46:01 +01:00
6a7b8a6465 offapi: css.chart2.MutableDataSequence unused, looks obsolete 2011-11-21 22:45:59 +01:00
577943dc7b offapi: kill dmakefiles 2011-11-21 22:45:58 +01:00
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
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
142bb0e7dd offapi: empty d.lst and add missing IDLs to makefile 2011-11-21 22:45:51 +01:00
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
122fae4e2d add possessive genitive case month names to i18n locale data API 2011-11-19 16:15:19 +01:00
2d54f83c8d adapt DTD doc URL to reality 2011-11-19 16:15:18 +01:00
ce8f0a7e72 Removing the last remnants of layout - sorry to see it go :-( 2011-11-17 00:49:48 +01:00
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
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
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
bc3c10b5ce Grammar checking dialog: reworked how explanations are shown 2011-11-02 13:21:57 +01:00
c28724df95 fix bad comment 2011-10-27 11:39:04 -05:00
c77a9254dd no need for SRCDIR parameter here 2011-10-23 13:20:29 +02:00
68cde28252 UnoApiTarget: replace realpath calls 2011-10-21 20:17:19 +02:00
638804f7e2 Added a scanbutton to the scan-dialog 2011-10-20 23:04:13 +02:00
2ff63bcdea Undo basis/brand split: merge basis share/ into brand share/. 2011-10-07 22:06:28 +02:00
1c0ae973dd add another ARC command
- defined by start and swing angles + ellipse width and height
2011-10-05 17:40:21 +02:00
e94a19f3e0 simplfy dmake to gbuild bridgefile 2011-10-05 00:31:50 +02:00