Lines Matching refs:std
57 …void lcl_collectElements(const uno::Reference< report::XSection >& _xSection,::std::vector< uno::R… in lcl_collectElements()
73 …void lcl_insertElements(const uno::Reference< report::XSection >& _xSection,const ::std::vector< u… in lcl_insertElements()
77 …::std::vector< uno::Reference< drawing::XShape> >::const_reverse_iterator aIter = _aControls.rbegi… in lcl_insertElements()
78 …::std::vector< uno::Reference< drawing::XShape> >::const_reverse_iterator aEnd = _aControls.rend(); in lcl_insertElements()
97 …void lcl_setValues(const uno::Reference< report::XSection >& _xSection,const ::std::vector< ::std:… in lcl_setValues()
101 … ::std::vector< ::std::pair< ::rtl::OUString ,uno::Any> >::const_iterator aIter = _aValues.begin(); in lcl_setValues()
102 ::std::vector< ::std::pair< ::rtl::OUString ,uno::Any> >::const_iterator aEnd = _aValues.end(); in lcl_setValues()
138 ::std::vector< uno::Reference< drawing::XShape> >::iterator aEnd = m_aControls.end(); in ~OSectionUndo()
139 …for (::std::vector< uno::Reference< drawing::XShape> >::iterator aIter = m_aControls.begin(); aIte… in ~OSectionUndo()
176 …m_aValues.push_back(::std::pair< ::rtl::OUString ,uno::Any>(pIter->Name,_xSection->getPropertyValu… in collectControls()
230 ,::std::mem_fun_t< uno::Reference< report::XSection > in OReportSectionUndo()
269 ,::std::mem_fun_t< uno::Reference< report::XSection > in OGroupSectionUndo()