Home
last modified time | relevance | path

Searched refs:_xVal (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svl/source/items/
H A Dlckbitem.cxx51 _xVal( pLockBytes ) in SfxLockBytesItem()
61 _xVal = new SvLockBytes( new SvCacheStream(), sal_True ); in SfxLockBytesItem()
63 SvStream aLockBytesStream( _xVal ); in SfxLockBytesItem()
71 _xVal( rItem._xVal ) in SfxLockBytesItem()
85 return ((SfxLockBytesItem&)rItem)._xVal == _xVal; in operator ==()
124 SvStream aLockBytesStream( _xVal ); in Store()
147 _xVal = new SvLockBytes( pStream, sal_True ); in PutValue()
150 _xVal = NULL; in PutValue()
163 if ( _xVal.Is() ) in QueryValue()
168 if ( _xVal->Stat( &aStat, SVSTATFLAG_DEFAULT ) == ERRCODE_NONE ) in QueryValue()
[all …]
/aoo42x/main/svl/inc/svl/
H A Dlckbitem.hxx36 SvLockBytesRef _xVal; member in SfxLockBytesItem
52 SvLockBytes* GetValue() const { return _xVal; } in GetValue()

Completed in 8 milliseconds