Lines Matching refs:getDetailView

253 OApplicationDetailView*	OAppBorderWindow::getDetailView() const  in getDetailView()  function in OAppBorderWindow
311 if ( m_pWin && m_pWin->getDetailView() ) in setTaskExternalMnemonics()
312 m_pWin->getDetailView()->setTaskExternalMnemonics( _rMnemonics ); in setTaskExternalMnemonics()
354 else if ( m_pWin && getDetailView() && getDetailView()->HasChildPathFocus() ) in PreNotify()
368 if ( getDetailView() && getDetailView()->interceptKeyInput( *pKeyEvent ) ) in PreNotify()
381 pTest = getDetailView(); in getActiveChild()
426 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getQualifiedName()
427 return getDetailView()->getQualifiedName( _pEntry ); in getQualifiedName()
432 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isLeaf()
433 return getDetailView()->isLeaf(_pEntry); in isLeaf()
438 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isALeafSelected()
439 return getDetailView()->isALeafSelected(); in isALeafSelected()
444 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in selectAll()
445 getDetailView()->selectAll(); in selectAll()
450 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isSortUp()
451 return getDetailView()->isSortUp(); in isSortUp()
456 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in sortDown()
457 getDetailView()->sortDown(); in sortDown()
462 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in sortUp()
463 getDetailView()->sortUp(); in sortUp()
468 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isFilled()
469 return getDetailView()->isFilled(); in isFilled()
474 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in getElementType()
475 …return getDetailView()->HasChildPathFocus() ? getDetailView()->getElementType() : getPanel()->getE… in getElementType()
480 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getSelectionCount()
481 return getDetailView()->getSelectionCount(); in getSelectionCount()
486 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getElementCount()
487 return getDetailView()->getElementCount(); in getElementCount()
492 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getSelectionElementNames()
493 getDetailView()->getSelectionElementNames( _rNames ); in getSelectionElementNames()
498 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in describeCurrentSelectionForControl()
499 getDetailView()->describeCurrentSelectionForControl( _rControl, _out_rSelectedObjects ); in describeCurrentSelectionForControl()
504 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in describeCurrentSelectionForType()
505 getDetailView()->describeCurrentSelectionForType( _eType, _out_rSelectedObjects ); in describeCurrentSelectionForType()
510 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in selectElements()
511 getDetailView()->selectElements( _aNames ); in selectElements()
516 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in elementAdded()
517 return getDetailView()->elementAdded(eType,_rName,_rObject); in elementAdded()
522 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in elementRemoved()
523 getDetailView()->elementRemoved(eType,_rName); in elementRemoved()
530 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in elementReplaced()
531 getDetailView()->elementReplaced(_eType, _rOldName, _rNewName ); in elementReplaced()
536 OSL_ENSURE(m_pWin && getDetailView() && getPanel(),"Detail view is NULL! -> GPF"); in clearPages()
538 getDetailView()->clearPages(_bTaskAlso); in clearPages()
550 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getEntry()
551 return getDetailView()->getEntry(_aPosPixel); in getEntry()
556 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getPreviewMode()
557 return getDetailView()->getPreviewMode(); in getPreviewMode()
562 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isPreviewEnabled()
563 return getDetailView()->isPreviewEnabled(); in isPreviewEnabled()
568 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in switchPreview()
569 getDetailView()->switchPreview(_eMode); in switchPreview()
574 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in showPreview()
577 getDetailView()->showPreview(_xContent); in showPreview()
585 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in showPreview()
614 getDetailView()->showPreview(_sDataSourceName,_sName,_bTable); in showPreview()
628 if ( m_pWin && getDetailView() ) in _disposing()