Home
last modified time | relevance | path

Searched refs:aNumProv (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx513 uno::Any aNumProv(xNumberAgg->queryAggregation(rProvType)); in getTypes() local
514 if(aNumProv.getValueType() == rProvType) in getTypes()
517 *(uno::Reference<lang::XTypeProvider>*)aNumProv.getValue()); in getTypes()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx334 Any aNumProv = xNumFmtAgg->queryAggregation(rProvType); in getTypes() local
336 if(aNumProv >>= xNumProv) in getTypes()