| /AOO41X/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | java_remote_bridge_Test.java | 116 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()
|
| /AOO41X/main/framework/source/uiconfiguration/ |
| H A D | uiconfigurationmanagerimpl.cxx | 106 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() 686 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in impl_Initialize() 695 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() 737 m_aUIElements[LAYER_DEFAULT].resize( ::com::sun::star::ui::UIElementType::COUNT ); in UIConfigurationManagerImpl() 738 m_aUIElements[LAYER_USERDEFINED].resize( ::com::sun::star::ui::UIElementType::COUNT ); in UIConfigurationManagerImpl() 743 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ~UIConfigurationManagerImpl() 806 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in initialize() 888 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reset() [all …]
|
| H A D | moduleuiconfigurationmanager.cxx | 138 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() 716 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() 758 m_aUIElements[LAYER_DEFAULT].resize( ::com::sun::star::ui::UIElementType::COUNT ); in ModuleUIConfigurationManager() 759 m_aUIElements[LAYER_USERDEFINED].resize( ::com::sun::star::ui::UIElementType::COUNT ); in ModuleUIConfigurationManager() 764 for ( int i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in ~ModuleUIConfigurationManager() 835 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in initialize() 918 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reset() 949 for ( sal_Int16 j = 1; j < ::com::sun::star::ui::UIElementType::COUNT; j++ ) in reset() [all …]
|
| H A D | uiconfigurationmanager.cxx | 135 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() 704 for ( int i = 1; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in reset() 742 for ( sal_Int16 j = 1; j < ::com::sun::star::ui::UIElementType::COUNT; j++ ) in reset() 777 if (( ElementType < 0 ) || ( ElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getUIElementsInfo() 789 for ( sal_Int16 i = 0; i < ::com::sun::star::ui::UIElementType::COUNT; i++ ) in getUIElementsInfo() 831 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in hasSettings() 849 ( nElementType >= ::com::sun::star::ui::UIElementType::COUNT )) in getSettings() [all …]
|
| H A D | uiconfigurationmanagerimpl.hxx | 191 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
|
| /AOO41X/main/offapi/util/ |
| H A D | checknewapi.pl | 88 COUNT => 1 }; 143 $main::currenttypes->{$1}->{COUNT}++; 172 if ( $main::currenttypes->{$i}->{COUNT} == 1 &&
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | GeneralFunction.idl | 47 <p>If the values are all numerical, SUM is used, otherwise COUNT.</p> 61 COUNT,
|
| H A D | StatusBarFunction.idl | 60 const short COUNT = 3;
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | LocaleItem.idl | 84 //! Do not forget to adjust the COUNT value. 87 const short COUNT = 17;
|
| H A D | reservedWords.idl | 70 const short COUNT = 12;
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | localedatawrapper.hxx | 74 String aLocaleItem[::com::sun::star::i18n::LocaleItem::COUNT]; 75 String aReservedWord[::com::sun::star::i18n::reservedWords::COUNT];
|
| /AOO41X/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 165 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()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/sheet/ |
| H A D | _XSheetOperation.java | 88 resultVal = oObj.computeFunction (GeneralFunction.COUNT) ; in _computeFunction()
|
| H A D | _XConsolidationDescriptor.java | 133 aFunction2 = GeneralFunction.COUNT; in _setFunction()
|
| /AOO41X/main/offapi/com/sun/star/ui/ |
| H A D | UIElementType.idl | 84 const short COUNT = 8;
|
| /AOO41X/main/offapi/com/sun/star/report/ |
| H A D | Calculation.idl | 54 const short COUNT = 3;
|
| /AOO41X/test/testuno/source/fvt/uno/sc/data/ |
| H A D | SubTotalsFunction.java | 78 { GeneralFunction.COUNT, "Count", 3, 3, 2, 2, 7 }, in data()
|
| H A D | SubtotalsForGroup.java | 364 cColumns[0].Function = GeneralFunction.COUNT; in testForThirdGroup()
|
| /AOO41X/main/connectivity/source/resource/ |
| H A D | conn_shared_res.src | 116 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…
|
| /AOO41X/main/framework/inc/uiconfiguration/ |
| H A D | moduleuiconfigurationmanager.hxx | 201 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
|
| /AOO41X/main/formula/source/core/resource/ |
| H A D | core_resource.src | 178 String SC_OPCODE_COUNT { Text = "COUNT" ; }; 515 String SC_OPCODE_COUNT { Text = "COUNT" ; }; 1222 Text [ en-US ] = "COUNT" ;
|
| /AOO41X/main/connectivity/source/parse/ |
| H A D | sqlflex.l | 162 COUNT {SQL_NEW_KEYWORD(SQL_TOKEN_COUNT); }
|
| /AOO41X/main/wizards/source/importwizard/ |
| H A D | importwi.src | 445 Text [ en-US ] = "<COUNT> documents converted";
|
| /AOO41X/main/hsqldb/patches/ |
| H A D | i121754.patch | 61 case COUNT :
|
| /AOO41X/main/wizards/source/formwizard/ |
| H A D | dbwizres.src | 1352 Text [ en-US ] = "Number of records inserted: <COUNT>"; 1720 …field cannot be inserted because this would exceed the maximum number of %COUNT possible fields in…
|