Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx3134 bool HtmlExport::checkFileExists( Reference< ::com::sun::star::ucb::XSimpleFileAccess >& xFileAcces… in checkFileExists() function in HtmlExport
3167 if( (mpImageFiles[nSdPage] && checkFileExists( xFA, *mpImageFiles[nSdPage] )) || in checkForExistingFiles()
3168 (mpHTMLFiles[nSdPage] && checkFileExists( xFA, *mpHTMLFiles[nSdPage] )) || in checkForExistingFiles()
3169 (mpPageNames[nSdPage] && checkFileExists( xFA, *mpPageNames[nSdPage] )) || in checkForExistingFiles()
3170 (mpTextFiles[nSdPage] && checkFileExists( xFA, *mpTextFiles[nSdPage] )) ) in checkForExistingFiles()
3177 bFound = checkFileExists( xFA, maDocFileName ); in checkForExistingFiles()
3180 bFound = checkFileExists( xFA, maFramePage ); in checkForExistingFiles()
H A Dhtmlex.hxx181 …bool checkFileExists( ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >…

Completed in 21 milliseconds