Searched refs:maPaintWindows (Results 1 – 2 of 2) sorted by relevance
144 …for(SdrPaintWindowVector::const_iterator a = maPaintWindows.begin(); a != maPaintWindows.end(); a+… in FindPaintWindow()157 if(nIndex < maPaintWindows.size()) in GetPaintWindow()159 return maPaintWindows[nIndex]; in GetPaintWindow()167 maPaintWindows.push_back(&rNew); in AppendPaintWindow()173 …SdrPaintWindowVector::iterator aFindResult = ::std::find(maPaintWindows.begin(), maPaintWindows.en… in RemovePaintWindow()175 if(aFindResult != maPaintWindows.end()) in RemovePaintWindow()179 maPaintWindows.erase(aFindResult); in RemovePaintWindow()333 while(!maPaintWindows.empty()) in ~SdrPaintView()335 delete maPaintWindows.back(); in ~SdrPaintView()336 maPaintWindows.pop_back(); in ~SdrPaintView()
158 SdrPaintWindowVector maPaintWindows; member in SdrPaintView251 sal_uInt32 PaintWindowCount() const { return maPaintWindows.size(); } in PaintWindowCount()
Completed in 28 milliseconds