Home
last modified time | relevance | path

Searched refs:COUNT (Results 1 – 25 of 136) sorted by relevance

123456

/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java116 final int COUNT = 100; in testLifeCycle() local
117 XInterface[] proxyBXInterface = new XInterface[COUNT]; in testLifeCycle()
118 TestInterface[] proxyBTestInterface = new TestInterface[COUNT]; in testLifeCycle()
119 for (int i = 0; i < COUNT; ++i) { in testLifeCycle()
143 assure("calls of object method", TestProxy.getCount() == 3 * COUNT); in testLifeCycle()
149 assure("bridge A life count", bridgeA.getLifeCount() == 2 * COUNT); in testLifeCycle()
150 assure("bridge B life count", bridgeB.getLifeCount() == 2 * COUNT); in testLifeCycle()
151 assure("proxy count", ProxyFactory.getDebugCount() == 2 * COUNT); in testLifeCycle()
154 for (int i = 0; i < COUNT; ++i) { in testLifeCycle()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.cxx106 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL()
652 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; in impl_Initialize()
732 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in UIConfigurationManagerImpl()
743 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ~UIConfigurationManagerImpl()
1016 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in hasSettings()
1039 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getSettings()
1068 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in replaceSettings()
1176 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in removeSettings()
1253 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in insertSettings()
1505 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in isDefaultSettings()
[all …]
H A Dmoduleuiconfigurationmanager.cxx138 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL()
679 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; in impl_Initialize()
753 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ModuleUIConfigurationManager()
764 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ~ModuleUIConfigurationManager()
1049 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in hasSettings()
1072 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getSettings()
1101 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in replaceSettings()
1211 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in removeSettings()
1290 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in insertSettings()
1419 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in isDefaultSettings()
[all …]
H A Duiconfigurationmanager.cxx135 for ( int i = 0; i < UIElementType::COUNT; i++ ) in RetrieveTypeFromResourceURL()
557 for ( sal_Int16 i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; in impl_Initialize()
590 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in impl_Initialize()
611 m_aUIElements.resize( ::com::sun::star::ui::UIElementType::COUNT ); in UIConfigurationManager()
831 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in hasSettings()
849 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getSettings()
878 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in replaceSettings()
937 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in removeSettings()
995 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in insertSettings()
1250 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in store()
[all …]
H A Duiconfigurationmanagerimpl.hxx191 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
/trunk/main/offapi/util/
H A Dchecknewapi.pl88 COUNT => 1 };
143 $main::currenttypes->{$1}->{COUNT}++;
172 if ( $main::currenttypes->{$i}->{COUNT} == 1 &&
/trunk/main/offapi/com/sun/star/sheet/
H A DGeneralFunction.idl47 <p>If the values are all numerical, SUM is used, otherwise COUNT.</p>
61 COUNT,
H A DStatusBarFunction.idl60 const short COUNT = 3;
/trunk/main/offapi/com/sun/star/i18n/
H A DLocaleItem.idl84 //! Do not forget to adjust the COUNT value.
87 const short COUNT = 17;
H A DreservedWords.idl70 const short COUNT = 12;
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx74 String aLocaleItem[::com::sun::star::i18n::LocaleItem::COUNT];
75 String aReservedWord[::com::sun::star::i18n::reservedWords::COUNT];
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx165 for ( sal_Int32 j=0; j<LocaleItem::COUNT; j++ ) in invalidateData()
173 for ( sal_Int16 j=0; j<reservedWords::COUNT; j++ ) in invalidateData()
526 if ( nItem >= LocaleItem::COUNT ) in getOneLocaleItem()
622 if ( nWord < 0 || nWord >= reservedWords::COUNT ) in getOneReservedWord()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetOperation.java88 resultVal = oObj.computeFunction (GeneralFunction.COUNT) ; in _computeFunction()
H A D_XConsolidationDescriptor.java133 aFunction2 = GeneralFunction.COUNT; in _setFunction()
/trunk/main/offapi/com/sun/star/ui/
H A DUIElementType.idl84 const short COUNT = 8;
/trunk/main/offapi/com/sun/star/report/
H A DCalculation.idl54 const short COUNT = 3;
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DSubTotalsFunction.java78 { GeneralFunction.COUNT, "Count", 3, 3, 2, 2, 7 }, in data()
H A DSubtotalsForGroup.java364 cColumns[0].Function = GeneralFunction.COUNT; in testForThirdGroup()
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src116 Text [ en-US ] = "The driver does not support the 'COUNT' function." ;
485 …Text [ en-US ] = "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported…
/trunk/main/framework/inc/uiconfiguration/
H A Dmoduleuiconfigurationmanager.hxx201 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
/trunk/main/formula/source/core/resource/
H A Dcore_resource.src178 String SC_OPCODE_COUNT { Text = "COUNT" ; };
520 String SC_OPCODE_COUNT { Text = "COUNT" ; };
1232 Text [ en-US ] = "COUNT" ;
/trunk/main/connectivity/source/parse/
H A Dsqlflex.l162 COUNT {SQL_NEW_KEYWORD(SQL_TOKEN_COUNT); }
/trunk/main/wizards/source/importwizard/
H A Dimportwi.src447 Text [ en-US ] = "<COUNT> documents converted" ;
/trunk/main/hsqldb/patches/
H A Di121754.patch61 case COUNT :
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src1327 Text [ en-US ] = "Number of records inserted: <COUNT>" ;
1695 …field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in…

Completed in 101 milliseconds

123456