Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DGrid.cxx439 rValue = m_aCursorColor; in getFastPropertyValue()
507 if (!rValue.hasValue() || !m_aCursorColor.hasValue()) in convertFastPropertyValue()
513 rOldValue = m_aCursorColor; in convertFastPropertyValue()
518 … bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, getINT32(m_aCursorColor)); in convertFastPropertyValue()
592 m_aCursorColor = rValue; in setFastPropertyValue_NoBroadcast()
H A DGrid.hxx65 css::uno::Any m_aCursorColor; // transient member in frm::OGridControlModel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DGrid.cxx445 rValue = m_aCursorColor; in getFastPropertyValue()
513 if (!rValue.hasValue() || !m_aCursorColor.hasValue()) in convertFastPropertyValue()
519 rOldValue = m_aCursorColor; in convertFastPropertyValue()
524 … bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, getINT32(m_aCursorColor)); in convertFastPropertyValue()
598 m_aCursorColor = rValue; in setFastPropertyValue_NoBroadcast()
H A DGrid.hxx67 css::uno::Any m_aCursorColor; // transient member in frm::OGridControlModel
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Dbrwbox2.cxx346 if (m_aCursorColor == COL_TRANSPARENT) in DrawCursor()
356 Color rCol = bReallyHide ? pDataWin->GetOutDev()->GetFillColor() : m_aCursorColor; in DrawCursor()
1900 if (_rCol == m_aCursorColor) in SetCursorColor()
1908 m_aCursorColor = _rCol; in SetCursorColor()
H A Dbrwbox1.cxx98 m_aCursorColor = COL_TRANSPARENT; in ConstructImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Dbrwbox2.cxx343 if (m_aCursorColor == COL_TRANSPARENT) in DrawCursor()
353 Color rCol = bReallyHide ? pDataWin->GetFillColor() : m_aCursorColor; in DrawCursor()
1898 if (_rCol == m_aCursorColor) in SetCursorColor()
1906 m_aCursorColor = _rCol; in SetCursorColor()
H A Dbrwbox1.cxx89 m_aCursorColor = COL_TRANSPARENT; in ConstructImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dbrwbox.hxx270 …Color m_aCursorColor; // special color for cursor, COL_TRANSPARENT for usual (VCL-pa… member in BrowseBox
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dbrwbox.hxx349 …Color m_aCursorColor; // special color for cursor, COL_TRANSPARENT for usual (VCL-pa… member in BrowseBox