Home
last modified time | relevance | path

Searched refs:setShowPageOutline (Results 1 – 10 of 10) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DSheetCommands.cpp225 void SheetPropertiesCommand::setShowPageOutline(bool b) in setShowPageOutline() function in SheetPropertiesCommand
270 sheet->setShowPageOutline(newShowPageOutline); in redo()
286 sheet->setShowPageOutline(oldShowPageOutline); in undo()
H A DSheetCommands.h157 void setShowPageOutline(bool b);
/dports/editors/calligra/calligra-3.2.1/sheets/part/dialogs/
H A DSheetPropertiesDialog.cpp63 setShowPageOutline(false); in slotDefault()
119 void SheetPropertiesDialog::setShowPageOutline(bool b) in setShowPageOutline() function in SheetPropertiesDialog
H A DSheetPropertiesDialog.h69 void setShowPageOutline(bool b);
/dports/editors/calligra/calligra-3.2.1/sheets/interfaces/
H A DSheetAdaptor.cpp351 void SheetAdaptor::setShowPageOutline(bool b)
353 m_sheet->setShowPageOutline(b);
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DSheet.h265 void setShowPageOutline(bool _b);
H A DSheet.cpp1403 setShowPageOutline((bool)sheet.attribute("borders").toInt(&ok)); in loadXML()
1607 void Sheet::setShowPageOutline(bool b) in setShowPageOutline() function in Calligra::Sheets::Sheet
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DView.cpp1335 dlg->setShowPageOutline(d->activeSheet->isShowPageOutline()); in sheetProperties()
1356 command->setShowPageOutline(dlg->showPageOutline()); in sheetProperties()
1540 d->activeSheet->setShowPageOutline(mode); in togglePageOutline()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/import/
H A DExcelImport.cpp531 os->setShowPageOutline(is->isPageBreakViewEnabled()); in processSheet()
/dports/editors/calligra/calligra-3.2.1/sheets/odf/
H A DSheetsOdfSheet.cpp1750 sheet->setShowPageOutline(items.parseConfigItemBool("ShowPageOutline")); in loadSheetSettings()