Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx90 static xub_StrLen lcl_getMaxSafeStrLen(sal_uInt32 nSize) in lcl_getMaxSafeStrLen() function
132 rString = String( pWString, lcl_getMaxSafeStrLen(nItemSize) ); in Read()
174 rString = String( pString, lcl_getMaxSafeStrLen(nItemSize) ); in Read()
389 aString = String( pWString, lcl_getMaxSafeStrLen(nSize) ); in GetDictionary()
392 aString = String( ByteString( pString, lcl_getMaxSafeStrLen(nSize) ), mnTextEnc ); in GetDictionary()

Completed in 13 milliseconds