Searched refs:m_pPropWin (Results 1 – 2 of 2) sorted by relevance
66 PropBrw* m_pPropWin; member in rptui::OTaskWindow68 OTaskWindow(Window* _pParent) : Window(_pParent),m_pPropWin(NULL){} in OTaskWindow()72 m_pPropWin = _pPropWin; in setPropertyBrowser()78 if ( m_pPropWin && aSize.Height() && aSize.Width() ) in Resize()79 m_pPropWin->SetSizePixel(aSize); in Resize()84 if ( m_pPropWin ) in getMinimumWidth()85 nRet = m_pPropWin->getMinimumSize().Width(); in getMinimumWidth()147 ,m_pPropWin(NULL) in DBG_NAME()194 if ( m_pPropWin ) in ~ODesignView()196 notifySystemWindow(this,m_pPropWin,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); in ~ODesignView()[all …]
75 PropBrw* m_pPropWin; member in rptui::ODesignView