Searched refs:sFull (Results 1 – 3 of 3) sorted by relevance
424 ::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()
1561 ByteString sFull; in FullId() local1563 sFull = aResStack.GetObject( 0 )->sId; in FullId()1567 sFull += "."; in FullId()1568 sFull += sToAdd; in FullId()1572 if ( sFull.Len() > 255 ) { in FullId()1574 printf("GroupID = %s\n",sFull.GetBuffer()); in FullId()1579 return sFull; in FullId()
267 String sFull( rFileName, RTL_TEXTENCODING_ASCII_US ); in WorkOnFile() local268 DirEntry aEntry( sFull ); in WorkOnFile()
Completed in 23 milliseconds