Lines Matching refs:xSupplier
1120 Reference< XNumberFormatsSupplier > xSupplier; in describePropertyLine() local
1121 m_xComponent->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier; in describePropertyLine()
1122 if (xSupplier.is()) in describePropertyLine()
1124 Reference< XUnoTunnel > xTunnel(xSupplier,UNO_QUERY); in describePropertyLine()
1751 Reference< XNumberFormatsSupplier > xSupplier; in actuatingPropertyChanged() local
1752 OSL_VERIFY( m_xComponent->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier ); in actuatingPropertyChanged()
1754 Reference< XUnoTunnel > xTunnel( xSupplier, UNO_QUERY ); in actuatingPropertyChanged()
2713 Reference< XNumberFormatsSupplier > xSupplier; in impl_dialogFormatting_nothrow() local
2714 m_xComponent->getPropertyValue( PROPERTY_FORMATSSUPPLIER ) >>= xSupplier; in impl_dialogFormatting_nothrow()
2716 …DBG_ASSERT(xSupplier.is(), "FormComponentPropertyHandler::impl_dialogFormatting_nothrow: invalid c… in impl_dialogFormatting_nothrow()
2717 Reference< XUnoTunnel > xTunnel( xSupplier, UNO_QUERY_THROW ); in impl_dialogFormatting_nothrow()