Kaydet (Commit) 52aa7fd2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add implementation for new conditional formatting

Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2
üst 7abdda1b
...@@ -35,7 +35,7 @@ service ConditionalFormat ...@@ -35,7 +35,7 @@ service ConditionalFormat
/** represents the range for the conditional format /** represents the range for the conditional format
All ranges have to be in the same sheet. All ranges have to be in the same sheet.
*/ */
[property] XSheetCellRanges range; [property] XSheetCellRanges Range;
[property] long ID; [property] long ID;
}; };
......
...@@ -542,6 +542,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ ...@@ -542,6 +542,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/unoobj/cellvaluebinding \ sc/source/ui/unoobj/cellvaluebinding \
sc/source/ui/unoobj/chart2uno \ sc/source/ui/unoobj/chart2uno \
sc/source/ui/unoobj/chartuno \ sc/source/ui/unoobj/chartuno \
sc/source/ui/unoobj/condformatuno \
sc/source/ui/unoobj/confuno \ sc/source/ui/unoobj/confuno \
sc/source/ui/unoobj/convuno \ sc/source/ui/unoobj/convuno \
sc/source/ui/unoobj/cursuno \ sc/source/ui/unoobj/cursuno \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment