Lines Matching refs:sdr
301 rtl::Reference< sdr::SelectionController > xController( pView->getSelectionController() ); in ApplyStyle()
361 rtl::Reference< sdr::SelectionController > xController( pView->getSelectionController() ); in ApplyOptions()
700 …DBG_ASSERT( xTableStyle.is() && (xTableStyle->getCount() == sdr::table::style_count ), "sd::FillCe… in FillCellInfoVector()
703 rVector.resize( sdr::table::style_count ); in FillCellInfoVector()
705 for( sal_Int32 nStyle = 0; nStyle < sdr::table::style_count; ++nStyle ) in FillCellInfoVector()
732 xCellInfo = rStyle[sdr::table::first_row_style]; in FillCellInfoMatrix()
736 xCellInfo = rStyle[sdr::table::last_row_style]; in FillCellInfoMatrix()
744 xCellInfo = rStyle[sdr::table::first_column_style]; in FillCellInfoMatrix()
748 xCellInfo = rStyle[sdr::table::last_column_style]; in FillCellInfoMatrix()
758 xCellInfo = rStyle[sdr::table::even_rows_style]; in FillCellInfoMatrix()
762 xCellInfo = rStyle[sdr::table::odd_rows_style]; in FillCellInfoMatrix()
773 xCellInfo = rStyle[sdr::table::even_columns_style]; in FillCellInfoMatrix()
777 xCellInfo = rStyle[sdr::table::odd_columns_style]; in FillCellInfoMatrix()
785 xCellInfo = rStyle[sdr::table::body_style]; in FillCellInfoMatrix()
797 CellInfoVector aCellInfoVector(sdr::table::style_count); in CreateDesignPreview()