Searched refs:mxTextField (Results 1 – 4 of 4) sorted by relevance
49 mxTextField.set( xIndex->getByIndex(0), uno::UNO_QUERY_THROW ); in ScVbaHyperlink()92 mxTextField.set( xUrlField, uno::UNO_QUERY_THROW ); in ScVbaHyperlink()162 …mxTextField->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Representation" ) ) ) >>= a… in getTextToDisplay()169 …mxTextField->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Representation" ) ), uno::A… in setTextToDisplay()208 if( !mxTextField.is() ) in ensureTextField()216 mxTextField->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ) ) >>= aUrl; in getUrlComponents()229 …mxTextField->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ), uno::Any( aUrl.ma… in setUrlComponents()
78 css::uno::Reference< css::beans::XPropertySet > mxTextField; member in ScVbaHyperlink
37 css::uno::Reference< css::text::XTextField > mxTextField; member in SwVbaField
41 mxTextField.set( xTextField, uno::UNO_QUERY_THROW ); in SwVbaField()
Completed in 30 milliseconds