Searched refs:rCurrentZoom (Results 1 – 2 of 2) sorted by relevance
123 const String& rTitle, sal_uLong nWidthPixel, const Fraction& rCurrentZoom, in BrowserColumn() argument133 n *= (double)rCurrentZoom.GetDenominator(); in BrowserColumn()134 n /= (double)rCurrentZoom.GetNumerator(); in BrowserColumn()144 void BrowserColumn::SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZoom) in SetWidth() argument148 n *= (double)rCurrentZoom.GetDenominator(); in SetWidth()149 n /= (double)rCurrentZoom.GetNumerator(); in SetWidth()
92 const String& rTitle, sal_uLong nWidthPixel, const Fraction& rCurrentZoom,109 void SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZoom);
Completed in 17 milliseconds