<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - EDITING: Data Validity Cell Range not being applied to multiple selected cells"
href="https://bugs.freedesktop.org/show_bug.cgi?id=53920#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - EDITING: Data Validity Cell Range not being applied to multiple selected cells"
href="https://bugs.freedesktop.org/show_bug.cgi?id=53920">bug 53920</a>
from <span class="vcard"><a class="email" href="mailto:markus.mohrhard@googlemail.com" title="Markus Mohrhard <markus.mohrhard@googlemail.com>"> <span class="fn">Markus Mohrhard</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=53920#c9">comment #9</a>)
<span class="quote">> I would like to attempt this, but I am new to LibreOffice and want to have a
> better understanding of the code base before assigning this to myself. Can
> anyone offer some pointers on getting started?</span >
so most of the calc specific code is inside sc/
sc is split into 3 parts:
sc/source/core contain mostly the model
sc/source/filter containing mostly the calc specific parts of the filters
sc/source/ui containing the ui related code + some other non model parts
ScValidationData is the main class for the validation feature.
Cell ranges are represented by
ScAddress a single cell address
ScRange a continuous cell range
ScRangeList a list of ScRange
ScMarkData also able to contain multi-selection
Please ask more detailed question if you need more details.
You can use opengrok.libreoffice.org for browsing the Libreoffice source code.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>