Home
last modified time | relevance | path

Searched refs:sal_Unicode (Results 1 – 25 of 1685) sorted by last modified time

12345678910>>...68

/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx91 sal_Unicode c, in XMLCharContext()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx149 rNodeName += OUString::valueOf( (sal_Unicode)'/' ); in lcl_GetLastFoundSvcs()
372 aCfgEntryName += OUString::valueOf( (sal_Unicode) '/' ); in UpdateAll()
1277 const sal_Unicode *pWord = aWord.getStr(), in SvxGetAltSpelling()
/trunk/main/linguistic/source/
H A Dmisc.cxx237 sal_Unicode c1i = rTxt1.getStr()[i - 1]; in LevDistance()
238 sal_Unicode c2k = rTxt2.getStr()[k - 1]; in LevDistance()
560 const sal_Unicode *pWord = aWord.getStr(), in GetAltSpelling()
609 sal_Unicode cChar = rOrigWord[i]; in GetOrigWordPos()
627 sal_Unicode cChar = rTxt[i]; in GetPosInWordToCheck()
774 sal_Unicode ToLower( const sal_Unicode cChar, sal_Int16 nLanguage ) in ToLower()
784 sal_Unicode ToUpper( const sal_Unicode cChar, sal_Int16 nLanguage ) in ToUpper()
864 sal_Unicode cChar = rText.GetChar( i++ ); in IsNumeric()
865 if ( !((sal_Unicode)'0' <= cChar && cChar <= (sal_Unicode)'9') ) in IsNumeric()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx266 ( m_aUri.GetHost()[ 0 ] != sal_Unicode( '[' ) ) ) in composeCurrentUri()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx172 for ( sal_Unicode *p = (sal_Unicode*)aURL.GetBuffer(); *p; ++p ) in DoRedirect()
550 sal_Unicode cFirst = rInitName.GetChar(0); in ImpParseName()
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx148 aMenuShortCut.setCharAt( 1, sal_Unicode( i + '1' ) ); in fillPopupMenu()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx94 virtual void WriteChar( sal_Unicode );
172 static rtl::OString OutChar(sal_Unicode c, int *pUCMode, rtl_TextEncoding eDestEnc);
H A Dww8par.cxx225 sal_Unicode mcNulSubst = '\0'; in ReadRawUniString()
228 sal_Unicode* pcBuffer = new sal_Unicode[ nCharsLeft + 1 ]; in ReadRawUniString()
230 sal_Unicode* pcUniChar = pcBuffer; in ReadRawUniString()
231 sal_Unicode* pcEndChar = pcBuffer + nCharsLeft; in ReadRawUniString()
239 … (*pcUniChar) = (nReadChar == WW8_NUL) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()
248 … (*pcUniChar) = (nReadChar == WW8_NUL_C) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()
2725 sal_Char *pIn, sal_Size nInLen, sal_Unicode *pOut, sal_Size nOutLen) in Custom8BitToUnicode()
2807 sal_Unicode SwWW8ImplReader::TranslateToHindiNumbers(sal_Unicode nChar) in TranslateToHindiNumbers()
2841 sal_Unicode* pBuffer = sPlainCharsBuf.AllocBuffer( nLen ); in ReadPlainChars()
2842 sal_Unicode* pWork = pBuffer; in ReadPlainChars()
[all …]
/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/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1665 sal_Int32 nPos = aBookmark.indexOf( sal_Unicode('#') ); in click()
1720 String aMacroName = aMacro.GetToken(0, sal_Unicode('.')); in click()
1721 String aModulName = aMacro.GetToken(1, sal_Unicode('.')); in click()
1722 String aLibName = aMacro.GetToken(2, sal_Unicode('.')); in click()
1723 String aDocName = aMacro.GetToken(3, sal_Unicode('.')); in click()
1728 aExecMacro.Append( sal_Unicode('.') ); in click()
1781 sal_Int32 nPos = aBookmark.indexOf( sal_Unicode('#') ); in hyperLinkClicked()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx163 …maTargetPath = RelationsFragment::removeDuplicateSlashes( OUString( sal_Unicode( '/' ) ) + rAttrib… in parseRelationship()
H A Dencryption.cxx180 const sal_Unicode* pStr = rPassword.getStr(); in verifyPassword()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx166 sDisplay = String(sal_Unicode(0xfffc)); in Special()
170 sDisplay = String(sal_Unicode(0xfffc)); in Special()
183 sDisplay = String(sal_Unicode(0xfffc)); in Special()
208 aTmpBuffer.append( sal_Unicode(' ') ); in Special()
H A Daccpara.cxx886 const sal_Unicode* pStr = rText.getStr(); in GetSentenceBoundary()
889 while( pStr[nPos] == sal_Unicode(' ') && nPos < rText.getLength()) in GetSentenceBoundary()
1532 sal_Unicode SwAccessibleParagraph::getCharacter( sal_Int32 nIndex ) in getCharacter()
4286 sal_Unicode tabChar('\t'); in tabCharInWord()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx182 sal_Unicode nChar = aQuotedParamChars.getStr()[nInd]; in ImplGetParameterString()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx498 const sal_Unicode _aQuoteCharacter, const sal_Unicode _aListSeparator) in exportStringSequenceAttribute()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1058sal_Unicode SAL_CALL AccessibleListBoxEntry::getCharacter( sal_Int32 nIndex ) throw (::com::sun::s… in getCharacter()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1211 aLang.append( sal_Unicode('-') ); in matchFont()
/trunk/main/cui/source/dialogs/
H A Dabout.cxx231 aBuff.append( sal_Unicode( '-') ); in ReadmeDialog()
235 aBuff.append( sal_Unicode( '-' ) ); in ReadmeDialog()
310 sbcopyright.append((sal_Unicode)0x00a9); in AboutDialog()
533 aBuildString.append( sal_Unicode( '\n' ) ); in GetBuildVersionString()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx706 const sal_Unicode* pStr = rFontName.GetBuffer(); in ImplIsCJKFont()
4855 sal_Unicode cAlternateReplChar = 0; in ImplGetTextLines()
4856 sal_Unicode cAlternateExtraChar = 0; in ImplGetTextLines()
4951 nSpacePos = rStr.SearchBackward( sal_Unicode(' '), nSpacePos ); in ImplGetTextLines()
5901 const sal_Unicode* pStr = rStr.GetBuffer() + nMinIndex; in ImplPrepareLayoutArgs()
5902 const sal_Unicode* pEnd = rStr.GetBuffer() + nEndIndex; in ImplPrepareLayoutArgs()
5921 const sal_Unicode* pBase = rStr.GetBuffer(); in ImplPrepareLayoutArgs()
5922 const sal_Unicode* pStr = pBase + nMinIndex; in ImplPrepareLayoutArgs()
5923 const sal_Unicode* pEnd = pBase + nEndIndex; in ImplPrepareLayoutArgs()
5934 static_cast<sal_Unicode>(cChar) ); in ImplPrepareLayoutArgs()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2246 for( sal_Unicode i = 32; i < 256; ++i ) in GetGlyphWidths()
/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx33 const sal_Unicode* mpLocalizedNames;
37 static sal_Unicode const aBatang[] = { 0xBC14, 0xD0D5, 0, 0 };
41 static sal_Unicode const aGulim[] = { 0xAD74, 0xB9BC, 0, 0 };
43 static sal_Unicode const aDotum[] = { 0xB3CB, 0xC6C0, 0, 0 };
45 static sal_Unicode const aSimSun[] = { 0x5B8B, 0x4F53, 0, 0 };
47 static sal_Unicode const aSimHei[] = { 0x9ED1, 0x4F53, 0, 0 };
65 static sal_Unicode const aHei[] = { 0x6865, 0, 0 };
66 static sal_Unicode const aKai[] = { 0x6B61, 0, 0 };
67 static sal_Unicode const aMing[] = { 0x6D69, 0x6E67, 0, 0 };
368 sal_Unicode c = rName.GetChar( i ); in GetEnglishSearchFontName()
[all …]
/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx362 m_aStrParams[eParam] += ::rtl::OUString::valueOf( (sal_Unicode)APPEVENT_PARAM_DELIMITER ); in AddStringListParam_Impl()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx120 static const sal_Unicode aDeliStart = '['; //fuer die form
121 static const sal_Unicode aDeliEnd = ']'; //fuer die form
1923 void SetFillChar( sal_Unicode cSet ) in SetFillChar()
3074 sal_Unicode cSet; in IMPL_LINK()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx427 SwUndoTblToTxt::SwUndoTblToTxt( const SwTable& rTbl, sal_Unicode cCh ) in SwUndoTblToTxt()
726 sal_Unicode cCh, sal_uInt16 nAdj, in SwUndoTxtToTbl()

Completed in 230 milliseconds

12345678910>>...68