Bugzilla – Attachment 166607 Details for
Bug 137614
EDITING Mark Invalid Data circles only the top left cell of merged cells
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suggestion
tdf137614.patch (text/plain), 860 bytes, created by
Regina Henschel
on 2020-10-21 23:37:04 UTC
(
hide
)
Description:
Suggestion
Filename:
MIME Type:
Creator:
Regina Henschel
Created:
2020-10-21 23:37:04 UTC
Size:
860 bytes
patch
obsolete
>--- drwlayer.cxx 2020-10-22 01:31:22.960356900 +0200 >+++ drwlayer_new.cxx 2020-10-22 01:33:59.032916700 +0200 >@@ -820,15 +820,7 @@ > // Validation circle for detective. > rData.setShapeRect(GetDocument(), pObj->GetLogicRect()); > >- Point aPos( pDoc->GetColOffset( nCol1, nTab1 ), pDoc->GetRowOffset( nRow1, nTab1 ) ); >- aPos.setX(TwipsToHmm( aPos.X() )); >- aPos.setY(TwipsToHmm( aPos.Y() )); >- >- // Calculations and values as in detfunc.cxx >- >- Size aSize( TwipsToHmm( pDoc->GetColWidth( nCol1, nTab1) ), >- TwipsToHmm( pDoc->GetRowHeight( nRow1, nTab1) ) ); >- tools::Rectangle aRect( aPos, aSize ); >+ tools::Rectangle aRect = GetCellRect(*GetDocument(), rData.maStart, true); > aRect.AdjustLeft( -250 ); > aRect.AdjustRight(250 ); > aRect.AdjustTop( -70 );
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 137614
:
166532
|
166533
|
166534
|
166535
| 166607