Lines Matching refs:SvLBoxEntry

156     SvLBoxEntry*                                                                m_pMasterReport;
157 SvLBoxEntry* m_pDragedEntry;
162SvLBoxEntry* insertEntry(const ::rtl::OUString& _sName,SvLBoxEntry* _pParent,sal_uInt16 _nImageId,…
163 …void traverseSection(const uno::Reference< report::XSection>& _xSection,SvLBoxEntry* _pParent,sal_…
164 …void traverseFunctions(const uno::Reference< report::XFunctions>& _xFunctions,SvLBoxEntry* _pParen…
212 SvLBoxEntry* find(const uno::Reference< uno::XInterface >& _xContent);
213 void removeEntry(SvLBoxEntry* _pEntry,bool _bRemove = true);
267 SvLBoxEntry* pCurrent = First(); in ~NavigatorTree()
286 SvLBoxEntry* ptClickedOn = NULL; in Command()
387 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()
439 SvLBoxEntry* pToExpand = GetEntry(m_aTimerTriggered); in IMPL_LINK()
472 SvLBoxEntry* pEntry = GetCurEntry();
493 SvLBoxEntry* pEntry = find(xSelection); in _selectionChanged()
508 SvLBoxEntry* pEntry = find(*pIter); in _selectionChanged()
519 SvLBoxEntry* NavigatorTree::insertEntry(const ::rtl::OUString& _sName,SvLBoxEntry* _pParent,sal_uIn… in insertEntry()
521 SvLBoxEntry* pEntry = NULL; in insertEntry()
538 void NavigatorTree::traverseSection(const uno::Reference< report::XSection>& _xSection,SvLBoxEntry*… in traverseSection()
540SvLBoxEntry* pSection = insertEntry(_xSection->getName(),_pParent,_nImageId,_nPosition,new UserDat… in traverseSection()
557 …ee::traverseFunctions(const uno::Reference< report::XFunctions>& _xFunctions,SvLBoxEntry* _pParent) in traverseFunctions()
559SvLBoxEntry* pFunctions = insertEntry(String(ModuleRes(RID_STR_FUNCTIONS)),_pParent,SID_RPT_NEW_FU… in traverseFunctions()
568 SvLBoxEntry* NavigatorTree::find(const uno::Reference< uno::XInterface >& _xContent) in find()
570 SvLBoxEntry* pRet = NULL; in find()
573 SvLBoxEntry* pCurrent = First(); in find()
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()
735 SvLBoxEntry* pParent = GetParent(pEntry); in _elementRemoved()
744 SvLBoxEntry* pEntry = find(xProp); in _elementReplaced()
761 void NavigatorTree::removeEntry(SvLBoxEntry* _pEntry,bool _bRemove) in removeEntry()
765 SvLBoxEntry* pChild = FirstChild(_pEntry); in removeEntry()
825 SvLBoxEntry* pEntry = m_pTree->find(_rEvent.Source); in _propertyChanged()