Searched refs:bItems (Results 1 – 7 of 7) sorted by relevance
169 SfxItemSet* SwAttrSet::Clone( sal_Bool bItems, SfxItemPool *pToPool ) const in Clone() argument176 pTmpSet = SfxItemSet::Clone( bItems, pToPool ); in Clone()180 if ( bItems ) in Clone()196 return bItems in Clone()
1725 SfxItemSet *SfxItemSet::Clone(sal_Bool bItems, SfxItemPool *pToPool ) const in Clone() argument1731 if ( bItems ) in Clone()1746 return bItems in Clone()2126 SfxItemSet *SfxAllItemSet::Clone(sal_Bool bItems, SfxItemPool *pToPool ) const in Clone() argument2132 if ( bItems ) in Clone()2137 return bItems ? new SfxAllItemSet(*this) : new SfxAllItemSet(*_pPool); in Clone()
131 virtual SfxItemSet * Clone(sal_Bool bItems = sal_True, SfxItemPool *pToPool = 0) const;220 virtual SfxItemSet * Clone( sal_Bool bItems = sal_True, SfxItemPool *pToPool = 0 ) const;
282 void TaskStatusBar::ImplUpdateField( sal_Bool bItems ) in ImplUpdateField() argument286 if ( bItems ) in ImplUpdateField()
258 bool bItems = ::get_flag( maFieldInfo.mnFlags, EXC_SXFIELD_HASITEMS ); in ReadSxfield() local288 if( bItems && !bPostp ) in ReadSxfield()338 else if( !bItems && bPostp ) in ReadSxfield()
331 SVT_DLLPRIVATE void ImplUpdateField( sal_Bool bItems );
194 virtual SfxItemSet* Clone(sal_Bool bItems = sal_True, SfxItemPool *pToPool = 0) const;
Completed in 51 milliseconds