Searched refs:SetRole (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/chart2/source/model/template/ |
| H A D | StockDataInterpreter.cxx | 153 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource() 163 SetRole( aData[nSourceIndex]->getValues(), C2U("values-first")); in interpretDataSource() 171 SetRole( aData[nSourceIndex]->getValues(), C2U("values-min")); in interpretDataSource() 176 SetRole( aData[nSourceIndex]->getValues(), C2U("values-max")); in interpretDataSource() 181 SetRole( aData[nSourceIndex]->getValues(), C2U("values-last")); in interpretDataSource() 192 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource() 211 SetRole( aData[nSourceIndex]->getValues(), C2U("values-min")); in interpretDataSource() 219 SetRole( aData[nSourceIndex]->getValues(), C2U("values-max")); in interpretDataSource() 229 SetRole( aData[nSourceIndex]->getValues(), C2U("values-last")); in interpretDataSource()
|
| H A D | BubbleDataInterpreter.cxx | 94 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource() 107 SetRole( xValuesX->getValues(), C2U("values-x")); in interpretDataSource() 113 SetRole( aData[nDataIdx]->getValues(), C2U("values-y")); in interpretDataSource() 120 SetRole( aData[nDataIdx]->getValues(), C2U("values-size")); in interpretDataSource() 213 SetRole( xValuesSize->getValues(), C2U("values-size")); in reinterpretDataSeries() 221 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries() 229 SetRole( xValuesY->getValues(), C2U("values-x")); in reinterpretDataSeries()
|
| H A D | XYDataInterpreter.cxx | 88 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource() 98 SetRole( xValuesX->getValues(), C2U("values-x")); in interpretDataSource() 104 SetRole( aData[nDataIdx]->getValues(), C2U("values-y")); in interpretDataSource() 191 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries() 199 SetRole( xValuesY->getValues(), C2U("values-x")); in reinterpretDataSeries()
|
| H A D | DataInterpreter.cxx | 105 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource() 112 SetRole( aData[i]->getValues(), C2U("values-y")); in interpretDataSource() 174 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries() 342 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(
|
| /trunk/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 );
|
| /trunk/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
|