Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 25 of 80) sorted by relevance

1234

/aoo4110/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx129 uno::Sequence< beans::NamedValue > stats; in getPropertyValue() local
155 …rops->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParagraphCount") ) ) >>= stats; in getPropertyValue()
156 …s->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ) ) >>= stats; in getPropertyValue()
158 sal_Int32 nLen = stats.getLength(); in getPropertyValue()
162 if ( rPropName.equals( stats[ index ].Name ) ) in getPropertyValue()
164 aReturn = stats[ index ].Value; in getPropertyValue()
177 uno::Sequence< beans::NamedValue > stats; in setPropertyValue() local
178 …s->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentStatistic") ) ) >>= stats; in setPropertyValue()
180 sal_Int32 nLen = stats.getLength(); in setPropertyValue()
183 if ( rPropName.equals( stats[ index ].Name ) ) in setPropertyValue()
[all …]
/aoo4110/main/qadevOOo/runner/base/
H A Djava_complex.java28 import stats.OutProducerFactory;
34 import stats.Summarizer;
H A Dbasic_fat.java50 import stats.OutProducerFactory;
51 import stats.Summarizer;
H A Djava_fat.java46 import stats.OutProducerFactory;
47 import stats.Summarizer;
H A Djava_fat_service.java42 import stats.Summarizer;
/aoo4110/main/qadevOOo/runner/convwatch/
H A DGlobalLogWriter.java27 import stats.SimpleLogWriter;
/aoo4110/main/qadevOOo/runner/graphical/
H A DGlobalLogWriter.java27 import stats.SimpleLogWriter;
/aoo4110/main/qadevOOo/runner/stats/
H A Dmakefile.mk27 PACKAGE = stats
H A DSimpleOutProducer.java24 package stats; package
H A DInternalLogWriter.java23 package stats; package
H A DOutProducerFactory.java23 package stats; package
H A DSimpleLogWriter.java23 package stats; package
H A DSummarizer.java23 package stats; package
H A DFatDataBaseOutProducer.java23 package stats; package
H A DSimpleFileOutProducer.java24 package stats; package
H A DComplexDataBaseOutProducer.java23 package stats; package
H A DDataBaseOutProducer.java23 package stats; package
H A DFileLogWriter.java24 package stats; package
H A DSQLExecution.java23 package stats; package
/aoo4110/main/qadevOOo/runner/
H A Dmakefile.mk32 SUBDIRS_RUNNER = util share stats lib complexlib helper basicrunner \
/aoo4110/main/scripting/workben/data/testdata/
H A DScriptInfo.csv8 _getDescription;description=Try to get description;expected=Show JVM memory usage stats
/aoo4110/main/framework/qa/complex/api_internal/
H A DCheckAPI.props22 ParamList=-OutProducer stats.SimpleFileOutProducer -OutputPath /dev/null
/aoo4110/main/qadevOOo/runner/lib/
H A DMultiMethodTest.java36 import stats.Summarizer;
/aoo4110/main/qadevOOo/runner/org/openoffice/
H A DRunnerService.java27 import stats.InternalLogWriter;
/aoo4110/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1880 uno::Sequence<beans::NamedValue> stats(1); in _ExportMeta() local
1881 stats[0] = beans::NamedValue(::rtl::OUString::createFromAscii("ObjectCount"), in _ExportMeta()
1890 xDocProps->setDocumentStatistics(stats); in _ExportMeta()

Completed in 86 milliseconds

1234