Home
last modified time | relevance | path

Searched refs:style_count (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/table/
H A Dtabledesign.cxx132 Reference< XStyle > maCellStyles[style_count];
374 return style_count; in getCount()
383 if( (Index < 0) || (Index >= style_count) ) in getByIndex()
435 for( sal_Int32 nIndex = 0; nIndex < style_count; nIndex++ ) in disposing()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx700 …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()
797 CellInfoVector aCellInfoVector(sdr::table::style_count); in CreateDesignPreview()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtabledesign.hxx43 const sal_Int32 style_count = 10; variable

Completed in 20 milliseconds