Home
last modified time | relevance | path

Searched refs:processValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx736 processValue( maValue, xCell ); in visitNode()
814 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue );
872 processValue( x,y,aValue ); in visitNode()
883 bool processValue( const uno::Any& aValue, const uno::Reference< table::XCell >& xCell ) in processValue() function in CellFormulaValueSetter
954 processValue( x,y,aValue ); in visitNode()
965 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue ) in processValue() function in Dim2ArrayValueGetter
984 processValue( x, y, mValueGetter.getValue() ); in visitNode()
1006 mCellValueSetter.processValue( aMatrix[ y ], xCell ); in visitNode()
1008 mCellValueSetter.processValue( uno::makeAny( sNA ), xCell ); in visitNode()
1031 mCellValueSetter.processValue( aMatrix[ x ][ y ], xCell ); in visitNode()
[all …]
H A Dvbarange.hxx74 …virtual bool processValue( const css::uno::Any& aValue, const css::uno::Reference< css::table::XCe…
83 virtual void processValue( sal_Int32 x, sal_Int32 y, const css::uno::Any& aValue ) = 0;

Completed in 64 milliseconds