Home
last modified time | relevance | path

Searched refs:GetEntryLine (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svtools/source/contnr/
H A Dsvimpbox.cxx589 InvalidateEntry( GetEntryLine( pEntry ) ); in InvalidateEntry()
601 long nY = GetEntryLine( pCursor ); in RecalcFocusRect()
695 long nY = GetEntryLine( pCursor ); in ShowCursor()
1161 aPos1.Y() = GetEntryLine( pEntry ); in DrawNet()
1165 aPos2.Y() = GetEntryLine( pChild ); in DrawNet()
1516 long nY = GetEntryLine( pEntry ); in IsEntryInView()
1526 long SvImpLBox::GetEntryLine( SvLBoxEntry* pEntry ) const in GetEntryLine() function in SvImpLBox
1569 long nY = GetEntryLine( pEntry ); in EntryExpanded()
1634 long nY = GetEntryLine( pEntry ); in CollapsingEntry()
1698 long nY = GetEntryLine( pEntry ); in EntrySelected()
[all …]
H A Dsvtreebx.cxx1599 long nLine = pImp->GetEntryLine( pEntry ); in GetEntry()
/AOO41X/main/svtools/source/inc/
H A Dsvimpbox.hxx186 long GetEntryLine( SvLBoxEntry* pEntry ) const;
447 return Point( 0, GetEntryLine( pEntry ) ); in GetEntryPosition()
452 long nY = GetEntryLine( pEntry ); in PaintEntry()