/trunk/main/vcl/inc/vcl/ |
H A D | decoview.hxx | 96 void DrawFrame( const Rectangle& rRect, 101 Rectangle DrawFrame( const Rectangle& rRect, sal_uInt16 nStyle = FRAME_DRAW_OUT );
|
/trunk/main/vcl/source/window/ |
H A D | decoview.cxx | 616 void DecorationView::DrawFrame( const Rectangle& rRect, in DrawFrame() function in DecorationView 679 DrawFrame( rRect, aLightColor, aShadowColor ); in DrawHighlightFrame() 966 Rectangle DecorationView::DrawFrame( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawFrame() function in DecorationView
|
H A D | brdwin.cxx | 1209 Rectangle aCalcRect = aDecoView.DrawFrame( aRect, nStyle ); in Init() 1404 aDecoView.DrawFrame( aInRect, nStyle ); in DrawWindow() 1487 Rectangle aCalcRect = aDecoView.DrawFrame( aRect, FRAME_DRAW_DOUBLEOUT | FRAME_DRAW_NODRAW ); in Init() 1679 aInRect = aDecoView.DrawFrame( aInRect, FRAME_DRAW_DOUBLEOUT | FRAME_DRAW_NODRAW); in DrawWindow()
|
H A D | printdlg.cxx | 234 aVw.DrawFrame( aTextRect, FRAME_DRAW_GROUP ); in Paint() 310 aVw.DrawFrame( aFrame, FRAME_DRAW_GROUP ); in Paint() 459 aVw.DrawFrame( Rectangle( Point( 0, 0), aOutSize ), FRAME_DRAW_GROUP ); in Paint() 2646 aDecoView.DrawFrame( aFrameRect ); in Paint()
|
H A D | status.cxx | 507 aDecoView.DrawFrame( aRect, nStyle ); in ImplDrawItem() 660 aDecoView.DrawFrame( maPrgsFrameRect, FRAME_DRAW_IN ); in ImplDrawProgress()
|
H A D | splitwin.cxx | 185 aDecoView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); in ImplDrawBorder()
|
H A D | menu.cxx | 2893 aDecoView.DrawFrame( in ImplPaint()
|
/trunk/main/vcl/source/control/ |
H A D | fixbrd.cxx | 144 aDecoView.DrawFrame( aRect, nBorderStyle ); in ImplDraw()
|
H A D | ctrl.cxx | 434 rRect = aDecoView.DrawFrame( rRect, FRAME_DRAW_WINDOWBORDER ); in ImplDrawFrame()
|
H A D | fixed.cxx | 843 aRect = aDecoView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); in Draw()
|
H A D | button.cxx | 2226 aImageRect = aDecoView.DrawFrame( aImageRect, nButtonStyle ); in ImplDrawRadioButtonState()
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 551 aRect = aView.DrawFrame( aRect, FRAME_DRAW_IN ); in Resize() 593 aView.DrawFrame(aRect, FRAME_DRAW_OUT); in Paint() 597 aRect = aView.DrawFrame( aRect, FRAME_DRAW_IN ); in Paint()
|
/trunk/main/sc/source/ui/inc/ |
H A D | output.hxx | 228 void DrawFrame();
|
/trunk/main/sc/source/ui/view/ |
H A D | printfun.cxx | 580 aOutputData.DrawFrame(); in DrawToDev() 1388 aOutputData.DrawFrame(); in DrawBorder() 1655 aOutputData.DrawFrame(); in PrintArea()
|
H A D | gridwin4.cxx | 745 aOutputData.DrawFrame(); in Draw()
|
H A D | output.cxx | 1129 void ScOutputData::DrawFrame() in DrawFrame() function in ScOutputData
|
/trunk/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 925 maOutRect = aDecoView.DrawFrame( maOutRect, FRAME_HIGHLIGHT_IN ); in Paint()
|
/trunk/main/sfx2/source/dialog/ |
H A D | dockwin.cxx | 1825 aView.DrawFrame( aRect, FRAME_DRAW_OUT ); in Paint()
|
/trunk/main/svtools/source/edit/ |
H A D | svmedit.cxx | 1414 aRect = aDecoView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); in Draw()
|
/trunk/main/svtools/source/control/ |
H A D | valueset.cxx | 249 aRect = aView.DrawFrame( aRect, mnFrameStyle ); in ImplFormatItem()
|