Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScDataPilotFieldGroupsObj.csv1 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XNameAccess";"getByName()"
2 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XNameAccess";"hasByName()"
4 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XIndexAccess";"getCount()"
5 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
6 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XElementAccess";"getElementType()"
7 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XElementAccess";"hasElements()"
8 "ScDataPilotFieldGroupsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2439 aInfo.Groups = new ScDataPilotFieldGroupsObj( aGroups ); in getGroupInfo()
2889 ScDataPilotFieldGroupsObj::ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups ) : in ScDataPilotFieldGroupsObj() function in ScDataPilotFieldGroupsObj
2894 ScDataPilotFieldGroupsObj::~ScDataPilotFieldGroupsObj() in ~ScDataPilotFieldGroupsObj()
2900 Any SAL_CALL ScDataPilotFieldGroupsObj::getByName( const OUString& rName ) in getByName()
2909 Sequence< OUString > SAL_CALL ScDataPilotFieldGroupsObj::getElementNames() throw(RuntimeException) in getElementNames()
2978 void SAL_CALL ScDataPilotFieldGroupsObj::removeByName( const OUString& rName ) in removeByName()
2995 sal_Int32 SAL_CALL ScDataPilotFieldGroupsObj::getCount() throw(RuntimeException) in getCount()
3001 Any SAL_CALL ScDataPilotFieldGroupsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
3020 uno::Type SAL_CALL ScDataPilotFieldGroupsObj::getElementType() throw(RuntimeException) in getElementType()
3026 sal_Bool SAL_CALL ScDataPilotFieldGroupsObj::hasElements() throw(RuntimeException) in hasElements()
[all …]
/trunk/main/sc/inc/
H A Ddapiuno.hxx664 class ScDataPilotFieldGroupsObj : public ScDataPilotFieldGroupsObjImpl class
667 explicit ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups );
668 virtual ~ScDataPilotFieldGroupsObj();
750 …explicit ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const ::rtl::OUS…
813 ScDataPilotFieldGroupsObj& mrParent;
/trunk/main/sc/
H A DPackage_xml.mk94 $(eval $(call gb_Package_add_file,sc_xml,xml/ScDataPilotFieldGroupsObj.xml,ScDataPilotFieldGroupsOb…
/trunk/main/sc/qa/unoapi/
H A Dsc.sce64 -o sc.ScDataPilotFieldGroupsObj
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java56 public class ScDataPilotFieldGroupsObj extends TestCase class

Completed in 51 milliseconds