Home
last modified time | relevance | path

Searched refs:xSheetConditionalEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx67 …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
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx704 …uno::Reference <sheet::XSheetConditionalEntry> xSheetConditionalEntry(xIndex->getByIndex(nConditio… in exportStyleContent() local
705 if (xSheetConditionalEntry.is()) in exportStyleContent()
707 rtl::OUString sStyleName(xSheetConditionalEntry->getStyleName()); in exportStyleContent()
708 … uno::Reference <sheet::XSheetCondition> xSheetCondition(xSheetConditionalEntry, uno::UNO_QUERY); in exportStyleContent()

Completed in 27 milliseconds