Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx285 CFMutableStringRef strRef = CFStringCreateMutable (NULL, 0 ); in osl_getNextDirectoryItem() local
286 …CFStringAppendCString( strRef, pEntry->d_name, kCFStringEncodingUTF8 ); //UTF8 is default on Mac O… in osl_getNextDirectoryItem()
287 CFStringNormalize( strRef, kCFStringNormalizationFormC ); in osl_getNextDirectoryItem()
288 CFStringGetCString( strRef, composed_name, BUFSIZ, kCFStringEncodingUTF8 ); in osl_getNextDirectoryItem()
289 CFRelease( strRef ); in osl_getNextDirectoryItem()
/trunk/main/oox/source/drawingml/chart/
H A Ddatasourcecontext.cxx129 case C_TOKEN( strRef ): in onCreateContext()
197 case C_TOKEN( strRef ): in onCreateContext()
H A Dtitlecontext.cxx60 case C_TOKEN( strRef ): in onCreateContext()