Home
last modified time | relevance | path

Searched refs:xCond (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbavalidation.cxx211 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Delete() local
219 xCond->setFormula1( sBlank ); in Delete()
220 xCond->setFormula2( sBlank ); in Delete()
221 xCond->setOperator( sheet::ConditionOperator_NONE ); in Delete()
229 uno::Reference< sheet::XSheetCondition > xCond( xProps, uno::UNO_QUERY_THROW ); in Add() local
295 xCond->setOperator( conOperator ); in Add()
299 xCond->setFormula1( sFormula1 ); in Add()
301 xCond->setFormula2( sFormula2 ); in Add()
309 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula1() local
310 return xCond->getFormula1(); in getFormula1()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx177 Reference< XFormatCondition > xCond = m_xCopy->createFormatCondition(); in impl_addCondition_nothrow() local
178 ::comphelper::copyProperties(m_xCopy.get(),xCond.get()); in impl_addCondition_nothrow()
179 m_xCopy->insertByIndex( _nNewCondIndex, makeAny( xCond ) ); in impl_addCondition_nothrow()
182 pCon->setCondition( xCond ); in impl_addCondition_nothrow()
384 Reference< XFormatCondition > xCond( m_xCopy->getByIndex(i), UNO_QUERY ); in impl_initializeConditions() local
385 pCon->setCondition( xCond ); in impl_initializeConditions()
386 pCon->updateToolbar( xCond.get() ); in impl_initializeConditions()
474 Reference< XFormatCondition > xCond( m_xCopy->getByIndex(i), UNO_QUERY_THROW ); in Execute() local
475 (*cond)->fillFormatCondition( xCond ); in Execute()
491 ::comphelper::copyProperties(xCond.get(),xNewCond.get()); in Execute()
/trunk/main/reportdesign/source/core/api/
H A DFormattedField.cxx241 uno::Reference< report::XFormatCondition > xCond = xSet->createFormatCondition(); in createClone() local
242 ::comphelper::copyProperties(aIter->get(),xCond.get()); in createClone()
243 xSet->insertByIndex(i,uno::makeAny(xCond)); in createClone()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlSubDocument.cxx137 … uno::Reference< report::XFormatCondition > xCond(xFakeModel->getByIndex(i),uno::UNO_QUERY); in EndElement() local
139 ::comphelper::copyProperties(xCond.get(),xNewCond.get()); in EndElement()
H A DxmlExport.cxx461 uno::Reference< report::XFormatCondition > xCond(_xReportElement->getByIndex(i),uno::UNO_QUERY); in exportFormatConditions() local
462 if ( !xCond->getEnabled() ) in exportFormatConditions()
465 AddAttribute(XML_NAMESPACE_REPORT, XML_FORMULA,xCond->getFormula()); in exportFormatConditions()
467 exportStyleName(xCond.get(),GetAttrList(),m_sCellStyle); in exportFormatConditions()
714 … uno::Reference< report::XFormatCondition > xCond(xFormattedField->getByIndex(j),uno::UNO_QUERY); in exportReportComponentAutoStyles() local
715 exportAutoStyle(xCond.get(),xFormattedField); in exportReportComponentAutoStyles()

Completed in 60 milliseconds