Searched refs:xCellInfo (Results 1 – 2 of 2) sorted by relevance
727 boost::shared_ptr< CellInfo > xCellInfo; in FillCellInfoMatrix() local736 xCellInfo = rStyle[sdr::table::last_row_style]; in FillCellInfoMatrix()739 if( !xCellInfo.get() ) in FillCellInfoMatrix()752 if( !xCellInfo.get() ) in FillCellInfoMatrix()767 if( !xCellInfo.get() ) in FillCellInfoMatrix()782 if( !xCellInfo.get() ) in FillCellInfoMatrix()785 xCellInfo = rStyle[sdr::table::body_style]; in FillCellInfoMatrix()788 rMatrix[nCol][nRow] = xCellInfo; in FillCellInfoMatrix()832 if( xCellInfo.get() ) in CreateDesignPreview()843 aTextColor = xCellInfo->maTextColor; in CreateDesignPreview()[all …]
221 RTFCellInfoPtr xCellInfo( new RTFCellInfo(mrItemPool) ); in InsertCell() local223 xCellInfo->mnStartPara = mnStartPara; in InsertCell()224 xCellInfo->mnParaCount = pInfo->aSelection.nEndPara - 1 - mnStartPara; in InsertCell()233 (*xColumn)[nCol] = xCellInfo; in InsertCell()275 RTFCellInfoPtr xCellInfo( (*xColumn)[nCol] ); in FillTable() local278 if( xCell.is() && xCellInfo.get() ) in FillTable()281 … if( xCellInfo->maItemSet.GetItemState(SDRATTR_TABLE_BORDER,sal_False,&pPoolItem)==SFX_ITEM_SET) in FillTable()284 …ng sDebug = mpOutliner->GetText( mpOutliner->GetParagraph( xCellInfo->mnStartPara ), xCellInfo->mn… in FillTable()286 …extObject = mpOutliner->CreateParaObject( (sal_uInt16)xCellInfo->mnStartPara, (sal_uInt16)xCellInf… in FillTable()
Completed in 45 milliseconds