Home
last modified time | relevance | path

Searched refs:pChar (Results 1 – 25 of 71) sorted by path

123

/trunk/main/autodoc/source/parser/tokens/
H A Dtkpstama.cxx74 for ( const char * pChar = in_sToken; in AddToken() local
75 *pChar != NULCH; in AddToken()
76 ++pChar ) in AddToken()
78 Peek(*pChar); in AddToken()
83 CurrentStatus().SetBranch( *pChar, nPeekedStatus ); in AddToken()
/trunk/main/autodoc/source/parser_i/tokens/
H A Dtkpstam2.cxx72 for ( const char * pChar = in_sToken; in AddToken() local
73 *pChar != NULCH; in AddToken()
74 ++pChar ) in AddToken()
76 Peek(*pChar); in AddToken()
81 CurrentStatus().SetBranch( *pChar, nPeekedStatus ); in AddToken()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx182 sal_Unicode* pChar; member
214 SbxValues( sal_Unicode* _pChar ): pChar( _pChar ), eType(SbxLPSTR) {} in SbxValues()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4038 sal_Char* pChar = new sal_Char[nSize+1]; in RTLFUNC() local
4041 pChar[i] = static_cast< sal_Char >( i%2 ? ((*pSrc) >> 8) & 0xff : (*pSrc) & 0xff ); in RTLFUNC()
4045 pChar[nSize] = '\0'; in RTLFUNC()
4046 ::rtl::OString aOStr(pChar); in RTLFUNC()
4059 const sal_Char* pChar = aOStr.getStr(); in RTLFUNC() local
4078 pNew->PutByte(*pChar); in RTLFUNC()
4079 pChar++; in RTLFUNC()
/trunk/main/basic/source/sbx/
H A Dsbxbool.cxx124 nRes = *p->pChar ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
216 *p->pChar = (xub_Unicode) n; break; in ImpPutBool()
H A Dsbxbyte.cxx201 aTmp.nChar = *p->pChar; goto ref; in ImpGetByte()
292 *p->pChar = (xub_Unicode) n; break; in ImpPutByte()
H A Dsbxchar.cxx186 nRes = *p->pChar; break; in ImpGetChar()
286 *p->pChar = n; break; in ImpPutChar()
H A Dsbxcurr.cxx138 nRes = ImpDoubleToCurrency( (double)*p->pChar ); break; in ImpGetCurrency()
183 aTmp.pChar = &p->nChar; goto direct; in ImpPutCurrency()
246 *p->pChar = (xub_Unicode) dVal; break; in ImpPutCurrency()
H A Dsbxdate.cxx154 nRes = *p->pChar; break; in ImpGetDate()
202 aTmp.pChar = &p->nChar; goto direct; in ImpPutDate()
317 *p->pChar = (xub_Unicode) n; break; in ImpPutDate()
H A Dsbxdbl.cxx108 nRes = *p->pChar; break; in ImpGetDouble()
147 aTmp.pChar = &p->nChar; goto direct; in ImpPutDouble()
209 *p->pChar = (xub_Unicode) n; break; in ImpPutDouble()
H A Dsbxdec.cxx542 pnDecRes->setChar( *p->pChar ); break; in ImpGetDecimal()
598 aTmp.pChar = &p->nChar; goto direct; in ImpPutDecimal()
685 if( !pDec->getChar( *p->pChar ) ) in ImpPutDecimal()
688 *p->pChar = 0; in ImpPutDecimal()
692 if( !pDec->getChar( *p->pChar ) ) in ImpPutDecimal()
H A Dsbxint.cxx186 nRes = *p->pChar; break; in ImpGetInteger()
233 aTmp.pChar = &p->nChar; goto direct; in ImpPutInteger()
292 *p->pChar = (char) n; break; in ImpPutInteger()
487 nRes = *p->pChar; break; in ImpGetInt64()
535 aTmp.pChar = &p->nChar; goto direct; in ImpPutInt64()
599 *p->pChar = (xub_Unicode) n; break; in ImpPutInt64()
790 nRes = *p->pChar; break; in ImpGetUInt64()
838 aTmp.pChar = &p->nChar; goto direct; in ImpPutUInt64()
900 *p->pChar = (xub_Unicode) n; break; in ImpPutUInt64()
H A Dsbxlng.cxx151 nRes = *p->pChar; break; in ImpGetLong()
199 aTmp.pChar = &p->nChar; goto direct; in ImpPutLong()
261 *p->pChar = (xub_Unicode) n; break; in ImpPutLong()
H A Dsbxsng.cxx146 nRes = *p->pChar; break; in ImpGetSingle()
191 aTmp.pChar = &p->nChar; goto direct; in ImpPutSingle()
259 *p->pChar = (xub_Unicode) n; break; in ImpPutSingle()
H A Dsbxstr.cxx113 ImpPutChar( &aTmp, *p->pChar ); break; in ImpGetString()
227 *p->pChar = ImpGetChar( p ); break; in ImpPutString()
H A Dsbxuint.cxx190 aTmp.nChar = *p->pChar; goto ref; in ImpGetUShort()
258 aTmp.pChar = &p->nChar; goto direct; in ImpPutUShort()
286 *p->pChar = (xub_Unicode) n; break; in ImpPutUShort()
H A Dsbxulng.cxx168 aTmp.nChar = *p->pChar; goto ref; in ImpGetULong()
222 aTmp.pChar = &p->nChar; goto direct; in ImpPutULong()
263 *p->pChar = (xub_Unicode) n; break; in ImpPutULong()
H A Dsbxvalue.cxx240 case SbxCHAR: n |= SbxBYREF; aData.pChar = (xub_Unicode*) p; break; in SbxValue()
/trunk/main/comphelper/inc/comphelper/
H A Dstoragehelper.hxx170 …static sal_Bool IsValidZipEntryFileName( const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSl…
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx494 const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSlashAllowed ) in IsValidZipEntryFileName() argument
498 switch ( pChar[i] ) in IsValidZipEntryFileName()
513 if ( pChar[i] < 32 || (pChar[i] >= 0xD800 && pChar[i] <= 0xDFFF) ) in IsValidZipEntryFileName()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageMap.cxx160 const jchar* pChar = env->GetStringChars(jstr,&bCopy); in jstring2ustring() local
162 aStr = ::rtl::OUString(pChar,len); in jstring2ustring()
165 env->ReleaseStringChars(jstr,pChar); in jstring2ustring()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx168 const jchar* pChar = pEnv->GetStringChars(_Str,&bCopy); in JavaString2String() local
170 aStr = ::rtl::OUString(pChar,len); in JavaString2String()
173 pEnv->ReleaseStringChars(_Str,pChar); in JavaString2String()
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx186 …void WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,const char* pChar,c…
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx546 const char* pChar; in Write() local
549 case 1: pChar = OOO_STRING_SVTOOLS_RTF_QC; break; in Write()
550 case 2: pChar = OOO_STRING_SVTOOLS_RTF_QR; break; in Write()
552 default:pChar = OOO_STRING_SVTOOLS_RTF_QL; break; in Write()
555 pHorzChar[i-1] = pChar; // um sp"ater nicht immer im ITEMSET zuw"uhlen in Write()
1030 …xport::WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,const char* pChar, in WriteCell() argument
1055 aStrTD = aStrTD + pChar; in WriteCell()
/trunk/main/desktop/source/deployment/
H A Ddp_persmap.cxx78 const sal_Char* pChar = rStr.getStr(); in encodeString() local
84 const sal_Char c = *(pChar++); in encodeString()
95 aEncStr.append( pChar - (nLen-i), nLen - i); in encodeString()
98 sal_Char c = *(pChar++); in encodeString()
117 const char* pChar = pEncChars; in decodeString() local
121 if( *(pChar++) == '%') in decodeString()
128 pChar = pEncChars; in decodeString()
131 sal_Char c = *(pChar++); in decodeString()
137 c = *(pChar++); in decodeString()

Completed in 144 milliseconds

123