Home
last modified time | relevance | path

Searched refs:NextVisible (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx632 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in SetCursor()
852 pEntry = (SvLBoxEntry*)(pView->NextVisible( pCursor )); in MakePointVisible()
942 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in Paint()
960 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in Paint()
1048 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in RepaintSelectionItems()
1150 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in DrawNet()
2877 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in SetAnchorSelection()
2890 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in SetAnchorSelection()
2899 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in SetAnchorSelection()
2909 pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry )); in SetAnchorSelection()
[all …]
H A Dtreelist.cxx636 pParent = NextVisible( pView, pParent, &nActDepth ); in GetVisibleChildCount()
873 pEntry = NextVisible( pView, pEntry ); in GetVisibleCount()
900 SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pActEntry,sal_uInt16* pAc… in NextVisible() function in SvTreeList
1044 SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry,sal_uInt16& nDelta… in NextVisible() function in SvTreeList
1060 pEntry = NextVisible( pView, pEntry ); in NextVisible()
1114 pActSelEntry = NextVisible( pView, pActSelEntry ); in FirstSelected()
1571 pEntry = NextVisible( pView, pEntry ); in GetEntryAtVisPos()
H A Dsvtreebx.cxx867 pEntry = NextVisible( pEntry ); in KeyInput()
2603 SvLBoxEntry* pNext = (SvLBoxEntry*)NextVisible( pEntry ); in GetNextEntryInView()
/trunk/main/svtools/inc/svtools/
H A Dtreelist.hxx194 SvListEntry* NextVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const;
197 SvListEntry* NextVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16& rDelta ) const;
359 …SvListEntry* NextVisible( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const {return pModel->Nex… in NextVisible() function in SvListView
362 …SvListEntry* NextVisible( SvListEntry* pEntry, sal_uInt16& rDelta ) const { return pModel->NextVis… in NextVisible() function in SvListView
/trunk/main/editeng/source/outliner/
H A Dparalist.hxx50 Paragraph* NextVisible( Paragraph* ) const;
H A Dparalist.cxx158 Paragraph* ParagraphList::NextVisible( Paragraph* pPara ) const in NextVisible() function in ParagraphList
H A Doutlvw.cxx487 p = pParaList->NextVisible( p ); in ImpGetInsertionPara()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx590 for(pEntry=(SvLBoxEntry*)FirstVisible();pEntry;pEntry=(SvLBoxEntry*)NextVisible(pEntry)) in MakeExpanded_Impl()
1243 pEntry = (SvLBoxEntry*)aFmtLb.NextVisible( pEntry ); in SelectStyle()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1710 pNext = dynamic_cast<SvLBoxEntry*>(NextVisible(pEntry, &nDepth)); in GetDropTarget()

Completed in 76 milliseconds