Lines Matching refs:xCellInfo

727 			boost::shared_ptr< CellInfo > xCellInfo;  in FillCellInfoMatrix()  local
732 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()
773 xCellInfo = rStyle[sdr::table::even_columns_style]; in FillCellInfoMatrix()
777 xCellInfo = rStyle[sdr::table::odd_columns_style]; in FillCellInfoMatrix()
782 if( !xCellInfo.get() ) in FillCellInfoMatrix()
785 xCellInfo = rStyle[sdr::table::body_style]; in FillCellInfoMatrix()
788 rMatrix[nCol][nRow] = xCellInfo; in FillCellInfoMatrix()
829 boost::shared_ptr< CellInfo > xCellInfo( aMatrix[nCol][nRow] ); in CreateDesignPreview() local
832 if( xCellInfo.get() ) in CreateDesignPreview()
837 if( xCellInfo->maCellColor.GetColor() != COL_TRANSPARENT ) in CreateDesignPreview()
839 pAccess->SetFillColor( xCellInfo->maCellColor ); in CreateDesignPreview()
843 aTextColor = xCellInfo->maTextColor; in CreateDesignPreview()
863 boost::shared_ptr< CellInfo > xCellInfo( aMatrix[nCol][nRow] ); in CreateDesignPreview() local
865 if( xCellInfo.get() ) in CreateDesignPreview()
878 const SvxBorderLine* pBorderLine = xCellInfo->maBorder.GetLine(nLine); in CreateDesignPreview()