Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx242 OUString aFilePath; in getFiles() local
245 aFilePath = aFileOpenDialog->getFullFileName( ); in getFiles()
247 if ( aFilePath.getLength( ) ) in getFiles()
251 const sal_Unicode* pTemp = aFilePath.getStr(); in getFiles()
252 const sal_Unicode* pStrEnd = pTemp + aFilePath.getLength(); in getFiles()
274 aFilePath = trimTrailingSpaces(aFilePathList[i]); in getFiles()
276 aFilePath, aFilePathURL ); in getFiles()
527 OUString aFilePath; in getFiles() local
535 aFilePath = aFileOpenDialog->getCurrentFilePath( ); in getFiles()
542 aFilePath, aFilePathURL ); in getFiles()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx269 ::rtl::OUString aFilePath; in OpenIStorageFromURL_Impl()
270 …if ( !ppIStorage || ::osl::FileBase::getSystemPathFromFileURL( aURL, aFilePath ) != ::osl::FileBas… in OpenIStorageFromURL_Impl()
273 return StgOpenStorage( reinterpret_cast<LPCWSTR>(aFilePath.getStr()), in OpenIStorageFromURL_Impl()
847 ::rtl::OUString aFilePath; in CreateObjectFromFile()
848 if ( ::osl::FileBase::getSystemPathFromFileURL( aFileURL, aFilePath ) != ::osl::FileBase::E_None ) in CreateObjectFromFile()
852 reinterpret_cast<LPCWSTR>(aFilePath.getStr()), in CreateObjectFromFile()
877 ::rtl::OUString aFilePath; in CreateLinkFromFile()
878 if ( ::osl::FileBase::getSystemPathFromFileURL( aFileURL, aFilePath ) != ::osl::FileBase::E_None ) in CreateLinkFromFile()
881 HRESULT hr = OleCreateLinkToFile( reinterpret_cast<LPCWSTR>(aFilePath.getStr()), in CreateLinkFromFile()
948 ::rtl::OUString aFilePath( ( sal_Unicode* )pOleStr ); in InitEmbeddedCopyOfLink()
[all …]
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx914 ByteString aFilePath( aAbsEntry.GetFull(), osl_getThreadTextEncoding() ); in Update() local
918 DBG_TRACE1( "FileStat: %s", aFilePath.GetBuffer() ); in Update()
919 h = aFilePath.Len() < 230 in Update()
921 ? FindFirstFile( (char *) aFilePath.GetBuffer(), &aEntry )//TPF: 2i in Update()
954 if ( Exists_Impl( aFilePath ) ) in Update()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx299 String aFilePath = aFileObj.GetMainURL( INetURLObject::NO_DECODE ); in CreateObjectShell() local
300 pEntry->aDocShell = pSfxApp->DocAlreadyLoaded( aFilePath, sal_False, bDum ); in CreateObjectShell()
305 aFilePath, ( STREAM_READ | STREAM_SHARE_DENYWRITE ), sal_False, 0 ); in CreateObjectShell()
314 pSfxApp->LoadTemplate( pEntry->aDocShell, aFilePath ); in CreateObjectShell()
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx113 String aFilePath; in drop() local
114 if ( !bFormatFound && aHelper.GetString( SOT_FORMAT_FILE, aFilePath ) ) in drop()
115 implts_OpenFile( aFilePath ); in drop()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1306 ByteString aFilePath( aDir ); in analyzeFontFile() local
1307 aFilePath.Append( '/' ); in analyzeFontFile()
1308 aFilePath.Append( aName ); in analyzeFontFile()
1314 aFilePath = aDir; in analyzeFontFile()
1315 aFilePath.Append( "/afm/" ); in analyzeFontFile()
1316 aFilePath.Append( aName ); in analyzeFontFile()
1350 ByteString aFilePath( aDir ); in analyzeFontFile() local
1351 aFilePath.Append( '/' ); in analyzeFontFile()
1352 aFilePath.Append( ByteString( rFontFile ) ); in analyzeFontFile()
2260 ByteString aFilePath( aPath ); in initialize() local
[all …]
H A Dfontcache.cxx458 ByteString aFilePath = rManager.getDirectory( nDir ); in read() local
459 aFilePath.Append( '/' ); in read()
460 aFilePath.Append( ByteString(aFile) ); in read()
462 if( stat( aFilePath.GetBuffer(), &aStat ) || in read()
471 aFilePath.GetBuffer() ); in read()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx1239 ByteString aLine, aFilePath; in PreprocessSrsFile() local
1248 … if( GetImageFilePath( rOutputFile, rContext, aBaseFileName, aFilePath, pSysListFile ) ) in PreprocessSrsFile()
1249 ( ( aLine = "File = \"" ) += aFilePath ) += "\";"; in PreprocessSrsFile()
1300 … if( GetImageFilePath( rOutputFile, rContext, aBaseFileName += aLine , aFilePath, pSysListFile ) ) in PreprocessSrsFile()
1301 … aEntryVector.push_back( ::std::pair< ByteString, sal_Int32 >( aFilePath, nNumber ) ); in PreprocessSrsFile()
/trunk/main/autodoc/source/parser/cpp/
H A Dprs_cpp.cxx112 aFilePath(*iter); in Run() local
118 for ( pRunningData->aTkp.StartNewFile(aFilePath); in Run()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx1531 rtl::OUString aFilePath; in storeReleaseNote() local
1532 rc = osl::FileBase::getAbsoluteFileURL( aTargetDir, aFileName, aFilePath ); in storeReleaseNote()
1535 rc = osl::File::remove( aFilePath ); in storeReleaseNote()
1541 osl::File aFile( aFilePath ); in storeReleaseNote()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1466 String aFilePath; in IMPL_LINK() local
1468 aFilePath = aObj.getFSysPath( INetURLObject::FSYS_DETECT ); in IMPL_LINK()
1470 aFilePath = aBgdGraphicPath; in IMPL_LINK()
1471 aFtFile.SetText( aFilePath ); in IMPL_LINK()
/trunk/main/svl/source/misc/
H A Durihelper.cxx135 UniString aFilePath(toUniString(rTheRelURIRef)); in SmartRel2Abs_Impl() local
136 bMaybeFile = rMaybeFileHdl.Call(&aFilePath) != 0; in SmartRel2Abs_Impl()
/trunk/main/automation/source/inc/
H A Dtestapp.hxx75 TestToolObj( String aName, String aFilePath ); // Alle Dateien in FilePath, Kein IPC
/trunk/main/desktop/source/app/
H A Dapp.cxx1201 OUString aFilePath; in CreateErrorMsgString() local
1286 osl::File::getSystemPathFromFileURL( aFileURL, aFilePath ); in CreateErrorMsgString()
1288 aMsgString.SearchAndReplaceAscii( "$1", aFilePath ); in CreateErrorMsgString()

Completed in 108 milliseconds