Home
last modified time | relevance | path

Searched refs:GetProgressSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx441 sal_Size XclImpDrawObjBase::GetProgressSize() const in GetProgressSize() function in XclImpDrawObjBase
451 rDffConv.Progress( GetProgressSize() ); in CreateSdrObject()
826 rDffConv.Progress( GetProgressSize() ); in DoCreateSdrObj()
968 sal_Size XclImpDrawObjVector::GetProgressSize() const in GetProgressSize() function in XclImpDrawObjVector
972 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 XclImpDrawing
3869 sal_Size nProgressSize = maRawObjs.GetProgressSize(); in GetProgressSize()
3871 nProgressSize += aIt->second->GetProgressSize(); in GetProgressSize()
[all …]
H A Dxichart.cxx4247 sal_Size XclImpChart::GetProgressSize() const in GetProgressSize() function in XclImpChart
4250 (mxChartData.is() ? mxChartData->GetProgressSize() : 0) + in GetProgressSize()
4251 (mxChartDrawing.is() ? mxChartDrawing->GetProgressSize() : 0); in GetProgressSize()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx120 sal_Size GetProgressSize() const;
214 sal_Size GetProgressSize() const;
1128 sal_Size GetProgressSize() const;
H A Dxichart.hxx1397 inline sal_Size GetProgressSize() const { return 2 * EXC_CHART_PROGRESS_SIZE; } in GetProgressSize() function in XclImpChChart
1492 sal_Size GetProgressSize() const;

Completed in 84 milliseconds