/aoo41x/main/vcl/source/gdi/ |
H A D | impfont.cxx | 59 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 D | dibtools.cxx | 859 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()
|
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode_parser.cxx | 724 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()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | aryattrs.cxx | 168 char cLast = *( sResult_PreName.c_str() + (sResult_PreName.tellp() - 1) ); in Get_TypeText() local 169 if (cLast != ':' AND cLast != ' ') in Get_TypeText()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLTextPContext.cxx | 153 sal_Unicode cLast = sSetString.getStr()[ nLength - 1 ]; in CreateChildContext() local 154 if ( cLast != (sal_Unicode)' ' ) in CreateChildContext() 160 cNonSpace = cLast; in CreateChildContext()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | undobj.cxx | 1280 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()
|
/aoo41x/main/tools/source/fsys/ |
H A D | os2.cxx | 690 for ( char cLast = *pTail; cLast != '\\'; cLast = *(--pTail) ) in TempDirImpl() local
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_url.cxx | 69 TCHAR cLast = 0; in IsValidFilePathComponent() local 81 switch ( cLast ) in IsValidFilePathComponent() 134 cLast = *lpCurrent++; in IsValidFilePathComponent()
|
/aoo41x/main/sal/osl/os2/ |
H A D | file_url.cxx | 162 TCHAR cLast = 0; in IsValidFilePathComponent() local 174 switch ( cLast ) in IsValidFilePathComponent() 227 cLast = *lpCurrent++; in IsValidFilePathComponent()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 891 sal_Unicode cLast = aParaText.GetChar( aParaText.Len() - 1 ); in AppendPortion() local 893 if( ('0' <= cLast) && (cLast <= '9') && ('0' <= cFirst) && (cFirst <= '9') ) in AppendPortion()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 2426 sal_Unicode cLast = p[ aStr.getLength() - 1 ]; in GetMatchingLevel() local 2427 if( cLast == '2' ) in GetMatchingLevel() 2429 else if( cLast == '3' ) in GetMatchingLevel()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table4.cxx | 105 sal_Unicode cLast = p[aValue.Len()-1]; in lcl_DecompValueString() local 110 if ( nNum > nNeg && ( cNext == 0 || cNext == ' ' || !CharClass::isAsciiNumeric(cLast) ) ) in lcl_DecompValueString()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 1991 sal_Unicode cLast = aResult.GetChar( nResultLen - 1 ); in EditedEntry() local 1992 if( cFirst == '\"' && cLast == '\"' ) in EditedEntry()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | compiler.cxx | 1963 sal_Unicode cLast = 0; in NextSymbol() local 2192 if (((cLast == 'E') || (cLast == 'e')) && in NextSymbol() 2413 cLast = c; in NextSymbol()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 1462 sal_Unicode cLast = rText.GetChar(--nPos); in NextToken() local 1463 if( ' ' == cLast || '\x0a' == cLast) in NextToken()
|
H A D | htmltab.cxx | 3459 sal_Unicode cLast = in CheckNoBreak() local 3461 if( ' '==cLast || '\x0a'==cLast ) in CheckNoBreak()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 884 char cLast = pData[nLen]; in fetchRow() local 894 pData[nLen] = cLast; in fetchRow()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 1377 sal_uInt32 cLast = Int32FromMOTA( pEntry[1] ); in getGlyph12() local 1380 else if( cChar > cLast ) in getGlyph12()
|