Lines Matching refs:pColMgr
214 if( pColMgr && 0 != (nColumnCount = pColMgr->GetCount())) in DrawPage()
246 sal_Bool bAutoWidth = pColMgr->IsAutoWidth(); in DrawPage()
253 nColumnWidthSum += pColMgr->GetColWidth( i ); in DrawPage()
261 nAutoColWidth = pColMgr->GetColWidth( i ); in DrawPage()
265 aRect.Left() = aRect.Right() + pColMgr->GetGutterWidth(i); in DrawPage()
267 if(pColMgr->HasLine()) in DrawPage()
273 if( pColMgr->GetLineHeightPercent() != 100 ) in DrawPage()
276 nLength -= nLength * pColMgr->GetLineHeightPercent() / 100; in DrawPage()
277 switch(pColMgr->GetAdjust()) in DrawPage()
292 int nGutter = pColMgr->GetGutterWidth(i); in DrawPage()
293 nDist = pColMgr->GetColWidth( i ) + nGutter; in DrawPage()