Home
last modified time | relevance | path

Searched refs:pdst (Results 1 – 3 of 3) sorted by path

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx609 sal_uInt8 * pdst, nRecHeader, nRecData; in ReadMap() local
626 pdst=pMap[ np ]; in ReadMap()
635 pTIFF->Read(pdst,nRecCount); in ReadMap()
636 pdst+=nRecCount; in ReadMap()
652 *(pdst++) = nRecData; in ReadMap()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx85 sal_Char* pdst = dst; in cpystr() local
87 while( (*pdst++ = *psrc++) ); in cpystr()
95 sal_Char* pdst = dst; in cpynstr() local
106 *pdst++ = *psrc++; in cpynstr()
107 *pdst = '\0'; in cpynstr()
182 sal_Char* pdst = dst; in createName() local
187 cpystr( pdst, meth ); in createName()
192 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
196 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
199 cpystr( pdst + AStringLen(pdst), nstr ); in createName()
[all …]
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx81 sal_Char* pdst = dst; in cpystr() local
83 while( *pdst++ = *psrc++ ); in cpystr()
91 sal_Char* pdst = dst; in cpynstr() local
102 *pdst++ = *psrc++; in cpynstr()
103 *pdst = '\0'; in cpynstr()
160 sal_Char* pdst = dst; in createName() local
165 cpystr( pdst, meth ); in createName()
170 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
174 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
177 cpystr( pdst + AStringLen(pdst), nstr ); in createName()
[all …]

Completed in 29 milliseconds