Searched refs:ScDataPilotFieldGroupsObj (Results 1 – 5 of 5) sorted by relevance
1 "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()"
2439 aInfo.Groups = new ScDataPilotFieldGroupsObj( aGroups ); in getGroupInfo()2889 ScDataPilotFieldGroupsObj::ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups ) : in ScDataPilotFieldGroupsObj() function in ScDataPilotFieldGroupsObj2894 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 …]
664 class ScDataPilotFieldGroupsObj : public ScDataPilotFieldGroupsObjImpl class667 explicit ScDataPilotFieldGroupsObj( const ScFieldGroups& rGroups );668 virtual ~ScDataPilotFieldGroupsObj();750 …explicit ScDataPilotFieldGroupObj( ScDataPilotFieldGroupsObj& rParent, const ::rtl::OUS…813 ScDataPilotFieldGroupsObj& mrParent;
64 -o sc.ScDataPilotFieldGroupsObj
56 public class ScDataPilotFieldGroupsObj extends TestCase class
Completed in 32 milliseconds