Searched refs:aFileList (Results 1 – 13 of 13) sorted by relevance
/trunk/main/vcl/aqua/source/app/ |
H A D | vclnsapp.mm | 321 rtl::OUStringBuffer aFileList( 256 ); 331 if( aFileList.getLength() > 0 ) 332 aFileList.append( sal_Unicode( APPEVENT_PARAM_DELIMITER ) ); 333 aFileList.append( aFile ); 337 if( aFileList.getLength() ) 343 … APPEVENT_OPEN_STRING, aFileList.makeStringAndClear() ); 363 rtl::OUStringBuffer aFileList( 256 ); 370 if( aFileList.getLength() > 0 ) 371 aFileList.append( sal_Unicode( APPEVENT_PARAM_DELIMITER ) ); 372 aFileList.append( GetOUString( pFile ) ); [all …]
|
/trunk/main/fpicker/source/win32/filepicker/workbench/ |
H A D | Test_fps.cxx | 145 Sequence< OUString > aFileList = rXFilePicker->getFiles( ); in fileSelectionChanged() local 146 if ( 1 == aFileList.getLength( ) ) in fileSelectionChanged() 148 OUString FilePath = aFileList[0]; in fileSelectionChanged() 353 Sequence< OUString > aFileList = xFilePicker->getFiles( ); in main() local 354 for ( int i = 0; i < aFileList.getLength( ); i++ ) in main() 356 OUString nextPath = aFileList[i]; in main()
|
/trunk/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 101 FileList aFileList; in drop() local 104 if ( aHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ) ) in drop() 106 sal_uLong i, nCount = aFileList.Count(); in drop() 108 implts_OpenFile( aFileList.GetFile(i) ); in drop()
|
/trunk/main/desktop/source/migration/services/ |
H A D | basicmigration.cxx | 160 TStringVectorPtr aFileList = getFiles( m_sSourceDir ); in copyFiles() local 161 TStringVector::const_iterator aI = aFileList->begin(); in copyFiles() 162 while ( aI != aFileList->end() ) in copyFiles()
|
H A D | autocorrmigration.cxx | 163 TStringVectorPtr aFileList = getFiles( m_sSourceDir ); in copyFiles() local 164 TStringVector::const_iterator aI = aFileList->begin(); in copyFiles() 165 while ( aI != aFileList->end() ) in copyFiles()
|
H A D | wordbookmigration.cxx | 205 TStringVectorPtr aFileList = getFiles( m_sSourceDir ); in copyFiles() local 206 TStringVector::const_iterator aI = aFileList->begin(); in copyFiles() 207 while ( aI != aFileList->end() ) in copyFiles()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 599 FileList aFileList; in PasteDataFormat() local 600 if ( aDataHelper.GetFileList( nFormatId, aFileList ) ) in PasteDataFormat() 602 sal_uLong nCount = aFileList.Count(); in PasteDataFormat() 605 String aFile = aFileList.GetFile( i ); in PasteDataFormat()
|
/trunk/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1288 FileList aFileList; in InsertTransferable() local 1291 aDataHelper.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ); in InsertTransferable() 1299 aFileList.AppendFile( aFile ); in InsertTransferable() 1302 for( sal_uInt32 i = 0, nCount = aFileList.Count(); i < nCount; ++i ) in InsertTransferable() 1304 const String aFile( aFileList.GetFile( i ) ); in InsertTransferable()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 262 FileList aFileList; in ExecuteDrop() local 263 aData.GetFileList( FORMAT_FILE_LIST, aFileList ); in ExecuteDrop() 264 for ( sal_uInt16 n = (sal_uInt16)aFileList.Count(); n--; ) in ExecuteDrop() 266 sFileName = aFileList.GetFile(n); in ExecuteDrop()
|
H A D | navipi.cxx | 1310 FileList aFileList; in CreateDropFileName() local 1311 rData.GetFileList( nFmt, aFileList ); in CreateDropFileName() 1312 sFileName = aFileList.GetFile( 0 ); in CreateDropFileName()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 1056 uno::Sequence< OUString > aFileList = raiseAddPicker(); in IMPL_LINK() local 1058 if ( aFileList.getLength() ) in IMPL_LINK() 1060 m_pManager->installPackage( aFileList[0] ); in IMPL_LINK()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2777 FileList aFileList; in _PasteFileList() local 2778 if( rData.GetFileList( SOT_FORMAT_FILE_LIST, aFileList ) && in _PasteFileList() 2779 aFileList.Count() ) in _PasteFileList() 2784 for( sal_uLong n = 0, nEnd = aFileList.Count(); n < nEnd; ++n ) in _PasteFileList() 2787 pHlp->CopyString( FORMAT_FILE, aFileList.GetFile( n )); in _PasteFileList()
|
/trunk/main/sot/source/base/ |
H A D | formats.cxx | 1455 FileList aFileList; in GetTransferableAction_Impl() local 1457 aMemStm >> aFileList; in GetTransferableAction_Impl() 1459 if( !aMemStm.GetError() && ( aFileList.Count() == 1 ) ) in GetTransferableAction_Impl()
|
Completed in 143 milliseconds