Searched refs:rNumInfo (Results 1 – 2 of 2) sorted by relevance
226 const ScDPNumGroupInfo& rNumInfo = pNumGroupDim->GetInfo(); in XclExpPCField() local228 DBG_ASSERT( !rNumInfo.Enable || !rDateInfo.Enable, in XclExpPCField()231 if( rNumInfo.Enable ) in XclExpPCField()232 InitNumGroupField( rDPObj, rNumInfo ); in XclExpPCField()430 if( rNumInfo.DateValues ) in InitNumGroupField()435 SetDateGroupLimit( rNumInfo, true ); in InitNumGroupField()441 SetNumGroupLimit( rNumInfo ); in InitNumGroupField()445 InsertNumDateGroupItems( rDPObj, rNumInfo ); in InitNumGroupField()541 ScDPNumGroupDimension aTmpDim( rNumInfo ); in InsertNumDateGroupItems()543 aTmpDim.MakeDateHelper( rNumInfo, nDatePart ); in InsertNumDateGroupItems()[all …]
123 …oid InitNumGroupField( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rNumInfo );144 …ertNumDateGroupItems( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rNumInfo, sal_Int32 nDateP…147 void SetNumGroupLimit( const ScDPNumGroupInfo& rNumInfo );
Completed in 40 milliseconds