Lines Matching refs:aText

299 		::rtl::OUStringBuffer aText;  in itemStateChanged()
315 aText in itemStateChanged()
318 ::rtl::OUString sText( aText.makeStringAndClear() ); in itemStateChanged()
330 aText.append( sText.copy( sExpressionMarker.getLength() ) ); in itemStateChanged()
334 aText.appendAscii( bSelected ? "1" : "0" ); in itemStateChanged()
358 aText.append( sItemText ); in itemStateChanged()
370aText.append( ::comphelper::getString( Reference< XPropertySet >( getModel(), UNO_QUERY )->getProp… in itemStateChanged()
375 ::rtl::OUString sText( aText.makeStringAndClear() ); in itemStateChanged()
518 ::rtl::OUString aText; in commit()
526 aText = xText->getText(); in commit()
531 if (m_aText.compareTo(aText)) in commit()
534 ::rtl::OUString aNewText(aText); in commit()
575 void SAL_CALL OFilterControl::setText( const ::rtl::OUString& aText ) throw(RuntimeException) in setText() argument
589 if ( aText.equalsAscii( "1" ) in setText()
590 || aText.equalsIgnoreAsciiCaseAscii( "TRUE" ) in setText()
591 || aText.equalsIgnoreAsciiCaseAscii( "IS TRUE" ) in setText()
596 else if ( aText.equalsAscii( "0" ) in setText()
597 || aText.equalsIgnoreAsciiCaseAscii( "FALSE" ) in setText()
605 m_aText = aText; in setText()
616 if (aText == aRefText) in setText()
620 m_aText = aText; in setText()
629 m_aText = aText; in setText()
668 m_aText = aText; in setText()
669 xText->setText(aText); in setText()
676 …ext( const ::com::sun::star::awt::Selection& rSel, const ::rtl::OUString& aText ) throw(::com::sun… in insertText() argument
681 xText->insertText(rSel, aText); in insertText()