Home
last modified time | relevance | path

Searched refs:c (Results 576 – 600 of 1143) sorted by relevance

1...<<21222324252627282930>>...46

/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java69 Collection c = in _checkPermission() local
74 if (c != null) { in _checkPermission()
75 tests = c.iterator(); in _checkPermission()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx77 int c; // character of parameter type being decoded local
140 c = *pPT;
141 switch (c) {
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx77 int c; // character of parameter type being decoded local
140 c = *pPT;
141 switch (c) {
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java500 char c = oooUrl.charAt(n); in getCanonicalPathFromFileURL() local
501 switch (c) { in getCanonicalPathFromFileURL()
533 buf.append(c); in getCanonicalPathFromFileURL()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx69 int c; // character of parameter type being decoded in callVirtualMethod() local
123 c = *pPT; in callVirtualMethod()
124 switch (c) { in callVirtualMethod()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2634 sal_uInt64 c = rStr.GetChar( nStrPos ); in OutHTML_SwTxtNode() local
2638 if( (c >= 0xd800 && c <= 0xdbff) && (d >= 0xdc00 && d <= 0xdfff) ) in OutHTML_SwTxtNode()
2641 sal_uInt64 temphi = ((c&0x03ff) + 0x0040)<<10; in OutHTML_SwTxtNode()
2642 c = temphi|templow; in OutHTML_SwTxtNode()
2649 if( ' '==c && !rHTMLWrt.nLastParaToken ) in OutHTML_SwTxtNode()
2675 if( 0x0a == c ) in OutHTML_SwTxtNode()
2681 else if( c > 0xffff) in OutHTML_SwTxtNode()
2684 sOut += ByteString::CreateFromInt64( (sal_uInt64)c ); in OutHTML_SwTxtNode()
2689 …HTMLOutFuncs::Out_Char( rWrt.Strm(), (sal_Unicode)c, aContext, &rHTMLWrt.aNonConvertableCharacters… in OutHTML_SwTxtNode()
2694 bWriteBreak = (0x0a == c) && in OutHTML_SwTxtNode()
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx119 char c = *scan; in operator ()() local
120 if( c == ')' ) in operator ()()
126 else if( c == '(' ) in operator ()()
128 else if( c == '\\' ) // ignore escaped braces in operator ()()
/trunk/main/stoc/test/
H A Dtestregistry.cxx62 #define TEST_ENSHURE(c, m) OSL_ENSURE(c, m) argument
64 #define TEST_ENSHURE(c, m) OSL_VERIFY(c) argument
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java801 int c = lProps.length; in impl_logPropertyArray() local
803 for (i=0; i<c; ++i) in impl_logPropertyArray()
811 int c = lProps.length; in impl_logPropertyArray() local
813 for (i=0; i<c; ++i) in impl_logPropertyArray()
/trunk/main/registry/source/
H A Dregimpl.cxx76 sal_Unicode c = s[i]; in printString() local
77 if (c == '"' || c == '\\') { in printString()
78 printf("\\%c", static_cast< char >(c)); in printString()
80 printf("%c", static_cast< char >(c)); in printString()
82 printf("\\u%04X", static_cast< unsigned int >(c)); in printString()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx204 sal_Int32 c = lFamilyNames.getLength(); in getStyleFamilies() local
206 for(i=0; i<c; ++i) in getStyleFamilies()
253 sal_Int32 c = lStyleNames.getLength(); in getStyles() local
255 for (i=0; i<c; ++i) in getStyles()
1003 … sal_Int32 c = lCommands.getLength(); in GroupSelected() local
1006 for (i=0; i<c; ++i) in GroupSelected()
/trunk/main/libxmlsec/
H A Dxmlsec1-olderlibxml2.patch1 --- misc/xmlsec1-1.2.14/src/c14n.c 2010-03-02 15:46:05.000000000 +0000
2 +++ misc/build/xmlsec1-1.2.14/src/c14n.c 2010-03-02 15:50:35.000000000 +0000
/trunk/main/sw/source/core/table/
H A Dswtable.cxx249 sal_Unicode c; in lcl_TabToBlankAtSttEnd() local
252 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_TabToBlankAtSttEnd()
253 if( '\x9' == c ) in lcl_TabToBlankAtSttEnd()
255 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_TabToBlankAtSttEnd()
256 if( '\x9' == c ) in lcl_TabToBlankAtSttEnd()
263 sal_Unicode c; in lcl_DelTabsAtSttEnd() local
266 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_DelTabsAtSttEnd()
267 if( '\x9' == c ) in lcl_DelTabsAtSttEnd()
269 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_DelTabsAtSttEnd()
270 if( '\x9' == c ) in lcl_DelTabsAtSttEnd()
/trunk/main/winaccessibility/prj/
H A Dd.lst9 #..\%__SRC%\inc\UAccCOM\*.c %_DEST%\inc%_EXT%\winaccessibility\UAccCOM\*.c
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1423 sal_Unicode c = p[i]; in lcl_replaceMemberNameInSubtotal() local
1424 if (c == sal_Unicode(' ')) in lcl_replaceMemberNameInSubtotal()
1431 aBuf.append(c); in lcl_replaceMemberNameInSubtotal()
1433 else if (c == sal_Unicode('\\')) in lcl_replaceMemberNameInSubtotal()
1436 aWordBuf.append(c); in lcl_replaceMemberNameInSubtotal()
1437 aWordBuf.append(c); in lcl_replaceMemberNameInSubtotal()
1439 else if (c == sal_Unicode('?')) in lcl_replaceMemberNameInSubtotal()
1443 aWordBuf.append(c); in lcl_replaceMemberNameInSubtotal()
1446 aWordBuf.append(c); in lcl_replaceMemberNameInSubtotal()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m24 /* unzip.c -- IO for uncompress .zip files using zlib
32 /* Decryption code comes from crypt.c by Info-ZIP but has been greatly reduced in terms of
33 compatibility with older software. The following is from the original crypt.c. Code
37 Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
45 crypt.c (full version) by Info-ZIP. Last revised: [see crypt.h]
193 unsigned char c;
194 int err = (int)ZREAD(*pzlib_filefunc_def,filestream,&c,1);
197 *pi = (int)c;
407 on a Windows NT computer "c:\\test\\zlib114.zip" or on an Unix computer
H A Dmain.m23 // main.c
33 // To complete your importer implement the function in GetMetadataForFile.c
65 // The import function to be implemented in GetMetadataForFile.c
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DConverterInfoList.java67 Class c = this.getClass(); in ConverterInfoList() local
68 InputStream is = c.getResourceAsStream(propsFile); in ConverterInfoList()
/trunk/main/tools/source/fsys/
H A Dos2.hxx62 inline PM_BOOL DRIVE_EXISTS( char c ) in DRIVE_EXISTS() argument
66 return ( nMap & 1 << (c - 'a') ) != 0; in DRIVE_EXISTS()
H A Dwntmsc.hxx87 inline sal_Bool DRIVE_EXISTS(char c) in DRIVE_EXISTS() argument
89 ByteString aDriveRoot( c ); in DRIVE_EXISTS()
/trunk/main/curl/
H A Dbuildssh.patch12 {$(LIBCURL_SRC_DIR)\vquic\}.c{$(LIB_DIROBJ)\vquic\}.obj:
15 +{$(LIBCURL_SRC_DIR)\vssh\}.c{$(LIB_DIROBJ)\vssh\}.obj:
/trunk/main/soltools/cpp/
H A D_eval.c627 uchar *p, c; in tokval() local
652 c = p[tp->len]; in tokval()
691 tp->t[tp->len] = c; in tokval()
/trunk/main/sax/source/tools/
H A Dfastserializer.cxx85 sal_Unicode c = pStr[ i ]; in escapeXml() local
86 switch( c ) in escapeXml()
93 default: sBuf.append( c ); break; in escapeXml()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java87 private void registerPackageContainer( String url, ParcelContainer c ) in registerPackageContainer() argument
96 LogUtils.DEBUG("RegisterPackage " + c + " for url " + url ); in registerPackageContainer()
97 registeredPackages.put( url, c ); in registerPackageContainer()
/trunk/main/sc/source/filter/xml/
H A Dxmlexternaltabi.cxx111 sal_Unicode c = p[i]; in lcl_isValidRelativeURL() local
112 if (i < 2 && c != '.') in lcl_isValidRelativeURL()
115 else if (i == 2 && c != '/') in lcl_isValidRelativeURL()

Completed in 485 milliseconds

1...<<21222324252627282930>>...46