Searched refs:maBLTR (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svx/source/dialog/ |
H A D | frmsel.cxx | 252 maBLTR( FRAMEBORDER_BLTR ), in FrameSelectorImpl() 276 maAllBorders[ GetIndexFromFrameBorderType( FRAMEBORDER_BLTR ) ] = &maBLTR; in FrameSelectorImpl() 292 …maBLTR.SetKeyboardNeighbors( FRAMEBORDER_VER, FRAMEBORDER_RIGHT, FRAMEBORDER_HOR, FRAMEBORDER_… in FrameSelectorImpl() 320 mbBLTR = maBLTR.IsEnabled(); in Initialize() 439 …maBLTR.AddFocusPolygon( Polygon( static_cast< sal_uInt16 >( aFocusVec.size() ), &aFocusVec[ 0 ] ) … in InitBorderGeometry() 487 … maBLTR.AddClickRect( Rectangle( aRect.Left(), aMid.Y() + 1, aMid.X(), aRect.Bottom() ) ); in InitBorderGeometry() 488 … maBLTR.AddClickRect( Rectangle( aMid.X() + 1, aRect.Top(), aRect.Right(), aMid.Y() ) ); in InitBorderGeometry() 493 maBLTR.AddClickRect( aMidRect ); in InitBorderGeometry() 499 maBLTR.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() 65 maBLTR.MirrorSelf(); in MirrorSelfX() 80 std::swap( maTLBR, maBLTR ); in MirrorSelfY() 445 CELLACC( nCol, nRow ).maBLTR = rStyle; in SetCellStyleBLTR() 453 rCell.maBLTR = rBLTR; in SetCellStyleDiag() 576 return bSimple ? CELL( nCol, nRow ).maBLTR : in GetCellStyleBLTR() 577 (mxImpl->IsInClipRange( nCol, nRow ) ? ORIGCELL( nCol, nRow ).maBLTR : OBJ_STYLE_NONE); in GetCellStyleBLTR() 613 CELL( nFirstCol, mxImpl->GetMergedFirstRow( nCol, nRow ) ).maBLTR : OBJ_STYLE_NONE; in GetCellStyleBL() 625 CELL( mxImpl->GetMergedFirstCol( nCol, nRow ), nFirstRow ).maBLTR : OBJ_STYLE_NONE; in GetCellStyleTR()
|
H A D | framelink.cxx | 177 DiagBorderResult maBLTR; /// Result for bottom-left to top-right frame border. member 724 lclLinkBLTRFrameBorder( rResult.maBLTR, rBLTR, rBLFromT, rBLFromR, rTRFromB, rTRFromL ); in lclLinkDiagFrameBorders() 1184 …lclDrawDiagFrameBorder( rDev, rRect, false, rBLTR, rResult.maBLTR, rTLBR, pForceColor, bDiagDblCli… in lclDrawDiagFrameBorders() 1188 …lclDrawDiagFrameBorder( rDev, rRect, false, rBLTR, rResult.maBLTR, rTLBR, pForceColor, bDiagDblCli… in lclDrawDiagFrameBorders()
|
/aoo4110/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 119 FrameBorder maBLTR; /// All data of bottom-left to top-right frame border. member
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 47 Style maBLTR; member
|
Completed in 62 milliseconds