[Libreoffice] Callcatch ScAttrArray::HasLines

Julien Nabet serval2412 at yahoo.fr
Fri Dec 10 13:13:46 PST 2010


Hello,

The function ScAttrArray::HasLines is called in the file 
sc/source/core/data/column2.cxx (line 1246).
BOOL ScColumn::IsEmptyBlock(SCROW nStartRow, SCROW nEndRow, bool 
bIgnoreNotes) const
{
     Rectangle aRect;
     if (pAttrArray->HasLines(nStartRow, nEndRow, aRect, TRUE, TRUE))
         return FALSE;
...

I missed something or it was just a false positive ?

Julien.


More information about the LibreOffice mailing list