Home
last modified time | relevance | path

Searched refs:areaIsEmpty (Results 1 – 4 of 4) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/plugins/calendar/
H A DCalendarTool.cpp103 if (!sheet->areaIsEmpty(Region(QRect(marker, QSize(sizeX, sizeY))))) { in insertCalendar()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.h557 bool areaIsEmpty(const Region& area, TestType _type = Text) ;
H A DSheet.cpp1009 bool Sheet::areaIsEmpty(const Region& region, TestType _type) in areaIsEmpty() function in Calligra::Sheets::Sheet
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellToolBase.cpp2445 if (selection()->activeSheet()->areaIsEmpty(*selection())) in clearContents()
2469 if (selection()->activeSheet()->areaIsEmpty(*selection(), Sheet::Comment)) in clearComment()
2490 if (selection()->activeSheet()->areaIsEmpty(*selection(), Sheet::ConditionalCellAttribute)) in clearConditionalStyles()
2554 if (selection()->activeSheet()->areaIsEmpty(*selection(), Sheet::Validity)) in clearValidity()