From 7abdda1b6ba63c95d52950428a1d52756842d778 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 24 Feb 2015 02:37:26 +0100 Subject: fix all UNO IDL errors in new cond format API Change-Id: I004a3899363280c16a60a5cca03d8940baeeae5c --- offapi/UnoApi_offapi.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'offapi/UnoApi_offapi.mk') diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index e5fb2ebd44be..e1ba2248ea3c 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1171,9 +1171,13 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/sheet,\ Cells \ CellsEnumeration \ ConsolidationDescriptor \ + ConditionalFormat \ + ConditionFormatEntry \ + ColorScale \ DDELink \ DDELinks \ DDELinksEnumeration \ + DataBar \ DataPilotDescriptor \ DataPilotField \ DataPilotFieldGroup \ @@ -1209,6 +1213,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/sheet,\ FunctionDescriptionEnumeration \ FunctionDescriptions \ HeaderFooterContent \ + IconSet \ LabelRange \ LabelRanges \ LabelRangesEnumeration \ @@ -3356,9 +3361,14 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/sheet,\ CellDeleteMode \ CellFlags \ CellInsertMode \ + ColorScaleEntryType \ ComplexReference \ + ConditionEntryType \ + ConditionFormatOperator \ ConditionOperator \ ConditionOperator2 \ + DataBarAxis \ + DataBarEntryType \ DDEItemInfo \ DDELinkInfo \ DDELinkMode \ @@ -3404,6 +3414,8 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/sheet,\ FunctionCategory \ GeneralFunction \ GoalResult \ + IconSetFormatEntry \ + IconSetType \ LocalizedName \ MemberResult \ MemberResultFlags \ @@ -3448,12 +3460,15 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/sheet,\ XCellRangesAccess \ XCellRangesQuery \ XCellSeries \ + XColorScaleEntry \ XCompatibilityNames \ + XConditionEntry \ XConditionalFormat \ XConditionalFormats \ XConditionEntry \ XConsolidatable \ XConsolidationDescriptor \ + XDataBarEntry \ XDDELink \ XDDELinkResults \ XDDELinks \ @@ -3489,6 +3504,7 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/sheet,\ XGoalSeek \ XHeaderFooterContent \ XHierarchiesSupplier \ + XIconSetEntry \ XLabelRange \ XLabelRanges \ XLevelsSupplier \ -- cgit