Lines Matching refs:processValue
726 virtual bool processValue( const uno::Any& aValue, const uno::Reference< table::XCell >& xCell );
736 processValue( maValue, xCell ); in visitNode()
740 CellValueSetter::processValue( const uno::Any& aValue, const uno::Reference< table::XCell >& xCell ) in processValue() function in CellValueSetter
814 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue );
820 CellValueGetter::processValue( sal_Int32 /*x*/, sal_Int32 /*y*/, const uno::Any& aValue ) in processValue() function in CellValueGetter
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()
1033 mCellValueSetter.processValue( uno::makeAny( sNA ), xCell ); in visitNode()