Searched refs:nPW (Results 1 – 3 of 3) sorted by relevance
389 const long nPW = mpPageSizeItem->GetSize().Width(); in ExecuteOrientationChange() local391 if ( nTmpPW > nPW ) in ExecuteOrientationChange()395 ExecuteMarginLRChange( mpPageLRMarginItem->GetLeft(), nMR - (nTmpPW - nPW ) ); in ExecuteOrientationChange()399 ExecuteMarginLRChange( nML - (nTmpPW - nPW ), mpPageLRMarginItem->GetRight() ); in ExecuteOrientationChange()
153 const long nPW = LogicToLogic( aPageSize.Width(), (MapUnit)meUnit, MAP_TWIP ); in SetMetricFieldMaxValues() local156 long nMax = nPW - nMR - MINBODY; in SetMetricFieldMaxValues()160 nMax = nPW - nML - MINBODY; in SetMetricFieldMaxValues()
116 XParaPortionList( OutputDevice* pRefDev, sal_uLong nPW ) : in XParaPortionList() argument119 nRefDevPtr = (sal_uIntPtr)pRefDev; nPaperWidth = nPW; in XParaPortionList()
Completed in 17 milliseconds