Lines Matching refs:bDirect

552 …pl*            OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_Bool bDirect );
677 …nst String& rName, StreamMode nMode, UCBStorageStream* pStream, sal_Bool bDirect, const ByteString… in UCBStorageStream_Impl() argument
688 , m_bDirect( bDirect ) in UCBStorageStream_Impl()
1386 UCBStorageStream::UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const … argument
1390 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey );
1395 UCBStorageStream::UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const … argument
1399 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey, bRepair, xProgress );
1629 UCBStorage::UCBStorage( SvStream& rStrm, sal_Bool bDirect ) argument
1639 pImp = new UCBStorage_Impl( aContent, aURL, nMode, this, bDirect, sal_True );
1645 pImp = new UCBStorage_Impl( rStrm, this, bDirect );
1653 …lper::Content& rContent, const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot… argument
1657 pImp = new UCBStorage_Impl( rContent, rName, nMode, this, bDirect, bIsRoot );
1663 UCBStorage::UCBStorage( const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot, … argument
1667 pImp = new UCBStorage_Impl( rName, nMode, this, bDirect, bIsRoot, bIsRepair, xProgressHandler );
1673 UCBStorage::UCBStorage( const String& rName, StreamMode nMode, sal_Bool bDirect, sal_Bool bIsRoot ) argument
1677 …pImp = new UCBStorage_Impl( rName, nMode, this, bDirect, bIsRoot, sal_False, Reference< XProgressH…
1702 …t, const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_Bool bDirect, sal_Bool bIsRoot… argument
1712 , m_bDirect( bDirect )
1737 …l( const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_Bool bDirect, sal_Bool bIsRoot… argument
1747 , m_bDirect( bDirect )
1791 UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, sal_Bool bDirect ) argument
1799 , m_bDirect( bDirect )
1812 DBG_ASSERT( !bDirect, "Storage on a stream must not be opened in direct mode!" );
2909 …BStorage::OpenStream( const String& rEleName, StreamMode nMode, sal_Bool bDirect, const ByteString… argument
2925 …UCBStorageStream* pStream = new UCBStorageStream( aName, nMode, bDirect, pKey, pImp->m_bRepairPack…
2969 pImp->OpenStream( pElement, nMode, bDirect, pKey );
2979 …OpenStream( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_Bool bDirect, const ByteString… argument
2984 …pElement->m_xStream = new UCBStorageStream_Impl( aName, nMode, NULL, bDirect, pKey, m_bRepairPacka…
2988 BaseStorage* UCBStorage::OpenUCBStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect argument
2993 return OpenStorage_Impl( rEleName, nMode, bDirect, sal_True );
2996 BaseStorage* UCBStorage::OpenOLEStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect argument
3001 return OpenStorage_Impl( rEleName, nMode, bDirect, sal_False );
3004 BaseStorage* UCBStorage::OpenStorage( const String& rEleName, StreamMode nMode, sal_Bool bDirect ) argument
3009 return OpenStorage_Impl( rEleName, nMode, bDirect, sal_True );
3012 …ge::OpenStorage_Impl( const String& rEleName, StreamMode nMode, sal_Bool bDirect, sal_Bool bForceU… argument
3025 …UCBStorage *pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, p…
3048 BaseStorageStream* pStr = OpenStream( rEleName, nMode, bDirect );
3082 …UCBStorage* pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, p…
3114 UCBStorage_Impl* pStor = pImp->OpenStorage( pElement, nMode, bDirect );
3127 …CBStorage_Impl::OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_Bool bDirect ) argument
3141 …pRet = new UCBStorage_Impl( aNewFolder, aName, nMode, NULL, bDirect, sal_False, m_bRepairPackage, …
3145 …pRet = new UCBStorage_Impl( aName, nMode, NULL, bDirect, sal_False, m_bRepairPackage, m_xProgressH…