Searched refs:xBackgroundConfig (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/filter/source/flash/ |
H A D | swffilter.cxx | 321 oslFileHandle xBackgroundConfig( 0 ); in ExportAsMultipleFiles() local 329 …osl_openFile( fullpath.pData, &xBackgroundConfig, osl_File_OpenFlag_Create | osl_File_OpenFlag_Wri… in ExportAsMultipleFiles() 332 err = osl_writeFile(xBackgroundConfig, "slides=", strlen("slides="), &bytesWritten); in ExportAsMultipleFiles() 384 osl_writeFile(xBackgroundConfig, ASCIItemp.getStr(), ASCIItemp.getLength(), &bytesWritten); in ExportAsMultipleFiles() 387 osl_writeFile(xBackgroundConfig, "|", 1, &bytesWritten); in ExportAsMultipleFiles() 411 osl_closeFile(xBackgroundConfig); in ExportAsMultipleFiles()
|
Completed in 12 milliseconds