Home
last modified time | relevance | path

Searched refs:GetNumCols (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx208 if ( rOld.GetNumCols() <= 1 && rNew.GetNumCols() <= 1 && !bChgFtn ) in ChgColumns()
213 rNew.GetNumCols() > 1 ) in ChgColumns()
226 nNewNum = rNew.GetNumCols(); in ChgColumns()
236 sal_Bool bAdjustAttributes = nOldNum != rOld.GetNumCols(); in ChgColumns()
370 const sal_Bool bOrtho = pAttr->IsOrtho() && pAttr->GetNumCols() > 0; in AdjustColumns()
374 …for ( sal_uInt16 i = 0; i < pAttr->GetNumCols() && pCol; ++i ) //i118878, value returned by GetNum… in AdjustColumns()
378 const SwTwips nWidth = i == (pAttr->GetNumCols() - 1) ? in AdjustColumns()
420 else if ( i == pAttr->GetNumCols() - 1 ) in AdjustColumns()
449 long nInnerWidth = ( nAvail - nGutter ) / pAttr->GetNumCols(); in AdjustColumns()
451 …for( sal_uInt16 i = 0; i < pAttr->GetNumCols() && pCol; pCol = pCol->GetNext(), ++i ) //i118878, v… in AdjustColumns()
[all …]
H A Datrfrm.cxx829 aColumns( (sal_Int8)rCpy.GetNumCols(), 1 ), in SwFmtCol()
834 for ( sal_uInt16 i = 0; i < rCpy.GetNumCols(); ++i ) in SwFmtCol()
855 for ( sal_uInt16 i = 0; i < rCpy.GetNumCols(); ++i ) in operator =()
884 aColumns.Count() == rCmp.GetNumCols() && in operator ==()
1000 if(!GetNumCols()) in Calc()
1009 (nAct - ((GetNumCols()-1) * nGutterWidth)) / GetNumCols(); in Calc()
1024 for ( i = 1; i < GetNumCols()-1; ++i ) in Calc()
H A Dfly.cxx253 if ( rCol.GetNumCols() > 1 ) in InsertColumns()
2946 if (pLower && pLower->GetNext() && pFmt->GetCol().GetNumCols()>1)//Has more than 1 column... in IsPageNumberingFrm()
H A Dwsfrm.cxx3184 if ( pColAttr->IsOrtho() && pColAttr->GetNumCols() > 1 ) in ChgLowersProp()
3473 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols()
H A Dpagechg.cxx259 if ( rCol.GetNumCols() > 1 ) in SwPageFrm()
H A Dsectfrm.cxx139 if( ( rCol.GetNumCols() > 1 || IsAnyNoteAtEnd() ) && !IsInFtn() ) in Init()
/trunk/main/sw/source/ui/inc/
H A Dcolmgr.hxx83 return aFmtCol.GetNumCols(); in GetCount()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx131 ASSERT( rCols.GetNumCols() == rColItem.Count(), "Column count mismatch" ); in lcl_ConvertToCols()
134 if(rCols.GetNumCols() != rColItem.Count()) in lcl_ConvertToCols()
1095 const sal_uInt16 nCols = aCol.GetNumCols(); in StateTabWin()
1583 nNum = pFmt->GetCol().GetNumCols(); in StateTabWin()
/trunk/main/sw/inc/
H A Dfmtclds.hxx123 sal_uInt16 GetNumCols() const { return aColumns.Count(); } in GetNumCols() function in SwFmtCol
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx804 sal_uInt16 nColCount=rFmtCol.GetNumCols(); in getExtendedAttributes()
860 sal_uInt16 nSctColCount=rFmtSctCol.GetNumCols(); in getExtendedAttributes()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx489 ((const SwFmtCol *)pItem)->GetNumCols() > 1 ) in lcl_html_GetFmtCol()
605 += ByteString::CreateFromInt32( pCol->GetNumCols() ); in lcl_html_OutSectionStartTag()
H A Dhtmlfly.cxx232 ((const SwFmtCol *)pItem)->GetNumCols() > 1 ) in SV_IMPL_OP_PTRARR_SORT()
1384 sal_uInt16 nCols = rFmtCol.GetNumCols(); in OutHTML_FrmFmtAsMulticol()
H A Dhtmlatr.cxx2226 if( 1 < rCol.GetNumCols() ) in OutHTML_SwTxtNode()
2227 nPageWidth /= rCol.GetNumCols(); in OutHTML_SwTxtNode()
H A Dswhtml.cxx4946 if( 1 < rCol.GetNumCols() ) in GetCurrentBrowseWidth()
4947 aHTMLPageSize.Width() /= rCol.GetNumCols(); in GetCurrentBrowseWidth()
/trunk/main/starmath/source/
H A Dmathtype.cxx2238 *pS << sal_uInt8(pMatrix->GetNumCols()); // v_just in HandleSmMatrix()
2244 nBytes=(pMatrix->GetNumCols()+1)*2/8; in HandleSmMatrix()
2245 if (((pMatrix->GetNumCols()+1)*2)%8) in HandleSmMatrix()
H A Dmathmlexport.cxx1472 for (sal_uLong x = 0; x < pMatrix->GetNumCols(); x++) in ExportMatrix()
/trunk/main/starmath/inc/
H A Dnode.hxx821 sal_uInt16 GetNumCols() const {return nNumCols;} in GetNumCols() function in SmMatrixNode
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx755 sal_uInt16 nCnt = GetNumCols(); in GetPresentation()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx345 if(rColItem.GetNumCols() > 1) in IMPL_LINK()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2540 aTextColumns(rFmtCol.GetNumCols()), in SwXTextColumns()

Completed in 164 milliseconds