Searched refs:xAsText (Results 1 – 2 of 2) sorted by relevance
815 Reference< ::com::sun::star::awt::XTextComponent > xAsText(xCurrent, UNO_QUERY); in fillControlTexts() local816 if (xAsText.is()) in fillControlTexts()818 m_aControlTexts.insert(m_aControlTexts.end(), new SimpleTextWrapper(xAsText)); in fillControlTexts()
500 Reference< XTextComponent > xAsText( _rxControl, UNO_QUERY ); in IsSearchableControl() local501 if ( xAsText.is() ) in IsSearchableControl()504 *_pCurrentText = xAsText->getText(); in IsSearchableControl()
Completed in 39 milliseconds