Lines Matching refs:m_xRange

69 	uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) );  in getIgnoreBlank()
78 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setIgnoreBlank()
80 lcl_setValidationProps( m_xRange, xProps ); in setIgnoreBlank()
86 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getInCellDropdown()
98 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps(m_xRange) ); in setInCellDropdown()
100 lcl_setValidationProps( m_xRange, xProps ); in setInCellDropdown()
106 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getShowInput()
115 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps(m_xRange) ); in setShowInput()
117 lcl_setValidationProps( m_xRange, xProps ); in setShowInput()
123 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getShowError()
132 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setShowError()
134 lcl_setValidationProps( m_xRange, xProps ); in setShowError()
140 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getErrorTitle()
149 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setErrorTitle()
151 lcl_setValidationProps( m_xRange, xProps ); in setErrorTitle()
157 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getInputMessage()
166 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setInputMessage()
168 lcl_setValidationProps( m_xRange, xProps ); in setInputMessage()
174 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getInputTitle()
183 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setInputTitle()
185 lcl_setValidationProps( m_xRange, xProps ); in setInputTitle()
191 uno::Reference< beans::XPropertySet > xProps = lcl_getValidationProps( m_xRange ); in getErrorMessage()
200 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in setErrorMessage()
202 lcl_setValidationProps( m_xRange, xProps ); in setErrorMessage()
210 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in Delete()
223 lcl_setValidationProps( m_xRange, xProps ); in Delete()
228 uno::Reference< beans::XPropertySet > xProps( lcl_getValidationProps( m_xRange ) ); in Add()
303 lcl_setValidationProps( m_xRange, xProps ); in Add()
309 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula1()
316 …uno::Reference< sheet::XSheetCondition > xCond( lcl_getValidationProps( m_xRange ), uno::UNO_QUERY… in getFormula2()