Home
last modified time | relevance | path

Searched refs:m_activeCustomSlideShow (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/stage/part/
H A DKPrDocument.cpp122 …if ( !m_activeCustomSlideShow.isEmpty() && m_customSlideShows->names().contains( m_activeCustomSl… in saveOdfEpilogue()
123 context.xmlWriter().addAttribute( "presentation:show", m_activeCustomSlideShow ); in saveOdfEpilogue()
148 m_activeCustomSlideShow = QString( "" ); in loadOdfEpilogue()
152 m_activeCustomSlideShow = show; in loadOdfEpilogue()
341 if ( !m_activeCustomSlideShow.isEmpty() && in slideShow()
342 m_customSlideShows->names().contains( m_activeCustomSlideShow ) ) { in slideShow()
343 return m_customSlideShows->getByName( m_activeCustomSlideShow ); in slideShow()
351 return m_activeCustomSlideShow; in activeCustomSlideShow()
356 if ( customSlideShow != m_activeCustomSlideShow ) { in setActiveCustomSlideShow()
357 m_activeCustomSlideShow = customSlideShow; in setActiveCustomSlideShow()
H A DKPrDocument.h211 QString m_activeCustomSlideShow; variable