Searched refs:pLockBytes (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/store/source/ |
H A D | storpage.cxx | 80 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 D | storbios.cxx | 573 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 D | storbios.hxx | 65 ILockBytes * pLockBytes, 215 ILockBytes * pLockBytes,
|
H A D | store.cxx | 447 OStoreLockBytes *pLockBytes = in store_closeStream() local 449 if (!pLockBytes) in store_closeStream() 452 pLockBytes->release(); in store_closeStream()
|
H A D | storpage.hxx | 57 ILockBytes * pLockBytes,
|
/aoo42x/main/store/workben/ |
H A D | t_base.cxx | 100 ILockBytes * pLockBytes, 126 ILockBytes *pLockBytes, storeAccessMode eAccessMode, sal_uInt16 & rnPageSize) in initialize() argument 128 return base::initialize (pLockBytes, eAccessMode, rnPageSize); in initialize()
|
/aoo42x/main/svl/source/items/ |
H A D | lckbitem.cxx | 49 SfxLockBytesItem::SfxLockBytesItem( sal_uInt16 nW, SvLockBytes *pLockBytes ) in SfxLockBytesItem() argument 51 _xVal( pLockBytes ) in SfxLockBytesItem()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 89 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()
|
/aoo42x/main/svx/source/xml/ |
H A D | xmlgrhlp.cxx | 345 SvLockBytes* pLockBytes = mpOStm->GetLockBytes(); in GetGraphicObject() local 346 if ( pLockBytes ) in GetGraphicObject() 347 pLockBytes->SetSynchronMode( sal_True ); in GetGraphicObject()
|
/aoo42x/main/svl/inc/svl/ |
H A D | lckbitem.hxx | 42 SvLockBytes *pLockBytes );
|
/aoo42x/main/svtools/source/filter/ |
H A D | filter.cxx | 263 SvLockBytes* pLockBytes = rStream.GetLockBytes(); in ImpPeekGraphicFormat() local 264 if ( pLockBytes ) in ImpPeekGraphicFormat() 265 pLockBytes->SetSynchronMode( sal_True ); in ImpPeekGraphicFormat()
|
/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 317 SvStream( SvLockBytes *pLockBytes);
|
Completed in 66 milliseconds