Home
last modified time | relevance | path

Searched refs:pLockBytes (Results 1 – 12 of 12) sorted by relevance

/trunk/main/store/source/
H A Dstorpage.cxx80 ILockBytes * pLockBytes, in initialize() argument
88 if (!pLockBytes) in initialize()
92 storeError eErrCode = base::initialize (pLockBytes, eAccessMode, rnPageSize); in initialize()
878 storeError initialize (ILockBytes *pLockBytes, sal_uInt32 nMagic = 0) in initialize()
881 if (pLockBytes) in initialize()
883 m_xBIOS->initialize (pLockBytes, store_AccessReadOnly, m_nPageSize); in initialize()
H A Dstorbios.cxx573 ILockBytes * pLockBytes, in initialize() argument
581 storeError eErrCode = initialize_Impl (pLockBytes, eAccessMode, rnPageSize); in initialize()
595 ILockBytes * pLockBytes, in initialize_Impl() argument
603 m_xLockBytes = pLockBytes; in initialize_Impl()
H A Dstorbios.hxx65 ILockBytes * pLockBytes,
215 ILockBytes * pLockBytes,
H A Dstore.cxx447 OStoreLockBytes *pLockBytes = in store_closeStream() local
449 if (!pLockBytes) in store_closeStream()
452 pLockBytes->release(); in store_closeStream()
H A Dstorpage.hxx57 ILockBytes * pLockBytes,
/trunk/main/store/workben/
H A Dt_base.cxx100 ILockBytes * pLockBytes,
126 ILockBytes *pLockBytes, storeAccessMode eAccessMode, sal_uInt16 & rnPageSize) in initialize() argument
128 return base::initialize (pLockBytes, eAccessMode, rnPageSize); in initialize()
/trunk/main/svl/source/items/
H A Dlckbitem.cxx49 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvLockBytes *pLockBytes ) in SfxLockBytesItem() argument
51 _xVal( pLockBytes ) in SfxLockBytesItem()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx89 UcbDataSink_Impl( UcbLockBytes* pLockBytes ) in UcbDataSink_Impl() argument
90 : m_xLockBytes( pLockBytes ) in UcbDataSink_Impl()
120 UcbStreamer_Impl( UcbLockBytes* pLockBytes ) in UcbStreamer_Impl() argument
121 : m_xLockBytes( pLockBytes ) in UcbStreamer_Impl()
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx345 SvLockBytes* pLockBytes = mpOStm->GetLockBytes(); in GetGraphicObject() local
346 if ( pLockBytes ) in GetGraphicObject()
347 pLockBytes->SetSynchronMode( sal_True ); in GetGraphicObject()
/trunk/main/svl/inc/svl/
H A Dlckbitem.hxx42 SvLockBytes *pLockBytes );
/trunk/main/svtools/source/filter/
H A Dfilter.cxx263 SvLockBytes* pLockBytes = rStream.GetLockBytes(); in ImpPeekGraphicFormat() local
264 if ( pLockBytes ) in ImpPeekGraphicFormat()
265 pLockBytes->SetSynchronMode( sal_True ); in ImpPeekGraphicFormat()
/trunk/main/tools/inc/tools/
H A Dstream.hxx315 SvStream( SvLockBytes *pLockBytes);

Completed in 82 milliseconds