Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 51 – 75 of 1685) sorted by relevance

12345678910>>...68

/trunk/main/sc/inc/
H A Dglobal.hxx98 const sal_Unicode CHAR_NBSP = 0x00A0;
99 const sal_Unicode CHAR_SHY = 0x00AD;
100 const sal_Unicode CHAR_ZWSP = 0x200B;
101 const sal_Unicode CHAR_LRM = 0x200E;
102 const sal_Unicode CHAR_RLM = 0x200F;
103 const sal_Unicode CHAR_NBHY = 0x2011;
104 const sal_Unicode CHAR_ZWNBSP = 0x2060;
584 static sal_Unicode cListDelimiter;
658 static const sal_Unicode* UnicodeStrChr( const sal_Unicode* pStr, sal_Unicode c );
660 static inline sal_Unicode ToUpperAlpha( sal_Unicode c ) in ToUpperAlpha()
[all …]
/trunk/main/sal/textenc/
H A Dtcvtbyte.c31 sal_uInt16 ImplGetReplaceChar(sal_Unicode c);
334 sal_uInt16 ImplGetReplaceChar( sal_Unicode c ) in ImplGetReplaceChar()
472 sal_Unicode* pEndDestBuf; in ImplSymbolToUnicode()
493 *pDestBuf = (sal_Unicode)c; in ImplSymbolToUnicode()
495 *pDestBuf = ((sal_Unicode)c)+0xF000; in ImplSymbolToUnicode()
513 sal_Unicode c; in ImplUnicodeToSymbol()
515 const sal_Unicode* pEndSrcBuf; in ImplUnicodeToSymbol()
581 sal_Unicode cConv; in ImplCharToUnicode()
583 sal_Unicode* pEndDestBuf; in ImplCharToUnicode()
715 sal_Unicode c; in ImplUnicodeToChar()
[all …]
/trunk/main/sc/source/core/tool/
H A Daddress.cxx79 static const sal_Unicode* lcl_ParseQuotedName( const sal_Unicode* p, String& rName ) in lcl_ParseQuotedName()
86 sal_Unicode cPrev = 0; in lcl_ParseQuotedName()
141 const sal_Unicode* lcl_eatWhiteSpace( const sal_Unicode* p ) in lcl_eatWhiteSpace()
221 static const sal_Unicode *
335 const sal_Unicode* p, in Parse_XL_Header()
536 static const sal_Unicode*
541 const sal_Unicode *pEnd; in lcl_r1c1_get_col()
586 const sal_Unicode *pEnd; in lcl_r1c1_get_row()
795 const sal_Unicode *pEnd; in lcl_a1_get_row()
984 const sal_Unicode* q; in lcl_ScAddress_Parse_OOo()
[all …]
/trunk/main/sal/rtl/source/
H A Dustrbuf.c41 const sal_Unicode * value, in rtl_uStringbuffer_newFromStr_WithLength()
52 rtl_copyMemory( (*newStr)->buffer, value, count * sizeof(sal_Unicode)); in rtl_uStringbuffer_newFromStr_WithLength()
107 const sal_Unicode * str, in rtl_uStringbuffer_insert()
111 sal_Unicode * pBuf; in rtl_uStringbuffer_insert()
138 rtl_copyMemory( pBuf + offset, str, len * sizeof(sal_Unicode) ); in rtl_uStringbuffer_insert()
147 sal_Unicode buf[2]; in rtl_uStringbuffer_insertUtf32()
151 buf[0] = (sal_Unicode) c; in rtl_uStringbuffer_insertUtf32()
155 buf[0] = (sal_Unicode) ((c >> 10) | 0xD800); in rtl_uStringbuffer_insertUtf32()
156 buf[1] = (sal_Unicode) ((c & 0x3FF) | 0xDC00); in rtl_uStringbuffer_insertUtf32()
172 sal_Unicode * pBuf; in rtl_uStringbuffer_insert_ascii()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx219 register sal_Unicode c; in GetNumbers()
375 case sal_Unicode(EOF): in FilterToken()
452 sal_Unicode cQuote = 0U; in ScanText()
468 sal_Unicode cChar = 0U; in ScanText()
730 case sal_Unicode(EOF): in ScanText()
1059 case sal_Unicode(EOF): in _GetNextRawToken()
1383 case sal_Unicode(EOF): in _GetNextToken()
1498 sal_Unicode cChar = 0; in GetOptions()
1545 sal_Unicode cEnd = cChar; in GetOptions()
1869 aToken += (sal_Unicode)'>'; in FilterXMP()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.cxx317 sal_Unicode chPrevious('='); in ParseFormula()
419 void lclSkipWhitespace( const sal_Unicode*& rpcString, const sal_Unicode* pcEnd ) in lclSkipWhitespace()
424 const ScXMLConditionInfo* lclGetConditionInfo( const sal_Unicode*& rpcString, const sal_Unicode* pc… in lclGetConditionInfo()
429 const sal_Unicode* pcIdStart = rpcString; in lclGetConditionInfo()
442 sheet::ConditionOperator lclGetConditionOperator( const sal_Unicode*& rpcString, const sal_Unicode*… in lclGetConditionOperator()
495 void lclSkipExpressionString( const sal_Unicode*& rpcString, const sal_Unicode* pcEnd, sal_Unicode in lclSkipExpressionString()
522 void lclSkipExpression( const sal_Unicode*& rpcString, const sal_Unicode* pcEnd, sal_Unicode cEndCh… in lclSkipExpression()
553 OUString lclGetExpression( const sal_Unicode*& rpcString, const sal_Unicode* pcEnd, sal_Unicode cEn… in lclGetExpression()
556 const sal_Unicode* pcExpStart = rpcString; in lclGetExpression()
572 bool lclSkipEmptyParentheses( const sal_Unicode*& rpcString, const sal_Unicode* pcEnd ) in lclSkipEmptyParentheses()
[all …]
/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx89 while( sal_Unicode(' ') == rStrImpValue[nLast] && nLast > nFirst ) in importXML()
97 sal_Unicode c = rStrImpValue[nFirst]; in importXML()
98 …if( nFirst < nLast && (sal_Unicode('\'') == c || sal_Unicode('\"') == c) && rStrImpValue[nLast] ==… in importXML()
107 sValue += sal_Unicode(';'); in importXML()
139 nPos = aStrFamilyName.indexOf( sal_Unicode(';'), nPos ); in exportXML()
169 sValue.append( sal_Unicode( ',' ) ); in exportXML()
170 sValue.append( sal_Unicode( ' ' )); in exportXML()
177 sal_Unicode c = sFamily[i]; in exportXML()
178 if( sal_Unicode(' ') == c || sal_Unicode(',') == c ) in exportXML()
185 sValue.append( sal_Unicode('\'') ); in exportXML()
[all …]
/trunk/main/sal/qa/rtl/uri/
H A Drtl_testuri.cxx193 aBuffer.append(static_cast< sal_Unicode >(0xD800)); // %ED%A0%80 in TEST_F()
195 aBuffer.append(static_cast< sal_Unicode >(0xDFFF)); in TEST_F()
197 aBuffer.append(static_cast< sal_Unicode >('A')); // A in TEST_F()
222 aBuffer.append(static_cast< sal_Unicode >(0xD800)); in TEST_F()
223 aBuffer.append(static_cast< sal_Unicode >(0xDFFF)); in TEST_F()
225 aBuffer.append(static_cast< sal_Unicode >('A')); in TEST_F()
259 aBuffer.append(static_cast< sal_Unicode >(0x00FF)); in TEST_F()
382 sal_Unicode const aText2U[] = { in TEST_F()
449 sal_Unicode const aText2U[] = { 0x028A, 0 }; in TEST_F()
458 sal_Unicode const aText2U[] = { 0x028A, 0 }; in TEST_F()
[all …]
/trunk/main/svtools/source/svrtf/
H A Dparrtf.cxx106 sal_Unicode* pStr = aStrBuffer.AllocBuffer( in _GetNextToken()
201 aToken = (sal_Unicode)nTokenValue; in _GetNextToken()
207 sal_Unicode cAnsi = nNextCh; in _GetNextToken()
236 case sal_Unicode(EOF): in _GetNextToken()
300 sal_Unicode SvRTFParser::GetHexValue() in GetHexValue()
304 register sal_Unicode nHexVal = 0; in GetHexValue()
356 aStrBuffer.Append((sal_Unicode)__next); in ScanText()
430 static_cast< sal_Unicode >(nTokenValue)); in ScanText()
436 sal_Unicode cAnsi = nNextCh; in ScanText()
469 case sal_Unicode(EOF): in ScanText()
[all …]
/trunk/main/vcl/source/helper/
H A Dstrhelper.cxx40 inline int isSpace( sal_Unicode cChar ) in isSpace()
53 inline int isProtect( sal_Unicode cChar ) in isProtect()
89 inline void CopyUntil( sal_Unicode*& pTo, const sal_Unicode*& pFrom, sal_Unicode cUntil, int bInclu… in CopyUntil()
127 sal_Unicode* pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*( nLen + 1 ) ); in GetCommandLineToken()
128 const sal_Unicode* pRun = rLine.GetBuffer(); in GetCommandLineToken()
129 sal_Unicode* pLeap = NULL; in GetCommandLineToken()
228 const sal_Unicode *pRun = rLine.GetBuffer(); in GetCommandLineTokenCount()
330 sal_Unicode *pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*(nLen + 1) ); in WhitespaceToSpace()
331 const sal_Unicode *pRun = rLine.GetBuffer(); in WhitespaceToSpace()
332 sal_Unicode *pLeap = pBuffer; in WhitespaceToSpace()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx124 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ) in cmpustr()
126 const sal_Unicode* pBuf1 = str1; in cmpustr()
127 const sal_Unicode* pBuf2 = str2; in cmpustr()
140 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 ) in cmpustr()
142 const sal_Unicode* pBuf1 = str1; in cmpustr()
143 const sal_Unicode* pBuf2 = str2; in cmpustr()
258 sal_uInt32 UStringLen( const sal_Unicode *pUStr ) in UStringLen()
264 const sal_Unicode *pTempUStr = pUStr; in UStringLen()
369 sal_Int32 AStringToUStringCompare( const sal_Unicode *pUStr, in AStringToUStringCompare()
498 sal_Bool AStringToUStringCopy( sal_Unicode *pDest, in AStringToUStringCopy()
[all …]
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx146 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2, sal_uInt32 len ) in cmpustr()
148 const sal_Unicode* pBuf1 = str1; in cmpustr()
149 const sal_Unicode* pBuf2 = str2; in cmpustr()
162 sal_Bool cmpustr( const sal_Unicode* str1, const sal_Unicode* str2 ) in cmpustr()
164 const sal_Unicode* pBuf1 = str1; in cmpustr()
165 const sal_Unicode* pBuf2 = str2; in cmpustr()
280 sal_uInt32 UStringLen( const sal_Unicode *pUStr ) in UStringLen()
286 const sal_Unicode *pTempUStr = pUStr; in UStringLen()
391 sal_Int32 AStringToUStringCompare( const sal_Unicode *pUStr, in AStringToUStringCompare()
520 sal_Bool AStringToUStringCopy( sal_Unicode *pDest, in AStringToUStringCopy()
[all …]
/trunk/main/oox/source/xls/
H A Daddressconverter.cxx86 const sal_Unicode BIFF_URL_RAW = '\x05'; /// Unencoded URL.
91 const sal_Unicode BIFF_URL_UNC = '@'; /// UNC path root.
283 const sal_Unicode* pcChar = rString.getStr() + nStart; in parseOoxAddress2d()
289 sal_Unicode cChar = *pcChar; in parseOoxAddress2d()
406 const sal_Unicode* pcChar = rBiffTargetUrl.getStr(); in parseBiffTargetUrl()
407 const sal_Unicode* pcEnd = pcChar + rBiffTargetUrl.getLength(); in parseBiffTargetUrl()
410 sal_Unicode cChar = *pcChar; in parseBiffTargetUrl()
434 aTargetUrl.append( sal_Unicode( '/' ) ); in parseBiffTargetUrl()
462 aTargetUrl.append( sal_Unicode( '/' ) ); in parseBiffTargetUrl()
744 sal_Unicode cThisWorkbook, sal_Unicode cExternal, in set()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx210 sal_Unicode first, second;
257 std::hash_map< sal_Unicode, bool > m_bVerticalSubstitutions;
292 std::map< sal_Unicode, sal_Int32 > m_aEncodingVector;
293 std::map< sal_Unicode, rtl::OString > m_aNonEncoded;
388 std::hash_multimap< rtl::OString, sal_Unicode, rtl::OStringHash >
390 std::hash_multimap< sal_Unicode, rtl::OString >
392 std::hash_multimap< sal_Unicode, sal_uInt8 > m_aUnicodeToAdobecode;
393 std::hash_multimap< sal_uInt8, sal_Unicode > m_aAdobecodeToUnicode;
594 …bool getMetrics( fontID nFontID, sal_Unicode minCharacter, sal_Unicode maxCharacter, CharacterMetr…
604 …const std::map< sal_Unicode, sal_Int32 >* getEncodingMap( fontID nFontID, const std::map< sal_Unic…
[all …]
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx35 sal_Unicode widthfolding::decompose_ja_voiced_sound_marksChar2Char (sal_Unicode inChar) in decompose_ja_voiced_sound_marksChar2Char()
64 const sal_Unicode* src = inStr.getStr() + startPos; in decompose_ja_voiced_sound_marks()
65 sal_Unicode* dst = newStr->buffer; in decompose_ja_voiced_sound_marks()
69 sal_Unicode c = *src++; in decompose_ja_voiced_sound_marks()
91 *dst = (sal_Unicode) 0; in decompose_ja_voiced_sound_marks()
116 const sal_Unicode* src = inStr.getStr() + startPos; in compose_ja_voiced_sound_marks()
117 sal_Unicode* dst = newStr->buffer; in compose_ja_voiced_sound_marks()
141 sal_Unicode previousChar = *src ++; in compose_ja_voiced_sound_marks()
142 sal_Unicode currentChar; in compose_ja_voiced_sound_marks()
194 *dst = (sal_Unicode) 0; in compose_ja_voiced_sound_marks()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx404 aStrm << (sal_Unicode) 0; in ExportString()
535 rStrm << sal_Unicode(0); in ExportStream()
574 rStrm << sal_Unicode(0); in WriteUnicodeOrByteString()
601 rStrm << sal_Unicode(_CR) << sal_Unicode(_LF); in WriteUnicodeOrByteEndl()
617 static const sal_Unicode* lcl_ScanString( const sal_Unicode* p, String& rString, in lcl_ScanString()
625 const sal_Unicode* p0 = p; in lcl_ScanString()
678 static const sal_Unicode* lcl_ScanSylkString( const sal_Unicode* p, in lcl_ScanSylkString()
720 static const sal_Unicode* lcl_ScanSylkFormula( const sal_Unicode* p, in lcl_ScanSylkFormula()
1381 const sal_Unicode* ScImportExport::ScanNextFieldFromString( const sal_Unicode* p, in ScanNextFieldFromString()
1530 sal_Unicode cDecSep = '.'; in Sylk2Doc()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx56 const sal_Unicode CHAR_HARDBLANK = ((sal_Unicode)0x00A0);
57 const sal_Unicode CHAR_HARDHYPHEN = ((sal_Unicode)0x2011);
58 const sal_Unicode CHAR_SOFTHYPHEN = ((sal_Unicode)0x00AD);
59 const sal_Unicode CHAR_RLM = ((sal_Unicode)0x200F);
60 const sal_Unicode CHAR_LRM = ((sal_Unicode)0x200E);
61 const sal_Unicode CHAR_ZWSP = ((sal_Unicode)0x200B);
62 const sal_Unicode CHAR_ZWNBSP = ((sal_Unicode)0x2060);
95 sal_Unicode cMark = 0; in DoExecute()
115 void FuBullet::InsertFormattingMark( sal_Unicode cMark ) in InsertFormattingMark()
/trunk/main/i18npool/inc/
H A Dbullet.h26 static sal_Unicode table_AIUFullWidth_ja_JP[] = {
75 static sal_Unicode table_AIUHalfWidth_ja_JP[] = {
124 static sal_Unicode table_IROHAFullWidth_ja_JP[] = {
175 static sal_Unicode table_IROHAHalfWidth_ja_JP[] = {
226 static sal_Unicode table_CircledNumber[] = {
249 static sal_Unicode table_HangulJamo_ko[] = {
266 static sal_Unicode table_HangulSyllable_ko[] = {
284 static sal_Unicode table_HangulCircledJamo_ko[] = {
302 static sal_Unicode table_HangulCircledSyllable_ko[] = {
319 static sal_Unicode table_TianGan_zh[] = {
[all …]
H A Dcclass_cjk.hxx53 sal_Unicode *text;
56 sal_Unicode *Upper;
57 sal_Unicode *Base;
58 sal_Unicode *Plus;
66 sal_Int32 ToNum(sal_Unicode *n, sal_Int32 s);
67 void Init(sal_Unicode *n, sal_Int32 s);
68 void NumberCopy(sal_Unicode *s, sal_Unicode *t, sal_Int32 n);
69 void NumberReverse(sal_Unicode *s, sal_Int32 n);
70 sal_Int32 oneDigit(sal_Unicode s);
71 sal_Int32 baseDigit(sal_Unicode s);
[all …]
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx104 sal_Unicode cChar );
214 sal_Unicode cStartDQuote, cEndDQuote, cStartSQuote, cEndSQuote,
236 sal_Unicode GetQuote( sal_Unicode cInsChar, sal_Bool bSttQuote,
250 xub_StrLen nPos, sal_Unicode cInsChar, sal_Bool bInsert );
269 sal_Unicode GetStartSingleQuote() const { return cStartSQuote; } in GetStartSingleQuote()
270 sal_Unicode GetEndSingleQuote() const { return cEndSQuote; } in GetEndSingleQuote()
272 sal_Unicode GetEndDoubleQuote() const { return cEndDQuote; } in GetEndDoubleQuote()
280 sal_Unicode cInsChar, sal_Bool bSttQuote );
282 sal_Unicode cInsChar, sal_Bool bSttQuote, sal_Bool bIns );
383 static sal_Bool IsAutoCorrectChar( sal_Unicode cChar );
[all …]
/trunk/main/sc/source/ui/inc/
H A Dimpex.hxx41 …ScExportTextOptions( NewlineConversion eNewlineConversion = ToSystem, sal_Unicode cSeparatorConver… in ScExportTextOptions()
45 sal_Unicode mcSeparatorConvertTo; // Convert separator to this character
58 sal_Unicode cSep; // Separator
59 sal_Unicode cStr; // String Delimiter
105 static const sal_Unicode* ScanNextFieldFromString( const sal_Unicode* p,
106 String& rField, sal_Unicode cStr, const sal_Unicode* pSeps, bool bMergeSeps, bool& rbIsQuoted );
114 sal_Unicode GetSeparator() const { return cSep; } in GetSeparator()
115 void SetSeparator( sal_Unicode c ) { cSep = c; } in SetSeparator()
116 sal_Unicode GetDelimiter() const { return cStr; } in GetDelimiter()
117 void SetDelimiter( sal_Unicode c ) { cStr = c; } in SetDelimiter()
[all …]
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustringbuffer_utf32.cxx35 buffer.append(static_cast< sal_Unicode >('"')); in appendString()
38 sal_Unicode c = string[i]; in appendString()
40 buffer.append(static_cast< sal_Unicode >('0')); in appendString()
42 buffer.append(static_cast< sal_Unicode >('0')); in appendString()
44 buffer.append(static_cast< sal_Unicode >('0')); in appendString()
51 buffer.append(static_cast< sal_Unicode >('"')); in appendString()
74 sal_Unicode const str1[str1Len] = { 'a', 'b', 'c' }; in TEST_F()
76 sal_Unicode const str2[str2Len] = { 'a', 'b', 'c', 'd' }; in TEST_F()
78 sal_Unicode const str3[str3Len] = { 'a', 'b', 'c', 'd', 0xD800, 0xDC00 }; in TEST_F()
96 sal_Unicode const str1[str1Len] = { 'a', 'b', 'c' }; in TEST_F()
[all …]
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx853 sal_Unicode c = rAttrValue[pos]; in ProcessAttrList()
943 sal_Unicode c = rValue[nPos]; in ReplaceInchWithIn()
1002 sal_Unicode c = rValue[nPos]; in ReplaceInWithInch()
1036 sal_Unicode c = rName[i]; in EncodeStyleName()
1131 aBuffer.append( static_cast< sal_Unicode >( in EncodeStyleName()
1154 sal_Unicode cEnc = 0; in DecodeStyleName()
1157 sal_Unicode c = rName[i]; in DecodeStyleName()
1173 sal_Unicode cDigit; in DecodeStyleName()
1226 sal_Unicode('0') <= rValue[nPos] && in NegPercent()
1227 sal_Unicode('9') >= rValue[nPos] ) in NegPercent()
[all …]
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx84 sal_Unicode* mpBuffer;
90 OUString implReadString( const Sequence< sal_Unicode >& Delimiters,
153 sal_Unicode* pNewBuffer = new sal_Unicode[ mnNewBufferSize ]; in implResizeBuffer()
166 static Sequence< sal_Unicode > aDummySeq; in readLine()
202 mpBuffer = new sal_Unicode[ mnBufferSize ]; in implReadString()
206 sal_Unicode cLineEndChar1 = 0x0D; in implReadString()
207 sal_Unicode cLineEndChar2 = 0x0A; in implReadString()
213 sal_Unicode cFirstLineEndChar = 0; in implReadString()
214 const sal_Unicode* pDelims = Delimiters.getConstArray(); in implReadString()
232 sal_Unicode c = mpBuffer[ nBufferReadPos++ ]; in implReadString()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.hxx54 typedef std::hash_map< sal_Unicode, sal_uInt8 > char_map_t;
71 sal_Bool GetCharID (sal_Unicode nChar,
73 sal_Bool LookupCharID (sal_Unicode nChar,
75 sal_Bool AddCharID (sal_Unicode nChar,
78 sal_Bool GetGlyphID( sal_GlyphId nGlyphId, sal_Unicode nUnicode,
82 sal_Bool AddGlyphID (sal_GlyphId nGlyphId, sal_Unicode nUnicode,
87 sal_uChar GetAnsiMapping (sal_Unicode nUnicodeChar);
88 sal_uChar GetSymbolMapping (sal_Unicode nUnicodeChar);
93 const sal_Unicode* pStr, sal_Int16 nLen,
115 const sal_Unicode* pStr, sal_Int16 nLen,
[all …]

Completed in 204 milliseconds

12345678910>>...68