Lines Matching refs:find

212     SvLBoxEntry* find(const uno::Reference< uno::XInterface >& _xContent);
493 SvLBoxEntry* pEntry = find(xSelection); in _selectionChanged()
508 SvLBoxEntry* pEntry = find(*pIter); in _selectionChanged()
550 m_pMasterReport = find(_xSection->getReportDefinition()); in traverseSection()
568 SvLBoxEntry* NavigatorTree::find(const uno::Reference< uno::XInterface >& _xContent) in find() function in rptui::NavigatorTree
598 SvLBoxEntry* pReport = find(_xFunctions->getParent()); in traverseReportFunctions()
604 SvLBoxEntry* pReport = find(_xSection->getReportDefinition()); in traverseReportHeader()
610 SvLBoxEntry* pReport = find(_xSection->getReportDefinition()); in traverseReportFooter()
616 SvLBoxEntry* pReport = find(_xSection->getReportDefinition()); in traversePageHeader()
622 SvLBoxEntry* pReport = find(_xSection->getReportDefinition()); in traversePageFooter()
628 SvLBoxEntry* pReport = find(_xGroups->getReportDefinition()); in traverseGroups()
635 SvLBoxEntry* pGroups = find(xGroups); in traverseGroup()
642 SvLBoxEntry* pGroup = find(_xFunctions->getParent()); in traverseGroupFunctions()
648 SvLBoxEntry* pGroup = find(_xSection->getGroup()); in traverseGroupHeader()
655 SvLBoxEntry* pGroup = find(_xSection->getGroup()); in traverseGroupFooter()
663 SvLBoxEntry* pParent = find(xReport); in traverseDetail()
676 SvLBoxEntry* pParent = find(xReport); in _propertyChanged()
699 SvLBoxEntry* pEntry = find(_rEvent.Source); in _elementInserted()
730 SvLBoxEntry* pEntry = find(xProp); in _elementRemoved()
744 SvLBoxEntry* pEntry = find(xProp); in _elementReplaced()
758 removeEntry(find(_rSource.Source)); in _disposing()
825 SvLBoxEntry* pEntry = m_pTree->find(_rEvent.Source); in _propertyChanged()
911 m_pNavigatorTree->Expand(m_pNavigatorTree->find(m_xReport)); in ONavigatorImpl()