Lines Matching refs:ScDataPilotFieldsObj

185 SC_SIMPLE_SERVICE_INFO( ScDataPilotFieldsObj, "ScDataPilotFieldsObj", "com.sun.star.sheet.DataPilot…
728 return new ScDataPilotFieldsObj( *this ); in getDataPilotFields()
735 return new ScDataPilotFieldsObj( *this, DataPilotFieldOrientation_COLUMN ); in getColumnFields()
742 return new ScDataPilotFieldsObj( *this, DataPilotFieldOrientation_ROW ); in getRowFields()
749 return new ScDataPilotFieldsObj( *this, DataPilotFieldOrientation_PAGE ); in getPageFields()
756 return new ScDataPilotFieldsObj( *this, DataPilotFieldOrientation_DATA ); in getDataFields()
763 return new ScDataPilotFieldsObj( *this, DataPilotFieldOrientation_HIDDEN ); in getHiddenFields()
1582 ScDataPilotFieldsObj::ScDataPilotFieldsObj( ScDataPilotDescriptorBase& rParent ) : in ScDataPilotFieldsObj() function in ScDataPilotFieldsObj
1587 ScDataPilotFieldsObj::ScDataPilotFieldsObj( ScDataPilotDescriptorBase& rParent, DataPilotFieldOrien… in ScDataPilotFieldsObj() function in ScDataPilotFieldsObj
1593 ScDataPilotFieldsObj::~ScDataPilotFieldsObj() in ~ScDataPilotFieldsObj()
1731 ScDataPilotFieldObj* ScDataPilotFieldsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl()
1743 ScDataPilotFieldObj* ScDataPilotFieldsObj::GetObjectByName_Impl(const OUString& aName) const in GetObjectByName_Impl()
1756 Reference<XEnumeration> SAL_CALL ScDataPilotFieldsObj::createEnumeration() in createEnumeration()
1765 sal_Int32 SAL_CALL ScDataPilotFieldsObj::getCount() throw(RuntimeException) in getCount()
1773 Any SAL_CALL ScDataPilotFieldsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
1783 uno::Type SAL_CALL ScDataPilotFieldsObj::getElementType() throw(RuntimeException) in getElementType()
1789 sal_Bool SAL_CALL ScDataPilotFieldsObj::hasElements() throw(RuntimeException) in hasElements()
1795 Any SAL_CALL ScDataPilotFieldsObj::getByName( const OUString& aName ) in getByName()
1805 Sequence<OUString> SAL_CALL ScDataPilotFieldsObj::getElementNames() in getElementNames()
1830 sal_Bool SAL_CALL ScDataPilotFieldsObj::hasByName( const OUString& aName ) in hasByName()