Home
last modified time | relevance | path

Searched refs:aFilterOperator (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.cxx714 aFilterOperator = SC_EQUAL; in getOperatorXML()
719 aFilterOperator = SC_NOT_EQUAL; in getOperatorXML()
722 aFilterOperator = SC_EQUAL; in getOperatorXML()
724 aFilterOperator = SC_NOT_EQUAL; in getOperatorXML()
726 aFilterOperator = SC_BOTPERC; in getOperatorXML()
728 aFilterOperator = SC_BOTVAL; in getOperatorXML()
732 aFilterOperator = SC_GREATER; in getOperatorXML()
736 aFilterOperator = SC_LESS; in getOperatorXML()
738 aFilterOperator = SC_LESS_EQUAL; in getOperatorXML()
742 aFilterOperator = SC_TOPPERC; in getOperatorXML()
[all …]
H A Dxmlfilti.hxx168 …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 DXMLExportDatabaseRanges.hxx45 …rtl::OUString getOperatorXML(const long aFilterOperator, const sal_Bool bUseRegularExpressions) co…
H A DXMLExportDataPilot.hxx47 …rtl::OUString getDPOperatorXML(const ScQueryOp aFilterOperator, const sal_Bool bUseRegularExpressi…
H A DXMLExportDatabaseRanges.cxx199 rtl::OUString ScXMLExportDatabaseRanges::getOperatorXML(const long aFilterOperator, const sal_Bool … in getOperatorXML() argument
201 switch (aFilterOperator) in getOperatorXML()
H A DXMLExportDataPilot.cxx76 rtl::OUString ScXMLExportDataPilot::getDPOperatorXML(const ScQueryOp aFilterOperator, const sal_Boo… in getDPOperatorXML() argument
79 switch (aFilterOperator) in getDPOperatorXML()

Completed in 38 milliseconds