Home
last modified time | relevance | path

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

/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx56 const Reference< XConstantTypeDescription >& xConstant) in writeConstantData()
61 OUString uConstName = xConstant->getName(); in writeConstantData()
62 Any aConstantAny = xConstant->getConstantValue(); in writeConstantData()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx56 const Reference< XConstantTypeDescription >& xConstant) in writeConstantData()
61 OUString uConstName = xConstant->getName(); in writeConstantData()
62 Any aConstantAny = xConstant->getConstantValue(); in writeConstantData()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx536 Reference< reflection::XConstantTypeDescription > xConstant(
539 to_cli_constant( xConstant->getConstantValue() );
592 reflection::XConstantTypeDescription > const & xConstant = variable
595 to_cli_constant( xConstant->getConstantValue() );
597 ustring_to_String( xConstant->getName() );