|
LibreOffice Module svtools (master) 1
|
Public Member Functions | |
| ImplTabBarItem (sal_uInt16 nItemId, OUString aText, TabBarPageBits nPageBits) | |
| bool | IsDefaultTabBgColor () const |
| bool | IsSelected (ImplTabBarItem const *pCurItem) const |
| OUString const & | GetRenderText () const |
Public Attributes | |
| sal_uInt16 | mnId |
| TabBarPageBits | mnBits |
| OUString | maText |
| OUString | maHelpText |
| OUString | maAuxiliaryText |
| tools::Rectangle | maRect |
| tools::Long | mnWidth |
| OString | maHelpId |
| bool | mbShort: 1 |
| bool | mbSelect: 1 |
| bool | mbProtect: 1 |
| Color | maTabBgColor |
| Color | maTabTextColor |
Definition at line 200 of file tabbar.cxx.
|
inline |
Definition at line 216 of file tabbar.cxx.
References COL_AUTO().
|
inline |
|
inline |
Definition at line 229 of file tabbar.cxx.
References COL_AUTO(), and maTabBgColor.
Referenced by TabBar::Paint().
|
inline |
| OUString ImplTabBarItem::maAuxiliaryText |
Definition at line 206 of file tabbar.cxx.
| OString ImplTabBarItem::maHelpId |
Definition at line 209 of file tabbar.cxx.
| OUString ImplTabBarItem::maHelpText |
Definition at line 205 of file tabbar.cxx.
| tools::Rectangle ImplTabBarItem::maRect |
Definition at line 207 of file tabbar.cxx.
Referenced by TabBar::ImplGetLastTabBarItem(), TabBar::Paint(), and TabBar::SetCurPageId().
| Color ImplTabBarItem::maTabBgColor |
Definition at line 213 of file tabbar.cxx.
Referenced by IsDefaultTabBgColor(), and TabBar::Paint().
| Color ImplTabBarItem::maTabTextColor |
Definition at line 214 of file tabbar.cxx.
Referenced by TabBar::Paint().
| OUString ImplTabBarItem::maText |
Definition at line 204 of file tabbar.cxx.
Referenced by GetRenderText().
| bool ImplTabBarItem::mbProtect |
Definition at line 212 of file tabbar.cxx.
Referenced by TabBar::Paint().
| bool ImplTabBarItem::mbSelect |
Definition at line 211 of file tabbar.cxx.
Referenced by IsSelected(), and TabBar::SetCurPageId().
| bool ImplTabBarItem::mbShort |
Definition at line 210 of file tabbar.cxx.
Referenced by TabBar::Paint().
| TabBarPageBits ImplTabBarItem::mnBits |
Definition at line 203 of file tabbar.cxx.
Referenced by TabBar::Paint().
| sal_uInt16 ImplTabBarItem::mnId |
Definition at line 202 of file tabbar.cxx.
Referenced by TabBar::Paint().
| tools::Long ImplTabBarItem::mnWidth |
Definition at line 208 of file tabbar.cxx.