Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/config/
H A Doptionsdrawinglayer.cxx309 sal_Bool m_bSolidDragCreate; member in SvtOptionsDrawinglayer_Impl
361 m_bSolidDragCreate(DEFAULT_SOLIDDRAGCREATE), in SvtOptionsDrawinglayer_Impl()
536 seqValues[nProperty] >>= m_bSolidDragCreate; in SvtOptionsDrawinglayer_Impl()
694 aSeqValues[nProperty] <<= m_bSolidDragCreate; in Commit()
1043 return m_bSolidDragCreate; in IsSolidDragCreate()
1086 if(m_bSolidDragCreate != bState) in SetSolidDragCreate()
1088 m_bSolidDragCreate = bState; in SetSolidDragCreate()
/aoo41x/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx313 sal_Bool m_bSolidDragCreate; member in SvtOptionsDrawinglayer_Impl
365 m_bSolidDragCreate(DEFAULT_SOLIDDRAGCREATE), in SvtOptionsDrawinglayer_Impl()
540 seqValues[nProperty] >>= m_bSolidDragCreate; in SvtOptionsDrawinglayer_Impl()
698 aSeqValues[nProperty] <<= m_bSolidDragCreate; in Commit()
1051 return m_bSolidDragCreate; in IsSolidDragCreate()
1094 if(m_bSolidDragCreate != bState) in SetSolidDragCreate()
1096 m_bSolidDragCreate = bState; in SetSolidDragCreate()

Completed in 32 milliseconds