Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx610 sal_Int32 nLimitedSpaceForText = -1; in createTextShapes() local
613 nLimitedSpaceForText = nScreenDistanceBetweenTicks; in createTextShapes()
615 nLimitedSpaceForText *= 2; in createTextShapes()
617 if( nLimitedSpaceForText > 0 ) in createTextShapes()
619 sal_Int32 nReduce = (nLimitedSpaceForText*5)/100; in createTextShapes()
622 nLimitedSpaceForText -= nReduce; in createTextShapes()
643 , nLimitedSpaceForText, bLimitedHeight ); in createTextShapes()
727 …*pLimitedSpaceAny = uno::makeAny(sal_Int32(nLimitedSpaceForText*pTickInfo->nFactorForLimitedTextWi… in createTextShapes()
747 if( nLimitedSpaceForText>0 && !rAxisLabelProperties.bOverlapAllowed in createTextShapes()

Completed in 29 milliseconds