Searched refs:fullpath (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/filter/source/flash/ |
H A D | swffilter.cxx | 193 OUString fullpath = sPath + STR("/") + filename; in exportBackground() local 196 Reference<XOutputStream> xOutputStreamWrap(*(new OslOutputStreamWrapper(fullpath)), UNO_QUERY); in exportBackground() 203 osl_removeFile(fullpath.pData); in exportBackground() 312 OUString fullpath, swfdirpath, backgroundfilename, objectsfilename; in ExportAsMultipleFiles() local 319 fullpath = swfdirpath + STR("/backgroundconfig.txt"); in ExportAsMultipleFiles() 328 osl_removeFile(fullpath.pData); in ExportAsMultipleFiles() 365 fullpath = swfdirpath + STR("/slide") + VAL(nPage+1) + STR("p.swf"); in ExportAsMultipleFiles() 367 Reference<XOutputStream> xOutputStreamWrap(*(new OslOutputStreamWrapper(fullpath)), UNO_QUERY); in ExportAsMultipleFiles() 373 osl_removeFile(fullpath.pData); in ExportAsMultipleFiles() 393 fullpath = swfdirpath + STR("/slide") + VAL(nPage+1) + STR("s.swf"); in ExportAsMultipleFiles() [all …]
|
/aoo41x/main/icu/ |
H A D | createmak.pl | 128 my $fullpath = $sourcePath . "\\" . $dir; 132 $vcproj_file = $fullpath ."\\$2.vcproj"; 135 $vcproj_file = $fullpath ."\\$dir.vcproj"; 139 $vcproj_file = $fullpath . "\\" . $extra_mak . ".vcproj"; 165 getAllFilesDeps($fullpath,\%deps,\%files); 207 $mak_file = $fullpath . "\\$extra_mak" . "\.mak"; 215 print_all_target($fullpath, \%all_target_hash); 454 my $fullpath = $path . $sep . $cfile; 456 open(IN, "<$fullpath") || die "can't open $fullpath\n";
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | src2xml.py | 139 fullpath = os.path.abspath(file_name) 140 if not os.path.isfile(fullpath): 145 input = file (fullpath, 'r').read() 146 lexer = SrcLexer(input, fullpath)
|
Completed in 58 milliseconds