Searched refs:xPSInf (Results 1 – 1 of 1) sorted by relevance
94 Reference< XPropertySetInfo > xPSInf = rxModel->getPropertySetInfo(); in lcl_ImplGetPropertyNames() local95 DBG_ASSERT( xPSInf.is(), "UpdateFromModel: No PropertySetInfo!" ); in lcl_ImplGetPropertyNames()96 if ( xPSInf.is() ) in lcl_ImplGetPropertyNames()98 Sequence< Property> aProps = xPSInf->getProperties(); in lcl_ImplGetPropertyNames()
Completed in 24 milliseconds