Searched refs:sNewText (Results 1 – 10 of 10) sorted by relevance
/trunk/main/l10ntools/source/ |
H A D | lngmerge.cxx | 288 ByteString sNewText; in Merge() local 289 pEntrys->GetText( sNewText, STRING_TYP_TEXT, sLang, sal_True ); in Merge() 291 if ( sNewText.Len()) { in Merge() 296 sText1 += sNewText; in Merge() 300 Text[ sLang ] = sNewText; in Merge() 324 ByteString sNewText; in Merge() local 325 pEntrys->GetText( sNewText, STRING_TYP_TEXT, sCur, sal_True ); in Merge() 326 if (( sNewText.Len()) && in Merge() 327 !(( sCur.Equals("x-comment") ) && ( sNewText == "-" ))) in Merge() 332 sLine += sNewText; in Merge()
|
H A D | helpmerge.cxx | 626 ByteString sNewText; local 627 pEntrys->GetText( sNewText, STRING_TYP_TEXT, sCur , true ); 628 sNewdata = String( sNewText , RTL_TEXTENCODING_UTF8 ); 683 ByteString sNewText; local 684 pEntrys->GetText( sNewText, STRING_TYP_TEXT, sCur , true ); 685 sNewdata = String( sNewText , RTL_TEXTENCODING_UTF8 );
|
/trunk/main/svtools/source/control/ |
H A D | fileurlbox.cxx | 65 String sNewText = aTransformer.get( OFileNotation::N_SYSTEM ); in DisplayURL() local 66 SetText( sNewText ); in DisplayURL() 68 if ( sOldText != sNewText ) in DisplayURL()
|
H A D | fmtfield.cxx | 984 String sNewText; in ImplSetValue() local 991 ImplGetFormatter()->GetOutputString(sTemp, m_nFormatKey, sNewText, &m_pLastOutputColor); in ImplSetValue() 996 ImplGetFormatter()->GetInputLineString(dVal, m_nFormatKey, sNewText); in ImplSetValue() 998 ImplGetFormatter()->GetOutputString(dVal, m_nFormatKey, sNewText, &m_pLastOutputColor); in ImplSetValue() 1001 ImplSetTextImpl(sNewText, NULL); in ImplSetValue() 1003 …DBG_ASSERT(CheckText(sNewText), "FormattedField::ImplSetValue : formatted string doesn't match the… in ImplSetValue()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | curledit.cxx | 131 String sNewText( _rStr ); in SetText() local 133 sNewText = m_pTypeCollection->cutPrefix( _rStr ); in SetText() 134 Edit::SetText( sNewText ); in SetText()
|
/trunk/main/sfx2/source/dialog/ |
H A D | securitypage.cxx | 336 String sNewText = m_aProtectSTR; in Reset_Impl() local 384 sNewText = m_aUnProtectSTR; in Reset_Impl() 408 m_aChangeProtectionPB.SetText( sNewText ); in Reset_Impl()
|
/trunk/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 256 ::rtl::OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) ); in ProcessWindowEvent() 257 aNewValue <<= sNewText; in ProcessWindowEvent() 270 pCell->nameChanged( sNewText, pData->m_sOldText ); in ProcessWindowEvent()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | GridFieldValidator.java | 128 String sNewText = (String)xSourceProps.getPropertyValue( "Text" ); in approveUpdate() local 129 if ( 0 == sNewText.length() ) in approveUpdate()
|
/trunk/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1079 String sNewText( aSentenceED.GetText() ); in IMPL_LINK() local 1080 aAutoCorrPB.Enable( sNewText != aSentenceED.GetText() ); in IMPL_LINK()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 2135 …const ::rtl::OUString sNewText = i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OU… in listItemModified() local 2139 pListBox->InsertEntry( sNewText, aNewImage, i_rEvent.ItemPosition ); in listItemModified() 4301 …const ::rtl::OUString sNewText = i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OU… in listItemModified() local 4305 pComboBox->InsertEntry( sNewText, aNewImage, i_rEvent.ItemPosition ); in listItemModified()
|
Completed in 850 milliseconds