Lines Matching refs:pColMgr

400 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()
651 pColMgr->SetActualWidth((sal_uInt16)rSize.GetSize().Width() - rBox.GetDistance()); in Reset()
703 const SwFmtCol& rCol = pColMgr->GetColumns(); in FillItemSet()
731 long nGutterWidth = pColMgr->GetGutterWidth();
745 pColMgr->SetAutoWidth(sal_False);
756 long nMaxW = pColMgr->GetActualSize();
761pColMgr->SetColWidth( 0, static_cast< sal_uInt16 >(nColWidth[0] + (sal_uInt16)nColDist[0]/2) );
765 pColMgr->SetColWidth( i, (sal_uInt16)nColWidth[i] + (sal_uInt16)nActDist );
767pColMgr->SetColWidth( nCols-1, static_cast< sal_uInt16 >(nColWidth[nCols-1] + nColDist[nCols -2]/2…
777 pColMgr->SetNoLine();
780 pColMgr->SetLineWidthAndColor(nLines[nPos - 1], Color(COL_BLACK) );
781 pColMgr->SetAdjust( SwColLineAdj(
783 pColMgr->SetLineHeightPercent((short)aLineHeightEdit.GetValue());
784 bEnable = pColMgr->GetLineHeightPercent() != 100;
791 pColMgr->NoCols();
797 Min(long(nMaxCols), long( pColMgr->GetActualSize() / (nGutterWidth + MINLAY)) )));
806 aFrmExampleWN.SetColumns( pColMgr->GetColumns() );
826 sal_Bool bAutoWidth = pColMgr->IsAutoWidth() || bHtmlMode; in Init()
834 nColWidth[i] = pColMgr->GetColWidth(i); in Init()
837 nColDist[i] = pColMgr->GetGutterWidth(i); in Init()
849 SwColLineAdj eAdj = pColMgr->GetAdjust(); in Init()
859 aLineTypeDLB.SelectEntryPos( lcl_LineWidthToPos(( pColMgr->GetLineWidth() )) + 1); in Init()
860 aLineHeightEdit.SetValue( pColMgr->GetLineHeightPercent() ); in Init()
877 Min(long(nMaxCols), long( pColMgr->GetActualSize() / nMinWidth) ))); in Init()
999 int nTemp = pColMgr->GetCount(); in IMPL_LINK()
1006 pColMgr->SetCount(nCols, (sal_uInt16)nDist); in IMPL_LINK()
1038 sal_uInt16 nMaxGap = pColMgr->GetActualSize() - nCols * MINLAY; in IMPL_LINK()
1046 pColMgr->SetGutterWidth((sal_uInt16)nActValue); in IMPL_LINK()
1092 pColMgr->SetColWidth( nFirstVis + nOffset, sal_uInt16(nLeft) ); in IMPL_LINK()
1093 pColMgr->SetColWidth( nFirstVis + nOffset + 1, sal_uInt16(nRight) ); in IMPL_LINK()
1094 pColMgr->SetGutterWidth( sal_uInt16(nColDist[nFirstVis + nOffset]), nFirstVis + nOffset ); in IMPL_LINK()
1125 pColMgr->SetCount(nCols, (sal_uInt16)nDist); in IMPL_LINK()
1130 pColMgr->SetGutterWidth(sal_uInt16(nDist)); in IMPL_LINK()
1133 pColMgr->SetAutoWidth(pBox->IsChecked(), sal_uInt16(nDist)); in IMPL_LINK()
1274 if( pColMgr->GetActualSize() != nActWidth) in ActivatePage()
1276 pColMgr->SetActualWidth(nActWidth); in ActivatePage()
1282 aPgeExampleWN.UpdateExample( rSet, pColMgr ); in ActivatePage()
1301 if(pColMgr->GetActualSize() != nTotalWish) in ActivatePage()
1303 pColMgr->SetActualWidth(nTotalWish); in ActivatePage()
1379 sal_uInt16 nSmall = pColMgr->GetActualSize() / 3; in IMPL_LINK()