Home
last modified time | relevance | path

Searched refs:nRequiredSpace (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx911 const sal_Int32 nRequiredSpace (bIsVertical ? rIndicatorSize.Height():rIndicatorSize.Width()); in CalculateGeometricPosition() local
912 const sal_Int32 nMissingSpace (::std::max(sal_Int32(0), nRequiredSpace - nAvailableSpace)); in CalculateGeometricPosition()
918 nPrimaryLocation = nLeadingLocation + nRequiredSpace/2; in CalculateGeometricPosition()
924 nPrimaryLocation = nTrailingLocation - nRequiredSpace/2; in CalculateGeometricPosition()
/aoo42x/main/framework/inc/services/
H A Dautorecovery.hxx951 sal_Bool impl_enoughDiscSpace(sal_Int32 nRequiredSpace);
/aoo42x/main/framework/source/services/
H A Dautorecovery.cxx3535 sal_Bool AutoRecovery::impl_enoughDiscSpace(sal_Int32 nRequiredSpace) in impl_enoughDiscSpace() argument
3560 return (nFreeMB >= (sal_uInt64)nRequiredSpace); in impl_enoughDiscSpace()

Completed in 39 milliseconds