Lines Matching refs:maRegions
230 RegionList_Impl maRegions; member in SfxDocTemplate_Impl
260 { return maRegions.Count(); } in GetRegionCount()
2300 return maRegions.GetObject( nIndex ); in GetRegion()
2307 sal_uIntPtr nCount = maRegions.Count(); in GetRegion()
2312 pData = maRegions.GetObject( i ); in GetRegion()
2324 RegionData_Impl* pRegion = maRegions.GetObject( nIndex ); in DeleteRegion()
2329 maRegions.Remove( (sal_uIntPtr) nIndex ); in DeleteRegion()
2553 long nEnd = maRegions.Count() - 1; in GetRegionPos()
2561 pMid = maRegions.GetObject( nMid ); in GetRegionPos()
2589 RegionData_Impl *pData = maRegions.First(); in InsertRegion()
2592 pData = maRegions.Next(); in InsertRegion()
2600 maRegions.Insert( pNew, (sal_uIntPtr) 0 ); in InsertRegion()
2602 maRegions.Insert( pNew, nPos ); in InsertRegion()
2685 RegionData_Impl *pRegData = maRegions.First(); in Clear()
2690 pRegData = maRegions.Next(); in Clear()
2693 maRegions.Clear(); in Clear()