Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Doptionsdrawinglayer.cxx301 sal_uInt32 m_nMaximumPaperLeftMargin; member in SvtOptionsDrawinglayer_Impl
353 m_nMaximumPaperLeftMargin(DEFAULT_MAXIMUMPAPERLEFTMARGIN), in SvtOptionsDrawinglayer_Impl()
492 seqValues[nProperty] >>= m_nMaximumPaperLeftMargin; in SvtOptionsDrawinglayer_Impl()
669 aSeqValues[nProperty] <<= m_nMaximumPaperLeftMargin; in Commit()
816 return m_nMaximumPaperLeftMargin; in GetMaximumPaperLeftMargin()
971 if(m_nMaximumPaperLeftMargin != nNew) in SetMaximumPaperLeftMargin()
973 m_nMaximumPaperLeftMargin = nNew; in SetMaximumPaperLeftMargin()
/aoo4110/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx305 sal_uInt32 m_nMaximumPaperLeftMargin; member in SvtOptionsDrawinglayer_Impl
357 m_nMaximumPaperLeftMargin(DEFAULT_MAXIMUMPAPERLEFTMARGIN), in SvtOptionsDrawinglayer_Impl()
496 seqValues[nProperty] >>= m_nMaximumPaperLeftMargin; in SvtOptionsDrawinglayer_Impl()
673 aSeqValues[nProperty] <<= m_nMaximumPaperLeftMargin; in Commit()
824 return m_nMaximumPaperLeftMargin; in GetMaximumPaperLeftMargin()
979 if(m_nMaximumPaperLeftMargin != nNew) in SetMaximumPaperLeftMargin()
981 m_nMaximumPaperLeftMargin = nNew; in SetMaximumPaperLeftMargin()

Completed in 47 milliseconds