Searched refs:GetNumCols (Results 1 – 20 of 20) sorted by relevance
208 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 …]
829 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()
253 if ( rCol.GetNumCols() > 1 ) in InsertColumns()2946 if (pLower && pLower->GetNext() && pFmt->GetCol().GetNumCols()>1)//Has more than 1 column... in IsPageNumberingFrm()
3184 if ( pColAttr->IsOrtho() && pColAttr->GetNumCols() > 1 ) in ChgLowersProp()3473 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols()
259 if ( rCol.GetNumCols() > 1 ) in SwPageFrm()
139 if( ( rCol.GetNumCols() > 1 || IsAnyNoteAtEnd() ) && !IsInFtn() ) in Init()
83 return aFmtCol.GetNumCols(); in GetCount()
131 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()
123 sal_uInt16 GetNumCols() const { return aColumns.Count(); } in GetNumCols() function in SwFmtCol
804 sal_uInt16 nColCount=rFmtCol.GetNumCols(); in getExtendedAttributes()860 sal_uInt16 nSctColCount=rFmtSctCol.GetNumCols(); in getExtendedAttributes()
489 ((const SwFmtCol *)pItem)->GetNumCols() > 1 ) in lcl_html_GetFmtCol()605 += ByteString::CreateFromInt32( pCol->GetNumCols() ); in lcl_html_OutSectionStartTag()
232 ((const SwFmtCol *)pItem)->GetNumCols() > 1 ) in SV_IMPL_OP_PTRARR_SORT()1384 sal_uInt16 nCols = rFmtCol.GetNumCols(); in OutHTML_FrmFmtAsMulticol()
2226 if( 1 < rCol.GetNumCols() ) in OutHTML_SwTxtNode()2227 nPageWidth /= rCol.GetNumCols(); in OutHTML_SwTxtNode()
4946 if( 1 < rCol.GetNumCols() ) in GetCurrentBrowseWidth()4947 aHTMLPageSize.Width() /= rCol.GetNumCols(); in GetCurrentBrowseWidth()
2238 *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()
1472 for (sal_uLong x = 0; x < pMatrix->GetNumCols(); x++) in ExportMatrix()
821 sal_uInt16 GetNumCols() const {return nNumCols;} in GetNumCols() function in SmMatrixNode
755 sal_uInt16 nCnt = GetNumCols(); in GetPresentation()
345 if(rColItem.GetNumCols() > 1) in IMPL_LINK()
2540 aTextColumns(rFmtCol.GetNumCols()), in SwXTextColumns()
Completed in 222 milliseconds