Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx60 OUString aTextToDisplay; in ScVbaHyperlink() local
65 rTextToDisplay >>= aTextToDisplay; in ScVbaHyperlink()
78 if( aTextToDisplay.getLength() == 0 ) in ScVbaHyperlink()
80 aTextToDisplay = xText->getString(); in ScVbaHyperlink()
81 if( aTextToDisplay.getLength() == 0 ) in ScVbaHyperlink()
86 aTextToDisplay = aBuffer.makeStringAndClear(); in ScVbaHyperlink()
94 setTextToDisplay( aTextToDisplay ); in ScVbaHyperlink()
161 OUString aTextToDisplay; in getTextToDisplay() local
162 …getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Representation" ) ) ) >>= aTextToDisplay; in getTextToDisplay()
163 return aTextToDisplay; in getTextToDisplay()

Completed in 18 milliseconds