Lines Matching refs:m_pControlInfoList
62 m_pControlInfoList = new IMPL_ControlInfoList ; in BaseContainerControl()
230 sal_uInt32 nMaxCount = m_pControlInfoList->Count(); in dispose()
235 delete m_pControlInfoList->GetObject( 0 ); in dispose()
237 m_pControlInfoList->Clear(); in dispose()
284 m_pControlInfoList->Insert ( pNewControl, LIST_APPEND ) ; in addControl()
344 sal_uInt32 nControls = m_pControlInfoList->Count () ; in removeControl()
349 IMPL_ControlInfo* pControl = m_pControlInfoList->GetObject (n) ; in removeControl()
358 m_pControlInfoList->Remove (n) ; in removeControl()
421 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControl()
426 IMPL_ControlInfo* pSearchControl = m_pControlInfoList->GetObject ( nCount ) ; in getControl()
449 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControls()
457 IMPL_ControlInfo* pCopyControl = m_pControlInfoList->GetObject ( nCount ) ; in getControls()
619 sal_uInt32 nMaxCount = m_pControlInfoList->Count () ; in impl_cleanMemory()
629 IMPL_ControlInfo* pSearchControl = m_pControlInfoList->GetObject ( 0 ) ; in impl_cleanMemory()
634 m_pControlInfoList->Clear () ; in impl_cleanMemory()
635 delete m_pControlInfoList ; in impl_cleanMemory()