Lines Matching refs:xSheetConditionalEntry
67 …uno::Reference< sheet::XSheetConditionalEntry > xSheetConditionalEntry( mxSheetConditionalEntries-… in Delete() local
68 pStyles->Delete(xSheetConditionalEntry->getStyleName()); in Delete()
88 uno::Reference< sheet::XSheetConditionalEntry > xSheetConditionalEntry; in xSheetConditionToFormatCondition() local
89 aObject >>= xSheetConditionalEntry; in xSheetConditionToFormatCondition()
91 …uno::Reference< excel::XStyle > xStyle( xStyles->Item( uno::makeAny( xSheetConditionalEntry->getSt… in xSheetConditionToFormatCondition()
92 … xCondition = new ScVbaFormatCondition( xRangeParent, xContext, xSheetConditionalEntry, xStyle, x… in xSheetConditionToFormatCondition()
193 …uno::Reference< sheet::XSheetConditionalEntry > xSheetConditionalEntry( mxSheetConditionalEntries-… in Add() local
194 if (xSheetConditionalEntry->getStyleName().equals(sStyleName)) in Add()
196 …erInterface >( mxRangeParent, uno::UNO_QUERY_THROW ), mxContext, xSheetConditionalEntry, xStyle, t… in Add()
258 …uno::Reference< sheet::XSheetConditionalEntry > xSheetConditionalEntry( mxSheetConditionalEntries-… in removeFormatCondition() local
259 if (_sStyleName.equals(xSheetConditionalEntry->getStyleName())) in removeFormatCondition()