/trunk/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 1243 pFilter->getMatchValue(), pDateHelper->GetDatePart(), in ModifyFilterCriteria() 1268 pFilter->getMatchValue(), pDateHelper->GetDatePart(), in ModifyFilterCriteria() 1404 pData->GetValue(), pDateHelper->GetDatePart(), pDoc->GetFormatTable(), in FillGroupValues() 1409 …ScDPItemData aItemData( pDateHelper->GetDatePart(), String(), nPartValue, ScDPItemData::MK_DATA|S… in FillGroupValues() 1488 sal_Int32 nGroupPart = pGroupDateHelper->GetDatePart(); in IsInGroup() 1489 sal_Int32 nBasePart = pBaseDateHelper->GetDatePart(); in IsInGroup() 1534 sal_Int32 nFirstPart = pFirstDateHelper->GetDatePart(); in HasCommonElement() 1535 sal_Int32 nSecondPart = pSecondDateHelper->GetDatePart(); in HasCommonElement()
|
H A D | dpdimsave.cxx | 509 nParts |= pNumDim->GetDatePart(); in CollectDateParts() 512 nParts |= pGroupDim->GetDatePart(); in CollectDateParts()
|
H A D | dptabsrc.cxx | 2449 long nFirstYear = pSource->GetData()->GetDatePart( in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2452 long nLastYear = pSource->GetData()->GetDatePart( in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2633 long nFirstYear = pSource->GetData()->GetDatePart( in getByIndex() 2707 long nComp = pSource->GetData()->GetDatePart( in IsNamedItem() 2726 long nComp = pSource->GetData()->GetDatePart( in IsNamedItem()
|
H A D | dptabdat.cxx | 73 long ScDPTableData::GetDatePart( long nDateVal, long nHierarchy, long nLevel ) in GetDatePart() function in ScDPTableData
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLExportDataPilot.cxx | 617 if (pGroupDim->GetDatePart()) in WriteGroupDimAttributes() 619 WriteDatePart(pGroupDim->GetDatePart()); in WriteGroupDimAttributes() 630 if (pNumGroupDim->GetDatePart()) in WriteNumGroupDim() 632 WriteDatePart(pNumGroupDim->GetDatePart()); in WriteNumGroupDim() 660 if (!pGroupDim->GetDatePart()) in WriteGroupDimElements()
|
/trunk/main/sc/inc/ |
H A D | dpdimsave.hxx | 101 sal_Int32 GetDatePart() const { return nDatePart; } in GetDatePart() function in ScDPSaveGroupDimension 138 sal_Int32 GetDatePart() const { return nDatePart; } in GetDatePart() function in ScDPSaveNumGroupDimension
|
H A D | dptabdat.hxx | 134 long GetDatePart( long nDateVal, long nHierarchy, long nLevel );
|
H A D | dpgroup.hxx | 72 sal_Int32 GetDatePart() const { return nDatePart; } in GetDatePart() function in ScDPDateGroupHelper
|
H A D | scabstdlg.hxx | 249 virtual sal_Int32 GetDatePart() const = 0;
|
/trunk/main/sc/source/ui/inc/ |
H A D | dpgroupdlg.hxx | 138 sal_Int32 GetDatePart() const;
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 870 if ( pNumGroupDim->GetDatePart() != 0 ) in HasSelectionForDateGroup() 894 if ( pGroupDim->GetDatePart() != 0 ) in HasSelectionForDateGroup() 1355 if ( ( pGroupDim && pGroupDim->GetDatePart() != 0 ) || in UngroupDataPilot() 1356 ( pNumGroupDim && pNumGroupDim->GetDatePart() != 0 ) ) in UngroupDataPilot()
|
H A D | cellsh1.cxx | 1018 pTabViewShell->DateGroupDataPilot( aNumInfo, pDlg->GetDatePart() ); in ExecuteEdit()
|
/trunk/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 558 sal_Int32 AbstractScDPDateGroupDlg_Impl::GetDatePart() const in GetDatePart() function in AbstractScDPDateGroupDlg_Impl 560 return pDlg->GetDatePart(); in GetDatePart()
|
H A D | scdlgfact.hxx | 301 virtual sal_Int32 GetDatePart() const;
|
/trunk/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 234 InitDateGroupField( rDPObj, rDateInfo, pNumGroupDim->GetDatePart() ); in XclExpPCField() 260 if( rDateInfo.Enable && (rGroupDim.GetDatePart() != 0) ) in XclExpPCField() 261 InitDateGroupField( rDPObj, rDateInfo, rGroupDim.GetDatePart() ); in XclExpPCField()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | dpgroupdlg.cxx | 323 sal_Int32 ScDPDateGroupDlg::GetDatePart() const in GetDatePart() function in ScDPDateGroupDlg
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 2410 aInfo.GroupBy = pGroupDim->GetDatePart(); in getGroupInfo() 2423 if( pGroupDim->GetDatePart() == 0 ) in getGroupInfo() 2444 if (pNumGroupDim->GetDatePart()) in getGroupInfo() 2447 aInfo.GroupBy = pNumGroupDim->GetDatePart(); in getGroupInfo()
|