Home
last modified time | relevance | path

Searched refs:isShowPageOutline (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DPageBreakCommand.cpp68 if (m_sheet->isShowPageOutline()) { in postProcessing()
H A DSheetCommands.cpp199 oldShowPageOutline = newShowPageOutline = sheet->isShowPageOutline(); in SheetPropertiesCommand()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.h257 bool isShowPageOutline() const;
H A DSheet.cpp419 bool Sheet::isShowPageOutline() const in isShowPageOutline() function in Calligra::Sheets::Sheet
498 if (isShowPageOutline()) { in setPrintSettings()
1067 sheet.setAttribute("borders", QString::number((int)isShowPageOutline())); in saveXML()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/libkspreadexport/
H A DKSpreadLeader.cc242 …docSpreadSheetProperty["showpageborders"] = (spreadSheet->isShowPageOutline() == 0 ? "false" : "tr… in doSpreadSheet()
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.cpp1272 d->actions->showPageOutline->setChecked(d->activeSheet->isShowPageOutline()); in setActiveSheet()
1335 dlg->setShowPageOutline(d->activeSheet->isShowPageOutline()); in sheetProperties()
1970 d->actions->showPageOutline->setChecked(d->activeSheet->isShowPageOutline()); in updateBorderButton()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfSheet.cpp1765 settingsWriter.addConfigItem("ShowPageOutline", sheet->isShowPageOutline()); in saveSheetSettings()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellView.cpp1262 if (! cell.sheet()->isShowPageOutline()) in paintPageBorders()