Searched refs:aCurPath (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/autodoc/source/display/idl/ |
H A D | hi_env.cxx | 81 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 D | hi_env.hxx | 109 { o_buffer << aCurPath; } in Get_CurFilePath() 137 csv::ploc::Path aCurPath; member in HtmlEnvironment_Idl
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside3.cxx | 722 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 …]
|
H A D | baside2.cxx | 470 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 D | baside2.hxx | 343 String aCurPath; member in ModulWindow
|
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 200 static sal_Char aCurPath[260]; variable 824 getcwd( aCurPath, sizeof( aCurPath ) ); in GetDebugData() 854 chdir( aCurPath ); in ImplDbgInitFile()
|
/aoo4110/main/basctl/source/inc/ |
H A D | baside3.hxx | 57 String aCurPath; member in DialogWindow
|
/aoo4110/main/fpicker/source/office/ |
H A D | iodlg.cxx | 1261 String aCurPath; in IMPL_STATIC_LINK() local 1262 if ( ::utl::LocalFileHelper::ConvertURLToSystemPath( aFileName, aCurPath ) ) in IMPL_STATIC_LINK()
|
Completed in 89 milliseconds