Home
last modified time | relevance | path

Searched refs:GetDatePart (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddpgroup.cxx1243 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 Ddpdimsave.cxx509 nParts |= pNumDim->GetDatePart(); in CollectDateParts()
512 nParts |= pGroupDim->GetDatePart(); in CollectDateParts()
H A Ddptabsrc.cxx2449 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 Ddptabdat.cxx73 long ScDPTableData::GetDatePart( long nDateVal, long nHierarchy, long nLevel ) in GetDatePart() function in ScDPTableData
/aoo4110/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx617 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()
/aoo4110/main/sc/inc/
H A Ddpdimsave.hxx101 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 Ddptabdat.hxx134 long GetDatePart( long nDateVal, long nHierarchy, long nLevel );
H A Ddpgroup.hxx72 sal_Int32 GetDatePart() const { return nDatePart; } in GetDatePart() function in ScDPDateGroupHelper
H A Dscabstdlg.hxx249 virtual sal_Int32 GetDatePart() const = 0;
/aoo4110/main/sc/source/ui/inc/
H A Ddpgroupdlg.hxx138 sal_Int32 GetDatePart() const;
/aoo4110/main/sc/source/ui/view/
H A Ddbfunc3.cxx870 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 Dcellsh1.cxx1018 pTabViewShell->DateGroupDataPilot( aNumInfo, pDlg->GetDatePart() ); in ExecuteEdit()
/aoo4110/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx559 sal_Int32 AbstractScDPDateGroupDlg_Impl::GetDatePart() const in GetDatePart() function in AbstractScDPDateGroupDlg_Impl
561 return pDlg->GetDatePart(); in GetDatePart()
H A Dscdlgfact.hxx301 virtual sal_Int32 GetDatePart() const;
/aoo4110/main/sc/source/filter/excel/
H A Dxepivot.cxx234 InitDateGroupField( rDPObj, rDateInfo, pNumGroupDim->GetDatePart() ); in XclExpPCField()
260 if( rDateInfo.Enable && (rGroupDim.GetDatePart() != 0) ) in XclExpPCField()
261 InitDateGroupField( rDPObj, rDateInfo, rGroupDim.GetDatePart() ); in XclExpPCField()
/aoo4110/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx326 sal_Int32 ScDPDateGroupDlg::GetDatePart() const in GetDatePart() function in ScDPDateGroupDlg
/aoo4110/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx2410 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()

Completed in 139 milliseconds