Searched refs:UnlockFile (Results 1 – 7 of 7) sorted by relevance
/trunk/main/tools/source/stream/ |
H A D | strmunx.cxx | 73 static void UnlockFile( sal_Size nStart, sal_Size nEnd, SvFileStream* ); 157 void InternalStreamLock::UnlockFile( sal_Size nStart, sal_Size nEnd, SvFileStream* pStream ) in UnlockFile() function in InternalStreamLock 309 InternalStreamLock::UnlockFile( 0, 0, this ); in ~SvFileStream() 591 InternalStreamLock::UnlockFile( nByteOffset, nByteOffset+nBytes, this ); in UnlockRange() 645 sal_Bool SvFileStream::UnlockFile() in UnlockFile() function in SvFileStream 809 InternalStreamLock::UnlockFile( 0, 0, this ); in Close()
|
H A D | strmwnt.cxx | 373 bRetVal = ::UnlockFile(pInstanceData->hFile,nByteOffset,0L,nBytes,0L ); in UnlockRange() 419 sal_Bool SvFileStream::UnlockFile() in UnlockFile() function in SvFileStream 625 UnlockFile(); in Close()
|
H A D | strmos2.cxx | 452 sal_Bool SvFileStream::UnlockFile() in UnlockFile() function in SvFileStream 707 UnlockFile(); in Close()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | docfile.hxx | 221 void UnlockFile( sal_Bool bReleaseLockStream );
|
/trunk/main/tools/inc/tools/ |
H A D | stream.hxx | 765 sal_Bool UnlockFile();
|
/trunk/main/sfx2/source/doc/ |
H A D | docfile.cxx | 2908 UnlockFile( sal_False ); in Close() 2941 UnlockFile( sal_True ); in CloseAndRelease() 2944 void SfxMedium::UnlockFile( sal_Bool bReleaseLockStream ) in UnlockFile() function in SfxMedium
|
H A D | objmisc.cxx | 485 pMedium->UnlockFile( sal_False ); in SetReadOnly()
|
Completed in 85 milliseconds