Searched refs:visitElem (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 418 void visitElem( long nCol, long nRow, const sal_Int16& elem ) in visitElem() function in SimpleVisitor 422 void visitElem( long nCol, long nRow, const sal_Int32& elem ) in visitElem() function in SimpleVisitor 426 void visitElem( long nCol, long nRow, const double& elem ) in visitElem() function in SimpleVisitor 430 void visitElem( long nCol, long nRow, const rtl::OUString& elem ) in visitElem() function in SimpleVisitor 436 void visitElem( long nCol, long nRow, const uno::Any& rElement ) in visitElem() function in SimpleVisitor 455 visitElem( nCol, nRow, fVal ); in visitElem() 461 visitElem( nCol, nRow, aUStr ); in visitElem() 502 aVisitor.visitElem( nCol, mrDocRow, pColArr[ nCol ] ); in process()
|
Completed in 12 milliseconds