Home
last modified time | relevance | path

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

/aoo42x/main/svl/source/items/
H A Dstylepool.cxx400 explicit StylePoolImpl( SfxItemSet* pIgnorableItems = 0 ) in StylePoolImpl() argument
403 mpIgnorableItems( pIgnorableItems != 0 in StylePoolImpl()
404 ? pIgnorableItems->Clone( sal_False ) in StylePoolImpl()
407 DBG_ASSERT( !pIgnorableItems || !pIgnorableItems->Count(), in StylePoolImpl()
515 StylePool::StylePool( SfxItemSet* pIgnorableItems ) in StylePool() argument
516 : pImpl( new StylePoolImpl( pIgnorableItems ) ) in StylePool()
/aoo42x/main/svl/inc/svl/
H A Dstylepool.hxx42 explicit StylePool( SfxItemSet* pIgnorableItems = 0 );

Completed in 14 milliseconds