Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditemset.cxx139 DBG( _pChildCountCtor; *_pChildCount(this) = 0 ); in SfxItemSet()
170 DBG( _pChildCountCtor; *_pChildCount(this) = 0 ); in SfxItemSet()
213 DBG( _pChildCountCtor; *_pChildCount(this) = 0 ); in SfxItemSet()
264 DBG( _pChildCountCtor; *_pChildCount(this) = 0 ); in SfxItemSet()
281 DBG( _pChildCountCtor; *_pChildCount(this) = 0 ); in SfxItemSet()
282 DBG( ++*_pChildCount(_pParent) ); in SfxItemSet()
328 DBG( DBG_ASSERT( 0 == *_pChildCount(this), "SfxItemSet: deleting parent-itemset" ) ) in ~SfxItemSet()
359 DBG( --*_pChildCount(_pParent) ); in ~SfxItemSet()
360 DBG( delete _pChildCount(this); _pChildCountDtor ); in ~SfxItemSet()
/trunk/main/svl/inc/svl/
H A Ditemset.hxx45 #define _pChildCount(THIS) ( *(sal_uInt16**)SfxPointerServer::GetServer()->GetPointer(THIS) ) macro
198 DBG( if (_pParent) --*_pChildCount(_pParent) ); in SetParent()
200 DBG( if (_pParent) ++*_pChildCount(_pParent) ); in SetParent()

Completed in 28 milliseconds