Searched refs:style_count (Results 1 – 3 of 3) sorted by relevance
132 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()
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()797 CellInfoVector aCellInfoVector(sdr::table::style_count); in CreateDesignPreview()
43 const sal_Int32 style_count = 10; variable
Completed in 27 milliseconds