Home
last modified time | relevance | path

Searched refs:sheet (Results 1 – 25 of 1135) sorted by relevance

12345678910>>...46

/aoo42x/main/sc/source/filter/xml/
H A DXMLConverter.cxx62 return sheet::GeneralFunction_SUM; in GetFunctionFromString()
64 return sheet::GeneralFunction_AUTO; in GetFunctionFromString()
66 return sheet::GeneralFunction_COUNT; in GetFunctionFromString()
74 return sheet::GeneralFunction_MAX; in GetFunctionFromString()
76 return sheet::GeneralFunction_MIN; in GetFunctionFromString()
78 return sheet::GeneralFunction_STDEV; in GetFunctionFromString()
82 return sheet::GeneralFunction_VAR; in GetFunctionFromString()
84 return sheet::GeneralFunction_VARP; in GetFunctionFromString()
85 return sheet::GeneralFunction_NONE; in GetFunctionFromString()
447 sheet::ConditionOperator eOperator = sheet::ConditionOperator_NONE; in lclGetConditionOperator()
[all …]
H A DXMLExportDatabaseRanges.cxx100 sheet::DataImportMode nSourceType = sheet::DataImportMode_NONE; in GetEmptyDatabaseRanges()
130 sheet::DataImportMode nSourceType = sheet::DataImportMode_NONE; in WriteImportDescriptor()
147 case sheet::DataImportMode_NONE : break; in WriteImportDescriptor()
148 case sheet::DataImportMode_QUERY : in WriteImportDescriptor()
162 case sheet::DataImportMode_TABLE : in WriteImportDescriptor()
176 case sheet::DataImportMode_SQL : in WriteImportDescriptor()
203 case sheet::FilterOperator2::EQUAL : in getOperatorXML()
221 case sheet::FilterOperator2::EMPTY : in getOperatorXML()
223 case sheet::FilterOperator2::GREATER : in getOperatorXML()
227 case sheet::FilterOperator2::LESS : in getOperatorXML()
[all …]
H A DXMLExportDataPilot.cxx288 case sheet::DataPilotFieldReferenceType::NONE : in WriteFieldReference()
360 case sheet::DataPilotFieldSortMode::NONE: in WriteSortInfo()
363 case sheet::DataPilotFieldSortMode::MANUAL: in WriteSortInfo()
366 case sheet::DataPilotFieldSortMode::NAME: in WriteSortInfo()
369 case sheet::DataPilotFieldSortMode::DATA: in WriteSortInfo()
445 using sheet::GeneralFunction; in WriteSubTotals()
715 (sheet::GeneralFunction) pDim->GetFunction() ); in WriteDimension()
847 case sheet::DataImportMode_NONE : break; in WriteDataPilots()
848 case sheet::DataImportMode_QUERY : in WriteDataPilots()
856 case sheet::DataImportMode_TABLE : in WriteDataPilots()
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java270 com.sun.star.sheet.XCellAddressable xCellAddr = (com.sun.star.sheet.XCellAddressable) in doCellSamples()
383 com.sun.star.sheet.XCellRangeData xData = (com.sun.star.sheet.XCellRangeData) in doCellRangeSamples()
423 com.sun.star.sheet.XSheetOperation xSheetOp = (com.sun.star.sheet.XSheetOperation) in doCellRangeSamples()
569 com.sun.star.sheet.XCellAddressable xAddr = (com.sun.star.sheet.XCellAddressable) in doCellRangesSamples()
615 com.sun.star.sheet.XSheetCellRange xCellRange = (com.sun.star.sheet.XSheetCellRange) in doCellCursorSamples()
949 com.sun.star.sheet.XCellRangeData xData = (com.sun.star.sheet.XCellRangeData) in insertScenario()
968 com.sun.star.sheet.XScenario xScenario = (com.sun.star.sheet.XScenario) in showScenario()
993 com.sun.star.sheet.XNamedRanges xNamedRanges = (com.sun.star.sheet.XNamedRanges) in doNamedRangesSamples()
1009 com.sun.star.sheet.XCellRangeData xData = ( com.sun.star.sheet.XCellRangeData ) in doNamedRangesSamples()
1021 com.sun.star.sheet.XLabelRanges xLabelRanges = (com.sun.star.sheet.XLabelRanges) in doNamedRangesSamples()
[all …]
H A DSpreadsheetDocHelper.java105 com.sun.star.sheet.XSpreadsheet xSheet = null; in getSpreadsheet()
157 com.sun.star.sheet.XSpreadsheet xSheet, in setValue()
169 com.sun.star.sheet.XSpreadsheet xSheet, in setFormula()
183 com.sun.star.sheet.XSpreadsheet xSheet, in setDate()
213 com.sun.star.sheet.XSpreadsheet xSheet, in prepareRange()
234 com.sun.star.sheet.XCellRangeAddressable xAddr = (com.sun.star.sheet.XCellRangeAddressable) in prepareRange()
260 com.sun.star.sheet.XSpreadsheet xSheet, in createCellAddress()
263 com.sun.star.sheet.XCellAddressable xAddr = (com.sun.star.sheet.XCellAddressable) in createCellAddress()
276 com.sun.star.sheet.XCellRangeAddressable xAddr = (com.sun.star.sheet.XCellRangeAddressable) in createCellRangeAddress()
327 com.sun.star.sheet.XCellRangeAddressable xAddr = (com.sun.star.sheet.XCellRangeAddressable) in getCellRangeAddressString()
[all …]
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs275 unoidl.com.sun.star.sheet.XCellRangeData xData = in doCellRangeSamples()
391 unoidl.com.sun.star.sheet.FillMode.LINEAR, in doCellRangeSamples()
397 unoidl.com.sun.star.sheet.FillMode.DATE, in doCellRangeSamples()
404 unoidl.com.sun.star.sheet.FillMode.LINEAR, in doCellRangeSamples()
411 unoidl.com.sun.star.sheet.FillMode.AUTO, in doCellRangeSamples()
418 unoidl.com.sun.star.sheet.FillMode.GROWTH, in doCellRangeSamples()
501 return (unoidl.com.sun.star.sheet.XCellSeries) in getCellSeries()
808 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in doDocumentSamples()
968 unoidl.com.sun.star.sheet.XCellRangeData xData = in insertScenario()
988 unoidl.com.sun.star.sheet.XScenario xScenario = in showScenario()
[all …]
H A DSpreadsheetDocHelper.cs78 unoidl.com.sun.star.sheet.XSpreadsheets xSheets = in getSpreadsheet()
84 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in getSpreadsheet()
85 (unoidl.com.sun.star.sheet.XSpreadsheet) in getSpreadsheet()
103 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in insertSpreadsheet()
104 (unoidl.com.sun.star.sheet.XSpreadsheet) in insertSpreadsheet()
118 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setValue()
131 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setFormula()
146 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setDate()
180 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in prepareRange()
238 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in createCellAddress()
[all …]
/aoo42x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv30 "ScTableSheetObj";"com::sun::star::sheet::XSheetOutline";"group()"
31 "ScTableSheetObj";"com::sun::star::sheet::XSheetOutline";"ungroup()"
34 "ScTableSheetObj";"com::sun::star::sheet::XSheetOutline";"hideDetail()"
36 "ScTableSheetObj";"com::sun::star::sheet::XSheetOutline";"showLevel()"
40 "ScTableSheetObj";"com::sun::star::sheet::XSheetFilterable";"filter()"
150 "ScTableSheetObj";"com::sun::star::sheet::Spreadsheet";"IsVisible"
151 "ScTableSheetObj";"com::sun::star::sheet::Spreadsheet";"PageStyle"
182 "ScTableSheetObj";"com::sun::star::sheet::XScenario";"addRanges()"
183 "ScTableSheetObj";"com::sun::star::sheet::XScenario";"apply()"
192 "ScTableSheetObj";"com::sun::star::sheet::SheetCellRange";"Size"
[all …]
H A Dcom.sun.star.comp.office.ScAutoFormatFieldObj.csv1 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharFontName"
4 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharFontStyleName"
7 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharFontCharSet"
10 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharFontFamily"
13 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharFontPitch"
16 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharHeight"
19 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharWeight"
22 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharPosture"
25 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharUnderline"
28 "ScAutoFormatFieldObj";"com::sun::star::sheet::TableAutoFormatField";"CharShadowed"
[all …]
H A Dcom.sun.star.comp.office.ScTabViewObj.csv6 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"getFirstVisibleColumn()"
7 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"setFirstVisibleColumn()"
8 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"getFirstVisibleRow()"
9 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"setFirstVisibleRow()"
10 "ScTabViewObj";"com::sun::star::sheet::XViewPane";"getVisibleRange()"
21 "ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowNotes"
27 "ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ShowGrid"
37 "ScTabViewObj";"com::sun::star::sheet::SpreadsheetViewSettings";"ZoomType"
39 "ScTabViewObj";"com::sun::star::sheet::XViewFreezable";"hasFrozenPanes()"
46 "ScTabViewObj";"com::sun::star::sheet::XViewSplitable";"getSplitColumn()"
[all …]
H A Dcom.sun.star.comp.office.ScModelObj.csv17 "ScModelObj";"com::sun::star::sheet::XSpreadsheetDocument";"getSheets()"
35 "ScModelObj";"com::sun::star::sheet::XConsolidatable";"consolidate()"
39 "ScModelObj";"com::sun::star::sheet::XCalculatable";"calculate()"
40 "ScModelObj";"com::sun::star::sheet::XCalculatable";"calculateAll()"
51 "ScModelObj";"com::sun::star::sheet::XDocumentAuditing";"refreshArrows()"
52 "ScModelObj";"com::sun::star::sheet::XGoalSeek";"seekGoal()"
53 "ScModelObj";"com::sun::star::sheet::SpreadsheetDocument";"NamedRanges"
54 "ScModelObj";"com::sun::star::sheet::SpreadsheetDocument";"DatabaseRanges"
57 "ScModelObj";"com::sun::star::sheet::SpreadsheetDocument";"SheetLinks"
58 "ScModelObj";"com::sun::star::sheet::SpreadsheetDocument";"AreaLinks"
[all …]
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv33 "ScCellCursorObj";"com::sun::star::sheet::XSheetFilterable";"filter()"
114 "ScCellCursorObj";"com::sun::star::sheet::XSheetOperation";"clearContents()"
124 "ScCellCursorObj";"com::sun::star::sheet::XFormulaQuery";"queryDependents()"
125 "ScCellCursorObj";"com::sun::star::sheet::XFormulaQuery";"queryPrecedents()"
150 "ScCellCursorObj";"com::sun::star::sheet::SheetCellRange";"Position"
151 "ScCellCursorObj";"com::sun::star::sheet::SheetCellRange";"Size"
154 "ScCellCursorObj";"com::sun::star::sheet::SheetCellRange";"Validation"
217 "ScCellCursorObj";"com::sun::star::sheet::XCellRangeData";"getDataArray()"
218 "ScCellCursorObj";"com::sun::star::sheet::XCellRangeData";"setDataArray()"
225 "ScCellCursorObj";"com::sun::star::sheet::XCellSeries";"fillSeries()"
[all …]
H A Dcom.sun.star.comp.office.ScDataPilotFieldObj.csv1 "ScDataPilotFieldObj";"com::sun::star::sheet::XDataPilotFieldGrouping#optional";"createNameGroup()"
3 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Orientation"
4 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Function"
5 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SelectedPage#optional"
7 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"UsedHierarchy#optional"
8 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"HasSortInfo#optional"
9 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"SortInfo#optional"
11 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"LayoutInfo#optional"
15 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"Reference#optional"
17 "ScDataPilotFieldObj";"com::sun::star::sheet::DataPilotField";"GroupInfo#optional"
[all …]
/aoo42x/main/sc/source/core/data/
H A Ddpoutput.cxx103 uno::Sequence<sheet::MemberResult> aResult;
320 uno::Sequence<sheet::MemberResult> aRet; in lcl_GetSelectedPageAsResult()
1521 sheet::MemberResult aPrevious; in lcl_FilterInclude()
1559 … ( sheet::MemberResultFlags::HASMEMBER | sheet::MemberResultFlags::SUBTOTAL ) ) == 0 || in lcl_FilterInclude()
1561 … ( sheet::MemberResultFlags::HASMEMBER | sheet::MemberResultFlags::SUBTOTAL ) ) == in lcl_FilterInclude()
1562 … ( sheet::MemberResultFlags::HASMEMBER | sheet::MemberResultFlags::SUBTOTAL ), in lcl_FilterInclude()
1677 case sheet::GeneralFunction_COUNT: in lcl_GetDataFieldName()
1685 case sheet::GeneralFunction_VAR: in lcl_GetDataFieldName()
1687 case sheet::GeneralFunction_NONE: in lcl_GetDataFieldName()
1688 case sheet::GeneralFunction_AUTO: in lcl_GetDataFieldName()
[all …]
H A Ddpsave.cxx65 using namespace com::sun::star::sheet;
204 nOrientation( sheet::DataPilotFieldOrientation_HIDDEN ), in ScDPSaveDimension()
205 nFunction( sheet::GeneralFunction_AUTO ), in ScDPSaveDimension()
570 sheet::DataPilotFieldOrientation eOrient = (sheet::DataPilotFieldOrientation)nOrientation; in WriteToSource()
574 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)nFunction; in WriteToSource()
590 uno::Sequence<sheet::TableFilterField> aFilter; in WriteToSource()
595 sheet::TableFilterField aField( sheet::FilterConnection_AND, 0, in WriteToSource()
656 sheet::GeneralFunction* pArray = aSeq.getArray(); in WriteToSource()
1061 sheet::DataPilotFieldOrientation eOrient = sheet::DataPilotFieldOrientation_HIDDEN; in lcl_ResetOrient()
1520 bool operator == (const ::com::sun::star::sheet::DataPilotFieldSortInfo &l, const ::com::sun::star:… in operator ==()
[all …]
H A Ddptabsrc.cxx291 case sheet::DataPilotFieldOrientation_ROW: in SetOrientation()
294 case sheet::DataPilotFieldOrientation_DATA: in SetOrientation()
847 sheet::GeneralFunction eUser = (sheet::GeneralFunction)pDim->getFunction(); in CreateRes_Impl()
851 eUser = sheet::GeneralFunction_SUM; in CreateRes_Impl()
1630 sheet::DataPilotFieldOrientation eEnum; in setPropertyValue()
1636 sheet::GeneralFunction eEnum; in setPropertyValue()
1706 sheet::DataPilotFieldOrientation eVal = (sheet::DataPilotFieldOrientation)getOrientation(); in getPropertyValue()
1711 sheet::GeneralFunction eVal = (sheet::GeneralFunction)getFunction(); in getPropertyValue()
1721 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)getFunction(); in getPropertyValue()
1723 if ( eFunc != sheet::GeneralFunction_COUNT && eFunc != sheet::GeneralFunction_COUNTNUMS ) in getPropertyValue()
[all …]
H A Ddpobject.cxx131 long nRet = sheet::DataPilotFieldOrientation_HIDDEN; in lcl_GetDataGetOrientation()
151 sheet::DataPilotFieldOrientation_HIDDEN ); in lcl_GetDataGetOrientation()
797 vector<sheet::DataPilotFieldFilter> aFilters; in GetDataFieldPositionData()
1144 sheet::GeneralFunction eFunc;
1474 sheet::GeneralFunction eFunc = sheet::GeneralFunction_NONE; in ParseFilters()
1475 sheet::GeneralFunction eFoundFunc = sheet::GeneralFunction_NONE; in ParseFilters()
1687 uno::Sequence<sheet::GeneralFunction> aSeq; in lcl_FirstSubTotal()
1748 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)ScUnoHelpFunctions::GetEnumProperty( in lcl_FillOldFields()
1750 sheet::GeneralFunction_NONE ); in lcl_FillOldFields()
1751 if ( eFunc == sheet::GeneralFunction_AUTO ) in lcl_FillOldFields()
[all …]
/aoo42x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx167 case sheet::GeneralFunction_AUTO: in GeneralToSubTotal()
178 sheet::GeneralFunction eGeneral; in SubTotalToGeneral()
216 sheet::DataImportMode eMode = sheet::DataImportMode_NONE; in FillProperties()
220 eMode = sheet::DataImportMode_SQL; in FillProperties()
280 sheet::DataImportMode eMode = (sheet::DataImportMode) in FillImportParam()
284 case sheet::DataImportMode_NONE: in FillImportParam()
287 case sheet::DataImportMode_SQL: in FillImportParam()
291 case sheet::DataImportMode_TABLE: in FillImportParam()
296 case sheet::DataImportMode_QUERY: in FillImportParam()
1119 sheet::TableFilterField aField; in getFilterFields()
[all …]
H A Dfmtuno.cxx82 sheet::ConditionOperator eOper = sheet::ConditionOperator_NONE; in lcl_ConditionModeToOperator()
263 sheet::ConditionOperator eOper = (sheet::ConditionOperator) in addNew()
270 uno::Sequence<sheet::FormulaToken> aTokens; in addNew()
282 uno::Sequence<sheet::FormulaToken> aTokens; in addNew()
423 uno::Reference<sheet::XSheetConditionalEntry> xEntry; in getByName()
694 nShowList = sheet::TableValidationVisibility::UNSORTED; in ClearData_Impl()
855 sheet::ValidationType eType = (sheet::ValidationType) in setPropertyValue()
875 sheet::ValidationAlertStyle eStyle = (sheet::ValidationAlertStyle) in setPropertyValue()
949 sheet::ValidationType eType = sheet::ValidationType_ANY; in getPropertyValue()
952 case SC_VALID_ANY: eType = sheet::ValidationType_ANY; break; in getPropertyValue()
[all …]
H A Dtokenuno.cxx73 mnConv( sheet::AddressConvention::UNSPECIFIED ), in ScFormulaParserObj()
113 sheet::FormulaLanguage::ENGLISH : in SetCompilerFlags()
114 sheet::FormulaLanguage::NATIVE; in SetCompilerFlags()
135 uno::Sequence<sheet::FormulaToken> aRet; in parseFormula()
353 sheet::FormulaToken& rAPI = rSequence[nPos]; in ConvertToTokenSequence()
379 sheet::SingleReference aSingleRef; in ConvertToTokenSequence()
386 sheet::ComplexReference aCompRef; in ConvertToTokenSequence()
401 sheet::SingleReference aSingleRef; in ConvertToTokenSequence()
406 sheet::ExternalReference aExtRef; in ConvertToTokenSequence()
423 sheet::ExternalReference aExtRef; in ConvertToTokenSequence()
[all …]
/aoo42x/main/offapi/com/sun/star/sheet/
H A DSpreadsheet.idl28 #include <com/sun/star/sheet/SheetCellRange.idl>
32 #include <com/sun/star/sheet/XSpreadsheet.idl>
68 #include <com/sun/star/sheet/XPrintAreas.idl>
76 #include <com/sun/star/sheet/XSheetOutline.idl>
88 #include <com/sun/star/sheet/Scenario.idl>
120 service com::sun::star::sheet::Scenario;
181 interface com::sun::star::sheet::XPrintAreas;
203 /** provides methods for a linked sheet.
217 /** specifies if the sheet is visible.
223 /** specifies the page style of the sheet.
[all …]
H A DSheetCellRange.idl49 #include <com/sun/star/sheet/SheetRangesQuery.idl>
74 #include <com/sun/star/sheet/XSheetCellRange.idl>
78 #include <com/sun/star/sheet/XCellRangeData.idl>
82 #include <com/sun/star/sheet/XCellRangeFormula.idl>
90 #include <com/sun/star/sheet/XSheetOperation.idl>
94 #include <com/sun/star/sheet/XCellSeries.idl>
206 service com::sun::star::sheet::SheetRangesQuery;
281 interface com::sun::star::sheet::XCellSeries;
357 the sheet (in 1/100 mm).
402 @see com::sun::star::sheet::TableValidation
[all …]
H A DXSheetLinkable.idl32 #include <com/sun/star/sheet/SheetLinkMode.idl>
41 /** enables a sheet to refer to another sheet in a different document.
43 <p>To insert a sheet link, the sheet used as linked sheet has to exist
46 collection and links the sheet to the specified external sheet.</p>
48 @see com::sun::star::sheet::SheetLinks
49 @see com::sun::star::sheet::SheetLink
63 com::sun::star::sheet::SheetLinkMode getLinkMode();
96 /** returns the sheet name of the sheet in the source document.
111 /** links the sheet to another sheet in another document.
115 sheet name are set.</p>
[all …]
/aoo42x/main/testtools/source/cliversioning/
H A Dversion.cs131 unoidl.com.sun.star.sheet.XCellRangeData xData = in doCellRangeSamples()
238 return (unoidl.com.sun.star.sheet.XCellSeries) in getCellSeries()
298 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in getSpreadsheet()
299 (unoidl.com.sun.star.sheet.XSpreadsheet) in getSpreadsheet()
318 (unoidl.com.sun.star.sheet.XSpreadsheet) in insertSpreadsheet()
332 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setValue()
345 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setFormula()
360 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setDate()
394 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in prepareRange()
452 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in createCellAddress()
[all …]
/aoo42x/main/sc/source/ui/vba/
H A Dvbacondition.cxx42 sheet::ConditionOperator
45 sheet::ConditionOperator aRetAPIOperator = sheet::ConditionOperator_NONE; in retrieveAPIOperator()
130 case sheet::ConditionOperator_EQUAL: in Operator()
133 case sheet::ConditionOperator_NOT_EQUAL: in Operator()
136 case sheet::ConditionOperator_GREATER: in Operator()
142 case sheet::ConditionOperator_LESS: in Operator()
145 case sheet::ConditionOperator_LESS_EQUAL: in Operator()
148 case sheet::ConditionOperator_BETWEEN: in Operator()
151 case sheet::ConditionOperator_NOT_BETWEEN: in Operator()
154 case sheet::ConditionOperator_FORMULA: in Operator()
[all …]

Completed in 279 milliseconds

12345678910>>...46