Searched refs:xCellInfo (Results 1 – 2 of 2) sorted by relevance
727 boost::shared_ptr< CellInfo > xCellInfo; in FillCellInfoMatrix() local732 xCellInfo = rStyle[sdr::table::first_row_style]; in FillCellInfoMatrix()736 xCellInfo = rStyle[sdr::table::last_row_style]; in FillCellInfoMatrix()739 if( !xCellInfo.get() ) in FillCellInfoMatrix()744 xCellInfo = rStyle[sdr::table::first_column_style]; in FillCellInfoMatrix()748 xCellInfo = rStyle[sdr::table::last_column_style]; in FillCellInfoMatrix()752 if( !xCellInfo.get() ) in FillCellInfoMatrix()758 xCellInfo = rStyle[sdr::table::even_rows_style]; in FillCellInfoMatrix()762 xCellInfo = rStyle[sdr::table::odd_rows_style]; in FillCellInfoMatrix()767 if( !xCellInfo.get() ) in FillCellInfoMatrix()[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()