Home
last modified time | relevance | path

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

/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx62 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()
358 m_pControlInfoList->Remove (n) ; in removeControl()
421 sal_uInt32 nControls = m_pControlInfoList->Count () ; in getControl()
619 sal_uInt32 nMaxCount = m_pControlInfoList->Count () ; in impl_cleanMemory()
634 m_pControlInfoList->Clear () ; in impl_cleanMemory()
[all …]
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx555 …IMPL_ControlInfoList* m_pControlInfoList ; /// list of pointer of "struct IMPL_ControlInf… member in unocontrols::BaseContainerControl

Completed in 18 milliseconds