Searched refs:GetProgressSize (Results 1 – 4 of 4) sorted by relevance
441 sal_Size XclImpDrawObjBase::GetProgressSize() const in GetProgressSize() function in XclImpDrawObjBase451 rDffConv.Progress( GetProgressSize() ); in CreateSdrObject()826 rDffConv.Progress( GetProgressSize() ); in DoCreateSdrObj()968 sal_Size XclImpDrawObjVector::GetProgressSize() const in GetProgressSize() function in XclImpDrawObjVector972 nProgressSize += (*aIt)->GetProgressSize(); in GetProgressSize()1028 return XclImpDrawObjBase::DoGetProgressSize() + maChildren.GetProgressSize(); in DoGetProgressSize()1713 return mxChart.is() ? mxChart->GetProgressSize() : 1; in DoGetProgressSize()3867 sal_Size XclImpDrawing::GetProgressSize() const in GetProgressSize() function in XclImpDrawing3869 sal_Size nProgressSize = maRawObjs.GetProgressSize(); in GetProgressSize()3871 nProgressSize += aIt->second->GetProgressSize(); in GetProgressSize()[all …]
4247 sal_Size XclImpChart::GetProgressSize() const in GetProgressSize() function in XclImpChart4250 (mxChartData.is() ? mxChartData->GetProgressSize() : 0) + in GetProgressSize()4251 (mxChartDrawing.is() ? mxChartDrawing->GetProgressSize() : 0); in GetProgressSize()
120 sal_Size GetProgressSize() const;214 sal_Size GetProgressSize() const;1128 sal_Size GetProgressSize() const;
1397 inline sal_Size GetProgressSize() const { return 2 * EXC_CHART_PROGRESS_SIZE; } in GetProgressSize() function in XclImpChChart1492 sal_Size GetProgressSize() const;
Completed in 63 milliseconds