Home
last modified time | relevance | path

Searched defs:c (Results 26 – 50 of 617) sorted by relevance

12345678910>>...25

/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DStrictResolver.java59 public ScriptProxy getProxy( ScriptDescriptor sd, Class c ) in getProxy()
118 private Method resolveArguments( ScriptDescriptor sd, Class c ) in resolveArguments()
/trunk/main/scaddins/source/analysis/
H A Danalysisdefs.hxx29 #define REF(c) CSS::uno::Reference< c > argument
31 #define SEQ(c) CSS::uno::Sequence< c > argument
32 #define SEQSEQ(c) CSS::uno::Sequence< CSS::uno::Sequence< c > > argument
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx345 const sal_Unicode* cclass_Unicode::StrChr( const sal_Unicode* pStr, sal_Unicode c ) in StrChr()
361 sal_Unicode c = aStr[nPos]; in getParseTokensType() local
590 sal_Unicode c = aStr[nPos]; in getFlags() local
626 sal_Unicode c = aStr[nPos]; in getFlagsExtended() local
687 UPT_FLAG_TYPE cclass_Unicode::getStartCharsFlags( sal_Unicode c ) in getStartCharsFlags()
700 UPT_FLAG_TYPE cclass_Unicode::getContCharsFlags( sal_Unicode c ) in getContCharsFlags()
723 sal_Unicode c = *pSrc; in parseText() local
/trunk/main/sal/textenc/
H A Dtcvtbyte.c334 sal_uInt16 ImplGetReplaceChar( sal_Unicode c ) in ImplGetReplaceChar()
428 const sal_uInt16* ImplGetReplaceString( sal_Unicode c ) in ImplGetReplaceString()
471 sal_uChar c; in ImplSymbolToUnicode() local
513 sal_Unicode c; in ImplUnicodeToSymbol() local
580 sal_uChar c; in ImplCharToUnicode() local
641 const ImplByteConvertData* pConvertData, sal_Unicode c, sal_Char * dest ) in ImplConvertUnicodeCharToChar()
715 sal_Unicode c; in ImplUnicodeToChar() local
H A Dtenchelp.c87 int ImplIsUnicodeIgnoreChar( sal_Unicode c, sal_uInt32 nFlags ) in ImplIsUnicodeIgnoreChar()
119 sal_Unicode c = **ppSrcBuf; in ImplHandleUndefinedUnicodeToTextChar() local
/trunk/main/ucb/source/regexp/
H A Dregexp.cxx146 sal_Unicode c = *p++; in matches() local
184 inline bool isAlpha(sal_Unicode c) in isAlpha()
189 inline bool isDigit(sal_Unicode c) in isDigit()
205 sal_Unicode c = *p++; in isScheme() local
223 sal_Unicode c = *p++; in appendStringLiteral() local
350 sal_Unicode c = *p++; in scanStringLiteral() local
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptStorageManager.java56 Collection c = in _createScriptStorage() local
97 Collection c = in _createScriptStorageWithURI() local
149 Collection c = in _getScriptStorage() local
197 Collection c = in _refreshScriptStorage() local
H A D_XScriptInfoAccess.java59 Collection c = in _getScriptLogicalNames() local
117 Collection c = in _getImplementations() local
174 Collection c = in _getAllImplementations() local
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DPopupWindow.java103 public java.awt.Component add(java.awt.Component c) { in add()
119 public void remove(java.awt.Component c) { in remove()
162 public java.awt.Component add(java.awt.Component c) { in add()
175 public void remove(java.awt.Component c) { in remove()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceasvector.hxx138 sal_Int32 c = lSource.getLength(); in operator <<() local
188 sal_Int32 c = (sal_Int32)this->size(); in operator >>() local
212 sal_Int32 c = (sal_Int32)this->size(); in operator >>() local
/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx242 inline bool isLetter( sal_Unicode c ) in isLetter()
255 static sal_Bool isAlpha( sal_Unicode c, bool bCompatible ) in isAlpha()
262 static sal_Bool isDigit( sal_Unicode c ) in isDigit()
268 static sal_Bool isAlphaNumeric( sal_Unicode c, bool bCompatible ) in isAlphaNumeric()
346 bool LetterTable::isLetterUnicode( sal_Unicode c ) in isLetterUnicode()
357 sal_Bool SimpleTokenizer_Impl::testCharFlags( sal_Unicode c, sal_uInt16 nTestFlags ) in testCharFlags()
388 sal_Unicode c = peekChar(); in getNextToken() local
/trunk/main/editeng/inc/editeng/
H A Dtwolinesitem.hxx79 void SetStartBracket( sal_Unicode c ) { cStartBracket = c; } in SetStartBracket()
82 void SetEndBracket( sal_Unicode c ) { cEndBracket = c; } in SetEndBracket()
/trunk/main/stoc/test/
H A Dtestsmgr.cxx48 #define TEST_ENSHURE(c, m) OSL_ENSURE(c, m) argument
50 #define TEST_ENSHURE(c, m) OSL_VERIFY(c) argument
H A Dtestloader.cxx56 #define TEST_ENSHURE(c, m) OSL_ENSURE(c, m) argument
58 #define TEST_ENSHURE(c, m) OSL_VERIFY(c) argument
/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx120 sal_Int32 c = lSource.getLength(); in operator <<() local
168 sal_Int32 c = lSource.getLength(); in operator <<() local
182 sal_Int32 c = lSource.getLength(); in operator <<() local
194 sal_Int32 c = (sal_Int32)size(); in operator >>() local
214 sal_Int32 c = (sal_Int32)size(); in operator >>() local
H A Danytostring.cxx47 inline void appendChar( rtl::OUStringBuffer & buf, sal_Unicode c ) in appendChar()
218 sal_Unicode c = str[ pos ]; in appendValue() local
270 sal_Unicode c = *static_cast< sal_Unicode const * >(val); in appendValue() local
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx64 bool isDigit(sal_Unicode c) { //TODO: generally available? in isDigit()
68 bool isUpperCase(sal_Unicode c) { //TODO: generally available? in isUpperCase()
72 bool isLowerCase(sal_Unicode c) { //TODO: generally available? in isLowerCase()
76 bool isAlpha(sal_Unicode c) { //TODO: generally available? in isAlpha()
80 bool isHexDigit(sal_Unicode c) { //TODO: generally available? in isHexDigit()
84 sal_Unicode toLowerCase(sal_Unicode c) { //TODO: generally available? in toLowerCase()
118 sal_Unicode c = uriReference[i]; in parseScheme() local
389 sal_Unicode c = scheme[i]; in parse() local
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx109 static inline sal_Bool isAsciiDigit( sal_Unicode c ) in isAsciiDigit()
113 static inline sal_Bool isAsciiAlpha( sal_Unicode c ) in isAsciiAlpha()
117 static inline sal_Bool isAsciiAlphaNumeric( sal_Unicode c ) in isAsciiAlphaNumeric()
/trunk/main/soltools/support/
H A Dsimstr.cxx74 Simstr::Simstr(char c, int anzahl) in Simstr()
290 Simstr::insert(int pos, char c) in insert()
307 Simstr::push_front(char c) in push_front()
320 Simstr::push_back(char c) in push_back()
449 Simstr::remove_all(char c) in remove_all()
476 Simstr::strip(char c) in strip()
523 Simstr::take_first_token(char c) in take_first_token()
545 Simstr::take_last_token(char c) in take_last_token()
660 Simstr::replace(int pos, char c) in replace()
740 operator+(char c, const Simstr & S) in operator +()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx193 register sal_Unicode c = aValue.GetChar( i ); in GetNumbers() local
219 register sal_Unicode c; in GetNumbers() local
271 register sal_Unicode c = nPos<aTmp.Len() ? aTmp.GetChar( nPos++ ) in GetColor() local
438 #define HTML_ISDIGIT( c ) (c >= '0' && c <= '9') argument
439 #define HTML_ISALPHA( c ) ( (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') ) argument
440 #define HTML_ISALNUM( c ) ( HTML_ISALPHA(c) || HTML_ISDIGIT(c) ) argument
441 #define HTML_ISSPACE( c ) ( ' ' == c || (c >= 0x09 && c <= 0x0d) ) argument
442 #define HTML_ISPRINTABLE( c ) ( c >= 32 && c != 127) argument
1405 sal_Unicode c = GetNextChar(); in _GetNextToken() local
1598 sal_Unicode c = aToken.GetChar(nPos); in GetOptions() local
[all …]
/trunk/main/shell/source/unix/misc/
H A Duri-encode.c32 int c; in main() local
/trunk/main/slideshow/source/engine/transitions/
H A Dfigurewipe.cxx75 const double c = cos( basegfx::deg2rad(18.0) ); in createPentagonWipe() local
89 const double c = cos( basegfx::deg2rad(30.0) ); in createHexagonWipe() local
/trunk/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
/trunk/main/tools/source/string/
H A Dstrimp.cxx374 STRING::STRING( STRCODE c ) in STRING()
488 STRING& STRING::Assign( STRCODE c ) in Assign()
618 STRING& STRING::Append( STRCODE c ) in Append()
643 void STRING::SetChar( xub_StrLen nIndex, STRCODE c ) in SetChar()
963 STRING& STRING::EraseLeadingChars( STRCODE c ) in EraseLeadingChars()
979 STRING& STRING::EraseTrailingChars( STRCODE c ) in EraseTrailingChars()
1016 STRING& STRING::EraseAllChars( STRCODE c ) in EraseAllChars()
1655 STRCODE c = *pStr; in SearchChar() local
1687 STRCODE c =*pStr; in SearchCharBackward() local
1947 STRCODE c = *pStr; in GetQuotedTokenCount() local
[all …]
/trunk/main/lingucomponent/source/languageguessing/
H A Daltstrfunc.hxx30 inline bool isSeparator(const char c){ in isSeparator()

Completed in 144 milliseconds

12345678910>>...25