Home
last modified time | relevance | path

Searched refs:cTemp (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfgrprd.cxx87 char cTemp; in DXFReadLine() local
88 rIStm.Read((char*)&cTemp , sizeof(cTemp) ); in DXFReadLine()
89 if( cTemp == c || (cTemp != '\n' && cTemp != '\r') ) in DXFReadLine()
/trunk/main/tools/source/stream/
H A Dstream.cxx750 char cTemp; in ReadLine() local
751 sal_Size nLen = Read((char*)&cTemp , sizeof(cTemp) ); in ReadLine()
753 if( cTemp == c || (cTemp != '\n' && cTemp != '\r') ) in ReadLine()
829 sal_Unicode cTemp; in ReadUniStringLine() local
830 Read( (char*)&cTemp, sizeof(cTemp) ); in ReadUniStringLine()
832 SwapUShort( cTemp ); in ReadUniStringLine()
833 if( cTemp == c || (cTemp != '\n' && cTemp != '\r') ) in ReadUniStringLine()
/trunk/main/sal/textenc/
H A Dtcvtbyte.c721 sal_uInt16 cTemp; in ImplUnicodeToChar() local
746 cTemp = ImplGetReplaceChar( c ); in ImplUnicodeToChar()
747 if ( cTemp ) in ImplUnicodeToChar()
749 pConvertData, cTemp, aTempBuf ); in ImplUnicodeToChar()
/trunk/main/vcl/source/control/
H A Dfield2.cxx786 sal_Char cTemp = rEditMask.GetChar( i ); in ImplSetMask() local
787 if ( cTemp != EDITMASK_LITERAL ) in ImplSetMask()
789 if ( (cTemp == EDITMASK_ALLCHAR) || in ImplSetMask()
790 (cTemp == EDITMASK_UPPERALLCHAR) || in ImplSetMask()
791 (cTemp == EDITMASK_NUMSPACE) ) in ImplSetMask()
805 c = cTemp; in ImplSetMask()
806 if ( cTemp != c ) in ImplSetMask()
/trunk/main/tools/source/string/
H A Dstrimp.cxx1073 STRCODE cTemp = mpData->maStr[i]; in Reverse() local
1075 mpData->maStr[mpData->mnLen-i-1] = cTemp; in Reverse()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1288 sal_Unicode cTemp = aStyle.GetChar( aStyle.Len() - 1 ); in ImplGetStyleSheets() local
1289 aStyle.SetChar( aStyle.Len() - 1, ++cTemp ); in ImplGetStyleSheets()

Completed in 62 milliseconds