Kaydet (Commit) e66d7dbb authored tarafından Noel Grandin's avatar Noel Grandin

improve field names in CellAppearancePropertyPanel

to make the code easier to read

Change-Id: I8f5cb13c017e00f3a0b992be1e03acbce9f61769
Reviewed-on: https://gerrit.libreoffice.org/52492Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 89b671c4
...@@ -99,15 +99,15 @@ private: ...@@ -99,15 +99,15 @@ private:
Image maIMGLineStyle9; Image maIMGLineStyle9;
// BorderStyle defines // BorderStyle defines
sal_uInt16 mnIn; sal_uInt16 mnInWidth;
sal_uInt16 mnOut; sal_uInt16 mnOutWidth;
sal_uInt16 mnDis; sal_uInt16 mnDistance;
sal_uInt16 mnTLBRIn; sal_uInt16 mnDiagTLBRInWidth;
sal_uInt16 mnTLBROut; sal_uInt16 mnDiagTLBROutWidth;
sal_uInt16 mnTLBRDis; sal_uInt16 mnDiagTLBRDistance;
sal_uInt16 mnBLTRIn; sal_uInt16 mnDiagBLTRInWidth;
sal_uInt16 mnBLTROut; sal_uInt16 mnDiagBLTROutWidth;
sal_uInt16 mnBLTRDis; sal_uInt16 mnDiagBLTRDistance;
bool mbBorderStyleAvailable : 1; bool mbBorderStyleAvailable : 1;
...@@ -122,8 +122,8 @@ private: ...@@ -122,8 +122,8 @@ private:
bool mbOuterBorder : 1; // mbLeft || mbRight || mbTop || mbBottom bool mbOuterBorder : 1; // mbLeft || mbRight || mbTop || mbBottom
bool mbInnerBorder : 1; // mbVer || mbHor || bLeft || bRight || bTop || bBottom bool mbInnerBorder : 1; // mbVer || mbHor || bLeft || bRight || bTop || bBottom
bool mbTLBR : 1; bool mbDiagTLBR : 1;
bool mbBLTR : 1; bool mbDiagBLTR : 1;
// popups // popups
VclPtr<CellLineStylePopup> mxCellLineStylePopup; VclPtr<CellLineStylePopup> mxCellLineStylePopup;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment