Home
last modified time | relevance | path

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

/AOO42X/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx371 awt::Size& rPageSize( pSlidePersistPtr->isNotesPage() ? maNotesSize : maSlideSize ); in importSlide()
385 if ( pSlidePersistPtr->isNotesPage() ) in importSlide()
H A Dpptshapecontext.cxx168 if ( mpSlidePersistPtr->isNotesPage() ) in createFastChildContext()
H A Dpptshape.cxx114 if ( rSlidePersist.isNotesPage() ) in addShape()
/AOO42X/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx92 sal_Bool isNotesPage() const { return mbNotes; } in isNotesPage() function in oox::ppt::SlidePersist