Lines Matching refs:SvLBoxEntry

184SvLBoxEntry* lcl_findEntry_impl(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _p…  in lcl_findEntry_impl()
186 SvLBoxEntry* pReturn = NULL; in lcl_findEntry_impl()
190 SvLBoxEntry* pEntry = _pFirst; in lcl_findEntry_impl()
211SvLBoxEntry* lcl_findEntry(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _pFirst) in lcl_findEntry()
421 SvLBoxEntry* pEntry = rTree.FirstSelected(); in getSelectionElementNames()
433 SvLBoxEntry* pParent = rTree.GetParent(pEntry); in getSelectionElementNames()
473 SvLBoxEntry* pEntry = pList->FirstSelected(); in describeCurrentSelectionForType()
494 SvLBoxEntry* pParent = pList->GetParent(pEntry); in describeCurrentSelectionForType()
542 SvLBoxEntry* pEntry = rTree.GetEntryPosByName(*pIter); in selectElements()
549 ::rtl::OUString OAppDetailPageHelper::getQualifiedName( SvLBoxEntry* _pEntry ) const in getQualifiedName()
560 SvLBoxEntry* pEntry = _pEntry; in getQualifiedName()
575 SvLBoxEntry* pParent = rTree.GetParent(pEntry); in getQualifiedName()
599 SvLBoxEntry* pEntry = rTree.FirstSelected(); in getSelectionCount()
649 bool OAppDetailPageHelper::isLeaf(SvLBoxEntry* _pEntry) const in isLeaf()
673 SvLBoxEntry* pEntry = rTree.FirstSelected( ); in isALeafSelected()
683 SvLBoxEntry* OAppDetailPageHelper::getEntry( const Point& _aPosPixel) const in getEntry()
685 SvLBoxEntry* pReturn = NULL; in getEntry()
718 SvLBoxEntry* pEntry = m_pLists[E_TABLE]->First(); in createTablesPage()
835 … const sal_uInt16 _nImageId, const sal_uInt16 _nHighContrastImageId, SvLBoxEntry* _pParent ) in fillNames()
854 SvLBoxEntry* pEntry = NULL; in fillNames()
941 SvLBoxEntry* pEntry = NULL; in elementReplaced()
967 SvLBoxEntry* OAppDetailPageHelper::elementAdded(ElementType _eType,const ::rtl::OUString& _rName, c… in elementAdded()
969 SvLBoxEntry* pRet = NULL; in elementAdded()
978 SvLBoxEntry* pEntry = NULL; in elementAdded()
1029 SvLBoxEntry* pEntry = lcl_findEntry_impl(*pTreeView,_rName,pTreeView->First()); in elementRemoved()
1039 SvLBoxEntry* pEntry = lcl_findEntry(*pTreeView,_rName,pTreeView->First()); in elementRemoved()