Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/toolpanel/
H A Dtablayouter.cxx167 Rectangle TabDeckLayouter::Layout( const Rectangle& i_rDeckPlayground ) in Layout() argument
170 return i_rDeckPlayground; in Layout()
175 Size aTabBarSize = ( aPreferredSize.Width() < i_rDeckPlayground.GetWidth() ) in Layout()
178 aTabBarSize.Height() = i_rDeckPlayground.GetHeight(); in Layout()
180 Rectangle aPanelRect( i_rDeckPlayground ); in Layout()
199 Size aTabBarSize = ( aPreferredSize.Height() < i_rDeckPlayground.GetHeight() ) in Layout()
202 aTabBarSize.Width() = i_rDeckPlayground.GetWidth(); in Layout()
204 Rectangle aPanelRect( i_rDeckPlayground ); in Layout()
H A Ddrawerlayouter.cxx70 Rectangle DrawerDeckLayouter::Layout( const Rectangle& i_rDeckPlayground ) in IMPLEMENT_IREFERENCE()
74 return i_rDeckPlayground; in IMPLEMENT_IREFERENCE()
76 const int nWidth( i_rDeckPlayground.GetWidth() ); in IMPLEMENT_IREFERENCE()
83 Point aUpperDrawerPos( i_rDeckPlayground.TopLeft() ); in IMPLEMENT_IREFERENCE()
94 Point aLowerDrawerPos( i_rDeckPlayground.BottomLeft() ); in IMPLEMENT_IREFERENCE()
/aoo4110/main/svtools/inc/svtools/toolpanel/
H A Ddecklayouter.hxx58 virtual ::Rectangle Layout( const ::Rectangle& i_rDeckPlayground ) = 0;
H A Dtablayouter.hxx88 virtual Rectangle Layout( const Rectangle& i_rDeckPlayground );
H A Ddrawerlayouter.hxx63 virtual Rectangle Layout( const Rectangle& i_rDeckPlayground );

Completed in 17 milliseconds