Searched refs:SetRole (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/chart2/source/model/template/ |
H A D | StockDataInterpreter.cxx | 154 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 D | BubbleDataInterpreter.cxx | 95 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 D | XYDataInterpreter.cxx | 89 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 D | DataInterpreter.cxx | 106 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 D | DataInterpreter.hxx | 55 static void SetRole(
|
/aoo41x/main/winaccessibility/inc/ |
H A D | AccObject.hxx | 110 void SetRole( short Role );
|
H A D | AccObjectWinManager.hxx | 149 void SetRole( com::sun::star::accessibility::XAccessible* pXAcc, long Role );
|
/aoo41x/main/winaccessibility/source/service/ |
H A D | AccObjectWinManager.cxx | 1086 void AccObjectWinManager::SetRole( XAccessible* pXAcc, long Role ) in SetRole() function in AccObjectWinManager 1090 pAccObj->SetRole( (short)Role ); in SetRole()
|
H A D | AccObject.cxx | 432 void AccObject::SetRole( short Role ) in SetRole() function in AccObject
|
Completed in 116 milliseconds