Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dstartoptions.cxx175 sal_Bool m_bShowIntro ; /// cache "ShowIntro" of Start section member in SvtStartOptions_Impl
190 , m_bShowIntro ( DEFAULT_SHOWINTRO ) in SvtStartOptions_Impl()
213 seqValues[nProperty] >>= m_bShowIntro; in SvtStartOptions_Impl()
258 seqValues[nProperty] >>= m_bShowIntro; in Notify()
286 seqValues[nProperty] <<= m_bShowIntro; in Commit()
304 return m_bShowIntro; in IsIntroEnabled()
312 m_bShowIntro = bState; in EnableIntro()

Completed in 15 milliseconds