Home
last modified time | relevance | path

Searched refs:visitNode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/core/
H A DDomExport.cxx93 void visitNode( DomVisitor& rVisitor, const Reference<XNode>& xNode ) in visitNode() function
146 visitNode( rVisitor, xNode ); in visit()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx727 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 Dvbarange.hxx67 …virtual void visitNode( sal_Int32 x, sal_Int32 y, const css::uno::Reference< css::table::XCell >& …

Completed in 51 milliseconds