Home
last modified time | relevance | path

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

/trunk/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx322 sal_Bool m_bTransparentSelection; member in SvtOptionsDrawinglayer_Impl
374 m_bTransparentSelection(DEFAULT_TRANSPARENTSELECTION), in SvtOptionsDrawinglayer_Impl()
576 seqValues[nProperty] >>= m_bTransparentSelection; in SvtOptionsDrawinglayer_Impl()
719 aSeqValues[nProperty] <<= m_bTransparentSelection; in Commit()
1140 return m_bTransparentSelection; in IsTransparentSelection()
1145 if(m_bTransparentSelection != bState) in SetTransparentSelection()
1147 m_bTransparentSelection = bState; in SetTransparentSelection()

Completed in 20 milliseconds