Home
last modified time | relevance | path

Searched refs:aDir (Results 51 – 60 of 60) sorted by relevance

123

/trunk/main/tools/source/rc/
H A Dresmgr.cxx228 Directory aDir( *dir_it ); in init() local
229 if( aDir.open() == FileBase::E_None ) in init()
232 while( aDir.getNextItem( aItem ) == FileBase::E_None ) in init()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2950 Dir aDir( *this, FSYS_KIND_DIR|FSYS_KIND_FILE ); in Kill() local
2951 for ( sal_uInt16 n = 0; eError == FSYS_ERR_OK && n < aDir.Count(); ++n ) in Kill()
2953 const DirEntry &rSubDir = aDir[n]; in Kill()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2025 osl::Directory aDir( srcUnqPath ); in copy_recursive() local
2026 aDir.open(); in copy_recursive()
2036 …while( err == osl::FileBase::E_None && ( next = aDir.getNextItem( aDirItem ) ) == osl::FileBase::E… in copy_recursive()
2071 aDir.close(); in copy_recursive()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx2949 DirEntry aDir( aString1 ); in Execute() local
2950 nErrorcode = aDir.GetError(); in Execute()
2951 if ( FSYS_ERR_OK == nErrorcode && FileStat( aDir ).IsKind( FSYS_KIND_DIR ) ) in Execute()
2952 nErrorcode = aDir.Kill(); in Execute()
2959 DirEntry aDir( aString1 ); in Execute() local
2960 nErrorcode = aDir.GetError(); in Execute()
2961 if ( !nErrorcode && !aDir.MakeDir() ) in Execute()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1782 Directory aDir( aDirURL ); in createDirectory() local
1783 Directory::RC rc = aDir.open(); in createDirectory()
/trunk/main/basic/source/inc/
H A Druntime.hxx507 void implChDir( const String& aDir );
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1944 String aDir( (sal_Char*)pPic->rgbGet(), in Out() local
1948 rOut.AddGraphic( aDir ); in Out()
H A Dfltshell.cxx1216 INetURLObject aDir( in AddGraphic() local
1220 switch (pFilter->ImportGraphic(aGraphic, aDir)) in AddGraphic()
/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx2045 SvxFrameDirectionItem aDir( eDir, RES_FRAMEDIR ); in ParseStyleOptions() local
2046 rItemSet.Put( aDir ); in ParseStyleOptions()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx621 Directory aDir( str ); in checkDirectory() local
622 rc = aDir.open( ); in checkDirectory()
637 rc = aDir.getNextItem( rItem, 0 ); in checkDirectory()
661 rc = aDir.close( ); in checkDirectory()

Completed in 168 milliseconds

123