Lines Matching refs:ScDataPilotFieldObj

184 SC_SIMPLE_SERVICE_INFO( ScDataPilotFieldObj, "ScDataPilotFieldObj", "com.sun.star.sheet.DataPilotFi…
1071 return new ScDataPilotFieldObj( *this, aFieldId ); in getDataLayoutField()
1731 ScDataPilotFieldObj* ScDataPilotFieldsObj::GetObjectByIndex_Impl( sal_Int32 nIndex ) const in GetObjectByIndex_Impl()
1738 return new ScDataPilotFieldObj( mrParent, aFieldId, maOrient ); in GetObjectByIndex_Impl()
1743 ScDataPilotFieldObj* ScDataPilotFieldsObj::GetObjectByName_Impl(const OUString& aName) const in GetObjectByName_Impl()
1749 return new ScDataPilotFieldObj( mrParent, aFieldId, maOrient ); in GetObjectByName_Impl()
1840 ScDataPilotFieldObj::ScDataPilotFieldObj( in ScDataPilotFieldObj() function in ScDataPilotFieldObj
1847 ScDataPilotFieldObj::ScDataPilotFieldObj( ScDataPilotDescriptorBase& rParent, in ScDataPilotFieldObj() function in ScDataPilotFieldObj
1855 ScDataPilotFieldObj::~ScDataPilotFieldObj() in ~ScDataPilotFieldObj()
1861 OUString SAL_CALL ScDataPilotFieldObj::getName() throw(RuntimeException) in getName()
1880 void SAL_CALL ScDataPilotFieldObj::setName( const OUString& rName ) throw(RuntimeException) in setName()
1895 Reference<XPropertySetInfo> SAL_CALL ScDataPilotFieldObj::getPropertySetInfo() in getPropertySetInfo()
1904 void SAL_CALL ScDataPilotFieldObj::setPropertyValue( const OUString& aPropertyName, const Any& aVal… in setPropertyValue()
2000 Any SAL_CALL ScDataPilotFieldObj::getPropertyValue( const OUString& aPropertyName ) in getPropertyValue()
2063 Reference<XIndexAccess> SAL_CALL ScDataPilotFieldObj::getItems() in getItems()
2072 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScDataPilotFieldObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
2074 DataPilotFieldOrientation ScDataPilotFieldObj::getOrientation() const in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2081 void ScDataPilotFieldObj::setOrientation(DataPilotFieldOrientation eNew) in setOrientation()
2138 GeneralFunction ScDataPilotFieldObj::getFunction() const in getFunction()
2158 void ScDataPilotFieldObj::setFunction(GeneralFunction eNewFunc) in setFunction()
2181 Sequence< GeneralFunction > ScDataPilotFieldObj::getSubtotals() const in getSubtotals()
2202 void ScDataPilotFieldObj::setSubtotals( const Sequence< GeneralFunction >& rSubtotals ) in setSubtotals()
2248 OUString ScDataPilotFieldObj::getCurrentPage() const in getCurrentPage()
2257 void ScDataPilotFieldObj::setCurrentPage( const OUString& rPage ) in setCurrentPage()
2269 sal_Bool ScDataPilotFieldObj::getUseCurrentPage() const in getUseCurrentPage()
2276 void ScDataPilotFieldObj::setUseCurrentPage( sal_Bool bUse ) in setUseCurrentPage()
2298 const DataPilotFieldAutoShowInfo* ScDataPilotFieldObj::getAutoShowInfo() in getAutoShowInfo()
2305 void ScDataPilotFieldObj::setAutoShowInfo( const DataPilotFieldAutoShowInfo* pInfo ) in setAutoShowInfo()
2316 const DataPilotFieldLayoutInfo* ScDataPilotFieldObj::getLayoutInfo() in getLayoutInfo()
2323 void ScDataPilotFieldObj::setLayoutInfo( const DataPilotFieldLayoutInfo* pInfo ) in setLayoutInfo()
2334 const DataPilotFieldReference* ScDataPilotFieldObj::getReference() in getReference()
2341 void ScDataPilotFieldObj::setReference( const DataPilotFieldReference* pInfo ) in setReference()
2352 const DataPilotFieldSortInfo* ScDataPilotFieldObj::getSortInfo() in getSortInfo()
2359 void ScDataPilotFieldObj::setSortInfo( const DataPilotFieldSortInfo* pInfo ) in setSortInfo()
2370 sal_Bool ScDataPilotFieldObj::getShowEmpty() const in getShowEmpty()
2377 void ScDataPilotFieldObj::setShowEmpty( sal_Bool bShow ) in setShowEmpty()
2388 sal_Bool ScDataPilotFieldObj::hasGroupInfo() in hasGroupInfo()
2398 DataPilotFieldGroupInfo ScDataPilotFieldObj::getGroupInfo() in getGroupInfo()
2459 void ScDataPilotFieldObj::setGroupInfo( const DataPilotFieldGroupInfo* pInfo ) in setGroupInfo()
2551 sal_Bool ScDataPilotFieldObj::HasString(const Sequence< OUString >& rItems, const OUString& aString) in HasString()
2567 Reference< XDataPilotField > SAL_CALL ScDataPilotFieldObj::createNameGroup( const Sequence< OUStrin… in createNameGroup()
2731 Reference < XDataPilotField > SAL_CALL ScDataPilotFieldObj::createDateGroup( const DataPilotFieldGr… in createDateGroup()