Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx46 enum { RowSize = _RowSize }; enumerator
48 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 }; enumerator
85 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 …]
/AOO41X/main/oovbaapi/ooo/vba/excel/
H A DXRange.idl127 XRange Resize( [in] any RowSize, [in] any ColumnSize );
/AOO41X/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()