Searched refs:m_aControls (Results 1 – 6 of 6) sorted by relevance
92 m_aControls.erase( m_aControls.begin(), m_aControls.end() ); in impl_clearEventQueue()137 m_aControls.push_back( xControlAdapter ); in addEvent()204 ThreadObjects::iterator firstControl( m_aControls.begin() ); in run()206 m_aControls.erase( firstControl ); in run()
61 ThreadObjects m_aControls; // Control fuer Submit member in frm::OComponentEventThread
1426 Sequence< Reference< XControl > > aControlsCopy( m_aControls ); in toggleAutoFields()2103 m_aControls.realloc( 0 ); in setContainer()2117 m_aControls = Sequence< Reference< XControl > >( nCount ); in setContainer()2134 m_aControls.realloc(j); in setContainer()2176 return m_aControls; in getControls()2200 m_aControls = aNewControls; in getControls()2203 return m_aControls; in getControls()2566 m_aControls.realloc(m_aControls.getLength() + 1); in insertControl()2567 m_aControls.getArray()[m_aControls.getLength() - 1] = xControl; in insertControl()2591 ::comphelper::removeElementAt( m_aControls, pControls - m_aControls.getConstArray() - 1 ); in removeControl()[all …]
137 ::std::vector< uno::Reference< drawing::XShape> >::iterator aEnd = m_aControls.end(); in ~OSectionUndo()138 …for (::std::vector< uno::Reference< drawing::XShape> >::iterator aIter = m_aControls.begin(); aIte… in ~OSectionUndo()164 m_aControls.clear(); in collectControls()177 lcl_collectElements(_xSection,m_aControls); in collectControls()251 lcl_insertElements(xSection,m_aControls); in implReInsert()314 lcl_insertElements(xSection,m_aControls); in implReInsert()
50 m_aControls;
163 …r::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl> > m_aControls;
Completed in 75 milliseconds