Searched refs:GetLastWhich (Results 1 – 5 of 5) sorted by relevance
76 mppLocalPoolDefaults = new SfxPoolItem*[GetLastWhich() - GetFirstWhich() + 1]; in XOutdevItemPool()131 mpLocalItemInfos = new SfxItemInfo[GetLastWhich() - GetFirstWhich() + 1]; in XOutdevItemPool()132 for(sal_uInt16 i(GetFirstWhich()); i <= GetLastWhich(); i++) in XOutdevItemPool()173 if(XATTR_START == GetFirstWhich() && XATTR_END == GetLastWhich()) in XOutdevItemPool()219 for(sal_uInt16 i(GetLastWhich() - GetFirstWhich() + 1); i; --i, ++ppDefaultItem) in ~XOutdevItemPool()
223 sal_uInt16 GetLastWhich() const { return nEnd; } in GetLastWhich() function in SfxItemPool
324 … SfxItemSet aSet( rItemPool, rItemPool.GetFirstWhich(), rItemPool.GetLastWhich() ); in executeDispatch_FormatArea()
691 … for ( WhichId nWhich = pPool->GetFirstWhich(); nWhich <= pPool->GetLastWhich(); ++nWhich ) in executeAttributeDialog()
767 …et> pDescriptor( new SfxItemSet( rItemPool, rItemPool.GetFirstWhich(),rItemPool.GetLastWhich() ) ); in openAreaDialog()
Completed in 63 milliseconds