Searched refs:getOperatorXML (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlfilti.cxx | 331 void ScXMLConditionContext::getOperatorXML(const rtl::OUString sTempOperator, sal_Int32& aFilterOpe… in getOperatorXML() function in ScXMLConditionContext 391 getOperatorXML(sOperator, aFilterField.Operator, bUseRegularExpressions); in EndElement() 707 void ScXMLDPConditionContext::getOperatorXML(const rtl::OUString sTempOperator, ScQueryOp& aFilterO… in getOperatorXML() function in ScXMLDPConditionContext 757 getOperatorXML(sOperator, aFilterField.eOp, bUseRegularExpressions, dVal); in EndElement()
|
H A D | xmlfilti.hxx | 168 …void getOperatorXML(const rtl::OUString sTempOperator, sal_Int32& aFilterOperator, sal_Bool& bUseR… 301 …void getOperatorXML(const rtl::OUString sTempOperator, ScQueryOp& aFilterOperator, sal_Bool& bUseR…
|
H A D | XMLExportDatabaseRanges.hxx | 45 …rtl::OUString getOperatorXML(const long aFilterOperator, const sal_Bool bUseRegularExpressions) co…
|
H A D | XMLExportDatabaseRanges.cxx | 199 rtl::OUString ScXMLExportDatabaseRanges::getOperatorXML(const long aFilterOperator, const sal_Bool … in getOperatorXML() function in ScXMLExportDatabaseRanges 271 …rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_OPERATOR, getOperatorXML(aFilterField.Operator, bUse… in WriteCondition()
|
Completed in 25 milliseconds