Home
last modified time | relevance | path

Searched refs:ScAddPage (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sc/source/ui/undo/ !
H A Dundoolk.cxx69 pDrawLayer->ScAddPage( nPages ); in DoSdrUndoAction()
/AOO42X/main/sc/inc/ !
H A Ddrwlayer.hxx131 sal_Bool ScAddPage( SCTAB nTab );
/AOO42X/main/sc/source/core/data/ !
H A Ddocumen9.cxx192 pDrawLayer->ScAddPage( nTab ); // always add page, with or without the table in InitDrawLayer()
H A Dtable1.cxx129 if ( pDrawLayer->ScAddPage( nTab ) ) // sal_False (not inserted) during Undo in ScTable()
H A Ddrwlayer.cxx380 sal_Bool ScDrawLayer::ScAddPage( SCTAB nTab ) in ScAddPage() function in ScDrawLayer