Lines Matching refs:pColMgr
225 if( pColMgr && 0 != (nColumnCount = pColMgr->GetCount())) in DrawPage()
266 sal_Bool bAutoWidth = pColMgr->IsAutoWidth(); in DrawPage()
273 nColumnWidthSum += pColMgr->GetColWidth( i ); in DrawPage()
281 nAutoColWidth = pColMgr->GetColWidth( i ); in DrawPage()
288 aRect.Left() = aRect.Right() + pColMgr->GetGutterWidth(i); in DrawPage()
290 if(pColMgr->HasLine()) in DrawPage()
296 if( pColMgr->GetLineHeightPercent() != 100 ) in DrawPage()
299 nLength -= nLength * pColMgr->GetLineHeightPercent() / 100; in DrawPage()
300 switch(pColMgr->GetAdjust()) in DrawPage()
315 int nGutter = pColMgr->GetGutterWidth(i); in DrawPage()
316 nDist = pColMgr->GetColWidth( i ) + nGutter; in DrawPage()