Lines Matching refs:m_pWin
282 m_pWin = new OAppBorderWindow(this,_ePreviewMode); in OApplicationView()
283 m_pWin->SetUniqueId(UID_APP_VIEW_BORDER_WIN); in OApplicationView()
284 m_pWin->Show(); in OApplicationView()
296 m_pWin->Hide(); in ~OApplicationView()
297 ::std::auto_ptr<Window> aTemp(m_pWin); in ~OApplicationView()
298 m_pWin = NULL; in ~OApplicationView()
304 if ( m_pWin && m_pWin->getPanel() ) in createIconAutoMnemonics()
305 m_pWin->getPanel()->createIconAutoMnemonics( _rMnemonics ); in createIconAutoMnemonics()
311 if ( m_pWin && m_pWin->getDetailView() ) in setTaskExternalMnemonics()
312 m_pWin->getDetailView()->setTaskExternalMnemonics( _rMnemonics ); in setTaskExternalMnemonics()
333 if ( m_pWin && !_rPlayground.IsEmpty() ) in resizeDocumentView()
340 m_pWin->SetPosSizePixel(_rPlayground.TopLeft() , _rPlayground.GetSize() ); in resizeDocumentView()
352 if( m_pWin && getPanel() && getPanel()->HasChildPathFocus() ) in PreNotify()
354 else if ( m_pWin && getDetailView() && getDetailView()->HasChildPathFocus() ) in PreNotify()
426 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getQualifiedName()
432 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isLeaf()
438 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isALeafSelected()
444 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in selectAll()
450 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isSortUp()
456 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in sortDown()
462 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in sortUp()
468 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isFilled()
474 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in getElementType()
480 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getSelectionCount()
486 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getElementCount()
492 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getSelectionElementNames()
498 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in describeCurrentSelectionForControl()
504 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in describeCurrentSelectionForType()
510 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in selectElements()
516 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in elementAdded()
522 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in elementRemoved()
530 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in elementReplaced()
536 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in clearPages()
543 OSL_ENSURE(m_pWin && getPanel(),"Detail view is NULL! -> GPF"); in selectContainer()
550 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getEntry()
556 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getPreviewMode()
562 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isPreviewEnabled()
568 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in switchPreview()
574 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in showPreview()
585 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in showPreview()
620 if ( m_eChildFocus == NONE && m_pWin ) in GetFocus()
622 m_pWin->GrabFocus(); in GetFocus()
628 if ( m_pWin && getDetailView() ) in _disposing()