| /trunk/main/sw/source/core/layout/ |
| H A D | colfrm.cxx | 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 …]
|
| H A D | atrfrm.cxx | 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()
|
| H A D | fly.cxx | 253 if ( rCol.GetNumCols() > 1 ) in InsertColumns() 2946 if (pLower && pLower->GetNext() && pFmt->GetCol().GetNumCols()>1)//Has more than 1 column... in IsPageNumberingFrm()
|
| H A D | wsfrm.cxx | 3184 if ( pColAttr->IsOrtho() && pColAttr->GetNumCols() > 1 ) in ChgLowersProp() 3473 const sal_uInt16 nNumCols = rCol.GetNumCols(); in FormatWidthCols()
|
| H A D | pagechg.cxx | 259 if ( rCol.GetNumCols() > 1 ) in SwPageFrm()
|
| H A D | sectfrm.cxx | 139 if( ( rCol.GetNumCols() > 1 || IsAnyNoteAtEnd() ) && !IsInFtn() ) in Init()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | colmgr.hxx | 83 return aFmtCol.GetNumCols(); in GetCount()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewtab.cxx | 125 ASSERT( rCols.GetNumCols() == rColItem.Count(), "Column count mismatch" ); in lcl_ConvertToCols() 128 if(rCols.GetNumCols() != rColItem.Count()) in lcl_ConvertToCols() 1085 const sal_uInt16 nCols = aCol.GetNumCols(); in StateTabWin() 1573 nNum = pFmt->GetCol().GetNumCols(); in StateTabWin()
|
| /trunk/main/sw/inc/ |
| H A D | fmtclds.hxx | 123 sal_uInt16 GetNumCols() const { return aColumns.Count(); } in GetNumCols() function in SwFmtCol
|
| /trunk/main/sw/source/core/access/ |
| H A D | accdoc.cxx | 804 sal_uInt16 nColCount=rFmtCol.GetNumCols(); in getExtendedAttributes() 860 sal_uInt16 nSctColCount=rFmtSctCol.GetNumCols(); in getExtendedAttributes()
|
| /trunk/main/sw/source/filter/html/ |
| H A D | wrthtml.cxx | 489 ((const SwFmtCol *)pItem)->GetNumCols() > 1 ) in lcl_html_GetFmtCol() 605 += ByteString::CreateFromInt32( pCol->GetNumCols() ); in lcl_html_OutSectionStartTag()
|
| H A D | htmlfly.cxx | 232 ((const SwFmtCol *)pItem)->GetNumCols() > 1 ) in SV_IMPL_OP_PTRARR_SORT() 1384 sal_uInt16 nCols = rFmtCol.GetNumCols(); in OutHTML_FrmFmtAsMulticol()
|
| H A D | htmlatr.cxx | 2221 if( 1 < rCol.GetNumCols() ) in OutHTML_SwTxtNode() 2222 nPageWidth /= rCol.GetNumCols(); in OutHTML_SwTxtNode()
|
| H A D | swhtml.cxx | 4946 if( 1 < rCol.GetNumCols() ) in GetCurrentBrowseWidth() 4947 aHTMLPageSize.Width() /= rCol.GetNumCols(); in GetCurrentBrowseWidth()
|
| /trunk/main/starmath/source/ |
| H A D | mathtype.cxx | 2237 *pS << sal_uInt8(pMatrix->GetNumCols()); // v_just in HandleSmMatrix() 2243 nBytes=(pMatrix->GetNumCols()+1)*2/8; in HandleSmMatrix() 2244 if (((pMatrix->GetNumCols()+1)*2)%8) in HandleSmMatrix()
|
| H A D | mathmlexport.cxx | 1472 for (sal_uLong x = 0; x < pMatrix->GetNumCols(); x++) in ExportMatrix()
|
| /trunk/main/starmath/inc/ |
| H A D | node.hxx | 821 sal_uInt16 GetNumCols() const {return nNumCols;} in GetNumCols() function in SmMatrixNode
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | attrdesc.cxx | 755 sal_uInt16 nCnt = GetNumCols(); in GetPresentation()
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | column.cxx | 345 if(rColItem.GetNumCols() > 1) in IMPL_LINK()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unosett.cxx | 2571 aTextColumns(rFmtCol.GetNumCols()), in SwXTextColumns()
|