Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/component/
H A DGrid.cxx520 rValue = m_aCursorColor; in getFastPropertyValue()
590 if (!rValue.hasValue() || !m_aCursorColor.hasValue()) in convertFastPropertyValue()
596 rOldValue = m_aCursorColor; in convertFastPropertyValue()
601 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, getINT32(m_aCursorColor)); in convertFastPropertyValue()
678 m_aCursorColor = rValue; in setFastPropertyValue_NoBroadcast()
H A DGrid.hxx84 ::com::sun::star::uno::Any m_aCursorColor; // transient
/aoo4110/main/svtools/inc/svtools/
H A Dbrwbox.hxx304 …Color m_aCursorColor; // special color for cursor, COL_TRANSPARENT for usual (VCL-painted) "inv… member in BrowseBox
604 Color GetCursorColor() const { return m_aCursorColor; } in GetCursorColor()
/aoo4110/main/svtools/source/brwbox/
H A Dbrwbox2.cxx457 if (m_aCursorColor == COL_TRANSPARENT) in DrawCursor()
467 Color rCol = bReallyHide ? pDataWin->GetFillColor() : m_aCursorColor; in DrawCursor()
2103 if (_rCol == m_aCursorColor) in SetCursorColor()
2111 m_aCursorColor = _rCol; in SetCursorColor()
H A Dbrwbox1.cxx131 m_aCursorColor = COL_TRANSPARENT; in ConstructImpl()

Completed in 98 milliseconds