Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx154 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource()
164 SetRole( aData[nSourceIndex]->getValues(), C2U("values-first")); in interpretDataSource()
172 SetRole( aData[nSourceIndex]->getValues(), C2U("values-min")); in interpretDataSource()
177 SetRole( aData[nSourceIndex]->getValues(), C2U("values-max")); in interpretDataSource()
182 SetRole( aData[nSourceIndex]->getValues(), C2U("values-last")); in interpretDataSource()
193 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource()
212 SetRole( aData[nSourceIndex]->getValues(), C2U("values-min")); in interpretDataSource()
220 SetRole( aData[nSourceIndex]->getValues(), C2U("values-max")); in interpretDataSource()
230 SetRole( aData[nSourceIndex]->getValues(), C2U("values-last")); in interpretDataSource()
H A DBubbleDataInterpreter.cxx95 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource()
108 SetRole( xValuesX->getValues(), C2U("values-x")); in interpretDataSource()
114 SetRole( aData[nDataIdx]->getValues(), C2U("values-y")); in interpretDataSource()
121 SetRole( aData[nDataIdx]->getValues(), C2U("values-size")); in interpretDataSource()
215 SetRole( xValuesSize->getValues(), C2U("values-size")); in reinterpretDataSeries()
223 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries()
231 SetRole( xValuesY->getValues(), C2U("values-x")); in reinterpretDataSeries()
H A DXYDataInterpreter.cxx89 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource()
99 SetRole( xValuesX->getValues(), C2U("values-x")); in interpretDataSource()
105 SetRole( aData[nDataIdx]->getValues(), C2U("values-y")); in interpretDataSource()
193 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries()
201 SetRole( xValuesY->getValues(), C2U("values-x")); in reinterpretDataSeries()
H A DDataInterpreter.cxx106 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource()
113 SetRole( aData[i]->getValues(), C2U("values-y")); in interpretDataSource()
176 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries()
346 void DataInterpreter::SetRole( const Reference< data::XDataSequence > & xSeq, const OUString & rRol… in SetRole() function in chart::DataInterpreter
H A DDataInterpreter.hxx55 static void SetRole(
/trunk/main/winaccessibility/inc/
H A DAccObject.hxx110 void SetRole( short Role );
H A DAccObjectWinManager.hxx149 void SetRole( com::sun::star::accessibility::XAccessible* pXAcc, long Role );
/trunk/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx1086 void AccObjectWinManager::SetRole( XAccessible* pXAcc, long Role ) in SetRole() function in AccObjectWinManager
1090 pAccObj->SetRole( (short)Role ); in SetRole()
H A DAccObject.cxx432 void AccObject::SetRole( short Role ) in SetRole() function in AccObject

Completed in 116 milliseconds