Lines Matching refs:maViewEntries

51             maViewEntries(),  in Layer()
62 maViewEntries(), in Layer()
77 const ViewEntryVector::iterator aEnd( maViewEntries.end() ); in addView()
78 if( (aIter=std::find_if( maViewEntries.begin(), in addView()
98 maViewEntries.push_back( in addView()
102 return maViewEntries.back().mpViewLayer; in addView()
110 const ViewEntryVector::iterator aEnd( maViewEntries.end() ); in removeView()
111 if( (aIter=std::find_if( maViewEntries.begin(), in removeView()
122 OSL_ENSURE( std::count_if( maViewEntries.begin(), in removeView()
131 maViewEntries.erase(aIter); in removeView()
139 const ViewEntryVector::iterator aEnd( maViewEntries.end() ); in viewChanged()
140 if( (aIter=std::find_if( maViewEntries.begin(), in viewChanged()
161 std::for_each( maViewEntries.begin(), in viewsChanged()
162 maViewEntries.end(), in viewsChanged()
174 std::for_each( maViewEntries.begin(), in setShapeViews()
175 maViewEntries.end(), in setShapeViews()
187 std::for_each( maViewEntries.begin(), in setPriority()
188 maViewEntries.end(), in setPriority()
228 if( std::count_if( maViewEntries.begin(), in commitBounds()
229 maViewEntries.end(), in commitBounds()
253 std::for_each( maViewEntries.begin(), in clearContent()
254 maViewEntries.end(), in clearContent()
298 std::for_each( maViewEntries.begin(), in beginUpdate()
299 maViewEntries.end(), in beginUpdate()
308 std::for_each( maViewEntries.begin(), in beginUpdate()
309 maViewEntries.end(), in beginUpdate()
330 std::for_each( maViewEntries.begin(), in endUpdate()
331 maViewEntries.end(), in endUpdate()