office-gobmx/offapi
Lionel Elie Mamane 532421d208 fdo#52948 fix print-repeated-values=no with formatted values
Factorise the "should this element be printed" decision into an
utility function, which is used by
1) AbstractReportElementLayoutController
   (in charge of non-formatted values: string, image, OLE object, ...)
   which already obeyed PrintRepeatedValues.
2) TableCellLayoutController
   (in charge of formatted values: dates, numbers, ...)
   which blissfully ignored PrintRepeatedValues,
   but obeyed the display condition.

Rename the inconsistently named
 PrintWhenGroupChange
 PrintWhenGroupChanges
 print-only-when-group-change
 print-when-group-change
to
 PrintWhenGroupChange / print-when-group-change

Change the meaning of "PrintWhenGroupChange" to "override
PrintRepeatedValues in first occurrence in group". Since this feature
never worked under the old semantics, no loss of feature. Since we
change the XML attribute name, no ascending compatibility problem: it
will be reset to its default value.

Pursuant to the new meaning of PrintWhenGroupChange, change its
default to *true*, which is the sane default.

Change-Id: Idbe8e90565a354f70db222d047b3d51eeddbbb9f
2013-02-19 12:35:02 +01:00
..
com/sun/star fdo#52948 fix print-repeated-values=no with formatted values 2013-02-19 12:35:02 +01:00
org/freedesktop/PackageKit
prj
type_reference fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style 2013-02-12 10:14:45 +02:00
util
Makefile
Module_offapi.mk
README
UnoApi_offapi.mk fdo#46808, Adapt cui::ColorPicker UNO service to new style 2013-02-12 10:14:46 +02:00
UnoApiMerge_types.mk

Contains all of the IDL files except those in [[udkapi]]

i.e. the interfaces that are specific to the OppenOffice.org application.
An artificial (?) separation.

The reference offapi/type_reference/types.rdb, used to detect inadvertent
incompatible changes, is maintained via offapi/type_reference/update-rdb.sh (see
its usage message for details) for cases where we deliberately /do/ become
incompatible.  Old such cases are listed in
offapi/type_reference/typelibrary_history.txt, new such cases are recorded in
the git log of offapi/type_reference/types.rdb.