Home
last modified time | relevance | path

Searched refs:GetRole (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccheaderfooter.cxx83 sal_uInt16 nResId = AccessibleRole::HEADER == GetRole() in getAccessibleDescription()
94 if( AccessibleRole::HEADER == GetRole() ) in getImplementationName()
106 else if( AccessibleRole::HEADER == GetRole() ) in supportsService()
117 if( AccessibleRole::HEADER == GetRole() ) in getSupportedServiceNames()
H A Daccfootnote.cxx91 sal_uInt16 nResId = AccessibleRole::END_NOTE == GetRole() in getAccessibleDescription()
109 if( AccessibleRole::END_NOTE == GetRole() ) in getImplementationName()
121 else if( AccessibleRole::END_NOTE == GetRole() ) in supportsService()
132 if( AccessibleRole::END_NOTE == GetRole() ) in getSupportedServiceNames()
H A Dacccontext.hxx106 inline sal_Int16 GetRole() const in GetRole() function in SwAccessibleContext
/trunk/main/winaccessibility/source/service/
H A DAccObjectManagerAgent.cxx355 short AccObjectManagerAgent::GetRole(com::sun::star::accessibility::XAccessible* pXAcc) in GetRole() function in AccObjectManagerAgent
358 return pWinManager->GetRole( pXAcc ); in GetRole()
H A DAccObjectWinManager.cxx726 short nCurRole =GetRole(pXAcc); in InsertAccObj()
774 if ( pObj.GetRole() == DOCUMENT ) in InsertAccObj()
1282 short AccObjectWinManager::GetRole(com::sun::star::accessibility::XAccessible* pXAcc) in GetRole() function in AccObjectWinManager
H A DAccDescendantManagerEventListener.cxx131 if (pAgent->GetRole(pAcc) != AccessibleRole::TABLE_CELL) in handleSelectionChangedEvent()
H A DAccObject.cxx444 short AccObject::GetRole() const in GetRole() function in AccObject
/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx324 OUString DataInterpreter::GetRole( const Reference< data::XDataSequence > & xSeq ) in GetRole() function in chart::DataInterpreter
380GetRole( rData[nLSeqIdx]->getValues()).equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("categories"))); in HasCategories()
H A DDataInterpreter.hxx51 static ::rtl::OUString GetRole(
/trunk/main/winaccessibility/inc/
H A DAccObject.hxx112 short GetRole() const;
H A DAccObjectManagerAgent.hxx94 short GetRole(com::sun::star::accessibility::XAccessible* pXAcc);
H A DAccObjectWinManager.hxx169 short GetRole(com::sun::star::accessibility::XAccessible* pXAcc);
/trunk/main/chart2/source/inc/
H A DDataSeriesHelper.hxx46 ::rtl::OUString GetRole(
/trunk/main/chart2/source/tools/
H A DDataSourceHelper.cxx259 OUString aRole( DataSeriesHelper::GetRole( aDataSeqences[nN] ) ); in pressUsedDataIntoRectangularFormat()
H A DDataSeriesHelper.cxx206 OUString GetRole( const uno::Reference< chart2::data::XLabeledDataSequence >& xLabeledDataSequence ) in GetRole() function