Searched refs:maTLBR (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | frmsel.cxx | 251 maTLBR( FRAMEBORDER_TLBR ), in FrameSelectorImpl() 275 maAllBorders[ GetIndexFromFrameBorderType( FRAMEBORDER_TLBR ) ] = &maTLBR; in FrameSelectorImpl() 291 …maTLBR.SetKeyboardNeighbors( FRAMEBORDER_LEFT, FRAMEBORDER_VER, FRAMEBORDER_TOP, FRAMEBORDER_… in FrameSelectorImpl() 319 mbTLBR = maTLBR.IsEnabled(); in Initialize() 430 …maTLBR.AddFocusPolygon( Polygon( static_cast< sal_uInt16 >( aFocusVec.size() ), &aFocusVec[ 0 ] ) … in InitBorderGeometry() 485 maTLBR.AddClickRect( Rectangle( aRect.TopLeft(), aMid ) ); in InitBorderGeometry() 486 maTLBR.AddClickRect( Rectangle( aMid + Point( 1, 1 ), aRect.BottomRight() ) ); in InitBorderGeometry() 492 maTLBR.AddClickRect( aMidRect ); in InitBorderGeometry() 497 maTLBR.AddClickRect( aRect ); in InitBorderGeometry() 649 maArray.SetCellStyleDiag( nCol, nRow, maTLBR.GetUIStyle(), maBLTR.GetUIStyle() ); in DrawAllFrameBorders() [all …]
|
H A D | framelinkarray.cxx | 61 std::swap( maTLBR, maBLTR ); in MirrorSelfX() 64 maTLBR.MirrorSelf(); in MirrorSelfX() 80 std::swap( maTLBR, maBLTR ); in MirrorSelfY() 439 CELLACC( nCol, nRow ).maTLBR = rStyle; in SetCellStyleTLBR() 452 rCell.maTLBR = rTLBR; in SetCellStyleDiag() 570 return bSimple ? CELL( nCol, nRow ).maTLBR : in GetCellStyleTLBR() 571 (mxImpl->IsInClipRange( nCol, nRow ) ? ORIGCELL( nCol, nRow ).maTLBR : OBJ_STYLE_NONE); in GetCellStyleTLBR() 589 CELL( nFirstCol, nFirstRow ).maTLBR : OBJ_STYLE_NONE; in GetCellStyleTL() 601 …GetMergedFirstCol( nCol, nRow ), mxImpl->GetMergedFirstRow( nCol, nRow ) ).maTLBR : OBJ_STYLE_NONE; in GetCellStyleBR()
|
H A D | framelink.cxx | 176 DiagBorderResult maTLBR; /// Result for top-left to bottom-right frame border. member 723 lclLinkTLBRFrameBorder( rResult.maTLBR, rTLBR, rTLFromB, rTLFromR, rBRFromT, rBRFromL ); in lclLinkDiagFrameBorders() 1186 …lclDrawDiagFrameBorder( rDev, rRect, true, rTLBR, rResult.maTLBR, rBLTR, pForceColor, bDiagDblClip… in lclDrawDiagFrameBorders()
|
/aoo4110/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 118 FrameBorder maTLBR; /// All data of top-left to bottom-right frame border. member
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 46 Style maTLBR; member
|
Completed in 42 milliseconds