Searched refs:ONE (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/desktop/source/app/ |
H A D | cmdlineargs.cxx | 173 m_eArgumentCount = m_eArgumentCount == NONE ? ONE : MANY; in ParseCommandLine_Impl() 937 … ( ( m_eArgumentCount == ONE ) && ( m_aStrParams[ CMD_STRINGPARAM_ACCEPT ].getLength() )) || in IsEmptyOrAcceptOnly() 938 ( ( m_eArgumentCount == ONE ) && m_aBoolParams[ CMD_BOOLPARAM_PSN ] ); in IsEmptyOrAcceptOnly()
|
H A D | cmdlineargs.hxx | 179 enum Count { NONE, ONE, MANY }; enumerator
|
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadId.java | 36 count = count.add(BigInteger.ONE); in createFresh()
|
/aoo4110/main/i18npool/inc/ |
H A D | cclass_cjk.hxx | 33 #define ONE 0x0031 // Define unicode one macro
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | TypeDescriptionSearchDepth.idl | 47 ONE = 1
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | LockDepth.idl | 45 ONE,
|
/aoo4110/main/jurt/com/sun/star/comp/bridgefactory/ |
H A D | BridgeFactory.java | 200 counter = counter.add(BigInteger.ONE); in UniqueToken()
|
/aoo4110/main/i18npool/source/breakiterator/data/ |
H A D | edit_word_hu.txt | 32 [:name = DIGIT ONE:]
|
H A D | dict_word_hu.txt | 32 [:name = DIGIT ONE:]
|
/aoo4110/main/stoc/test/ |
H A D | language_binding.idl | 36 ONE,
|
/aoo4110/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 48 ONE,
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 241 Dim arEnum() As TestEnum = {TestEnum.ONE, TestEnum.TWO, TestEnum.CHECK}
|
H A D | cli_cpp_bridgetest.cxx | 584 arEnum[0] = static_cast<Int32>(TestEnum::ONE);
|
H A D | cli_cs_bridgetest.cs | 646 TestEnum[] arEnum = {TestEnum.ONE, TestEnum.TWO, TestEnum.CHECK}; in performSequenceTest()
|
/aoo4110/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 34 ONE,
|
/aoo4110/main/codemaker/test/cppumaker/ |
H A D | types.idl | 627 enum HelperEnum { ZERO, ONE };
|
Completed in 69 milliseconds