Searched refs:nPW (Results 1 – 3 of 3) sorted by relevance
387 const long nPW = mpPageSizeItem->GetSize().Width(); in ExecuteOrientationChange() local389 if ( nTmpPW > nPW ) in ExecuteOrientationChange()393 ExecuteMarginLRChange( mpPageLRMarginItem->GetLeft(), nMR - (nTmpPW - nPW ) ); in ExecuteOrientationChange()397 ExecuteMarginLRChange( nML - (nTmpPW - nPW ), mpPageLRMarginItem->GetRight() ); in ExecuteOrientationChange()
151 const long nPW = LogicToLogic( aPageSize.Width(), (MapUnit)meUnit, MAP_TWIP ); in SetMetricFieldMaxValues() local154 long nMax = nPW - nMR - MINBODY; in SetMetricFieldMaxValues()158 nMax = nPW - nML - MINBODY; in SetMetricFieldMaxValues()
115 XParaPortionList( OutputDevice* pRefDev, sal_uLong nPW ) : in XParaPortionList() argument118 nRefDevPtr = (sal_uIntPtr)pRefDev; nPaperWidth = nPW; in XParaPortionList()
Completed in 20 milliseconds