Home
last modified time | relevance | path

Searched refs:c (Results 476 – 500 of 1145) sorted by relevance

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

/aoo4110/main/desktop/source/pagein/
H A Dfile_image_unx.c88 volatile char c = 0; in file_image_pagein() local
119 c ^= ((char*)(w.m_base))[0]; in file_image_pagein()
125 c ^= ((char*)(w.m_base))[0]; in file_image_pagein()
/aoo4110/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()
/aoo4110/main/qadevOOo/tests/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()
/aoo4110/main/cosv/source/service/
H A Dcomfunc.cxx47 count_chars(const char * str, char c) in count_chars() argument
50 for ( const char * pSpc = strchr(str, c); in count_chars()
52 pSpc = strchr(pSpc+1, c) ) in count_chars()
/aoo4110/main/framework/source/inc/pattern/
H A Dconfiguration.hxx136 sal_Int32 c = 1; in openConfig() local
138 c = 2; in openConfig()
140 css::uno::Sequence< css::uno::Any > lParams(c); in openConfig()
/aoo4110/main/sc/addin/util/
H A Dcl2c.pl37 local($o,$c);
40 $c=chr($o);
42 $_ .= $c;
/aoo4110/main/sw/source/ui/config/
H A Duinums.cxx296 char c; in SwNumRulesWithName() local
300 c = 1; in SwNumRulesWithName()
305 c = 0; in SwNumRulesWithName()
307 rStream >> c; in SwNumRulesWithName()
309 if( c ) in SwNumRulesWithName()
/aoo4110/main/framework/source/jobs/
H A Djobdata.cxx607 sal_Int32 c = lAdditionalJobs.getLength(); in appendEnabledJobsForEvent() local
610 for (i=0; i<c; ++i) in appendEnabledJobsForEvent()
683 sal_Int32 c = lAllJobs.getLength(); in getEnabledJobsForEvent() local
685 css::uno::Sequence< ::rtl::OUString > lEnabledJobs(c); in getEnabledJobsForEvent()
689 for (sal_Int32 s=0; s<c; ++s) in getEnabledJobsForEvent()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/solenv/inc/
H A Dlldb4aoo.py85 c = v.GetChildMemberWithName( aryvar)
90 d = c.AddressOf().GetPointeeData( 0, L)
91 if c.GetByteSize() == 1: # assume UTF-8
/aoo4110/main/cli_ure/source/ure/uno/util/
H A DWeakBase.cs144 UInt16 c = Convert.ToUInt16( name[ pos ] ); in getImplementationId()
145 id[ 4 + (2 * pos) ] = (byte) (c & 0xff); in getImplementationId()
146 id[ 4 + (2 * pos) +1 ] = (byte) ((c >> 8) & 0xff); in getImplementationId()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlftn.cxx74 sal_Unicode c = rContent.GetChar( nPos ); in lcl_html_getNextPart() local
75 switch( c ) in lcl_html_getNextPart()
79 rPart += c; in lcl_html_getNextPart()
85 rPart += c; in lcl_html_getNextPart()
92 rPart += c; in lcl_html_getNextPart()
/aoo4110/main/sw/source/filter/ascii/
H A Dparasc.cxx371 sal_Char c = *pF; in ReadChars() local
373 *pN = c; in ReadChars()
484 sal_Unicode c = *pStt; in ReadChars() local
490 *pStt = c; in ReadChars()
/aoo4110/main/svx/source/unodraw/
H A Drecoveryui.cxx83 sal_Int32 c = lServices.getLength(); in supportsService() local
85 for (i=0; i<c; ++i) in supportsService()
371 sal_Int32 c = xTaskContainer->getCount(); in impl_showAllRecoveredDocs() local
373 for (i=0; i<c; ++i) in impl_showAllRecoveredDocs()
/aoo4110/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c43 jclass c; in ThrowException() local
45 c = (*env)->FindClass(env, type); in ThrowException()
46 if (c == NULL) { in ThrowException()
50 if ((*env)->ThrowNew(env, c, msg) != 0) { in ThrowException()
/aoo4110/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx63 #define isNumber(c) ((c) >= 0x30 && (c) <= 0x39) argument
/aoo4110/main/framework/test/typecfg/
H A Dxml2xcd.cxx209 …phaDigit ( sal_Unicode c
2226 inline void write(sal_Unicode c);
2231 inline void ModifiedUTF7Buffer::write(sal_Unicode c) in write() argument
2236 m_nValue = sal_uInt32(c) << 8; in write()
2241 m_nValue |= sal_uInt32(c); in write()
2247 m_nValue |= sal_uInt32(c) >> 8; in write()
2250 m_nValue = (sal_uInt32(c) & 0xFF) << 16; in write()
2289 sal_Bool XCDGenerator::impl_isUsAsciiAlphaDigit(sal_Unicode c, sal_Bool bDigitAllowed) in impl_isUsAsciiAlphaDigit() argument
2291 return c >= 'A' && c <= 'Z' || c >= 'a' && c <= 'z' in impl_isUsAsciiAlphaDigit()
2292 || bDigitAllowed && c >= '0' && c <= '9'; in impl_isUsAsciiAlphaDigit()
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java204 int findColor(Color c, boolean foreground) { in findColor() argument
210 if (colorArray[i].equals(c)) in findColor()
220 colorArray[i] = c; in findColor()
/aoo4110/main/ucbhelper/source/provider/
H A Dprovconf.cxx60 const sal_Unicode c = rIn.getStr()[ n ]; in makeAndAppendXMLName() local
61 switch ( c ) in makeAndAppendXMLName()
84 rBuffer.append( c ); in makeAndAppendXMLName()
/aoo4110/main/sw/source/core/layout/
H A Ddbg_lay.cxx447 sal_Char c; in FileInit() local
448 aStream >> c; in FileInit()
449 if( '\n' == c || '\r' == c ) // Zeilenende in FileInit()
458 aLine += c; in FileInit()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java215 for (int c = 0; c < cols; c++) in create()
217 XButton aButton = createButton(dialog, r, c); in create()
219 m_aButtons[r * cols + c] = aControl; in create()

Completed in 131 milliseconds

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