Home
last modified time | relevance | path

Searched refs:xBackgroundConfig (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswffilter.cxx389 oslFileHandle xBackgroundConfig( 0 ); in ExportAsMultipleFiles() local
397 …osl_openFile( fullpath.pData, &xBackgroundConfig, osl_File_OpenFlag_Create | osl_File_OpenFlag_Wri… in ExportAsMultipleFiles()
400 err = osl_writeFile(xBackgroundConfig, "slides=", strlen("slides="), &bytesWritten); in ExportAsMultipleFiles()
456 osl_writeFile(xBackgroundConfig, ASCIItemp.getStr(), ASCIItemp.getLength(), &bytesWritten); in ExportAsMultipleFiles()
459 osl_writeFile(xBackgroundConfig, "|", 1, &bytesWritten); in ExportAsMultipleFiles()
483 osl_closeFile(xBackgroundConfig); in ExportAsMultipleFiles()

Completed in 11 milliseconds