Home
last modified time | relevance | path

Searched refs:cLast (Results 1 – 18 of 18) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx59 sal_UCS4 cLast = pRangePtr[1]; in ImplFontCharMap() local
60 mnCharCount += cLast - cFirst; in ImplFontCharMap()
291 sal_UCS4 cLast = *(pRange++); in GetIndexFromChar() local
292 if( cChar >= cLast ) in GetIndexFromChar()
293 nCharIndex += cLast - cFirst; in GetIndexFromChar()
312 sal_UCS4 cLast = *(pRange++); in GetCharFromIndex() local
313 nCharIndex -= cLast - cFirst; in GetCharFromIndex()
315 return (cLast + nCharIndex); in GetCharFromIndex()
H A Ddibtools.cxx859 sal_uInt8 cLast; in ImplWriteRLE() local
887 cLast = cPix; in ImplWriteRLE()
892 && ( cPix = rAcc.GetPixelIndex( nY, nX ) ) != cLast ) in ImplWriteRLE()
895 cLast = cPix; in ImplWriteRLE()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx724 sal_Unicode cLast = 0; in parseText() local
856 if ( (cLast == 'E') || (cLast == 'e') ) in parseText()
897 if ( cLast == '\\' ) in parseText()
922 if ( cLast == '\\' ) in parseText()
963 cLast = 0; in parseText()
1002 cLast = c; in parseText()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1280 sal_Unicode cLast = rStr.GetChar(nEnd - 1); in lcl_DenotedPortion() local
1281 if (lcl_IsSpecialCharacter(cLast)) in lcl_DenotedPortion()
1283 switch(cLast) in lcl_DenotedPortion()
1325 sal_Unicode cLast = 0; in DenoteSpecialCharacters() local
1331 if (cLast != rStr.GetChar(i)) in DenoteSpecialCharacters()
1337 if (lcl_IsSpecialCharacter(cLast)) in DenoteSpecialCharacters()
1349 cLast = rStr.GetChar(i); in DenoteSpecialCharacters()
/trunk/main/autodoc/source/display/html/
H A Daryattrs.cxx168 char cLast = *( sResult_PreName.c_str() + (sResult_PreName.tellp() - 1) ); in Get_TypeText() local
169 if (cLast != ':' AND cLast != ' ') in Get_TypeText()
/trunk/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx153 sal_Unicode cLast = sSetString.getStr()[ nLength - 1 ]; in CreateChildContext() local
154 if ( cLast != (sal_Unicode)' ' ) in CreateChildContext()
160 cNonSpace = cLast; in CreateChildContext()
/trunk/main/tools/source/fsys/
H A Dos2.cxx690 for ( char cLast = *pTail; cLast != '\\'; cLast = *(--pTail) ) in TempDirImpl() local
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx69 TCHAR cLast = 0; in IsValidFilePathComponent() local
81 switch ( cLast ) in IsValidFilePathComponent()
134 cLast = *lpCurrent++; in IsValidFilePathComponent()
/trunk/main/sal/osl/os2/
H A Dfile_url.cxx162 TCHAR cLast = 0; in IsValidFilePathComponent() local
174 switch ( cLast ) in IsValidFilePathComponent()
227 cLast = *lpCurrent++; in IsValidFilePathComponent()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx891 sal_Unicode cLast = aParaText.GetChar( aParaText.Len() - 1 ); in AppendPortion() local
893 if( ('0' <= cLast) && (cLast <= '9') && ('0' <= cFirst) && (cFirst <= '9') ) in AppendPortion()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2426 sal_Unicode cLast = p[ aStr.getLength() - 1 ]; in GetMatchingLevel() local
2427 if( cLast == '2' ) in GetMatchingLevel()
2429 else if( cLast == '3' ) in GetMatchingLevel()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx105 sal_Unicode cLast = p[aValue.Len()-1]; in lcl_DecompValueString() local
110 if ( nNum > nNeg && ( cNext == 0 || cNext == ' ' || !CharClass::isAsciiNumeric(cLast) ) ) in lcl_DecompValueString()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1998 sal_Unicode cLast = aResult.GetChar( nResultLen - 1 ); in EditedEntry() local
1999 if( cFirst == '\"' && cLast == '\"' ) in EditedEntry()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx1963 sal_Unicode cLast = 0; in NextSymbol() local
2192 if (((cLast == 'E') || (cLast == 'e')) && in NextSymbol()
2413 cLast = c; in NextSymbol()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx1455 sal_Unicode cLast = rText.GetChar(--nPos); in NextToken() local
1456 if( ' ' == cLast || '\x0a' == cLast) in NextToken()
H A Dhtmltab.cxx3459 sal_Unicode cLast = in CheckNoBreak() local
3461 if( ' '==cLast || '\x0a'==cLast ) in CheckNoBreak()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx884 char cLast = pData[nLen]; in fetchRow() local
894 pData[nLen] = cLast; in fetchRow()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1377 sal_uInt32 cLast = Int32FromMOTA( pEntry[1] ); in getGlyph12() local
1380 else if( cChar > cLast ) in getGlyph12()

Completed in 225 milliseconds