Home
last modified time | relevance | path

Searched refs:RowSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx46 enum { RowSize = _RowSize }; enumerator
83 enum { RowSize = _RowSize }; enumerator
85 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 …]
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl127 XRange Resize( [in] any RowSize, [in] any ColumnSize );
/trunk/main/sc/source/ui/vba/
H A Dvbarange.hxx233 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Resize( const css::uno::Any& RowSize, co…
H A Dvbarange.cxx2569 ScVbaRange::Resize( const uno::Any &RowSize, const uno::Any &ColumnSize ) throw (uno::RuntimeExcept… in Resize() argument
2572 …sal_Bool bIsRowChanged = ( RowSize >>= nRowSize ), bIsColumnChanged = ( ColumnSize >>= nColumnSize… in Resize()

Completed in 43 milliseconds