Searched refs:RowSize (Results 1 – 4 of 4) sorted by relevance
46 enum { RowSize = _RowSize }; enumerator83 enum { RowSize = _RowSize }; enumerator85 ImplMatLine< RowSize > maLine[RowSize - 1];136 mpLine = new ImplMatLine< RowSize >((RowSize - 1), rToBeCopied.mpLine); in ImplHomMatrixTemplate()152 if(nRow < (RowSize - 1)) in get()181 mpLine = new ImplMatLine< RowSize >((RowSize - 1), 0L); in set()370 sal::static_int_cast<sal_uInt16>(mpLine ? RowSize : (RowSize - 1)) ); in isIdentity()403 const double fHomValue(get((RowSize - 1), (RowSize - 1))); in isNormalized()451 const double fHomValue(get((RowSize - 1), (RowSize - 1))); in doNormalize()479 sal::static_int_cast<sal_uInt16>(aWork.mpLine ? RowSize : (RowSize - 1)) ); in doDeterminant()[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()
Completed in 80 milliseconds