Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/sidebar/
H A DPanelTitleBar.cxx103 Rectangle PanelTitleBar::GetTitleArea (const Rectangle& rTitleBarBox) in GetTitleArea() argument
112 rTitleBarBox.Top(), in GetTitleArea()
113 rTitleBarBox.Right(), in GetTitleArea()
114 rTitleBarBox.Bottom()); in GetTitleArea()
117 return rTitleBarBox; in GetTitleArea()
120 void PanelTitleBar::PaintDecoration (const Rectangle& rTitleBarBox) in PaintDecoration() argument
122 (void)rTitleBarBox; in PaintDecoration()
H A DDeckTitleBar.cxx85 Rectangle DeckTitleBar::GetTitleArea (const Rectangle& rTitleBarBox) in GetTitleArea() argument
90 rTitleBarBox.Top(), in GetTitleArea()
91 rTitleBarBox.Right(), in GetTitleArea()
92 rTitleBarBox.Bottom()); in GetTitleArea()
95 void DeckTitleBar::PaintDecoration (const Rectangle& rTitleBarBox) in PaintDecoration() argument
97 (void)rTitleBarBox; in PaintDecoration()
H A DDeckTitleBar.hxx47 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox);
48 virtual void PaintDecoration (const Rectangle& rTitleBarBox);
H A DPanelTitleBar.hxx54 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox);
55 virtual void PaintDecoration (const Rectangle& rTitleBarBox);
H A DTitleBar.hxx62 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox) = 0;
63 virtual void PaintDecoration (const Rectangle& rTitleBarBox) = 0;