Home
last modified time | relevance | path

Searched refs:GeneralFunction (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sheet/
H A DDataPilotField.idl28 #include <com/sun/star/sheet/GeneralFunction.idl>
77 (GeneralFunction::NONE means no subtotals).
81 [property] GeneralFunction Function;
90 value GeneralFunction::NONE. If the length of the
92 the values GeneralFunction::NONE or
93 GeneralFunction::AUTO.</p>
99 [property, optional] sequence<GeneralFunction> Subtotals;
196 value GeneralFunction::NONE. If the length of the
H A DXConsolidationDescriptor.idl24 #include <com/sun/star/sheet/GeneralFunction.idl>
43 com::sun::star::sheet::GeneralFunction getFunction();
48 void setFunction( [in] com::sun::star::sheet::GeneralFunction nFunction );
H A DSubTotalColumn.idl23 #include <com/sun/star/sheet/GeneralFunction.idl>
43 com::sun::star::sheet::GeneralFunction Function;
H A DXSheetOperation.idl24 #include <com/sun/star/sheet/GeneralFunction.idl>
49 [in] com::sun::star::sheet::GeneralFunction nFunction )
H A DDataPilotSourceLevel.idl27 #include <com/sun/star/sheet/GeneralFunction.idl>
66 [property] sequence< com::sun::star::sheet::GeneralFunction > SubTotals;
H A DDataPilotSourceDimension.idl28 #include <com/sun/star/sheet/GeneralFunction.idl>
104 [property] com::sun::star::sheet::GeneralFunction Function;
H A DGeneralFunction.idl29 published enum GeneralFunction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sheet/
H A DDataPilotField.idl28 #include <com/sun/star/sheet/GeneralFunction.idl>
77 (GeneralFunction::NONE means no subtotals).
81 [property] GeneralFunction Function;
90 value GeneralFunction::NONE. If the length of the
92 the values GeneralFunction::NONE or
93 GeneralFunction::AUTO.</p>
99 [property, optional] sequence<GeneralFunction> Subtotals;
196 value GeneralFunction::NONE. If the length of the
H A DXConsolidationDescriptor.idl24 #include <com/sun/star/sheet/GeneralFunction.idl>
43 com::sun::star::sheet::GeneralFunction getFunction();
48 void setFunction( [in] com::sun::star::sheet::GeneralFunction nFunction );
H A DSubTotalColumn.idl23 #include <com/sun/star/sheet/GeneralFunction.idl>
43 com::sun::star::sheet::GeneralFunction Function;
H A DXSheetOperation.idl24 #include <com/sun/star/sheet/GeneralFunction.idl>
49 [in] com::sun::star::sheet::GeneralFunction nFunction )
H A DDataPilotSourceLevel.idl27 #include <com/sun/star/sheet/GeneralFunction.idl>
66 [property] sequence< com::sun::star::sheet::GeneralFunction > SubTotals;
H A DDataPilotSourceDimension.idl28 #include <com/sun/star/sheet/GeneralFunction.idl>
104 [property] com::sun::star::sheet::GeneralFunction Function;
H A DGeneralFunction.idl29 published enum GeneralFunction
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/util/
H A DValueChanger.java676 com.sun.star.sheet.GeneralFunction GF1 = com.sun.star.sheet.GeneralFunction.NONE; in changePValue()
677 com.sun.star.sheet.GeneralFunction GF2 = com.sun.star.sheet.GeneralFunction.AVERAGE; in changePValue()
678 com.sun.star.sheet.GeneralFunction GF3 = com.sun.star.sheet.GeneralFunction.COUNT; in changePValue()
680 com.sun.star.sheet.GeneralFunction GF5 = com.sun.star.sheet.GeneralFunction.MAX; in changePValue()
681 com.sun.star.sheet.GeneralFunction GF6 = com.sun.star.sheet.GeneralFunction.MIN; in changePValue()
682 com.sun.star.sheet.GeneralFunction GF7 = com.sun.star.sheet.GeneralFunction.AUTO; in changePValue()
683 com.sun.star.sheet.GeneralFunction GF8 = com.sun.star.sheet.GeneralFunction.PRODUCT; in changePValue()
684 com.sun.star.sheet.GeneralFunction GF9 = com.sun.star.sheet.GeneralFunction.STDEV; in changePValue()
686 com.sun.star.sheet.GeneralFunction GF11 = com.sun.star.sheet.GeneralFunction.SUM; in changePValue()
687 com.sun.star.sheet.GeneralFunction GF12 = com.sun.star.sheet.GeneralFunction.VAR; in changePValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/util/
H A DValueChanger.java676 com.sun.star.sheet.GeneralFunction GF1 = com.sun.star.sheet.GeneralFunction.NONE; in changePValue()
677 com.sun.star.sheet.GeneralFunction GF2 = com.sun.star.sheet.GeneralFunction.AVERAGE; in changePValue()
678 com.sun.star.sheet.GeneralFunction GF3 = com.sun.star.sheet.GeneralFunction.COUNT; in changePValue()
680 com.sun.star.sheet.GeneralFunction GF5 = com.sun.star.sheet.GeneralFunction.MAX; in changePValue()
681 com.sun.star.sheet.GeneralFunction GF6 = com.sun.star.sheet.GeneralFunction.MIN; in changePValue()
682 com.sun.star.sheet.GeneralFunction GF7 = com.sun.star.sheet.GeneralFunction.AUTO; in changePValue()
683 com.sun.star.sheet.GeneralFunction GF8 = com.sun.star.sheet.GeneralFunction.PRODUCT; in changePValue()
684 com.sun.star.sheet.GeneralFunction GF9 = com.sun.star.sheet.GeneralFunction.STDEV; in changePValue()
686 com.sun.star.sheet.GeneralFunction GF11 = com.sun.star.sheet.GeneralFunction.SUM; in changePValue()
687 com.sun.star.sheet.GeneralFunction GF12 = com.sun.star.sheet.GeneralFunction.VAR; in changePValue()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Drc1.0_grammar.y60 %type <generalFunctionStruct> GeneralFunction
184 GeneralPortion : PortionDesignator openBracket GeneralFunction BiasScale closeBracket
190 | PortionDesignator openBracket GeneralFunction closeBracket
260 GeneralFunction : Dot Dot
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Drc1.0_grammar.y60 %type <generalFunctionStruct> GeneralFunction
184 GeneralPortion : PortionDesignator openBracket GeneralFunction BiasScale closeBracket
190 | PortionDesignator openBracket GeneralFunction closeBracket
260 GeneralFunction : Dot Dot
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLConverter.hxx48 static css::sheet::GeneralFunction
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLConverter.hxx47 static css::sheet::GeneralFunction
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddatauno.hxx68 static css::sheet::GeneralFunction SubTotalToGeneral( ScSubTotalFunc eSubTotal );
248 virtual css::sheet::GeneralFunction SAL_CALL getFunction() override;
249 virtual void SAL_CALL setFunction( css::sheet::GeneralFunction nFunction ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddatauno.hxx69 static css::sheet::GeneralFunction SubTotalToGeneral( ScSubTotalFunc eSubTotal );
249 virtual css::sheet::GeneralFunction SAL_CALL getFunction() override;
250 virtual void SAL_CALL setFunction( css::sheet::GeneralFunction nFunction ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddptabsrc.cxx1405 { u"" SC_UNO_DP_FUNCTION, 0, cppu::UnoType<sheet::GeneralFunction>::get(), 0, 0 }, in getPropertySetInfo()
1439 sheet::GeneralFunction eEnum; in setPropertyValue()
1527 aRet <<= static_cast<sheet::GeneralFunction>(nValAsInt); in getPropertyValue()
2079 … { u"" SC_UNO_DP_SUBTOTAL, 0, cppu::UnoType<uno::Sequence<sheet::GeneralFunction>>::get(), 0, 0 }, in getPropertySetInfo()
2096 uno::Sequence<sheet::GeneralFunction> aSeq; in setPropertyValue()
2100 [](const sheet::GeneralFunction& rFunc) -> sal_Int16 { in setPropertyValue()
2127 uno::Sequence<sheet::GeneralFunction> aNewSeq; in getPropertyValue()
2130 [](const sal_Int16 nFunc) -> sheet::GeneralFunction { in getPropertyValue()
2133 return static_cast<sheet::GeneralFunction>(nFunc); in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddptabsrc.cxx1401 { OUString(SC_UNO_DP_FUNCTION), 0, cppu::UnoType<sheet::GeneralFunction>::get(), 0, 0 }, in getPropertySetInfo()
1435 sheet::GeneralFunction eEnum; in setPropertyValue()
1523 aRet <<= static_cast<sheet::GeneralFunction>(nValAsInt); in getPropertyValue()
2072 …{ OUString(SC_UNO_DP_SUBTOTAL), 0, cppu::UnoType<uno::Sequence<sheet::GeneralFunction>>::get(), 0… in getPropertySetInfo()
2089 uno::Sequence<sheet::GeneralFunction> aSeq; in setPropertyValue()
2093 [](const sheet::GeneralFunction& rFunc) -> sal_Int16 { in setPropertyValue()
2120 uno::Sequence<sheet::GeneralFunction> aNewSeq; in getPropertyValue()
2123 [](const sal_Int16 nFunc) -> sheet::GeneralFunction { in getPropertyValue()
2126 return static_cast<sheet::GeneralFunction>(nFunc); in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java338 com.sun.star.sheet.GeneralFunction[].class ), in getPropertySetInfo()
361 return new com.sun.star.sheet.GeneralFunction[0]; in getPropertyValue()
594 new com.sun.star.uno.Type(com.sun.star.sheet.GeneralFunction.class), in getPropertySetInfo()
674 return com.sun.star.sheet.GeneralFunction.SUM; in getPropertyValue()

1234567