Home
last modified time | relevance | path

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

/aoo42x/main/fpicker/source/aqua/
H A DControlHelper.cxx52 : m_pUserPane(NULL) in ControlHelper()
80 if (NULL != m_pUserPane) { in ~ControlHelper()
81 [m_pUserPane release]; in ~ControlHelper()
323 if (nil != m_pUserPane) { in createUserPane()
334 m_pUserPane = [[NSView alloc] initWithFrame:minRect]; in createUserPane()
378 [m_pUserPane addSubview:textField]; in createUserPane()
436 [m_pUserPane addSubview:pControl]; in createUserPane()
465 [m_pUserPane setFrame:upRect]; in createUserPane()
805 if (nil == m_pUserPane) { in layoutControls()
817 NSRect userPaneRect = [m_pUserPane frame]; in layoutControls()
H A DControlHelper.hxx100 return m_pUserPane; in getUserPane()
132 NSView* m_pUserPane; member in ControlHelper

Completed in 40 milliseconds