Searched refs:IsDoc (Results 1 – 2 of 2) sorted by relevance
707 sal_Bool IsDoc = false; in copy_prereg_bundled_recursive() local712 IsDoc = aFileStatus.getFileType() == osl::FileStatus::Regular; in copy_prereg_bundled_recursive()715 sal_Int32 newTypeToCopy = IsDoc ? -1 : +1; in copy_prereg_bundled_recursive()735 if ( IsDoc && (aFileName.equalsAscii( pLastSyncFileName ) in copy_prereg_bundled_recursive()738 else if (!IsDoc && bExcludeFiles && isExcludedFileOrFolder(aFileName)) in copy_prereg_bundled_recursive()
2038 sal_Bool IsDoc = false; in copy_recursive() local2042 IsDoc = aFileStatus.getFileType() == osl::FileStatus::Regular; in copy_recursive()2045 sal_Int32 newTypeToCopy = IsDoc ? -1 : +1; in copy_recursive()
Completed in 149 milliseconds