Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Doptionsdrawinglayer.cxx300 sal_uInt32 m_nMaximumPaperHeight; member in SvtOptionsDrawinglayer_Impl
352 m_nMaximumPaperHeight(DEFAULT_MAXIMUMPAPERHEIGHT), in SvtOptionsDrawinglayer_Impl()
485 seqValues[nProperty] >>= m_nMaximumPaperHeight; in SvtOptionsDrawinglayer_Impl()
665 aSeqValues[nProperty] <<= m_nMaximumPaperHeight; in Commit()
811 return m_nMaximumPaperHeight; in GetMaximumPaperHeight()
962 if(m_nMaximumPaperHeight != nNew) in SetMaximumPaperHeight()
964 m_nMaximumPaperHeight = nNew; in SetMaximumPaperHeight()
/aoo4110/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx304 sal_uInt32 m_nMaximumPaperHeight; member in SvtOptionsDrawinglayer_Impl
356 m_nMaximumPaperHeight(DEFAULT_MAXIMUMPAPERHEIGHT), in SvtOptionsDrawinglayer_Impl()
489 seqValues[nProperty] >>= m_nMaximumPaperHeight; in SvtOptionsDrawinglayer_Impl()
669 aSeqValues[nProperty] <<= m_nMaximumPaperHeight; in Commit()
819 return m_nMaximumPaperHeight; in GetMaximumPaperHeight()
970 if(m_nMaximumPaperHeight != nNew) in SetMaximumPaperHeight()
972 m_nMaximumPaperHeight = nNew; in SetMaximumPaperHeight()

Completed in 63 milliseconds