Searched refs:FixedBorder (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/vcl/source/control/ |
| H A D | fixbrd.cxx | 37 void FixedBorder::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit() 49 WinBits FixedBorder::ImplInitStyle( WinBits nStyle ) in ImplInitStyle() 58 void FixedBorder::ImplInitSettings() in ImplInitSettings() 87 FixedBorder::FixedBorder( Window* pParent, WinBits nStyle ) : in FixedBorder() function in FixedBorder 95 FixedBorder::FixedBorder( Window* pParent, const ResId& rResId ) : in FixedBorder() function in FixedBorder 109 FixedBorder::~FixedBorder() in ~FixedBorder() 115 void FixedBorder::ImplDraw( OutputDevice* pDev, sal_uLong nDrawFlags, in ImplDraw() 150 void FixedBorder::Paint( const Rectangle& ) in Paint() 157 void FixedBorder::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() 171 void FixedBorder::Resize() in Resize() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | fixbrd.hxx | 46 class VCL_DLLPUBLIC FixedBorder : public Control class 62 FixedBorder( Window* pParent, WinBits nStyle = 0 ); 63 FixedBorder( Window* pParent, const ResId& rResId ); 64 ~FixedBorder();
|
| /trunk/main/cui/source/inc/ |
| H A D | treeopt.hxx | 182 FixedBorder aHiddenGB;
|