Home
last modified time | relevance | path

Searched refs:ScDataPilotFieldGroupObj (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotFieldGroupObj.csv1 "ScDataPilotFieldGroupObj";"com::sun::star::container::XNameAccess";"getByName()"
2 "ScDataPilotFieldGroupObj";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "ScDataPilotFieldGroupObj";"com::sun::star::container::XNameAccess";"hasByName()"
4 "ScDataPilotFieldGroupObj";"com::sun::star::container::XIndexAccess";"getCount()"
5 "ScDataPilotFieldGroupObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
6 "ScDataPilotFieldGroupObj";"com::sun::star::container::XElementAccess";"getElementType()"
7 "ScDataPilotFieldGroupObj";"com::sun::star::container::XElementAccess";"hasElements()"
8 "ScDataPilotFieldGroupObj";"com::sun::star::container::XNamed";"getName()"
9 "ScDataPilotFieldGroupObj";"com::sun::star::container::XNamed";"setName()"
10 "ScDataPilotFieldGroupObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
/aoo41x/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2906 return Any( Reference< XNameAccess >( new ScDataPilotFieldGroupObj( *this, rName ) ) ); in getByName()
3084 ScDataPilotFieldGroupObj::ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const OUStr… in ScDataPilotFieldGroupObj() function in ScDataPilotFieldGroupObj
3091 ScDataPilotFieldGroupObj::~ScDataPilotFieldGroupObj() in ~ScDataPilotFieldGroupObj()
3098 Any SAL_CALL ScDataPilotFieldGroupObj::getByName( const OUString& rName ) in getByName()
3167 void SAL_CALL ScDataPilotFieldGroupObj::removeByName( const OUString& rName ) in removeByName()
3184 sal_Int32 SAL_CALL ScDataPilotFieldGroupObj::getCount() throw(RuntimeException) in getCount()
3190 Any SAL_CALL ScDataPilotFieldGroupObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3210 uno::Type SAL_CALL ScDataPilotFieldGroupObj::getElementType() throw(RuntimeException) in getElementType()
3216 sal_Bool SAL_CALL ScDataPilotFieldGroupObj::hasElements() throw(RuntimeException) in hasElements()
3224 OUString SAL_CALL ScDataPilotFieldGroupObj::getName() throw(RuntimeException) in getName()
[all …]
/aoo41x/main/sc/inc/
H A Ddapiuno.hxx747 class ScDataPilotFieldGroupObj : public ScDataPilotFieldGroupObjImpl class
750 …explicit ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const ::rtl::OUS…
751 virtual ~ScDataPilotFieldGroupObj();
829 …explicit ScDataPilotFieldGroupItemObj( ScDataPilotFieldGroupObj& rParent, const ::rtl::…
846 ScDataPilotFieldGroupObj& mrParent;
/aoo41x/main/sc/qa/unoapi/
H A Dsc.sce63 -o sc.ScDataPilotFieldGroupObj
H A Dknownissues.xcl73 sc.ScDataPilotFieldGroupObj::com::sun::star::container::XNameAccess
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotFieldGroupObj.java56 public class ScDataPilotFieldGroupObj extends TestCase class

Completed in 48 milliseconds