Home
last modified time | relevance | path

Searched refs:mnSeparatorPos (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx558 mnSeparatorPos = LISTBOX_ENTRY_NOTFOUND; in ImplListBoxWindow()
1934 if ( ( mnSeparatorPos != LISTBOX_ENTRY_NOTFOUND ) && in DrawEntry()
1935 ( ( nPos == mnSeparatorPos ) || ( nPos == mnSeparatorPos+1 ) ) ) in DrawEntry()
1940 if ( nPos == mnSeparatorPos ) in DrawEntry()
/trunk/main/vcl/inc/
H A Dilstbox.hxx214 sal_uInt16 mnSeparatorPos; // Separator member in ImplListBoxWindow
325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos()
326 sal_uInt16 GetSeparatorPos() const { return mnSeparatorPos; } in GetSeparatorPos()

Completed in 62 milliseconds