Searched refs:aQueryEntry (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDataPilot.cxx | 128 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 D | XMLExportDataPilot.hxx | 49 …void WriteDPCondition(const ScQueryEntry& aQueryEntry, sal_Bool bIsCaseSensitive, sal_Bool bUseReg…
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 638 aQueryEntry(rEntry), in ScCompareOptions() 643 bRegEx = (bRegEx && (aQueryEntry.eOp == SC_EQUAL || aQueryEntry.eOp == SC_NOT_EQUAL)); in ScCompareOptions() 735 ScQueryEntry& rEntry = pOptions->aQueryEntry; in CompareFunc() 784 const ScQueryEntry& rEntry = pOptions->aQueryEntry; in CompareFunc() 992 if (rOptions.aQueryEntry.bQueryByString) in QueryMat() 993 PushString( *rOptions.aQueryEntry.pStr); in QueryMat() 995 PushDouble( rOptions.aQueryEntry.nVal); in QueryMat() 1005 switch (rOptions.aQueryEntry.eOp) in QueryMat() 1027 …ROR1( "ScInterpreter::QueryMat: unhandled comparison operator: %d", (int)rOptions.aQueryEntry.eOp); in QueryMat()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 78 ScQueryEntry aQueryEntry; member
|
Completed in 55 milliseconds