Home
last modified time | relevance | path

Searched refs:aQueryEntry (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx128 void ScXMLExportDataPilot::WriteDPCondition(const ScQueryEntry& aQueryEntry, sal_Bool bIsCaseSensit… in WriteDPCondition() argument
130 …bute(XML_NAMESPACE_TABLE, XML_FIELD_NUMBER, rtl::OUString::valueOf(sal_Int32(aQueryEntry.nField))); in WriteDPCondition()
133 if (aQueryEntry.bQueryByString) in WriteDPCondition()
135 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_VALUE, *aQueryEntry.pStr); in WriteDPCondition()
140 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_VALUE, rtl::OUString(*aQueryEntry.pStr)); in WriteDPCondition()
142 …rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_OPERATOR, getDPOperatorXML(aQueryEntry.eOp, bUseRegu… in WriteDPCondition()
143 aQueryEntry.bQueryByString, aQueryEntry.nVal, *aQueryEntry.pStr)); in WriteDPCondition()
H A DXMLExportDataPilot.hxx49 …void WriteDPCondition(const ScQueryEntry& aQueryEntry, sal_Bool bIsCaseSensitive, sal_Bool bUseReg…
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx636 aQueryEntry(rEntry), in ScCompareOptions()
641 bRegEx = (bRegEx && (aQueryEntry.eOp == SC_EQUAL || aQueryEntry.eOp == SC_NOT_EQUAL)); in ScCompareOptions()
733 ScQueryEntry& rEntry = pOptions->aQueryEntry; in CompareFunc()
782 const ScQueryEntry& rEntry = pOptions->aQueryEntry; in CompareFunc()
990 if (rOptions.aQueryEntry.bQueryByString) in QueryMat()
991 PushString( *rOptions.aQueryEntry.pStr); in QueryMat()
993 PushDouble( rOptions.aQueryEntry.nVal); in QueryMat()
1003 switch (rOptions.aQueryEntry.eOp) in QueryMat()
1025 …ROR1( "ScInterpreter::QueryMat: unhandled comparison operator: %d", (int)rOptions.aQueryEntry.eOp); in QueryMat()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx78 ScQueryEntry aQueryEntry; member

Completed in 47 milliseconds