Searched refs:nLimitedSpaceForText (Results 1 – 1 of 1) sorted by relevance
610 sal_Int32 nLimitedSpaceForText = -1; in createTextShapes() local613 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 18 milliseconds