Home
last modified time | relevance | path

Searched refs:c (Results 451 – 475 of 1139) sorted by relevance

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

/trunk/main/tools/source/misc/
H A Dappendunixshellword.cxx49 char c = text[i]; in appendUnixShellWord() local
50 if (c == '\'') { in appendUnixShellWord()
61 accumulator->append(c); in appendUnixShellWord()
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx542 sal_Int32 c ; in connectToResource() local
553 c = lNames.getLength(); in connectToResource()
555 for (i=0; i<c; ++i) in connectToResource()
571 c = lNames.getLength(); in connectToResource()
573 for (i=0; i<c; ++i) in connectToResource()
913 sal_Int32 c = lNames.getLength(); in impl_getSubFolderNames() local
916 for (i=0; i<c; ++i) in impl_getSubFolderNames()
/trunk/main/svl/inc/svl/
H A Dsvarray.hxx772 #define C40_INSERT( c, p, n ) Insert( (c const *&) p, n ) argument
773 #define C40_PTR_INSERT( c, p ) Insert( (c const *&) p ) argument
774 #define C40_REPLACE( c, p, n ) Replace( (c const *&) p, n ) argument
775 #define C40_GETPOS( c, r) GetPos( (c const *&) r ) argument
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DFileMaker.java57 char c = 0; in newFile() local
63 c = (char) waste[0]; in newFile()
64 if (c == 'y') { in newFile()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java212 int c = lModuleProps.length; in impl_searchModulesByDocumentService() local
216 for (i=0; i<c; ++i) in impl_searchModulesByDocumentService()
252 int c = lModuleProps.length; in impl_identifyModulesBasedOnDocs() local
256 for (i=0; i<c; ++i) in impl_identifyModulesBasedOnDocs()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFileHelper.java283 String c = removeFirstDirectorysAndBasenameFrom("/a/b/c/d/e/f.g", "/b/c"); in test_removeFirstDirectorysAndBasenameFrom() local
348 int c; in copy() local
350 while ((c = in.read()) != -1) in copy()
351 out.write(c); in copy()
/trunk/main/idl/source/cmptools/
H A Dchar.cxx95 char c = ByteString::Convert( pSet[i], nSource, nDest ); in GetTable() local
96 if( c ) in GetTable()
97 pSet[ i ] = (sal_uInt8)c; in GetTable()
/trunk/main/extensions/source/propctrlr/
H A Dstringdefine.hxx78 #define CONST_ASCII_LENGTH(c) \ argument
79 (const sal_Char*)c, c.length()
/trunk/main/sal/qa/osl/thread/
H A Dtest_thread.cxx63 osl::Condition c; in TEST_F() local
64 Thread t(c); in TEST_F()
68 ASSERT_EQ(osl::Condition::result_ok, c.wait()); in TEST_F()
/trunk/main/extensions/source/activex/msidl/
H A Dmakefile.mk43 …)$/so_activex.h -iid $(MISC)$/so_activex_i.c -dlldata $(MISC)$/so_activex_dll.c -proxy $(MISC)$/so…
/trunk/main/connectivity/source/drivers/file/
H A DFStringFunctions.cxx84 sal_Char c = static_cast<sal_Char>(static_cast<sal_Int32>(*aIter)); in operate() local
86 sRet += ::rtl::OUString(&c,1,RTL_TEXTENCODING_ASCII_US); in operate()
179 const sal_Char c = ' '; in operate() local
184 sRet.appendAscii(&c,1); in operate()
/trunk/main/python/
H A Dpython-freebsd.patch1 diff -ruN misc/Python-2.7.18/Modules/fcntlmodule.c misc/build/Python-2.7.18/Modules/fcntlmodule.c
2 --- misc/Python-2.7.18/Modules/fcntlmodule.c 2019-10-19 13:38:44.000000000 -0500
3 +++ misc/build/Python-2.7.18/Modules/fcntlmodule.c 2020-01-09 22:59:15.052886000 -0500
/trunk/main/idlc/source/
H A Doptions.cxx143 int c = EOF; in checkCommandFile() local
144 while ((c = fgetc(fp)) != EOF) in checkCommandFile()
146 switch(c) in checkCommandFile()
171 buffer.push_back(sal::static_int_cast<char>(c)); in checkCommandFile()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/unix/
H A DMakefile37 CFILES = nativeview.c
39 SLOFILES = $(patsubst %.c,$(OUT_SHL_SLO)/%.$(OBJ_EXT),$(CFILES))
48 $(OUT_SHL_SLO)/%.$(OBJ_EXT) : %.c
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx867 OString RtfExport::OutChar(sal_Unicode c, int *pUCMode, rtl_TextEncoding eDestEnc) in OutChar() argument
872 switch (c) in OutChar()
885 aBuf.append((sal_Char)c); in OutChar()
900 if (c >= ' ' && c <= '~') in OutChar()
901 aBuf.append((sal_Char)c); in OutChar()
908 OUString sBuf(&c, 1); in OutChar()
933 aBuf.append((sal_Int32)c); in OutChar()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx365 sal_Unicode c = rUrl.GetChar(0); in ConvertToValidTabName() local
366 if (c != sal_Unicode('#')) in ConvertToValidTabName()
376 c = rUrl.GetChar(i); in ConvertToValidTabName()
377 if (c == sal_Unicode('\'')) in ConvertToValidTabName()
385 aTabName.Append(c); in ConvertToValidTabName()
386 aTabName.Append(c); in ConvertToValidTabName()
402 aTabName.Append(c); in ConvertToValidTabName()
404 aNewUrl.Append(c); in ConvertToValidTabName()
/trunk/main/vcl/source/gdi/
H A Dlineinfo.cxx368 for(sal_uInt32 c(0); c < io_rLinePolyPolygon.count(); c++) in applyToB2DPolyPolygon() local
372 io_rLinePolyPolygon.getB2DPolygon(c), in applyToB2DPolyPolygon()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java125 char[] c = new char[]{UnicodeStringPair.getUnicodeValue(i)}; in _getPhoneticCandidate() local
127 String getting = oObj.getPhoneticCandidate(new String(c), loc); in _getPhoneticCandidate()
132 log.println("Char: "+ c[0] + " (" + (int)c[0] + ")"); in _getPhoneticCandidate()
/trunk/main/svl/source/misc/
H A Durihelper.cxx491 sal_Unicode c = rStr.GetChar(*pPos); in checkWChar() local
492 if (INetMIME::isUSASCII(c)) in checkWChar()
511 switch (aMap[c]) in checkWChar()
645 sal_Unicode c = rText.GetChar(nPos); in FindFirstURLInText() local
648 if (INetMIME::isAlpha(c)) in FindFirstURLInText()
823 if (bBoundary2 && INetMIME::isAtomChar(c)) // 5th in FindFirstURLInText()
/trunk/main/tools/source/fsys/
H A Dos2.cxx321 for ( char c = 'a'; c <= 'z'; c++ ) in Init() local
323 sDrive[0] = c; in Init()
324 sRoot[0] = c; in Init()
327 && aDriveMap[c-'a'].nKind != FSYS_KIND_UNKNOWN ) in Init()
/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx73 #define isZWSP(c) (ch == 0x200B) argument
552 sal_Int32 c = rLocale.Country.getLength(); in getLocaleSpecificBreakIterator() local
554 OUStringBuffer aBuf(l+c+v+3); in getLocaleSpecificBreakIterator()
556 if ((l > 0 && c > 0 && v > 0 && in getLocaleSpecificBreakIterator()
560 (l > 0 && c > 0 && in getLocaleSpecificBreakIterator()
564 (l > 0 && c > 0 && rLocale.Language.compareToAscii("zh") == 0 && in getLocaleSpecificBreakIterator()
/trunk/main/unotools/source/config/
H A Ddocinfohelper.cxx88 sal_Unicode c = aBuildId[i]; in GetGeneratorString() local
89 switch( c ) in GetGeneratorString()
102 aResult.append( c ); in GetGeneratorString()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java33 BigInteger c; in createFresh() local
35 c = count; in createFresh()
39 return new ThreadId((PREFIX + c).getBytes("UTF-8")); in createFresh()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/nativelib/windows/
H A DMakefile38 CFILES = nativeview.c
40 SLOFILES = $(patsubst %.c,$(OUT_SHL_SLO)/%.$(OBJ_EXT),$(CFILES))
49 $(OUT_SHL_SLO)/%.$(OBJ_EXT) : %.c
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.hxx54 double c; member
63 const DataType& c, in calcLineDistance() argument
67 return a*x + b*y + c; in calcLineDistance()

Completed in 108 milliseconds

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