Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 376 – 400 of 1685) sorted by relevance

1...<<11121314151617181920>>...68

/trunk/main/registry/source/
H A Dreflread.cxx43 static sal_Unicode NULL_WSTRING[1] = { 0 };
171 sal_Unicode** m_stringTable;
178 const sal_Unicode* getString(sal_uInt16 index);
187 m_stringTable = new sal_Unicode*[m_numOfStrings]; in StringCache()
208 const sal_Unicode* StringCache::getString(sal_uInt16 index) in getString()
222 m_stringTable[m_stringsCopied] = new sal_Unicode[len + 1]; in createString()
224 readString(buffer, m_stringTable[m_stringsCopied], (len + 1) * sizeof(sal_Unicode)); in createString()
272 const sal_Unicode* readStringConstant(sal_uInt16 index);
533 const sal_Unicode* ConstantPool::readStringConstant(sal_uInt16 index) in readStringConstant()
535 const sal_Unicode* aString = NULL_WSTRING; in readStringConstant()
H A Dregkey.cxx336 sal_Unicode** pValueList, in setUnicodeListValue()
544 sal_Unicode*** pValueList, in getUnicodeListValue()
605 sal_Unicode** pVList = (sal_Unicode**)pValueList; in freeValueList()
864 sal_Unicode** pValueList, in reg_setUnicodeListValue()
933 sal_Unicode*** pValueList, in reg_getUnicodeListValue()
H A Dreflwrit.cxx54 static sal_Unicode NULL_WSTRING[1] = { 0 };
113 sal_uInt32 writeString(sal_uInt8* buffer, const sal_Unicode* v) in writeString()
127 sal_uInt32 readString(const sal_uInt8* buffer, sal_Unicode* v, sal_uInt32 maxSize) in readString()
139 v[i] = (sal_Unicode) aChar; in readString()
399 delete[] (sal_Unicode*)m_constValue.aString; in ~FieldEntry()
411 sal_Unicode * newValue = 0; in setData()
414 newValue = new sal_Unicode[n]; in setData()
415 rtl_copyMemory(newValue, constValue.aString, n * sizeof (sal_Unicode)); in setData()
429 delete[] (sal_Unicode*)m_constValue.aString; in setData()
H A Dregimpl.cxx76 sal_Unicode c = s[i]; in printString()
673 sFullPath.append((sal_Unicode)'/'); in createKey()
687 sFullPath.append((sal_Unicode)'/'); in createKey()
1548 sal_uInt32 size = (valueSize / 2) * sizeof(sal_Unicode); in dumpValue()
1555 sal_Unicode* value = new sal_Unicode[size]; in dumpValue()
1662 sal_Unicode *pValue; in dumpValue()
1670 pValue = (sal_Unicode*)rtl_allocateMemory((sLen / 2) * sizeof(sal_Unicode)); in dumpValue()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx246 const sal_Unicode* lcl_UnicodeStrChr( const sal_Unicode* pStr,sal_Unicode c ) in lcl_UnicodeStrChr()
1482 rBuffer.append(sal_Unicode('=')); in CreateStringFromTokenArray()
1519 rBuffer.append(sal_Unicode(' ')); in CreateStringFromToken()
1542 rBuffer.append(sal_Unicode(' ')); in CreateStringFromToken()
1619 rBuffer.append(sal_Unicode(' ')); in CreateStringFromToken()
1665 rBuffer.append(sal_Unicode('"')); in AppendString()
1674 rBuffer.append(sal_Unicode('"')); in AppendString()
1715 sal_Unicode c = aCorrectedFormula.GetChar( nPos ); in NextToken()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx1239 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in StoreData()
1271 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in StoreData()
1333 rOStream.Write( pC->GetText().GetBuffer(), nL*sizeof(sal_Unicode) ); in StoreData()
1340 rOStream.Write( pC->GetStyle().GetBuffer(), nL*sizeof(sal_Unicode) ); in StoreData()
1491 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in CreateData()
1493 sal_Unicode cConv = ConvertFontToSubsFontChar( hConv, cOld ); in CreateData()
1520 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in CreateData()
1522 sal_Unicode cConv = ConvertFontToSubsFontChar( hConv, cOld ); in CreateData()
1577 rIStream.Read( pC->GetText().GetBufferAccess(), nL*sizeof(sal_Unicode) ); in CreateData()
1586 rIStream.Read( pC->GetStyle().GetBufferAccess(), nL*sizeof(sal_Unicode) ); in CreateData()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx706 const sal_Unicode* &rBegin, const sal_Unicode* pEnd, bool bMove = true ) in impl_WriteRunText()
708 const sal_Unicode *pBegin = rBegin; in impl_WriteRunText()
718 if ( *pBegin == sal_Unicode( ' ' ) || *( pEnd - 1 ) == sal_Unicode( ' ' ) ) in impl_WriteRunText()
735 const sal_Unicode *pBegin = aText.getStr(); in RunText()
2165 const sal_Unicode *pPrev = aText.getStr(); in NumberingLevel()
2166 const sal_Unicode *pIt = aText.getStr(); in NumberingLevel()
2505 sal_Unicode cEnd = rTwoLines.GetEndBracket(); in CharTwoLines()
2871 sal_Unicode cFillChar = rTab.GetFill(); in impl_WriteTabElement()
2873 if (sal_Unicode('.') == cFillChar ) in impl_WriteTabElement()
2875 else if ( sal_Unicode('-') == cFillChar ) in impl_WriteTabElement()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx229 ::rtl::OUString aUIResource = aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in getElementTypeFromResourceURL()
231 return aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in getElementTypeFromResourceURL()
244 ::rtl::OUString aUIResource = aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in parseResourceURL()
246 aElementType = aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in parseResourceURL()
247 aElementName = aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in parseResourceURL()
/trunk/main/sal/osl/w32/
H A Dprocess.cxx223 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_bootstrap_getExecutableFile_Impl()
278 rtl_uString_newFromStr( &(ppArgs[i]), reinterpret_cast<const sal_Unicode*>(wargv[i]) ); in osl_createCommandArgs_Impl()
283 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_createCommandArgs_Impl()
399 rtl_uString_newFromStr(ustrValue, reinterpret_cast<const sal_Unicode*>(buff)); in osl_getEnvironment()
440 ::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH ); in osl_getProcessWorkingDir()
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx65 sal_Bool ConvertTableToText( const SwTableNode *pTableNode, sal_Unicode cCh );
67 void ConvertNestedTablesToText( const SwTableLines &rTableLines, sal_Unicode cCh ) in ConvertNestedTablesToText()
93 sal_Bool ConvertTableToText( const SwTableNode *pConstTableNode, sal_Unicode cCh ) in ConvertTableToText()
130 sal_Unicode cCh, in TextToTable()
146 sal_Bool SwEditShell::TableToText( sal_Unicode cCh ) in TableToText()
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx438 buf.append( static_cast<sal_Unicode>('0') ); in paint()
440 buf.append( static_cast<sal_Unicode>(':') ); in paint()
443 buf.append( static_cast<sal_Unicode>('0') ); in paint()
445 buf.append( static_cast<sal_Unicode>(':') ); in paint()
448 buf.append( static_cast<sal_Unicode>('0') ); in paint()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx198 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
203 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
212 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
217 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
437 sal::static_int_cast< sal_Unicode >(nVal); in Load()
513 sal::static_int_cast< sal_Unicode >(nVal); in Load()
/trunk/main/registry/inc/registry/
H A Dregistry.hxx67 …RegError (REGISTRY_CALLTYPE *setUnicodeListValue)(RegKeyHandle, rtl_uString*, sal_Unicode**, sal_…
72 …RegError (REGISTRY_CALLTYPE *getUnicodeListValue)(RegKeyHandle, rtl_uString*, sal_Unicode***, sal…
537 sal_Unicode** pValueList,
595 RegistryValueList<sal_Unicode*>& rValueList);
990 sal_Unicode** pValueList, in setUnicodeListValue()
1066 RegistryValueList<sal_Unicode*>& rValueList) in getUnicodeListValue()
1071 sal_Unicode** pValueList; in getUnicodeListValue()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx357 sal_Unicode ch; in hyphenate()
362 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in hyphenate()
364 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in hyphenate()
617 sal_Unicode ch; in createPossibleHyphens()
622 rBuf.setCharAt(ix,(sal_Unicode)0x0022); in createPossibleHyphens()
624 rBuf.setCharAt(ix,(sal_Unicode)0x0027); in createPossibleHyphens()
703 hyphenatedWordBuffer.append(sal_Unicode('=')); in createPossibleHyphens()
/trunk/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx179 aBuf.append( sal_Unicode(' ') ); in fillFrameProps()
188 aBuf.append( sal_Unicode(' ') ); in fillFrameProps()
191 aBuf.append( sal_Unicode(' ') ); in fillFrameProps()
281 aBuf.append( sal_Unicode(' ') ); in visit()
759 && pNext->Text.charAt( 0 ) != sal_Unicode(' ') in optimizeTextElements()
761 && pCur->Text.charAt( pCur->Text.getLength()-1 ) != sal_Unicode(' ') in optimizeTextElements()
769 sal_Unicode aLastCode = pCur->Text.charAt( pCur->Text.getLength()-1 ); in optimizeTextElements()
782 pCur->Text.append( sal_Unicode( ' ' ) ); in optimizeTextElements()
791 pCur->Text.append( sal_Unicode(' ') ); in optimizeTextElements()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx308 const sal_Unicode * pStr = rValue.getStr(); in isDouble()
328 const sal_Unicode * pStr; in isTime()
340 static sal_Int32 count_codes( const OUString& rString, sal_Unicode nCode ) in count_codes()
521 …sal_Int32 nElements = count_codes( rValue, (sal_Unicode)';') + 1; // a non empty string has at lea… in convertValueSequence()
546 …sal_Int32 nElements = count_codes( rValue, (sal_Unicode)';' ) + 1; // a non empty string has at le… in convertTiming()
570 sal_Int32 nPos = rValue.indexOf( (sal_Unicode)'+' ); in convertTiming()
583 nPos = aEventTrigger.indexOf( (sal_Unicode)'.' ); in convertTiming()
623 …nElements = count_codes( rValue, (sal_Unicode)';' ) + 1; // a non empty string has at least one va… in convertKeyTimes()
643 …nElements = count_codes( rValue, (sal_Unicode)';' ) + 1; // a non empty string has at least one va… in convertTimeFilter()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx809 sal_Unicode nArse[2] = {'\n','\0'}; in ExportExpression()
865 sal_Unicode nArse[2]; in ExportMath()
867 sal_Unicode cTmp = ConvertMathToMathML( nArse[0] ); in ExportMath()
1070 sal_Unicode nArse[2]; in ExportBrace()
1178 sal_Unicode nArse[2] = {0xAF,0x00}; in ExportAttributes()
1192 sal_Unicode nArse[2] = {0x0332,0x00}; in ExportAttributes()
1323 sStrBuf.append(static_cast<sal_Unicode>('%')); in ExportFont()
1328 sStrBuf.append(static_cast<sal_Unicode>('%')); in ExportFont()
1505 sal_Unicode cTmp = 0; in ExportNodes()
/trunk/main/unotools/inc/unotools/
H A Dfontcvt.hxx41 UNOTOOLS_DLLPUBLIC sal_Unicode ConvertFontToSubsFontChar( FontToSubsFontConverter h…
55 virtual String ConvertChar(sal_Unicode &rChar) = 0;
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx922 aDFA.maName = reinterpret_cast<const sal_Unicode*>(rLogFont.lfFaceName); in WinFont2DevFontAttributes()
932 aDFA.maStyleName = reinterpret_cast<const sal_Unicode*>(pStyleName); in WinFont2DevFontAttributes()
1285 static const sal_Unicode aGSUBCandidates[] = { in ReadGsubTable()
1293 for( const sal_Unicode* pPair = aGSUBCandidates; *pPair; pPair += 2 ) in ReadGsubTable()
1294 for( sal_Unicode cChar = pPair[0]; cChar < pPair[1]; ++cChar ) in ReadGsubTable()
1693 pMetric->maName = reinterpret_cast<const sal_Unicode*>(aFaceName); in GetFontMetric()
2810 sal_Unicode cChar = static_cast<sal_Unicode>(aGlyphId); // TODO: sal_UCS4 in CreateFontSubset()
2861 const sal_Unicode* pUnicodes, sal_Int32* pCharWidths, in GetEmbedFontData()
2902 const sal_Unicode cChar = pUnicodes[i]; in GetEmbedFontData()
2946 for( sal_Unicode i = 32; i < 256; ++i ) in GetFontEncodingVector()
[all …]
/trunk/main/sfx2/source/doc/
H A Dsyspathw32.cxx66 typedef wchar_t sal_Unicode; typedef
68 typedef sal_uInt16 sal_Unicode; typedef
71 extern "C" bool GetUserTemplateLocation(sal_Unicode* pFolder, int nSize) in GetUserTemplateLocation()
/trunk/main/vcl/inc/vcl/
H A Dmnemonic.hxx55 #define MNEMONIC_CHAR ((sal_Unicode)'~')
70 SAL_DLLPRIVATE sal_uInt16 ImplGetMnemonicIndex( sal_Unicode c );
71 SAL_DLLPRIVATE sal_Unicode ImplFindMnemonic( const XubString& rKey );
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3129 sal_Unicode nCharCode;
3181 if( (c >= sal_Unicode('0') && c <= sal_Unicode('9')) || in appendUnicodeSequence()
3182 (c >= sal_Unicode('a') && c <= sal_Unicode('f')) || in appendUnicodeSequence()
3183 (c >= sal_Unicode('A') && c <= sal_Unicode('F')) ) in appendUnicodeSequence()
3405 sal_Unicode nKeyString = 0x0; in HandleKeyEvent()
3425 if( appendUnicodeSequence( sal_Unicode( '0' ) + sal_Unicode(nSeqKeyCode - KEY_0) ) ) in HandleKeyEvent()
3430 if( appendUnicodeSequence( sal_Unicode( 'a' ) + sal_Unicode(nSeqKeyCode - KEY_A) ) ) in HandleKeyEvent()
3447 sal_Unicode *pBuffer; in HandleKeyEvent()
3448 sal_Unicode *pString; in HandleKeyEvent()
3451 pBuffer = (sal_Unicode*) malloc( nBufferSize + 2 ); in HandleKeyEvent()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx365 sal_Unicode c = rUrl.GetChar(0); in ConvertToValidTabName()
366 if (c != sal_Unicode('#')) in ConvertToValidTabName()
370 String aNewUrl(sal_Unicode('#')), aTabName; in ConvertToValidTabName()
377 if (c == sal_Unicode('\'')) in ConvertToValidTabName()
379 if (bInQuote && i+1 < n && rUrl.GetChar(i+1) == sal_Unicode('\'')) in ConvertToValidTabName()
395 aNewUrl.Append(sal_Unicode('\'')); in ConvertToValidTabName()
398 aNewUrl.Append(sal_Unicode('\'')); in ConvertToValidTabName()
915 const sal_Unicode cSep = ';'; in ReadWqtables()
/trunk/main/cppu/source/cppu/
H A Dcppu_opt.cxx42 buf.append( (sal_Unicode) '!' ); in cppu_unsatisfied_iquery_msg()
56 buf.append( (sal_Unicode) '!' ); in cppu_unsatisfied_iset_msg()
73 buf.append( static_cast<sal_Unicode>('!') ); in cppu_Any_extraction_failure_msg()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx858 sal_Unicode c = value->buffer[i]; in rtl_bootstrap_encode()
860 b.append(sal_Unicode('\\')); in rtl_bootstrap_encode()
869 int hex(sal_Unicode c) { in hex()
876 sal_Unicode read(rtl::OUString const & text, sal_Int32 * pos, bool * escaped) { in read()
879 sal_Unicode c = text[(*pos)++]; in read()
890 return static_cast< sal_Unicode >( in read()
918 sal_Unicode c = read(text, &i, &escaped); in expandMacros()

Completed in 173 milliseconds

1...<<11121314151617181920>>...68