Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx424 ::rtl::OUStringBuffer sFull(256); in getSelectedFiles()
426 sFull.append (sPath); in getSelectedFiles()
427 sFull.appendAscii("/" ); in getSelectedFiles()
428 sFull.append (sFile); in getSelectedFiles()
430 lTarget.push_back(sFull.makeStringAndClear()); in getSelectedFiles()
/trunk/main/l10ntools/source/
H A Dexport.cxx1551 ByteString sFull; in FullId() local
1553 sFull = aResStack.GetObject( 0 )->sId; in FullId()
1557 sFull += "."; in FullId()
1558 sFull += sToAdd; in FullId()
1562 if ( sFull.Len() > 255 ) { in FullId()
1564 printf("GroupID = %s\n",sFull.GetBuffer()); in FullId()
1569 return sFull; in FullId()
H A Dlocalize.cxx267 String sFull( rFileName, RTL_TEXTENCODING_ASCII_US ); in WorkOnFile() local
268 DirEntry aEntry( sFull ); in WorkOnFile()

Completed in 45 milliseconds