Searched refs:xFast (Results 1 – 2 of 2) sorted by relevance
283 uno::Reference< XFastPropertySet > xFast( rxProp, UNO_QUERY ); in IsUseDicList() local284 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() local312 if (xFast.is()) in IsIgnoreControlChars()313 xFast->getFastPropertyValue( UPH_IS_IGNORE_CONTROL_CHARACTERS ) >>= bRes; in IsIgnoreControlChars()
190 uno::Reference< beans::XFastPropertySet > xFast( m_xParentProperties.get(), uno::UNO_QUERY ); in GetDefaultValue() local191 if( !xFast.is()) in GetDefaultValue()197 return xFast->getFastPropertyValue( nHandle ); in GetDefaultValue()
Completed in 24 milliseconds