/aoo42x/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()
|
/aoo42x/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() 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 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() 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 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() 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 D | uiconfigurationmanagerimpl.hxx | 191 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
|
/aoo42x/main/offapi/util/ |
H A D | checknewapi.pl | 88 COUNT => 1 }; 143 $main::currenttypes->{$1}->{COUNT}++; 172 if ( $main::currenttypes->{$i}->{COUNT} == 1 &&
|
/aoo42x/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;
|
/aoo42x/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;
|
/aoo42x/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];
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | UIElementType.idl | 84 const short COUNT = 8;
|
/aoo42x/main/offapi/com/sun/star/report/ |
H A D | Calculation.idl | 54 const short COUNT = 3;
|
/aoo42x/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()
|
/aoo42x/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…
|
/aoo42x/main/framework/inc/uiconfiguration/ |
H A D | moduleuiconfigurationmanager.hxx | 201 … m_pStorageHandler[::com::sun::star::ui::UIElementType::COUNT];
|
/aoo42x/main/formula/source/core/resource/ |
H A D | core_resource.src | 178 String SC_OPCODE_COUNT { Text = "COUNT" ; }; 520 String SC_OPCODE_COUNT { Text = "COUNT" ; }; 1232 Text [ en-US ] = "COUNT" ;
|
/aoo42x/main/connectivity/source/parse/ |
H A D | sqlflex.l | 162 COUNT {SQL_NEW_KEYWORD(SQL_TOKEN_COUNT); }
|
/aoo42x/main/wizards/source/importwizard/ |
H A D | importwi.src | 447 Text [ en-US ] = "<COUNT> documents converted" ;
|
/aoo42x/main/hsqldb/patches/ |
H A D | i121754.patch | 61 case COUNT :
|
/aoo42x/main/wizards/source/formwizard/ |
H A D | dbwizres.src | 1327 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…
|