Lines Matching refs:excel
47 uno::Reference< excel::XApplication> xApp( Application(), uno::UNO_QUERY_THROW ); in ScVbaFormatConditions()
82 return excel::XFormatCondition::static_type(0); in getElementType()
86 …ponentContext >& xContext, const uno::Reference< excel::XStyles >& xStyles, const uno::Reference< … in xSheetConditionToFormatCondition()
91 …uno::Reference< excel::XStyle > xStyle( xStyles->Item( uno::makeAny( xSheetConditionalEntry->getSt… in xSheetConditionToFormatCondition()
92 …uno::Reference< excel::XFormatCondition > xCondition = new ScVbaFormatCondition( xRangeParent, xCo… in xSheetConditionToFormatCondition()
105 uno::Reference<excel::XRange > m_xParentRange;
107 uno::Reference<excel::XStyles > m_xStyles;
108 uno::Reference<excel::XFormatConditions > m_xParentCollection;
113 …excel::XRange >& xRange, const uno::Reference<uno::XComponentContext >& xContext, const uno::Refer… in EnumWrapper()
127 uno::Reference< excel::XFormatCondition > SAL_CALL
130 return Add( _nType, _aOperator, _aFormula1, _aFormula2, uno::Reference< excel::XStyle >() ); in Add()
133 uno::Reference< excel::XFormatCondition >
134 …::Any& _aFormula1, const uno::Any& _aFormula2, const css::uno::Reference< excel::XStyle >& _xStyle… in Add()
143 uno::Reference< excel::XStyle > xStyle( _xStyle ); in Add()
144 uno::Reference< excel::XFormatCondition > xFormatCondition; in Add()