Searched refs:mnSeparatorPos (Results 1 – 2 of 2) sorted by relevance
214 sal_uInt16 mnSeparatorPos; // Separator member in ImplListBoxWindow325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos()326 sal_uInt16 GetSeparatorPos() const { return mnSeparatorPos; } in GetSeparatorPos()
558 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()
Completed in 61 milliseconds