Home
last modified time | relevance | path

Searched refs:ToRelativeLineIndex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dctrl.cxx247 long ControlLayoutData::ToRelativeLineIndex( long nIndex ) const in ToRelativeLineIndex() function in ControlLayoutData
281 long Control::ToRelativeLineIndex( long nIndex ) const in ToRelativeLineIndex() function in Control
285 …return mpControlData->mpLayoutData ? mpControlData->mpLayoutData->ToRelativeLineIndex( nIndex ) : … in ToRelativeLineIndex()
H A Dcombobox.cxx1608 nIndex = ToRelativeLineIndex( nIndex ); in GetIndexForPoint()
H A Dlstbox.cxx832 nIndex = ToRelativeLineIndex( nIndex ); in GetIndexForPoint()
/trunk/main/vcl/inc/vcl/
H A Dcontrollayout.hxx76 long ToRelativeLineIndex( long nIndex ) const;
H A Dctrl.hxx171 long ToRelativeLineIndex( long nIndex ) const;

Completed in 34 milliseconds