Searched refs:isPageBreakPreview (Results 1 – 2 of 2) sorted by relevance
177 bool SheetViewModel::isPageBreakPreview() const in isPageBreakPreview() function in oox::xls::SheetViewModel184 const sal_Int32& rnZoom = isPageBreakPreview() ? mnNormalZoom : mnCurrentZoom; in getNormalZoom()191 const sal_Int32& rnZoom = isPageBreakPreview() ? mnCurrentZoom : mnSheetLayoutZoom; in getPageBreakZoom()573 aPropMap[ PROP_ShowPageBreakPreview ] <<= xModel->isPageBreakPreview(); in finalizeImport()759 aPropMap[ PROP_ShowPageBreakPreview ] <<= rxActiveSheetView->isPageBreakPreview(); in finalizeImport()
82 bool isPageBreakPreview() const;
Completed in 17 milliseconds