Home
last modified time | relevance | path

Searched refs:TSectionsMap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx229 TSectionsMap::iterator aIter = m_aSections.begin(); in resize()
230 TSectionsMap::iterator aEnd = m_aSections.end(); in resize()
265 TSectionsMap::iterator aIter = m_aSections.begin(); in Resize()
266 TSectionsMap::iterator aEnd = m_aSections.end(); in Resize()
314 m_aSections.insert(getIteratorAtPos(_nPosition) , TSectionsMap::value_type(pSectionWindow)); in addSection()
323 TSectionsMap::iterator aPos = getIteratorAtPos(_nPosition); in removeSection()
324TSectionsMap::iterator aNew = getIteratorAtPos(_nPosition == 0 ? _nPosition+1: _nPosition - 1); in removeSection()
344 TSectionsMap::const_iterator aIter = m_aSections.begin(); in getTotalHeight()
345 TSectionsMap::const_iterator aEnd = m_aSections.end(); in getTotalHeight()
360 TSectionsMap::iterator aIter = m_aSections.begin(); in SetInsertObj()
[all …]
/trunk/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx118 …f ::std::vector< ::boost::shared_ptr<OSectionWindow> > TSectionsMap; typedef in rptui::OViewsWindow
120 …struct TReportPairHelper : public ::std::unary_function< TSectionsMap::value_type, OReportSection >
122 OReportSection& operator() (const TSectionsMap::value_type& lhs) const in operator ()()
127 … struct TStartMarkerHelper : public ::std::unary_function< TSectionsMap::value_type, OStartMarker >
129 OStartMarker& operator() (const TSectionsMap::value_type& lhs) const in operator ()()
135 TSectionsMap m_aSections;
145 TSectionsMap::iterator getIteratorAtPos(sal_uInt16 _nPos);