Home
last modified time | relevance | path

Searched refs:pColMgr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx400 sal_uInt16 GetMaxWidth( SwColMgr* pColMgr, sal_uInt16 nCols ) in GetMaxWidth() argument
402 sal_uInt16 nMax = pColMgr->GetActualSize(); in GetMaxWidth()
404 nMax -= pColMgr->GetGutterWidth() * nCols; in GetMaxWidth()
433 sal_uInt16 nWidth = GetMaxWidth( pColMgr, nCols ); in ResetColWidth()
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()
646 pColMgr->SetActualWidth(FRAME_FORMAT_WIDTH); in Reset()
[all …]
H A Dcolex.cxx225 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()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dcolex.hxx73 SwColMgr* pColMgr; member in SwColExample
85 pColMgr(0){} in SwColExample()
88 { pColMgr = pMgr; in UpdateExample()
H A Dcolumn.hxx162 SwColMgr* pColMgr; member in SwColumnPage