Lines Matching refs:ToolBox

57     ToolBox*    mpTargetBox;
64 ToolBoxCustomizeEvent( ToolBox* pDropBox,
68 ToolBox* GetTargetBox() const { return mpTargetBox; } in GetTargetBox()
83 inline ToolBoxCustomizeEvent::ToolBoxCustomizeEvent( ToolBox* pDropBox, in ToolBoxCustomizeEvent()
162 class VCL_DLLPUBLIC ToolBox : public DockingWindow class
296 DECL_DLLPRIVATE_LINK( ImplDropdownLongClickHdl, ToolBox* );
300 SAL_DLLPRIVATE ToolBox (const ToolBox &);
301 SAL_DLLPRIVATE ToolBox& operator= (const ToolBox &);
308 static SAL_DLLPRIVATE int ImplGetDragWidth( ToolBox* pThis );
309 static SAL_DLLPRIVATE void ImplUpdateDragArea( ToolBox *pThis );
311 long& rRight, long& rBottom, const ToolBox *pThis );
312 static SAL_DLLPRIVATE void ImplDrawGrip( ToolBox* pThis );
313 …static SAL_DLLPRIVATE void ImplDrawGradientBackground( ToolBox* pThis, ImplDockingWindowWrapper *p…
314 … static SAL_DLLPRIVATE sal_Bool ImplDrawNativeBackground( ToolBox* pThis, const Region &rRegion );
315 … static SAL_DLLPRIVATE void ImplDrawTransparentBackground( ToolBox* pThis, const Region &rRegion );
316 …static SAL_DLLPRIVATE void ImplDrawConstantBackground( ToolBox* pThis, const Region &rRegion, sal_…
317 static SAL_DLLPRIVATE void ImplDrawBackground( ToolBox* pThis, const Rectangle &rRect );
318 …static SAL_DLLPRIVATE void ImplErase( ToolBox* pThis, const Rectangle &rRect, sal_Bool bHighlight …
319 static SAL_DLLPRIVATE void ImplDrawBorder( ToolBox* pWin );
320 static SAL_DLLPRIVATE const ImplToolItem *ImplGetFirstClippedItem( const ToolBox* pThis );
321 …static SAL_DLLPRIVATE Size ImplCalcSize( const ToolBox* pThis, sal_uInt16 nCalcLines, sal_uInt16 n…
322 static SAL_DLLPRIVATE void ImplCalcFloatSizes( ToolBox* pThis );
323 static SAL_DLLPRIVATE Size ImplCalcFloatSize( ToolBox* pThis, sal_uInt16& rLines );
324 …static SAL_DLLPRIVATE void ImplCalcMinMaxFloatSize( ToolBox* pThis, Size& rMinSize, Size& rMaxSize…
325 static SAL_DLLPRIVATE void ImplSetMinMaxFloatSize( ToolBox *pThis );
326 static SAL_DLLPRIVATE sal_uInt16 ImplCalcLines( ToolBox* pThis, long nToolSize );
327 static SAL_DLLPRIVATE sal_uInt16 ImplTestLineSize( ToolBox* pThis, const Point& rPos );
328 …static SAL_DLLPRIVATE void ImplLineSizing( ToolBox* pThis, const Point& rPos, Rectangle& rRect, sa…
329 static SAL_DLLPRIVATE sal_uInt16 ImplFindItemPos( ToolBox* pBox, const Point& rPos );
331 …static SAL_DLLPRIVATE void ImplDrawToolArrow( ToolBox* pBox, long nX, long nY, sal_Bool bBlack, sa…
334 static SAL_DLLPRIVATE void SetToolArrowClipregion( ToolBox* pBox, long nX, long nY,
337 static SAL_DLLPRIVATE void ImplDrawMenubutton( ToolBox *pThis, sal_Bool bHighlight );
338 static SAL_DLLPRIVATE sal_uInt16 ImplCountLineBreaks( const ToolBox *pThis );
346 ToolBox( Window* pParent, WinBits nStyle = 0 );
347 ToolBox( Window* pParent, const ResId& rResId );
348 ~ToolBox();
405 void CopyItem( const ToolBox& rToolBox, sal_uInt16 nItemId,
407 void CopyItems( const ToolBox& rToolBox );
641 inline void ToolBox::CheckItem( sal_uInt16 nItemId, sal_Bool bCheck ) in CheckItem()
646 inline sal_Bool ToolBox::IsItemChecked( sal_uInt16 nItemId ) const in IsItemChecked()
651 inline Size ToolBox::CalcWindowSizePixel() const in CalcWindowSizePixel()
656 inline Rectangle ToolBox::GetScrollRect() const in GetScrollRect()
661 inline void ToolBox::SetDockingRects( const Rectangle& rOutRect, in SetDockingRects()
668 inline void ToolBox::SetFloatingLines( sal_uInt16 nNewLines ) in SetFloatingLines()
673 inline sal_uInt16 ToolBox::GetFloatingLines() const in GetFloatingLines()