Searched refs:RowSize (Results 1 – 4 of 4) sorted by relevance
46 enum { RowSize = _RowSize }; enumerator48 double mfValue[RowSize];55 ImplMatLine(sal_uInt16 nRow, ImplMatLine< RowSize >* pToBeCopied = 0L) in ImplMatLine()59 memcpy(&mfValue, pToBeCopied, sizeof(double) * RowSize); in ImplMatLine()63 for(sal_uInt16 a(0); a < RowSize; a++) in ImplMatLine()83 enum { RowSize = _RowSize }; enumerator85 ImplMatLine< RowSize > maLine[RowSize - 1];86 ImplMatLine< RowSize >* mpLine;95 for(sal_uInt16 a(0); a < RowSize; a++) in isLastLineDefault()97 const double fDefault(implGetDefaultValue((RowSize - 1), a)); in isLastLineDefault()[all …]
127 XRange Resize( [in] any RowSize, [in] any ColumnSize );
233 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Resize( const css::uno::Any& RowSize, co…
2569 ScVbaRange::Resize( const uno::Any &RowSize, const uno::Any &ColumnSize ) throw (uno::RuntimeExcept… in Resize() argument2572 …sal_Bool bIsRowChanged = ( RowSize >>= nRowSize ), bIsColumnChanged = ( ColumnSize >>= nColumnSize… in Resize()