Searched refs:getHasRowHeaders (Results 1 – 7 of 7) sorted by relevance
74 tRes.tested("getHasRowHeaders()", !oObj.getHasRowHeaders() ); in _getHasRowHeaders()83 tRes.tested("setHasRowHeaders()", oObj.getHasRowHeaders() ); in _setHasRowHeaders()
3 "ScChartObj";"com::sun::star::table::XTableChart";"getHasRowHeaders()"
67 boolean getHasRowHeaders();
223 aText += xChart.getHasRowHeaders() ? "yes" : "no"; in doSampleFunction()
167 virtual sal_Bool SAL_CALL getHasRowHeaders() throw(::com::sun::star::uno::RuntimeException);
218 aText += xChart.getHasRowHeaders() ? "yes" : "no"; in doSampleFunction()
701 sal_Bool SAL_CALL ScChartObj::getHasRowHeaders() throw(uno::RuntimeException) in getHasRowHeaders() function in ScChartObj
Completed in 26 milliseconds