Searched refs:checkFileExists (Results 1 – 2 of 2) sorted by relevance
3134 bool HtmlExport::checkFileExists( Reference< ::com::sun::star::ucb::XSimpleFileAccess >& xFileAcces… in checkFileExists() function in HtmlExport3167 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()
181 …bool checkFileExists( ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >…
Completed in 18 milliseconds