Searched refs:pColMgr (Results 1 – 4 of 4) sorted by relevance
490 pColMgr(0), in SwColumnPage()597 delete pColMgr; in ~SwColumnPage()637 delete pColMgr; in Reset()638 pColMgr = new SwColMgr(rSet); in Reset()639 nCols = pColMgr->GetCount() ; in Reset()745 pColMgr->SetAutoWidth(sal_False);777 pColMgr->SetNoLine();781 pColMgr->SetAdjust( SwColLineAdj(791 pColMgr->NoCols();999 int nTemp = pColMgr->GetCount(); in IMPL_LINK()[all …]
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()[all …]
73 SwColMgr* pColMgr; member in SwColExample85 pColMgr(0){} in SwColExample()88 { pColMgr = pMgr; in UpdateExample()
162 SwColMgr* pColMgr; member in SwColumnPage
Completed in 74 milliseconds