Searched refs:swfdirpath (Results 1 – 1 of 1) sorted by relevance
/trunk/main/filter/source/flash/ |
H A D | swffilter.cxx | 380 OUString fullpath, swfdirpath, backgroundfilename, objectsfilename; in ExportAsMultipleFiles() local 382 swfdirpath = sPath + STR("/") + sPresentationName + STR(".sxi-swf-files"); in ExportAsMultipleFiles() 385 err = osl_createDirectory( swfdirpath.pData ); in ExportAsMultipleFiles() 387 fullpath = swfdirpath + STR("/backgroundconfig.txt"); in ExportAsMultipleFiles() 427 backgroundfilename = exportBackground(aFlashExporter, xDrawPage, swfdirpath, nPage, "b"); in ExportAsMultipleFiles() 432 objectsfilename = exportBackground(aFlashExporter, xDrawPage, swfdirpath, nPage, "o"); in ExportAsMultipleFiles() 437 fullpath = swfdirpath + STR("/slide") + VAL(nPage+1) + STR("p.swf"); in ExportAsMultipleFiles() 465 fullpath = swfdirpath + STR("/slide") + VAL(nPage+1) + STR("s.swf"); in ExportAsMultipleFiles()
|
Completed in 24 milliseconds