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.115 FrameBorder maBottom; /// All data of bottom frame border.116 FrameBorder maHor; /// All data of inner horizontal frame border.117 FrameBorder maVer; /// All data of inner vertical frame border.118 FrameBorder maTLBR; /// All data of top-left to bottom-right frame border.[all …]
92 static const FrameBorder OBJ_FRAMEBORDER_NONE( FRAMEBORDER_NONE );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()189 void FrameBorder::MergeFocusToPolyPolygon( PolyPolygon& rPPoly ) const in MergeFocusToPolyPolygon()194 void FrameBorder::AddClickRect( const Rectangle& rRect ) in AddClickRect()199 bool FrameBorder::ContainsClickPoint( const Point& rPos ) const in ContainsClickPoint()204 void FrameBorder::MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const in MergeClickAreaToPolyPolygon()[all …]
44 public class FrameBorder { class