Home
last modified time | relevance | path

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

/aoo4110/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.
173 const FrameBorder& GetBorder( FrameBorderType eBorder ) const;
175 FrameBorder& GetBorderAccess( FrameBorderType eBorder );
183 void DrawArrows( const FrameBorder& rBorder );
217 void ToggleBorderState( FrameBorder& rBorder );
[all …]
/aoo4110/main/svx/source/dialog/
H A Dfrmsel.cxx134 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()
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 …]
/aoo4110/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBorder.java44 public class FrameBorder { class

Completed in 41 milliseconds