Home
last modified time | relevance | path

Searched refs:c (Results 376 – 400 of 1145) sorted by relevance

1...<<11121314151617181920>>...46

/aoo4110/main/codemaker/source/codemaker/
H A Dunotype.cxx80 char c = type[l]; in decompose() local
81 if (c == ',') { in decompose()
85 } else if (c == '<') { in decompose()
87 } else if (c == '>') { in decompose()
/aoo4110/main/bean/native/unix/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c50 jclass c; in ThrowException() local
52 c = (*env)->FindClass(env, type); in ThrowException()
53 if (c == NULL) { in ThrowException()
58 if ((*env)->ThrowNew(env, c, msg) != 0) { in ThrowException()
/aoo4110/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx139 sal_Int32 c = rLocale.Country.getLength(); in getLocaleSpecificIndexEntrySupplier() local
142 OUStringBuffer aBuf(l+c+v+a+4); in getLocaleSpecificIndexEntrySupplier()
144 if ((l > 0 && c > 0 && v > 0 && a > 0 && in getLocaleSpecificIndexEntrySupplier()
149 (l > 0 && c > 0 && a > 0 && in getLocaleSpecificIndexEntrySupplier()
153 (l > 0 && c > 0 && a > 0 && rLocale.Language.compareToAscii("zh") == 0 && in getLocaleSpecificIndexEntrySupplier()
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DTableFieldDescription.cxx224 sal_Int32 c = 0; in Save() local
228 ++crit, ++c in Save()
231 …aCriteria[c].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Criterion_" ) ) + ::rtl::OUStri… in Save()
232 aCriteria[c].Value <<= *crit; in Save()
/aoo4110/main/nss/
H A Dnss_bug_1437734.patch1 --- misc/nss-3.25/nss/cmd/signtool/sign.c 2016-06-20 14:11:28.000000000 -0300
2 +++ misc/build/nss-3.25/nss/cmd/signtool/sign.c 2019-11-01 13:32:56.496828470 -0300
14 @@ -43,6 +47,7 @@ SignArchive(char *tree, char *keyName, c
22 @@ -81,11 +86,18 @@ SignArchive(char *tree, char *keyName, c
46 @@ -95,22 +107,44 @@ SignArchive(char *tree, char *keyName, c
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java224 synchronized public boolean addAll(Collection c) in addAll() argument
226 int numNew = c.size(); in addAll()
229 Iterator e = c.iterator(); in addAll()
252 synchronized public boolean addAll(int index, Collection c) in addAll() argument
261 int sizeCol= c.size(); in addAll()
263 Iterator icol= c.iterator(); in addAll()
/aoo4110/main/framework/source/services/
H A Dmodulemanager.cxx263 sal_Int32 c = lPropNames.getLength(); in getByName() local
267 for (i=0; i<c; ++i) in getByName()
332 sal_Int32 c = lModules.getLength(); in createSubSetEnumerationByProperties() local
336 for (i=0; i<c; ++i) in createSubSetEnumerationByProperties()
409 sal_Int32 c = lKnownModules.getLength(); in implts_identify() local
412 for (i=0; i<c; ++i) in implts_identify()
H A Dpathsettings.cxx175 sal_Int32 c = aEvent.Changes.getLength(); in changesOccurred() local
179 for (i=0; i<c; ++i) in changesOccurred()
227 sal_Int32 c = lPaths.getLength(); in impl_readAll() local
230 for (i=0; i<c; ++i) in impl_readAll()
521 sal_Int32 c = m_lPropDesc.getLength(); in impl_mapPathName2IDList() local
523 for (i=0; i<c; ++i) in impl_mapPathName2IDList()
554 sal_Int32 c = lIDs.getLength(); in impl_notifyPropListener() local
557 for (i=0; i<c; ++i) in impl_notifyPropListener()
745 sal_Int32 c = (sal_Int32)m_lPaths.size(); in impl_rebuildPropertyDescriptor() local
747 m_lPropDesc.realloc(c*IDGROUP_COUNT); in impl_rebuildPropertyDescriptor()
/aoo4110/main/basic/source/comp/
H A Dscanner.cxx135 static SbxDataType GetSuffixType( sal_Unicode c ) in GetSuffixType() argument
138 if( c ) in GetSuffixType()
140 sal_uInt32 n = aSuffixesStr.Search( c ); in GetSuffixType()
141 if( STRING_NOTFOUND != n && c != ' ' ) in GetSuffixType()
608 bool LetterTable::isLetterUnicode( sal_Unicode c ) in isLetterUnicode() argument
613 String aStr( c ); in isLetterUnicode()
/aoo4110/main/sc/addin/datefunc/
H A Dmakefile.mk40 CFILES= $(MISC)$/x$(TARGET).c
70 $(MISC)$/x$(TARGET).c: $(TARGET).cl $(CL2CSRC)
71 $(CL2C) $(TARGET).cl $(MISC)$/x$(TARGET).c $(CL2CSRC) $(CL2CRID)
81 $(MISC)$/x$(TARGET).c \
/aoo4110/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java152 ParcelContainer c = (ParcelContainer) iter.next(); in getChildContainer() local
154 c.containerUrl, c.getName()); in getChildContainer()
158 result = c; in getChildContainer()
182 ParcelContainer c = (ParcelContainer) iter.next(); in getChildContainerForURL() local
183 if ( containerUrl.equals( c.containerUrl ) ) in getChildContainerForURL()
185 result = c; in getChildContainerForURL()
/aoo4110/main/pyuno/zipcore/
H A Dpython.cxx48 wchar_t c = *text++; in encode() local
49 if (c == L'\0') { in encode()
51 } else if (c == L'"') { in encode()
59 } else if (c == L'\\') { in encode()
63 *buffer++ = c; in encode()
/aoo4110/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx178 sal_Int32 c = rLocale.Country.getLength(); in getLocaleSpecificCharacterClassification() local
180 OUStringBuffer aBuf(l+c+v+3); in getLocaleSpecificCharacterClassification()
183 if ((l > 0 && c > 0 && v > 0 && in getLocaleSpecificCharacterClassification()
187 (l > 0 && c > 0 && in getLocaleSpecificCharacterClassification()
190 (l > 0 && c > 0 && rLocale.Language.compareToAscii("zh") == 0 && in getLocaleSpecificCharacterClassification()
/aoo4110/main/stoc/test/excomp/
H A Dexcomp.cxx52 #define TEST_ENSHURE(c, m) OSL_ENSURE(c, m) argument
54 #define TEST_ENSHURE(c, m) OSL_VERIFY(c) argument
/aoo4110/main/basebmp/inc/basebmp/
H A Dcolortraits.hxx133 static inline component_type toGreyscale( ColorType c ) in toGreyscale()
135 return c; in toGreyscale()
138 static inline ColorType fromGreyscale( component_type c ) in fromGreyscale()
140 return c; in fromGreyscale()
/aoo4110/main/udkapi/com/sun/star/uri/
H A DXUriReferenceFactory.idl111 &ldquo;<code>scheme://auth//c/d</code>&rdquo;) have the same scheme and
115 &ldquo;<code>//auth//c/d</code>&rdquo;); if <FALSE/>, the generated
117 &ldquo;<code>..//c/d</code>&rdquo;).
124 &ldquo;<code>scheme://auth/c/d</code>&rdquo;) have the same scheme and
127 &ldquo;<code>/c/d</code>&rdquo;); if <FALSE/>, the generated relative URI
128 reference has a relative path (e.g., &ldquo;<code>../c/d</code>&rdquo;).
/aoo4110/ext_libraries/serf/
H A DNULbytes.patch10 Index: misc/build/serf-1.2.1/buckets/ssl_buckets.c
12 --- misc/serf-1.2.1/buckets/ssl_buckets.c (revision 1699924)
13 +++ misc/build/serf-1.2.1/buckets/ssl_buckets.c (revision 1699925)
299 Index: misc/build/serf-1.2.1/buckets/ssl_buckets.c
301 --- misc/serf-1.2.1/buckets/ssl_buckets.c (revision 1699930)
302 +++ misc/build/serf-1.2.1/buckets/ssl_buckets.c (revision 1699931)
/aoo4110/main/cppu/source/uno/
H A Ddata.cxx366 #define BINTEST_VERIFY( c ) \ argument
367 …if (! (c)) { fprintf( stderr, "### binary compatibility test failed: %s [line %d]!!!\n", #c, __LIN…
412 sal_Bool c; member
477 char c; member
580 BINTEST_VERIFYOFFSET( Char4, c, 3 ); in BinaryCompatible_Impl()
/aoo4110/main/sal/osl/all/
H A Ddebugbase.cxx37 #define DEBUGBASE_ENSURE_(c, f, l, m) \ argument
40 if (!(c) && _OSL_GLOBAL osl_assertFailedLine(f, l, m)) \
43 #define DEBUGBASE_ENSURE(c, m) DEBUGBASE_ENSURE_(c, OSL_THIS_FILE, __LINE__, m) argument
/aoo4110/main/editeng/source/misc/
H A Dsvxacorr.cxx122 inline int IsWordDelim( const sal_Unicode c ) in DECLARE_TABLE()
124 return ' ' == c || '\t' == c || 0x0a == c || in DECLARE_TABLE()
125 0xA0 == c || 0x2011 == c || 0x1 == c; in DECLARE_TABLE()
197 if( *pArr == c ) in lcl_IsInAsciiArr()
533 sal_Unicode c = rTxt.GetChar( nEndPos - 3 ); in FnChgOrdinalNumber() local
534 if( ( c -= '0' ) > 3 ) in FnChgOrdinalNumber()
535 c = 0; in FnChgOrdinalNumber()
537 bChg = ( ((sal_Unicode)*((aNumberTab[ c ])+0)) == in FnChgOrdinalNumber()
539 ((sal_Unicode)*((aNumberTab[ c ])+1)) == in FnChgOrdinalNumber()
785 switch( c = rTxt.GetChar( --nPos ) ) in FnChgWeightUnderl()
[all …]
/aoo4110/main/javaunohelper/source/
H A Dpreload.cxx69 jclass c = jni_env->FindClass( "java/lang/RuntimeException" ); in inited_juhx() local
71 c, "error loading " SAL_DLLPREFIX "juhx" SAL_DLLEXTENSION "!" ); in inited_juhx()
99 jclass c = jni_env->FindClass( "java/lang/RuntimeException" ); in inited_juhx() local
101 c, "error resolving symbols of " SAL_DLLPREFIX "juhx" SAL_DLLEXTENSION "!" ); in inited_juhx()
/aoo4110/main/libxmlsec/
H A Dxmlsec1-noverify.patch1 --- misc/xmlsec1-1.2.14/src/mscrypto/x509vfy.c 2009-06-25 22:53:18.000000000 +0200
2 +++ misc/build/xmlsec1-1.2.14/src/mscrypto/x509vfy.c 2009-09-23 10:01:07.237316078 +0200
23 --- misc/xmlsec1-1.2.14/src/nss/x509vfy.c 2009-09-23 10:06:52.989793254 +0200
24 +++ misc/build/xmlsec1-1.2.14/src/nss/x509vfy.c 2009-09-23 10:05:03.183042205 +0200
/aoo4110/main/bean/native/win32/
H A Dcom_sun_star_comp_beans_LocalOfficeWindow.c58 jclass c; in ThrowException() local
60 c = (*env)->FindClass(env, type); in ThrowException()
61 if (c == NULL) { in ThrowException()
66 if ((*env)->ThrowNew(env, c, msg) != 0) { in ThrowException()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java258 int c = 0; in getKey() local
261 if (getElementAt(c) != null) in getKey()
265 c++; in getKey()
267 if (c == 0) in getKey()
273 return getKey(getElementAt(c - 1)); in getKey()
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DTestAddress.log23 ITEM Assertion OK : test19 Range('c1:g10').Columns('c') A1 style addressing
24 ITEM Assertion OK : test20 Range('c1:g10').Columns('c') R1C1 style addressing
46 ITEM Assertion OK : test42 Range('g20:h40').Columns('c:c')
47 ITEM Assertion OK : test43 Range('g20:h40').Columns('c:f')

Completed in 172 milliseconds

1...<<11121314151617181920>>...46