Searched refs:visitNode (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/xmloff/source/core/ |
H A D | DomExport.cxx | 93 void visitNode( DomVisitor& rVisitor, const Reference<XNode>& xNode ) in visitNode() function 146 visitNode( rVisitor, xNode ); in visit()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 727 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ); 734 CellValueSetter::visitNode( sal_Int32 /*i*/, sal_Int32 /*j*/, const uno::Reference< table::XCell >&… in visitNode() function in CellValueSetter 813 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ); 824 void CellValueGetter::visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xC… in visitNode() function in CellValueGetter 931 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode() function in CellFormulaValueGetter 980 void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode() function in Dim2ArrayValueGetter 983 mValueGetter.visitNode( x, y, xCell ); in visitNode() 1003 virtual void visitNode( sal_Int32 /*x*/, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode() function in Dim1ArrayValueSetter 1028 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode() function in Dim2ArrayValueSetter 1492 visitor.visitNode( i, j, xCell ); in visitArray()
|
H A D | vbarange.hxx | 67 …virtual void visitNode( sal_Int32 x, sal_Int32 y, const css::uno::Reference< css::table::XCell >& …
|
Completed in 54 milliseconds