Home
last modified time | relevance | path

Searched refs:GetFull (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/l10ntools/source/
H A Dlocalize.cxx210 return ByteString( aCur.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetProjectName()
231 ByteString sCur( aCur.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetProjectRootRel()
282 ByteString sTempFile( aTemp.GetFull(), RTL_TEXTENCODING_ASCII_US ); in WorkOnFile()
327 SvFileStream aSDFIn( aTemp.GetFull(), STREAM_READ ); in WorkOnFile()
432 ByteString sFile( aFile.GetFull(), RTL_TEXTENCODING_ASCII_US ); in WorkOnFileType()
531 ByteString sFile( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in MergeSingleFile()
533 ByteString sBCur( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in MergeSingleFile()
590 SvFileStream aInStream( aOut.GetFull(), STREAM_READ ); in MergeSingleFile()
598 String myStr2(aEntry.GetFull()); in MergeSingleFile()
685 aFile.Open( aEntry.GetFull(), STREAM_STD_WRITE |STREAM_TRUNC ); in ExecuteMerge()
[all …]
H A Dhelpmerge.cxx139 String sTempFile = aTempFile.GetFull(); in CreateSDF()
266 String sFullEntry = aEntry.GetFull(); in makeAbsolutePath()
269 ByteString sPrjEntry( aEntry.GetFull(), gsl_getSystemTextEncoding()); in makeAbsolutePath()
292 String sTempFile = aTempFile.GetFull(); in Merge()
305 XMLFile* xmlfile = ( aParser.Execute( aFile.GetFull() , sOUHelpFile, new XMLFile( '0' ) ) ); in Merge()
379 String sTempFile = aTempFile.GetFull(); in Merge()
395 XMLFile* xmlfile = ( aParser.Execute( aFile.GetFull() , sOUHelpFile, new XMLFile( '0' ) ) ); in Merge()
H A Dgsiconv.cxx253 SvFileStream aOutputStream( aOutput.GetFull(), STREAM_STD_WRITE | STREAM_TRUNC ); in main()
265 ByteString sText( aOutput.GetFull(), gsl_getSystemTextEncoding()); in main()
282 aOutputStream.Open( aOutput.GetFull(), STREAM_STD_WRITE | STREAM_TRUNC ); in main()
294 ByteString sText( aOutput.GetFull(), RTL_TEXTENCODING_ASCII_US ); in main()
H A Dxrmmerge.cxx215 String sTempFile = aTempFile.GetFull(); in GetXrmFile()
233 ByteString sFullEntry( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetXrmFile()
236 ByteString sPrjEntry( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetXrmFile()
H A Dcfgmerge.cxx225 String sTempFile = aTempFile.GetFull(); in GetCfgFile()
244 sFullEntry= ByteString( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetCfgFile()
247 ByteString sPrjEntry( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetCfgFile()
H A Dexport2.cxx295 ByteString sTempFile = ByteString( aTempFile.GetFull() , RTL_TEXTENCODING_ASCII_US ); in RemoveUTF8ByteOrderMarkerFromFile()
620 ByteString sReturn( aTemp.GetFull(), RTL_TEXTENCODING_ASCII_US ); in GetNativeFile()
642 base_out = rtl::OUString( aDir.GetFull() ); in getCurrentDirectory()
H A Dlngmerge.cxx115 String sFullEntry = aEntry.GetFull(); in CreateSDF()
118 ByteString sPrjEntry( aEntry.GetFull(), gsl_getSystemTextEncoding()); in CreateSDF()
H A Dgsicheck.cxx997 aCorrectFilename = aSource.GetFull(); in main()
1010 aErrorFilename = aSource.GetFull(); in main()
1023 aFixedFilename = aSource.GetFull(); in main()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx301 pEdit->SetText( aNewPath.GetFull() ); in IMPL_LINK()
329 SetPath( aCheck.GetFull() ); in IMPL_LINK()
350 SetPath( aFile.GetFull() ); in IMPL_LINK()
364 SetPath( aFile.GetFull() ); in IMPL_LINK()
524 aBoxText += rDirEntry.GetFull(); in IsFileOk()
639 UniString aPathStr = aPath.GetFull(); in PreExecute()
691 return aFile.GetFull(); in GetPath()
882 UniString aFull = aNewPath.GetFull(); in IMPL_LINK()
1109 aErrorString += rDirEntry.GetFull(); in IsFileOk()
1124 aQueryString += rDirEntry.GetFull(); in IsFileOk()
[all …]
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1090 String aUniPathName( GetPath().GetFull() ); in First()
1606 String aConcated( GetFull() ); in operator +()
1608 aConcated += rEntry.GetFull(); in operator +()
1816 String aThisStr( aThis.GetFull( FSYS_STYLE_HPFS ) ); in ImpToRel()
1919 return ImpToRel( aCur.GetFull( FSYS_STYLE_HPFS ) ); in ToRel()
1938 return ImpToRel( aStart.GetFull( FSYS_STYLE_HPFS ) ); in ToRel()
2404 SvFileStream aStream( rPath.GetFull(), STREAM_STD_WRITE ); in CreateEntry_Impl()
2679 String aDirName(pNewDir->GetFull()); in MakeDir()
2782 String aFrom( GetFull() ); in MoveTo()
2788 String aTo( aDest.GetFull() ); in MoveTo()
[all …]
H A Dfilecopy.cxx266 strcpy(szSource, ByteString(rSource.GetFull(), osl_getThreadTextEncoding()).GetBuffer()); in DoCopy_Impl()
277 strcpy(szTarget, ByteString(rTarget.GetFull(), osl_getThreadTextEncoding()).GetBuffer()); in DoCopy_Impl()
342 FileBase::getFileURLFromSystemPath( ::rtl::OUString(rSource.GetFull()), aFileName ); in DoCopy_Impl()
353 FileBase::getFileURLFromSystemPath( ::rtl::OUString(aTgt.GetFull()), aTargetFileName ); in DoCopy_Impl()
412 ByteString aFullSource(aSource.GetFull(), osl_getThreadTextEncoding()); in DoCopy_Impl()
413 ByteString aFullTarget(aTgt.GetFull(), osl_getThreadTextEncoding()); in DoCopy_Impl()
H A Dunx.cxx230 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in IsCaseSensitive()
334 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetVolume()
355 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetDevice()
383 ByteString aPath( GetFull(), osl_getThreadTextEncoding()); in SetCWD()
518 ByteString aPath( rDirEntry.GetFull(), osl_getThreadTextEncoding() ); in Update()
H A Dos2.cxx217 if ( !chdir(ByteString(GetFull(), osl_getThreadTextEncoding()).GetBuffer()) ) in SetCWD()
224 !chdir(ByteString(pParent->GetFull(), osl_getThreadTextEncoding()).GetBuffer()) ) in SetCWD()
256 String aSource( GetFull() );
257 String aDest( aTmpDest.GetFull() );
533 ByteString aFullName( aTempDirEntry.GetFull(), osl_getThreadTextEncoding() ); in Update()
539 ItemIDPath aItemIDPath(aTempDirEntry.GetFull()); in Update()
H A Dwntmsc.cxx291 ByteString aFullName( GetFull(), osl_getThreadTextEncoding() ); in ToAbs()
372 if ( SetCurrentDirectory(ByteString(GetFull(), osl_getThreadTextEncoding()).GetBuffer()) ) in SetCWD()
378 … SetCurrentDirectory(ByteString(pParent->GetFull(), osl_getThreadTextEncoding()).GetBuffer()) ) in SetCWD()
840 String aPath( rDirEntry.GetFull() ); in Update()
914 ByteString aFilePath( aAbsEntry.GetFull(), osl_getThreadTextEncoding() ); in Update()
H A Dfstat.cxx175 ByteString aFPath(rEntry.GetFull(), osl_getThreadTextEncoding()); in GetReadOnlyFlag()
214 ByteString aFPath(rEntry.GetFull(), osl_getThreadTextEncoding()); in SetReadOnlyFlag()
H A Dcomdep.hxx80 aPath( GUI2FSYS(rDir.GetFull()) ), in DirReader_Impl()
/trunk/main/idl/source/prj/
H A Dsvidl.cxx150 aTmpDocuFile = aDE.GetPath().TempName().GetFull();
164 aTmpListFile = aDE.GetPath().TempName().GetFull();
178 aTmpSlotMapFile = aDE.GetPath().TempName().GetFull();
192 aTmpHelpIdFile = aDE.GetPath().TempName().GetFull();
206 aTmpCSVFile = aDE.GetPath().TempName().GetFull();
220 aTmpSfxItemFile = aDE.GetPath().TempName().GetFull();
234 aTmpDataBaseFile = aDE.GetPath().TempName().GetFull();
H A Ddatabase.cxx329 SvTokenStream aTokStm( aFullName.GetFull() ); in ReadIdFile()
822 SvFileStream aStm( aFullName.GetFull(), in ReadSvIdl()
830 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadSvIdl()
839 SvTokenStream aTokStm( aStm, aFullName.GetFull() ); in ReadSvIdl()
/trunk/main/rsc/source/rsc/
H A Drsc.cxx105 …aPath = ByteString( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); //Immer im Aktuellen Pfad suchen in Init()
200 … ByteString( aSDir.GetFull(), RTL_TEXTENCODING_ASCII_US ) ) ); in RscCmdLine()
242 …m_aOutputFiles.back().aSysSearchDirs.push_back( ByteString( aSysDir.GetFull(), RTL_TEXTENCODING_AS… in RscCmdLine()
702 … pFNTmp->aPathName = ByteString( aFullName.GetFull(), RTL_TEXTENCODING_ASCII_US ); in IncludeParser()
763 ByteString aParseFile( aTmpPath.GetFull(), RTL_TEXTENCODING_ASCII_US ); in ParseOneFile()
1164 const FileStat aFS( aAbsPath.GetFull() ); in GetImageFilePath()
1167 …fprintf( stderr, "Searching image: %s\n", ByteString( aRelPath.GetFull(), RTL_TEXTENCODING_ASCII_U… in GetImageFilePath()
1173 … String aStr( aRelPath.GetFull() ); in GetImageFilePath()
1204 …sPathFull( ( aSysPath += DirEntry( String( *aFileIter, RTL_TEXTENCODING_ASCII_US ) ) ).GetFull() ); in GetImageFilePath()
1231 SvFileStream aIStm( rSrsInPath.GetFull(), STREAM_READ ); in PreprocessSrsFile()
[all …]
/trunk/main/idl/source/objects/
H A Dmodule.cxx301 rBase.StartNewFile( aFullName.GetFull() ); in ReadContextSvIdl()
304 SvTokenStream aTokStm( aFullName.GetFull() ); in ReadContextSvIdl()
330 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadContextSvIdl()
337 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadContextSvIdl()
/trunk/main/tools/workben/
H A Dfstest.cxx47 String sTmp(aDir.GetFull(FSYS_STYLE_HOST)); in main()
53 aStream.Open(aFile.GetFull(FSYS_STYLE_HOST), STREAM_WRITE); in main()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx201 return ByteString( aFileName.GetFull(), RTL_TEXTENCODING_ASCII_US ); in InputFile()
223 return ByteString( aFileName.GetFull(), RTL_TEXTENCODING_ASCII_US ); in OutputFile()
/trunk/main/svx/workben/
H A Dedittest.cxx1018 SvFileStream aStrm( aDirEntry.GetFull(), STREAM_WRITE | STREAM_TRUNC ); in IMPL_LINK()
1030 SvFileStream aStrm( aDirEntry.GetFull(), STREAM_READ ); in IMPL_LINK()
1046 String aFileName( aDirEntry.GetFull() ); in IMPL_LINK()
1115 SvFileStream aStrm( aDirEntry.GetFull(), STREAM_WRITE | STREAM_TRUNC ); in IMPL_LINK()
/trunk/main/tools/bootstrp/
H A Dprj.cxx68 aFileName = rDirEntry.GetFull(); in SimpleConfig()
/trunk/main/padmin/source/
H A Dfontentry.cxx55 SvFileStream aRead( rFontFile.GetFull(), STREAM_READ );
93 …fprintf( stderr, "open( %s ) failed because of %d\n", ByteString( aAfmFile.GetFull(), aEncoding ).…

Completed in 127 milliseconds

12