Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dmisc.cxx283 uno::Reference< XFastPropertySet > xFast( rxProp, UNO_QUERY ); in IsUseDicList() local
284 if (xFast.is()) in IsUseDicList()
285 xFast->getFastPropertyValue( UPH_IS_USE_DICTIONARY_LIST ) >>= bRes; in IsUseDicList()
311 uno::Reference< XFastPropertySet > xFast( rxProp, UNO_QUERY ); in IsIgnoreControlChars() local
312 if (xFast.is()) in IsIgnoreControlChars()
313 xFast->getFastPropertyValue( UPH_IS_IGNORE_CONTROL_CHARACTERS ) >>= bRes; in IsIgnoreControlChars()
/trunk/main/chart2/source/model/main/
H A DDataPoint.cxx190 uno::Reference< beans::XFastPropertySet > xFast( m_xParentProperties.get(), uno::UNO_QUERY ); in GetDefaultValue() local
191 if( !xFast.is()) in GetDefaultValue()
197 return xFast->getFastPropertyValue( nHandle ); in GetDefaultValue()

Completed in 18 milliseconds