Home
last modified time | relevance | path

Searched refs:FrameBorder (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svx/source/inc/
H A Dfrmselimpl.hxx39 class FrameBorder class
42 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 …]
/AOO42X/main/svx/source/dialog/
H A Dfrmsel.cxx92 static const FrameBorder OBJ_FRAMEBORDER_NONE( FRAMEBORDER_NONE );
134 FrameBorder::FrameBorder( FrameBorderType eType ) : in FrameBorder() function in svx::FrameBorder
146 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 …]
/AOO42X/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBorder.java44 public class FrameBorder { class