Lines Matching refs:sheet

65 using namespace com::sun::star::sheet;
204 nOrientation( sheet::DataPilotFieldOrientation_HIDDEN ), in ScDPSaveDimension()
205 nFunction( sheet::GeneralFunction_AUTO ), in ScDPSaveDimension()
247 pReferenceValue = new sheet::DataPilotFieldReference( *(r.pReferenceValue) ); in ScDPSaveDimension()
251 pSortInfo = new sheet::DataPilotFieldSortInfo( *(r.pSortInfo) ); in ScDPSaveDimension()
255 pAutoShowInfo = new sheet::DataPilotFieldAutoShowInfo( *(r.pAutoShowInfo) ); in ScDPSaveDimension()
259 pLayoutInfo = new sheet::DataPilotFieldLayoutInfo( *(r.pLayoutInfo) ); in ScDPSaveDimension()
471 void ScDPSaveDimension::SetReferenceValue(const sheet::DataPilotFieldReference* pNew) in SetReferenceValue()
475 pReferenceValue = new sheet::DataPilotFieldReference(*pNew); in SetReferenceValue()
480 void ScDPSaveDimension::SetSortInfo(const sheet::DataPilotFieldSortInfo* pNew) in SetSortInfo()
484 pSortInfo = new sheet::DataPilotFieldSortInfo(*pNew); in SetSortInfo()
489 void ScDPSaveDimension::SetAutoShowInfo(const sheet::DataPilotFieldAutoShowInfo* pNew) in SetAutoShowInfo()
493 pAutoShowInfo = new sheet::DataPilotFieldAutoShowInfo(*pNew); in SetAutoShowInfo()
498 void ScDPSaveDimension::SetLayoutInfo(const sheet::DataPilotFieldLayoutInfo* pNew) in SetLayoutInfo()
502 pLayoutInfo = new sheet::DataPilotFieldLayoutInfo(*pNew); in SetLayoutInfo()
570 sheet::DataPilotFieldOrientation eOrient = (sheet::DataPilotFieldOrientation)nOrientation; in WriteToSource()
574 sheet::GeneralFunction eFunc = (sheet::GeneralFunction)nFunction; in WriteToSource()
590 uno::Sequence<sheet::TableFilterField> aFilter; in WriteToSource()
592 if ( pSelectedPage && nOrientation == sheet::DataPilotFieldOrientation_PAGE ) in WriteToSource()
595 sheet::TableFilterField aField( sheet::FilterConnection_AND, 0, in WriteToSource()
596 sheet::FilterOperator_EQUAL, sal_False, 0.0, *pSelectedPage ); in WriteToSource()
597 aFilter = uno::Sequence<sheet::TableFilterField>( &aField, 1 ); in WriteToSource()
618 uno::Reference<sheet::XHierarchiesSupplier> xHierSupp( xDim, uno::UNO_QUERY ); in WriteToSource()
634 uno::Reference<sheet::XLevelsSupplier> xLevSupp( xHierarchy, uno::UNO_QUERY ); in WriteToSource()
655 uno::Sequence<sheet::GeneralFunction> aSeq(nSubTotalCount); in WriteToSource()
656 sheet::GeneralFunction* pArray = aSeq.getArray(); in WriteToSource()
658 pArray[i] = (sheet::GeneralFunction)pSubTotalFuncs[i]; in WriteToSource()
680 uno::Reference<sheet::XMembersSupplier> xMembSupp( xLevel, uno::UNO_QUERY ); in WriteToSource()
687 … if ( !pSortInfo || pSortInfo->Mode == sheet::DataPilotFieldSortMode::MANUAL ) in WriteToSource()
982 ScDPSaveDimension* ScDPSaveData::GetFirstDimension(sheet::DataPilotFieldOrientation eOrientation) in GetFirstDimension()
1002 if ( pDim->GetOrientation() == sheet::DataPilotFieldOrientation_DATA ) in GetDataDimensionCount()
1059 void lcl_ResetOrient( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in lcl_ResetOrient()
1061 sheet::DataPilotFieldOrientation eOrient = sheet::DataPilotFieldOrientation_HIDDEN; in lcl_ResetOrient()
1079 void ScDPSaveData::WriteToSource( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in WriteToSource()
1210 if ( pDim->GetOrientation() != sheet::DataPilotFieldOrientation_HIDDEN && !pDim->IsDataLayout() ) in IsEmpty()
1289 uno::Reference<sheet::XDimensionsSupplier> xSource = pDPObj->GetSource(); in BuildAllDimensionMembersFromSource()
1346 void ScDPSaveData::Refresh( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in Refresh()
1402 com::sun::star::sheet::XDimensionsSupplier>& xSource , in Refresh()
1432 case sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE: //both in Refresh()
1435 case sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE: //both in Refresh()
1438 case sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE_DIFFERENCE: //both in Refresh()
1441 case sheet::DataPilotFieldReferenceType::RUNNING_TOTAL: in Refresh()
1448 case sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE: in Refresh()
1449 case sheet::DataPilotFieldReferenceType::ITEM_DIFFERENCE: in Refresh()
1450 case sheet::DataPilotFieldReferenceType::ITEM_PERCENTAGE_DIFFERENCE: in Refresh()
1451 case sheet::DataPilotFieldReferenceType::RUNNING_TOTAL: in Refresh()
1461 … else if ( pReferenceValue->ReferenceType != sheet::DataPilotFieldReferenceType::RUNNING_TOTAL ) in Refresh()
1520 bool operator == (const ::com::sun::star::sheet::DataPilotFieldSortInfo &l, const ::com::sun::star:… in operator ==()
1524 bool operator == (const ::com::sun::star::sheet::DataPilotFieldAutoShowInfo &l, const ::com::sun::s… in operator ==()
1531 bool operator == (const ::com::sun::star::sheet::DataPilotFieldReference &l, const ::com::sun::star… in operator ==()