Searched refs:FrameBorder (Results 1 – 3 of 3) sorted by relevance
39 class FrameBorder class42 explicit FrameBorder( FrameBorderType eType );93 typedef std::vector< FrameBorder* > FrameBorderPtrVec;112 FrameBorder maLeft; /// All data of left frame border.113 FrameBorder maRight; /// All data of right frame border.114 FrameBorder maTop; /// All data of top frame border.173 const FrameBorder& GetBorder( FrameBorderType eBorder ) const;175 FrameBorder& GetBorderAccess( FrameBorderType eBorder );183 void DrawArrows( const FrameBorder& rBorder );217 void ToggleBorderState( FrameBorder& rBorder );[all …]
134 FrameBorder::FrameBorder( FrameBorderType eType ) : in FrameBorder() function in svx::FrameBorder146 void FrameBorder::Enable( FrameSelFlags nFlags ) in Enable()153 void FrameBorder::SetCoreStyle( const SvxBorderLine* pStyle ) in SetCoreStyle()165 void FrameBorder::SetState( FrameBorderState eState ) in SetState()184 void FrameBorder::AddFocusPolygon( const Polygon& rFocus ) in AddFocusPolygon()194 void FrameBorder::AddClickRect( const Rectangle& rRect ) in AddClickRect()199 bool FrameBorder::ContainsClickPoint( const Point& rPos ) const in ContainsClickPoint()209 Rectangle FrameBorder::GetClickBoundRect() const in GetClickBoundRect()214 void FrameBorder::SetKeyboardNeighbors( in SetKeyboardNeighbors()533 return const_cast< FrameBorder& >( GetBorder( eBorder ) ); in GetBorderAccess()[all …]
44 public class FrameBorder { class
Completed in 25 milliseconds