Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/sheets/part/dialogs/
H A DSheetPropertiesDialog.h83 bool showCommentIndicator() const;
H A DSheetPropertiesDialog.cpp154 bool SheetPropertiesDialog::showCommentIndicator() const in showCommentIndicator() function in SheetPropertiesDialog
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.cpp94 bool showCommentIndicator; member in Calligra::Sheets::Sheet::Private
154 d->showCommentIndicator = true; in Sheet()
196 d->showCommentIndicator = other.d->showCommentIndicator; in Sheet()
350 return d->showCommentIndicator; in getShowCommentIndicator()
355 d->showCommentIndicator = _indic; in setShowCommentIndicator()
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.cpp1360 command->setShowCommentIndicator(dlg->showCommentIndicator()); in sheetProperties()