Age | Commit message (Collapse) | Author |
|
|
|
Both from the sheet view and preview modes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define a new interface XSpreadsheets2
clean some String in docuno.cxx while i'm at it.
|
|
* 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
|
|
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
|
|
|
|
|
|
|
|
|
|
XMailServer is obsolete and replaced by XMailService:
https://issues.apache.org/ooo/show_bug.cgi?id=86471#c4
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
This allow to run make in a module wihtout the need to source
Env.Host.sh.
|
|
* Retro-added new-style UNOIDL singleton specification for it, for easy
instantiation.
* Plus new comphelper::getComponentContext to map from XMultiServiceFactory
to XComponentContext.
|
|
Removed leftovers of the Simple Handles option which weren't
delete by the previous patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- defined by start and swing angles + ellipse width and height
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
|
|
|
|
|
|
|
|
|
|
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.
|
|
A localized numbering type base on arabic abjad sequence is
added base on a table.
|
|
|
|
ScVbaControl doesn't have any container instance to pass to the
old method.
|
|
|
|
This removes O(n^2) from the process of querying the code pages for
form elements.
|
|
|