summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2018-11-08 10:38:07 +0530
committerDennis Francis <dennis.francis@collabora.com>2018-11-14 15:50:26 +0100
commit1fb3d85aa855f57c3a4b32819d0acd9a378bd97c (patch)
treec509d32f0e5d625d0a7e99dcbcc0bd85f97362cd /vcl
parent7374b8aceba8e7f6a89982844bcdc3a861bf0b49 (diff)
Reorder ScFormulaCell members
When evaluating/getting result from a formulacell(which has been evaluated before), first bDirty/bTableOpDirty are accessed from MaybeInterpret()/NeedsInterpret(), then aResult is accessed, so it makes sense to put the first 7 bools(with bDirty/bTableOpDirty) in the beginning, then aResult, then rest of bools and other remaining members. The expectation is that when bDirty is accessed in NeedsInterpret(), the relevant contents of aResult is also fetched to cache and remains there till aResult is needed. Change-Id: Ide0d1e809ca045ef347520f26c4d3ab9faa994bb Reviewed-on: https://gerrit.libreoffice.org/63065 Tested-by: Jenkins Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
Diffstat (limited to 'vcl')
0 files changed, 0 insertions, 0 deletions