Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 176 – 200 of 1685) sorted by relevance

12345678910>>...68

/trunk/main/sc/source/core/data/
H A Dglobal.cxx113 sal_Unicode ScGlobal::cListDelimiter = ',';
784 const sal_Unicode* ScGlobal::UnicodeStrChr( const sal_Unicode* pStr, in UnicodeStrChr()
785 sal_Unicode c ) in UnicodeStrChr()
816 sal_Unicode pQ[3]; in AddQuotes()
832 sal_Unicode pQ[3]; in EraseQuotes()
841 …rLen ScGlobal::FindUnquoted( const String& rString, sal_Unicode cChar, xub_StrLen nStart, sal_Unic… in FindUnquoted()
843 const sal_Unicode* const pStart = rString.GetBuffer(); in FindUnquoted()
844 const sal_Unicode* const pStop = pStart + rString.Len(); in FindUnquoted()
845 const sal_Unicode* p = pStart + nStart; in FindUnquoted()
865 const sal_Unicode* ScGlobal::FindUnquoted( const sal_Unicode* pString, sal_Unicode cChar, sal_Unico… in FindUnquoted()
[all …]
/trunk/main/cppu/qa/
H A Dtest_any.cxx249 sal_Unicode b = '2'; in TEST_F()
346 sal_Unicode b = '2'; in TEST_F()
440 sal_Unicode b = '2'; in TEST_F()
538 sal_Unicode b = '2'; in TEST_F()
638 sal_Unicode b = '2'; in TEST_F()
736 sal_Unicode b = '2'; in TEST_F()
830 sal_Unicode b = '2'; in TEST_F()
924 sal_Unicode b = '2'; in TEST_F()
1018 sal_Unicode b = '2'; in TEST_F()
1112 sal_Unicode b = '2'; in TEST_F()
[all …]
/trunk/main/tools/inc/tools/
H A Durlobj.hxx1191 static sal_uInt32 getUTF32(sal_Unicode const *& rBegin,
1192 sal_Unicode const * pEnd, bool bOctets,
1201 static sal_uInt32 scanDomain(sal_Unicode const *& rBegin,
1202 sal_Unicode const * pEnd,
1394 sal_Unicode const *& rBegin, sal_Unicode const * pEnd);
1417 sal_Unicode const *& rBegin, sal_Unicode const * pEnd,
1421 sal_Unicode const * pBegin, sal_Unicode const * pEnd, bool bOctets,
1436 INetProtocol eScheme, sal_Unicode const ** pBegin,
1512 sal_Unicode const * pBegin, sal_Unicode const * pEnd, bool bOctets,
1522 sal_Unicode const * pBegin, sal_Unicode const * pEnd,
[all …]
/trunk/main/xmloff/source/xforms/
H A DTokenContext.cxx125 bool lcl_IsWhiteSpace( sal_Unicode c ) in lcl_IsWhiteSpace()
127 return c == sal_Unicode( ' ' ) in lcl_IsWhiteSpace()
128 || c == sal_Unicode( 0x09 ) in lcl_IsWhiteSpace()
129 || c == sal_Unicode( 0x0A ) in lcl_IsWhiteSpace()
130 || c == sal_Unicode( 0x0D ); in lcl_IsWhiteSpace()
136 const sal_Unicode* pBegin = rCharacters.getStr(); in Characters()
137 const sal_Unicode* pEnd = &( pBegin[ rCharacters.getLength() ] ); in Characters()
/trunk/main/basic/source/inc/
H A Dscanner.hxx44 const sal_Unicode* pLine; // Pointer
45 const sal_Unicode* pSaveLine; // Merker fuer Line
109 inline bool isLetter( sal_Unicode c ) in isLetter()
114 bool isLetterUnicode( sal_Unicode c );
122 static sal_Bool isAlpha( sal_Unicode c, bool bCompatible ) in isAlpha()
129 static sal_Bool isDigit( sal_Unicode c ) in isDigit()
135 static sal_Bool isAlphaNumeric( sal_Unicode c, bool bCompatible ) in isAlphaNumeric()
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx660sal_Unicode mcThisWorkbook; /// Control character: Link to current workbook.
661sal_Unicode mcExternal; /// Control character: Link to external workbook/s…
662sal_Unicode mcThisSheet; /// Control character: Link to current sheet.
663sal_Unicode mcInternal; /// Control character: Link to internal sheet.
664sal_Unicode mcSameSheet; /// Control character: Link to same sheet (special…
667 sal_Unicode cThisWorkbook, sal_Unicode cExternal,
668 sal_Unicode cThisSheet, sal_Unicode cInternal,
669 sal_Unicode cSameSheet );
/trunk/main/svl/source/misc/
H A Dlngmisc.cxx81 sal_Unicode cChar = rTxt[i]; in RemoveControlChars()
114 sal_Unicode cChar = rTxt[i]; in ReplaceControlChars()
140 xub_StrLen nPos = aText.Search( sal_Unicode('(') ); in GetThesaurusReplaceText()
143 xub_StrLen nEnd = aText.Search( sal_Unicode(')'), nPos ); in GetThesaurusReplaceText()
148 nPos = aText.Search( sal_Unicode('(') ); in GetThesaurusReplaceText()
151 nPos = aText.Search( sal_Unicode('*') ); in GetThesaurusReplaceText()
157 aText.EraseLeadingAndTrailingChars( sal_Unicode(' ') ); in GetThesaurusReplaceText()
H A DPasswordHelper.cxx47 sal_Char* pCharBuffer = new sal_Char[nSize * sizeof(sal_Unicode)]; in GetHashPasswordLittleEndian()
51 sal_Unicode ch(sPass.GetChar(i)); in GetHashPasswordLittleEndian()
56 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordLittleEndian()
64 sal_Char* pCharBuffer = new sal_Char[nSize * sizeof(sal_Unicode)]; in GetHashPasswordBigEndian()
68 sal_Unicode ch(sPass.GetChar(i)); in GetHashPasswordBigEndian()
73 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordBigEndian()
/trunk/main/sal/osl/w32/
H A Dsecurity.c114 sal_Unicode* strUser; in osl_loginUser()
167 sal_Unicode* remoteName; in osl_loginUserOnFileServer()
168 sal_Unicode* userName; in osl_loginUserOnFileServer()
425 sal_Unicode *Ident; in osl_getUserIdent()
429 Ident=malloc(needed*sizeof(sal_Unicode)); in osl_getUserIdent()
543 sal_Unicode sFile[_MAX_PATH]; in osl_getConfigDir()
701 sal_Unicode PathW[_MAX_PATH]; in GetSpecialFolder()
924 sal_Unicode UserName[128]; in getUserNameImpl()
925 sal_Unicode DomainName[128]; in getUserNameImpl()
926 sal_Unicode Name[257]; in getUserNameImpl()
[all …]
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx101 const sal_Unicode m_cThSep;
102 const sal_Unicode m_cDecSep;
105 NumberValidator( const sal_Unicode _cThSep, const sal_Unicode _cDecSep );
136 for ( sal_Unicode aChar = '0'; aChar <= '9'; ++aChar ) in lcl_insertDigitTransitions()
141 …ommonPreCommaTransitions( StateTransitions& _rRow, const sal_Unicode _cThSep, const sal_Unicode _c… in lcl_insertCommonPreCommaTransitions()
154 NumberValidator::NumberValidator( const sal_Unicode _cThSep, const sal_Unicode _cDecSep ) in NumberValidator()
247 const sal_Unicode* pCheckPos = _rText.GetBuffer(); in implValidateNormalized()
1197 sal_Unicode cSeparatorThousand = ','; in ResetConformanceTester()
1198 sal_Unicode cSeparatorDecimal = '.'; in ResetConformanceTester()
1217 String sReplaceWith((sal_Unicode)'\\'); in ResetConformanceTester()
[all …]
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_default.hxx64 sal_Unicode key;
75 …void init(sal_Unicode start_, sal_Unicode end_, IndexKey* keys, sal_Int16 key_count, Index *index);
77 sal_Unicode start;
78 sal_Unicode end;
105 sal_Int16 compare(sal_Unicode c1, sal_Unicode c2);
/trunk/main/svl/inc/svl/
H A Dlngmisc.hxx35 #define SVT_SOFT_HYPHEN ((sal_Unicode) 0x00AD)
36 #define SVT_HARD_HYPHEN ((sal_Unicode) 0x2011)
39 #define SVT_HARD_SPACE ((sal_Unicode) 0x00A0)
44 inline sal_Bool IsHyphen( sal_Unicode cChar ) in IsHyphen()
50 inline sal_Bool IsControlChar( sal_Unicode cChar ) in IsControlChar()
52 return cChar < (sal_Unicode) ' '; in IsControlChar()
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx134 sal_Unicode cOp; // Art der Verknüpfung mit dem Vorgänger
143 double nVal, sal_Unicode cO = 0 ) in CSS1Expression()
150 sal_Unicode cO = 0 );
157 sal_Unicode GetOp() const { return cOp; } in GetOp()
168 double nVal, sal_Unicode cO ) in Set()
201 sal_Unicode cNextCh; // nächstes Zeichen
220 sal_Unicode GetNextChar();
/trunk/main/sal/inc/rtl/
H A Dlocale.h75 …le * SAL_CALL rtl_locale_register( const sal_Unicode * language, const sal_Unicode * country, cons…
98 …id SAL_CALL rtl_locale_setDefault( const sal_Unicode * language, const sal_Unicode * country, cons…
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx113 sal_Unicode nChar, in GetCharID()
125 sal_Unicode nUnicode, in GetGlyphID()
136 sal_Unicode nChar, in LookupCharID()
197 GlyphSet::GetAnsiMapping (sal_Unicode nUnicodeChar) in GetAnsiMapping()
218 GlyphSet::GetSymbolMapping (sal_Unicode nUnicodeChar) in GetSymbolMapping()
243 sal_Unicode nChar, in AddCharID()
302 sal_Unicode nUnicode, in AddGlyphID()
498 const sal_Unicode* pUnicodes, in DrawGlyphs()
577 const sal_Unicode* pStr, sal_Int16 nLen) in ImplDrawText()
738 typedef std::map< sal_uInt8, sal_Unicode > ps_mapping_t; in PSUploadEncoding()
[all …]
/trunk/main/sal/textenc/
H A Dconvertgb18030.h39 sal_Unicode m_nFirstUnicode;
45 sal_Unicode m_nFirstUnicode;
46 sal_Unicode m_nLastUnicode;
52 sal_Unicode const * m_pGb18030ToUnicodeData;
66 sal_Unicode * pDestBuf,
75 sal_Unicode const * pSrcBuf,
H A Dtextcvt.c31 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplDummyToUnicode()
35 sal_Unicode* pEndDestBuf; in ImplDummyToUnicode()
58 *pDestBuf = (sal_Unicode)(sal_uChar)*pSrcBuf; in ImplDummyToUnicode()
69 static sal_Size ImplUnicodeToDummy( const sal_Unicode* pSrcBuf, sal_Size nSrcChars, in ImplUnicodeToDummy()
75 const sal_Unicode* pEndSrcBuf; in ImplUnicodeToDummy()
160 sal_Unicode* pDestBuf, sal_Size nDestChars, in rtl_convertTextToUnicode()
238 const sal_Unicode* pSrcBuf, sal_Size nSrcChars, in rtl_convertUnicodeToText()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx53 const sal_Unicode TILDE_SIGN = L'~';
55 const sal_Unicode AMPERSAND_SIGN = L'&';
471 sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr ) in _wcslenex()
476 const sal_Unicode* pTemp = pStr; in _wcslenex()
491 void Replace( const OUString& aLabel, sal_Unicode OldChar, sal_Unicode NewChar, OUStringBuffer& aBu… in Replace()
497 const sal_Unicode* pCurrent = aLabel.getStr( ); in Replace()
498 const sal_Unicode* pNext = aLabel.getStr( ) + 1; in Replace()
499 const sal_Unicode* pEnd = aLabel.getStr( ) + aLabel.getLength( ); in Replace()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx449 const sal_Unicode* str = fileName.getStr(); in getModuleList()
492 sal_Unicode lineBuffer[1028]; in getStaticInformationForModule()
500 const sal_Unicode* str = fileContent.getStr(); in getStaticInformationForModule()
506 sal_Unicode ch = str[ i ]; in getStaticInformationForModule()
507 if( ch == sal_Unicode( '\n' ) || ch == sal_Unicode( '\r' ) ) in getStaticInformationForModule()
773 const sal_Unicode* idstr = ids.getStr(); in init()
778 int h = ids.indexOf( sal_Unicode( '#' ),k ); in init()
856 const sal_Unicode* pStr = doclist.getStr(); in checkModuleMatchForExtension()
863 if( pStr[ nFound + 1 ] == sal_Unicode('i') && in checkModuleMatchForExtension()
864 pStr[ nFound + 2 ] == sal_Unicode('d') ) in checkModuleMatchForExtension()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx47 const sal_Unicode cNonBreakingSpace = 0xA0;
189 const sal_Unicode* p = rCode.getStr(); in lcl_extractStandardGeneralName()
908 sal_Unicode c; in Symbol_Division()
1000 sal_Unicode res = ' '; in PreviousChar()
1017 sal_Unicode res = ' '; in NextChar()
1132 sal_Unicode cChar = PreviousChar(i); in ScanType()
1558 sal_Unicode cThousandFill = ' '; in FinalScan()
1631 sal_Unicode cSimplified; in FinalScan()
1713 sal_Unicode cPre = PreviousChar(i); in FinalScan()
1714 sal_Unicode cNext; in FinalScan()
[all …]
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailclient.cxx86 quoted.append(sal_Unicode('"')); in quoteString()
88 quoted.append(sal_Unicode('"')); in quoteString()
96 aBuffer.append(sal_Unicode('"')); in quoteAndEscape()
98 sal_Int32 nIndex = rStr.indexOf(sal_Unicode('"')); in quoteAndEscape()
103 const sal_Unicode *pStart = rStr.getStr(); in quoteAndEscape()
104 const sal_Unicode *pFrom = pStart; in quoteAndEscape()
120 aBuffer.append(sal_Unicode('"')); in quoteAndEscape()
140 …osl::FileBase::getFileURLFromSystemPath(reinterpret_cast<const sal_Unicode*>(buff), altSenddocUrl); in getAlternativeSenddocUrl()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx584 bool NeedEsc(sal_Unicode cCode) in NeedEsc()
593 const sal_Unicode *start = rIn.getStr(); in VBAToRegexp()
594 const sal_Unicode *end = start + rIn.getLength(); in VBAToRegexp()
598 sResult.append(static_cast<sal_Unicode>('^')); in VBAToRegexp()
605 sResult.append(static_cast<sal_Unicode>('.')); in VBAToRegexp()
617 sResult.append(static_cast<sal_Unicode>('\\')); in VBAToRegexp()
623 sResult.append(static_cast<sal_Unicode>('\\')); in VBAToRegexp()
636 sResult.append(static_cast<sal_Unicode>('\\')); in VBAToRegexp()
644 sResult.append(static_cast<sal_Unicode>('^')); in VBAToRegexp()
657 sResult.append(static_cast<sal_Unicode>('\\')); in VBAToRegexp()
[all …]
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx233 if ( aTxt.GetChar( i ) == sal_Unicode( HYPH_POS_CHAR ) ) in EnableLRBtn_Impl()
246 if ( aTxt.GetChar( i ) == sal_Unicode( HYPH_POS_CHAR ) ) in EnableLRBtn_Impl()
313 nPos = aTxt.Search( sal_Unicode( HYPH_POS_CHAR ), nStart ); in EraseUnusableHyphens_Impl()
330 const String aTmp( sal_Unicode( HYPH_POS_CHAR ) ); in EraseUnusableHyphens_Impl()
436 sal_Unicode cChar = aTxt.GetChar( i ); in GetHyphIndex_Impl()
455 if (aTxt.GetChar( i ) == sal_Unicode( HYPH_POS_CHAR )) in SelLeft_Impl()
457 aTxt.SetChar( i, sal_Unicode( CUR_HYPH_POS_CHAR ) ); in SelLeft_Impl()
477 if (aTxt.GetChar( i ) == sal_Unicode( HYPH_POS_CHAR )) in SelRight_Impl()
479 aTxt.SetChar( i, sal_Unicode( CUR_HYPH_POS_CHAR ) ); in SelRight_Impl()
637 aTmp.Append( sal_Unicode( ')' ) ); in SetWindowTitle()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_OneToOne.cxx73 sal_Unicode * dst = newStr->buffer; in transliterate()
74 const sal_Unicode * src = inStr.getStr() + startPos; in transliterate()
87 sal_Unicode c = *src++; in transliterate()
92 *dst = (sal_Unicode) 0; in transliterate()
97 sal_Unicode SAL_CALL
98 transliteration_OneToOne::transliterateChar2Char( sal_Unicode inChar) throw(RuntimeException, Multi… in transliterateChar2Char()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx48 bool lclAddHexDigit( sal_Unicode& orcChar, sal_Unicode cDigit, int nBitShift ) in lclAddHexDigit()
56 sal_Unicode lclGetXChar( const sal_Unicode*& rpcStr, const sal_Unicode* pcEnd ) in lclGetXChar()
58 sal_Unicode cChar = 0; in lclGetXChar()
89 const sal_Unicode* pcStr = rValue.getStr(); in decodeXString()
90 const sal_Unicode* pcEnd = pcStr + rValue.getLength(); in decodeXString()

Completed in 171 milliseconds

12345678910>>...68