Home
last modified time | relevance | path

Searched refs:replaceAt (Results 76 – 100 of 111) sorted by relevance

12345

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx427 _rJoin = _rJoin.replaceAt(_rJoin.getLength()-1,1,::rtl::OUString(' ')); in JoinCycle()
1214 aTableListStr = aTableListStr.replaceAt(aTableListStr.getLength()-1,1, ::rtl::OUString() ); in GenerateFromClause()
1277 aGroupByStr = aGroupByStr.replaceAt(aGroupByStr.getLength()-1,1, ::rtl::OUString(' ') ); in GenerateGroupBy()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx2217 sRealCond = sRealCond.replaceAt( nPos, 1, rDecSep ); in AddCondition()
2266 sRealCond = sRealCond.replaceAt( nPos, 1, rDecSep ); in AddCondition()
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx2139 …sErrorMessage = sErrorMessage.replaceAt( sErrorMessage.indexOf( sPlaceHolder1 ), sPlaceHolder1.get… in impl_appendError()
2141 …sErrorMessage = sErrorMessage.replaceAt( sErrorMessage.indexOf( ::rtl::OUString::createFromAscii( … in impl_appendError()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx2316 aValue = aValue.replaceAt( iPos, 1, aTabString ); in ReplaceTabWithString()
2629 (*aIt)->maDisplayText = aDisplayText.replaceAt( 0, nIndex, rTitle ); in EntryRenamed()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx504 aWord.replaceAt(nHyphenationPosAlt + 1, cut[nHyphenationPos], repHyph), in hyphenate()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx494 …sName = sName.replaceAt(sName.getLength()-(sExt.getLength()+1),sExt.getLength()+1,::rtl::OUString(… in getEntry()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx1078 aRet = aRet.replaceAt( nIndex, nLen, rWith ); in searchAndReplaceAll()
H A Ddp_gui_updatedialog.cxx1338 … m_noDependencyCurVer = m_noDependencyCurVer.replaceAt( nPos, sVersion.getLength(), sCurVersion ); in IMPL_LINK()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx885 aWorkText = aWorkText.replaceAt( nPosition, nReplaceLength, aReplacement ); in impl_substituteVariable()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx970 sDefaultName += sExtension.replaceAt( 0, 1, ::rtl::OUString() ); in callSaveAsDialog()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx287 …aName = aName.replaceAt(aName.getLength()-(aFilenameExtension.Len()+1),aFilenameExtension.Len()+1,… in getTables()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2407 sServiceNameCC = sServiceNameCC.replaceAt( nIdx, aOldNamePart1.getLength(), aNewNamePart1 ); in OldNameToNewName_Impl()
2410 sServiceNameCC = sServiceNameCC.replaceAt( nIdx, aOldNamePart2.getLength(), aNewNamePart2 ); in OldNameToNewName_Impl()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1209 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in move()
1439 newDstUnqPath = newDstUnqPath.replaceAt( nPos, 0, aPostFix ); in copy()
/trunk/main/uui/source/
H A Diahndl.cxx279 = aMessage.replaceAt(i, in replaceMessageWithArguments()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx384 ? sName.replaceAt(idx, 2, ::rtl::OUString::valueOf(i+1)) in Reset()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_content.cxx603 rtl::OUString aNewChildURL = aOldChildURL.replaceAt( in exchangeIdentity()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx943 = aOldChildURL.replaceAt( in exchangeIdentity()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1334 return source.replaceAt( pos, token.getLength(), value ); in ReplaceString()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx896 aCOL = aCOL.replaceAt(aCOL.getLength()-1,1,pComma); in openTables()
/trunk/main/desktop/source/migration/
H A Dmigration.cxx142 return str.replaceAt( index, 1, ::rtl::OUString() ); in stripHotKey()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1101 = aOldChildURL.replaceAt( in exchangeIdentity()
/trunk/main/starmath/source/
H A Dview.cxx1658 … OUString aNewString = aString.replaceAt( nPosL,nPosU-nPosL,OUString::createFromAscii("UTF-16")); in Execute()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1117 sExpression = sExpression.replaceAt(nIndex,1,s_sQuote); in exportGroup()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx150 rString = rString.replaceAt( nIndex, nLength, aNew ); in ImplTranslateAttribute()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx3494 aStr1= arrTestCase[i].input->replaceAt( arrTestCase[i].index, in test_rtl_OString_replaceAt()

Completed in 301 milliseconds

12345