Lines Matching refs:FuFormatPaintBrush
58 TYPEINIT1( FuFormatPaintBrush, FuText );
60 FuFormatPaintBrush::FuFormatPaintBrush( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, … in FuFormatPaintBrush() function in sd::FuFormatPaintBrush
67 FunctionReference FuFormatPaintBrush::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* p… in Create()
69 FunctionReference xFunc( new FuFormatPaintBrush( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
74 void FuFormatPaintBrush::DoExecute( SfxRequest& rReq ) in DoExecute()
88 void FuFormatPaintBrush::implcancel() in implcancel()
104 sal_Bool FuFormatPaintBrush::MouseButtonDown(const MouseEvent& rMEvt) in MouseButtonDown()
160 sal_Bool FuFormatPaintBrush::MouseMove(const MouseEvent& rMEvt) in MouseMove()
186 sal_Bool FuFormatPaintBrush::MouseButtonUp(const MouseEvent& rMEvt) in MouseButtonUp()
215 sal_Bool FuFormatPaintBrush::KeyInput(const KeyEvent& rKEvt) in KeyInput()
225 void FuFormatPaintBrush::Activate() in Activate()
235 void FuFormatPaintBrush::Deactivate() in Deactivate()
244 bool FuFormatPaintBrush::HasContentForThisType( sal_uInt32 nObjectInventor, sal_uInt16 nObjectIdent… in HasContentForThisType()
253 void FuFormatPaintBrush::Paste( bool bNoCharacterFormats, bool bNoParagraphFormats ) in Paste()
276 /* static */ void FuFormatPaintBrush::GetMenuState( DrawViewShell& rDrawViewShell, SfxItemSet &rSet… in GetMenuState()