Home
last modified time | relevance | path

Searched refs:aCurPath (Results 1 – 8 of 8) sorted by path

/trunk/main/autodoc/source/display/idl/
H A Dhi_env.cxx81 aCurPath = aOutputRoot.MyPath(); in Goto_Directory()
88 aCurPath.DirChain() += *it; in Goto_Directory()
92 create_Directory(aCurPath); in Goto_Directory()
101 aCurPath.SetFile(String::Null_()); in Goto_DirectoryLevelDown()
102 aCurPath.DirChain() += i_subDirName; in Goto_DirectoryLevelDown()
105 create_Directory(aCurPath); in Goto_DirectoryLevelDown()
113 aCurPath.SetFile(String::Null_()); in Goto_DirectoryLevelUp()
114 aCurPath.DirChain() -= 1; in Goto_DirectoryLevelUp()
120 aCurPath.SetFile(i_fileName); in Set_CurFile()
H A Dhi_env.hxx109 { o_buffer << aCurPath; } in Get_CurFilePath()
137 csv::ploc::Path aCurPath; member in HtmlEnvironment_Idl
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx470 if ( aCurPath.Len() ) in LoadBasic()
471 xFP->setDisplayDirectory ( aCurPath ); in LoadBasic()
483 aCurPath = aPaths[0]; in LoadBasic()
484 SfxMedium aMedium( aCurPath, STREAM_READ | STREAM_SHARE_DENYWRITE | STREAM_NOCREATE, sal_True ); in LoadBasic()
532 if ( aCurPath.Len() ) in SaveBasicSource()
533 xFP->setDisplayDirectory ( aCurPath ); in SaveBasicSource()
545 aCurPath = aPaths[0]; in SaveBasicSource()
546 …SfxMedium aMedium( aCurPath, STREAM_WRITE | STREAM_SHARE_DENYWRITE | STREAM_TRUNC, sal_True, NULL … in SaveBasicSource()
574 sal_Bool bRet = implImportDialog( this, aCurPath, rDocument, aLibName ); in ImportDialog()
H A Dbaside2.hxx343 String aCurPath; member in ModulWindow
H A Dbaside3.cxx722 if ( aCurPath.Len() ) in SaveDialog()
723 xFP->setDisplayDirectory ( aCurPath ); in SaveDialog()
736 aCurPath = aPaths[0]; in SaveDialog()
753 if( xSFI->exists( aCurPath ) ) in SaveDialog()
754 xSFI->kill( aCurPath ); in SaveDialog()
800 INetURLObject aURLObj( aCurPath ); in SaveDialog()
988 String aCurPath( rCurPath ); in implImportDialog() local
989 if ( aCurPath.Len() ) in implImportDialog()
990 xFP->setDisplayDirectory ( aCurPath ); in implImportDialog()
1001 aCurPath = aPaths[0]; in implImportDialog()
[all …]
/trunk/main/basctl/source/inc/
H A Dbaside3.hxx57 String aCurPath; member in DialogWindow
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1263 String aCurPath; in IMPL_STATIC_LINK() local
1264 if ( ::utl::LocalFileHelper::ConvertURLToSystemPath( aFileName, aCurPath ) ) in IMPL_STATIC_LINK()
/trunk/main/tools/source/debug/
H A Ddebug.cxx200 static sal_Char aCurPath[260]; variable
824 getcwd( aCurPath, sizeof( aCurPath ) ); in GetDebugData()
854 chdir( aCurPath ); in ImplDbgInitFile()

Completed in 66 milliseconds