Searched refs:m_aSections (Results 1 – 4 of 4) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 193 m_aSections.clear(); in ~OViewsWindow() 335 ::std::for_each(m_aSections.begin(),m_aSections.end(), in toggleGrid() 337 ::std::for_each(m_aSections.begin(),m_aSections.end(), in toggleGrid() 376 ::std::for_each(m_aSections.begin(),m_aSections.end(), in SetMode() 392 ::std::for_each(m_aSections.begin(),m_aSections.end(), in Delete() 400 ::std::for_each(m_aSections.begin(),m_aSections.end(), in Copy() 417 ::std::for_each(m_aSections.begin(),m_aSections.end(), in Paste() 515 ::std::for_each(m_aSections.begin(),m_aSections.end(), in SelectAll() 577 ::std::for_each(m_aSections.begin(),m_aSections.end(), in showRuler() 579 ::std::for_each(m_aSections.begin(),m_aSections.end(), in showRuler() [all …]
|
H A D | ReportControllerObserver.cxx | 59 ::std::vector< uno::Reference< container::XChild> > m_aSections; 148 …vector< uno::Reference< container::XChild > >::const_iterator aIter = m_pImpl->m_aSections.begin(); in IMPL_LINK() 149 …d::vector< uno::Reference< container::XChild > >::const_iterator aEnd = m_pImpl->m_aSections.end(); in IMPL_LINK() 199 m_pImpl->m_aSections.clear(); in Clear() 236 m_pImpl->m_aSections.push_back(xChild); in AddSection() 253 … m_pImpl->m_aSections.erase(::std::remove(m_pImpl->m_aSections.begin(),m_pImpl->m_aSections.end(), in RemoveSection() 254 xChild), m_pImpl->m_aSections.end()); in RemoveSection() 399 …d::vector< uno::Reference< container::XChild> >::const_iterator aFind = m_pImpl->m_aSections.end(); in getSection() 402 aFind = ::std::find(m_pImpl->m_aSections.begin(),m_pImpl->m_aSections.end(),_xContainer); in getSection() 404 if ( aFind == m_pImpl->m_aSections.end() ) in getSection()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | UndoEnv.cxx | 114 ::std::vector< uno::Reference< container::XChild> > m_aSections; 206 m_pImpl->m_aSections.clear(); in Clear() 385 …d::vector< uno::Reference< container::XChild> >::const_iterator aFind = m_pImpl->m_aSections.end(); in getSection() 388 aFind = ::std::find(m_pImpl->m_aSections.begin(),m_pImpl->m_aSections.end(),_xContainer); in getSection() 390 if ( aFind == m_pImpl->m_aSections.end() ) in getSection() 416 if ( aFind != m_pImpl->m_aSections.end() ) in elementInserted() 486 if ( aFind != m_pImpl->m_aSections.end() && xReportComponent.is() ) in elementRemoved() 532 m_pImpl->m_aSections.push_back(xChild); in AddSection() 549 … m_pImpl->m_aSections.erase(::std::remove(m_pImpl->m_aSections.begin(),m_pImpl->m_aSections.end(), in RemoveSection() 550 xChild), m_pImpl->m_aSections.end()); in RemoveSection()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ViewsWindow.hxx | 135 TSectionsMap m_aSections; member in rptui::OViewsWindow 210 inline bool empty() const { return m_aSections.empty(); } in empty()
|
Completed in 40 milliseconds