Searched refs:processValue (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 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() [all …]
|
| H A D | vbarange.hxx | 74 …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;
|