Lines Matching refs:sFile
151 ::rtl::OUString sFile = getCompletePath(); in openIndexFile()
152 if(UCBContentHelper::Exists(sFile)) in openIndexFile()
154 …m_pFileStream = OFileTable::createStream_simpleError(sFile, STREAM_READWRITE | STREAM_NOCREATE | S… in openIndexFile()
156 …m_pFileStream = OFileTable::createStream_simpleError(sFile,STREAM_READ | STREAM_NOCREATE | STREAM_… in openIndexFile()
168 "$filename$", sFile in openIndexFile()
488 const ::rtl::OUString sFile = getCompletePath(); in CreateImpl() local
489 if(UCBContentHelper::Exists(sFile)) in CreateImpl()
493 "$filename$", sFile in CreateImpl()
518 …m_pFileStream = OFileTable::createStream_simpleError(sFile,STREAM_READWRITE | STREAM_SHARE_DENYWRI… in CreateImpl()
523 "$filename$", sFile in CreateImpl()
569 impl_killFileAndthrowError_throw(STR_COULD_NOT_CREATE_INDEX,sFile); in CreateImpl()
573 impl_killFileAndthrowError_throw(STR_COULD_NOT_CREATE_INDEX,sFile); in CreateImpl()
590 impl_killFileAndthrowError_throw(STR_COULD_NOT_CREATE_INDEX_KEYSIZE,sFile); in CreateImpl()
641 impl_killFileAndthrowError_throw(STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE,sFile); in CreateImpl()
655 impl_killFileAndthrowError_throw(STR_COULD_NOT_CREATE_INDEX,sFile); in CreateImpl()