| /aoo4110/main/xmloff/source/draw/ | 
| H A D | animationexport.cxx | 572 		OUStringBuffer sTmp;  in exportTransitionNode()  local 758 		OUStringBuffer sTmp;  in exportNode()  local 1012 			OUStringBuffer sTmp;  in exportContainer()  local 1090 		OUStringBuffer sTmp;  in exportAnimate()  local 1193 					sTmp.append( *p++ );  in exportAnimate() 1361 			OUStringBuffer sTmp;  in exportAudio()  local 1386 		OUStringBuffer sTmp;  in exportCommand()  local 1440 	sTmp = aStr;  in convertPath() 1468 			if( sTmp.getLength() )  in convertValue() 1595 			if( sTmp.getLength() )  in convertTiming() [all …] 
 | 
| H A D | layerexp.cxx | 69 	OUString sTmp;  in exportLayer()  local 78 			xLayer->getPropertyValue( strName ) >>= sTmp;  in exportLayer() 79 			if(sTmp.getLength())  in exportLayer() 80 				rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, sTmp );  in exportLayer() 85 			xLayer->getPropertyValue(strTitle) >>= sTmp;  in exportLayer() 86 			if(sTmp.getLength())  in exportLayer() 89 				rExport.Characters(sTmp);  in exportLayer() 93 			xLayer->getPropertyValue(strDescription) >>= sTmp;  in exportLayer() 94 			if(sTmp.getLength() > 0)  in exportLayer() 97 				rExport.Characters(sTmp);  in exportLayer()
  | 
| H A D | animexp.cxx | 448 	OUStringBuffer sTmp;  in exportAnimations()  local 466 				SvXMLUnitConverter::convertColor( sTmp, rEffect.maDimColor );  in exportAnimations() 467 				rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_COLOR, sTmp.makeStringAndClear() );  in exportAnimations() 475 					SvXMLUnitConverter::convertEnum( sTmp, rEffect.meSpeed, aXML_AnimationSpeed_EnumMap );  in exportAnimations() 476 					rExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_SPEED, sTmp.makeStringAndClear() );  in exportAnimations() 486 					SvXMLUnitConverter::convertEnum( sTmp, rEffect.meEffect, aXML_AnimationEffect_EnumMap );  in exportAnimations() 487 					rExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_EFFECT, sTmp.makeStringAndClear() );  in exportAnimations() 493 					rExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_DIRECTION, sTmp.makeStringAndClear() );  in exportAnimations() 498 					SvXMLUnitConverter::convertPercent( sTmp, rEffect.mnStartScale );  in exportAnimations() 504 					SvXMLUnitConverter::convertEnum( sTmp, rEffect.meSpeed, aXML_AnimationSpeed_EnumMap );  in exportAnimations() [all …] 
 | 
| /aoo4110/main/sw/source/ui/envelp/ | 
| H A D | labelcfg.cxx | 83 	OUString sTmp;  in lcl_CreateSwLabRec()  local 91 				case 0: pValues[nProp] >>= sTmp; pNewRec->aType = sTmp; break;  in lcl_CreateSwLabRec() 140                 OUString sTmp;  in lcl_CreateProperties()  local 141                 sTmp += C2U( rRec.bCont ? "C" : "S");                            sTmp += sColon;  in lcl_CreateProperties() 148                 sTmp += OUString::valueOf(rRec.nCols   );sTmp += sColon;  in lcl_CreateProperties() 205 				OUString sTmp;  in HasLabel()  local 206 				pValues[0] >>= sTmp;  in HasLabel() 207 				if(rType == sTmp)  in HasLabel() 266 			OUString sTmp;  in SaveLabel()  local 267 			pValues[0] >>= sTmp;  in SaveLabel() [all …] 
 | 
| /aoo4110/main/l10ntools/source/ | 
| H A D | export2.cxx | 441         ByteString sTmp;  in InitLanguages()  local 447             else if( !( (sTmp.GetChar(0)=='x' || sTmp.GetChar(0)=='X') && sTmp.GetChar(1)=='-' ) ){  in InitLanguages() 458     ByteString sTmp;  in InitForcedLanguages()  local 462         sTmp.EraseLeadingAndTrailingChars();  in InitForcedLanguages() 464         else if( !( (sTmp.GetChar(0)=='x' || sTmp.GetChar(0)=='X') && sTmp.GetChar(1)=='-' ) )  in InitForcedLanguages() 490             sTmp.Append( "\\u" );  in replaceEncoding() 496             rString = sTmp;  in replaceEncoding() 715     sTmp.SearchAndReplace("file:///","");  in GetTempFile() 716     sTmp.SearchAndReplaceAll('/','\\');  in GetTempFile() 725     sTmp.SearchAndReplace("file://","");  in GetTempFile() [all …] 
 | 
| /aoo4110/main/sw/source/ui/utlui/ | 
| H A D | swrenamexnameddlg.cxx | 83 	String sTmp(GetText());  in SwRenameXNamedDlg()  local 86 	sTmp += String(xNamed->getName());  in SwRenameXNamedDlg() 87 	SetText(sTmp);  in SwRenameXNamedDlg() 114 	String sTmp(pEdit->GetText());  in IMPL_LINK()  local 117 	sal_uInt16 nLen = sTmp.Len();  in IMPL_LINK() 121 		sal_uInt16 nTmpLen = sTmp.Len();  in IMPL_LINK() 123 		if(sTmp.Len() != nTmpLen)  in IMPL_LINK() 126 	if(sTmp.Len() != nLen)  in IMPL_LINK() 128 		pEdit->SetText(sTmp);  in IMPL_LINK() 134 	aOk.Enable(sTmp.Len() && !xNameAccess->hasByName(sTmp)  in IMPL_LINK() [all …] 
 | 
| H A D | condedit.cxx | 83                 OUString sTmp;  in ExecuteDrop()  local 84                 sTmp = aColDesc.getDataSource();  in ExecuteDrop() 85                 sDBName += String(sTmp);  in ExecuteDrop() 88                 aColDesc[daCommand] >>= sTmp;  in ExecuteDrop() 89                 sDBName += String(sTmp);  in ExecuteDrop() 92                 aColDesc[daColumnName] >>= sTmp;  in ExecuteDrop() 93                 sDBName += String(sTmp);  in ExecuteDrop()
  | 
| /aoo4110/main/sw/source/core/tox/ | 
| H A D | tox.cxx | 705             if( sTmp.Len() < 2 )  in GetString() 706                 sTmp.Insert('0', 0);  in GetString() 707             sRet.Insert( sTmp, 2 );  in GetString() 744             String sTmp( sText );  in GetString()  local 745             sTmp.EraseAllChars( TOX_STYLE_DELIMITER );  in GetString() 746             sRet += sTmp;  in GetString() 805     String sTmp( sToken.GetToken( 1, ',' ));  in BuildToken()  local 806     if( sTmp.Len() )  in BuildToken() 837             eRet.nTabStopPosition = sTmp.ToInt32();  in BuildToken() 843             eRet.cTabFillChar = sTmp.GetChar(0);  in BuildToken() [all …] 
 | 
| H A D | txmsrt.cxx | 436 	String sTmp;  in FillText()  local 447 			sTmp.Erase( 0, 1 ).Insert( sUpper, 0 );  in FillText() 451         GetTxt( sTmp, sTmpReading );  in FillText() 453     rNd.InsertText( sTmp, rInsPos );  in FillText() 574         String sTmp, sTmpReading;  in FillText()  local 575         GetTxt( sTmp, sTmpReading );  in FillText() 576         rNd.InsertText( sTmp, rInsPos );  in FillText() 675         String sTmp, sTmpReading;  in FillText()  local 676         GetTxt( sTmp, sTmpReading );  in FillText() 677 		sTmp.SearchAndReplaceAll('\t', ' ');  in FillText() [all …] 
 | 
| /aoo4110/main/tools/bootstrp/ | 
| H A D | inimgr.cxx | 89 	ByteString sTmp( rPath );  in ToLocal()  local 95 	sTmp.ToUpperAscii();  in ToLocal() 97 	sTmp.SearchAndReplace( sUnc, _INI_DRV );  in ToLocal() 98 	sTmp.SearchAndReplace( sOldUnc, _INI_DRV );  in ToLocal() 99 	sTmp.ToUpperAscii();  in ToLocal() 104 	sTmp.SearchAndReplace( sIni, sLocalPath );  in ToLocal() 106 	while ( sTmp.SearchAndReplace( "\\\\", "\\" ) != STRING_NOTFOUND ) ;  in ToLocal() 108 	sTmp.SearchAndReplace( sGlobalDir, sLocalPath );  in ToLocal() 111 	sTmp.SearchAndReplace( sOldGlobalDir, sLocalPath );  in ToLocal() 113 	while ( sTmp.SearchAndReplace( "//", "/" ) != STRING_NOTFOUND ) ;  in ToLocal() [all …] 
 | 
| /aoo4110/main/sw/source/ui/shells/ | 
| H A D | drformsh.cxx | 214                                     OUString sTmp;  in GetState()  local 215                                     if( (aTmp >>= sTmp) && sTmp.getLength())  in GetState() 217                                         aHLinkItem.SetName(sTmp);  in GetState() 225                                     OUString sTmp;  in GetState()  local 226                                     if( (aTmp >>= sTmp) && sTmp.getLength())  in GetState() 228                                         aHLinkItem.SetURL(sTmp);  in GetState() 236                                     OUString sTmp;  in GetState()  local 237                                     if( (aTmp >>= sTmp) && sTmp.getLength())  in GetState() 239                                         aHLinkItem.SetTargetFrame(sTmp);  in GetState()
  | 
| /aoo4110/main/xmloff/source/text/ | 
| H A D | XMLRedlineExport.cxx | 461 	OUString sTmp;  in GetRedlineID()  local 462 	aAny >>= sTmp;  in GetRedlineID() 465 	sBuf.append(sTmp);  in GetRedlineID() 478 	OUString sTmp;  in ExportChangeInfo()  local 479 	aAny >>= sTmp;  in ExportChangeInfo() 502 	aAny >>= sTmp;  in ExportChangeInfo() 503     WriteComment( sTmp );  in ExportChangeInfo() 518 			OUString sTmp;  in ExportChangeInfo()  local 519 			rVal.Value >>= sTmp;  in ExportChangeInfo() 541 			OUString sTmp;  in ExportChangeInfo()  local [all …] 
 | 
| H A D | txtftne.cxx | 247 	OUString sTmp;  in lcl_exportString()  local 248 	aAny >>= sTmp;  in lcl_exportString() 249 	if (!bOmitIfEmpty || (sTmp.getLength() > 0))  in lcl_exportString() 252 			sTmp = rExport.EncodeStyleName( sTmp );  in lcl_exportString() 363 		OUString sTmp;  in exportTextFootnoteConfigurationHelper()  local 367 		aAny >>= sTmp;  in exportTextFootnoteConfigurationHelper() 369 		if (sTmp.getLength() > 0)  in exportTextFootnoteConfigurationHelper() 374 			GetExport().Characters(sTmp);  in exportTextFootnoteConfigurationHelper() 379 		aAny >>= sTmp;  in exportTextFootnoteConfigurationHelper() 381 		if (sTmp.getLength() > 0)  in exportTextFootnoteConfigurationHelper() [all …] 
 | 
| /aoo4110/main/sw/source/ui/dbui/ | 
| H A D | dbinsdlg.cxx | 1546 	String sTmp( rNodeName );  in lcl_createSourceNames()  local 1547 	const xub_StrLen nPos = sTmp.Len();  in lcl_createSourceNames() 1579 	String sTmp( rSubNodeName );  in lcl_CreateSubNames()  local 1670 	String sTmp;  in Commit()  local 1674 	if( sTmp.Len() )  in Commit() 1850 			if( sTmp.Len() )  in Load() 1860 				} while( n < sTmp.Len() );  in Load() 1872 			sTmp = pNewData->sTmplNm;  in Load() 1873 			if( sTmp.Len() )  in Load() 1880 			sTmp = pNewData->sTAutoFmtNm;  in Load() [all …] 
 | 
| H A D | mailmergechildwindow.cxx | 641             sTmp += '\t';  in IterateMails() 642             sTmp += m_sFailed;  in IterateMails() 643             sMessage.SearchAndReplaceAscii("%1", sTmp);  in IterateMails() 685                 if( sTmp.Len() )  in IterateMails() 686                     pMessage->addCcRecipient( sTmp );  in IterateMails() 697                 if( sTmp.Len() )  in IterateMails() 698                     pMessage->addBccRecipient( sTmp );  in IterateMails() 748     String sTmp(xMessage->getRecipients()[0]);  in DocumentSent()  local 749     sTmp += '\t';  in DocumentSent() 750     sTmp += bResult ? m_sCompleted : m_sFailed;  in DocumentSent() [all …] 
 | 
| /aoo4110/main/sw/source/filter/rtf/ | 
| H A D | rtfnum.cxx | 373 				String sTmp( String::CreateFromAscii(  in ReadListTable()  local 375 				aEntry.nListDocPos = pDoc->MakeNumRule( sTmp );  in ReadListTable() 395 				String sTmp( DelCharAtEnd( aToken, ';' ));  in ReadListTable()  local 396 				if( sTmp.Len() && !pDoc->FindNumRulePtr( sTmp ))  in ReadListTable() 575 							String sTmp( String::CreateFromAscii(  in ReadListOverrideTable()  local 838 		String sTmp( String::CreateFromAscii(  in ReadNumSecLevel()  local 1038 				String sTmp;  in ReadNumSecLevel()  local 1039 				GetTextToEndGroup( sTmp );  in ReadNumSecLevel() 1046 					sTmp.Erase();  in ReadNumSecLevel() 1048 				pCurNumFmt->SetSuffix( sTmp );  in ReadNumSecLevel() [all …] 
 | 
| /aoo4110/main/migrationanalysis/src/wizard/ | 
| H A D | Wizard.bas | 315     Dim sTmp As String  variable 323         sTmp = Left$(sRes, nRet) 325         If Right(sTmp, 1) = "_" Then 326             sRetStr = sRetStr + VBA.Left(sTmp, Len(sTmp) - 1) 328             sRetStr = sRetStr + sTmp 331     Loop Until Right(sTmp, 1) <> "_" 558     Dim sTmp As String  variable 560     sTmp = sString 562         p = InStr(sTmp, sToken) 564             sTmp = VBA.Left(sTmp, p - 1) + sReplacement + Mid(sTmp, p + Len(sToken)) [all …] 
 | 
| /aoo4110/main/xmloff/source/script/ | 
| H A D | XMLStarBasicExportHandler.cxx | 76 			OUString sTmp;  in Export()  local 77 			rValues[i].Value >>= sTmp;  in Export() 79 				(sTmp.equalsIgnoreAsciiCase(sApplication) ||   in Export() 80 				 sTmp.equalsIgnoreAsciiCase(sStarOffice) ) ? XML_APPLICATION   in Export() 92 		OUStringBuffer sTmp( sLocation.getLength() + sName.getLength() + 1 );  in Export()  local 93 		sTmp = sLocation;  in Export() 94 		sTmp.append( sal_Unicode( ':' ) );  in Export() 95 		sTmp.append( sName );  in Export() 97 							sTmp.makeStringAndClear());  in Export()
  | 
| /aoo4110/main/writerfilter/source/ooxml/ | 
| H A D | OOXMLParserState.cxx | 279     string sTmp;   in toTag()  local 282         sTmp += "s";  in toTag() 284         sTmp += "-";  in toTag() 287         sTmp += "p";  in toTag() 289         sTmp += "-";  in toTag() 292         sTmp += "c";  in toTag() 294         sTmp += "-";  in toTag() 297         sTmp += "f";  in toTag() 299         sTmp += "-";  in toTag() 301     pTag->addAttr("state", sTmp);  in toTag()
  | 
| /aoo4110/main/xmloff/source/meta/ | 
| H A D | xmlmetae.cxx | 69     rtl::OUStringBuffer sTmp;  in GetISODateTimeString()  local 70     sTmp.append( (sal_Int32) rDateTime.Year );  in GetISODateTimeString() 71     sTmp.append( sal_Unicode('-') );  in GetISODateTimeString() 72     lcl_AddTwoDigits( sTmp, rDateTime.Month );  in GetISODateTimeString() 73     sTmp.append( sal_Unicode('-') );  in GetISODateTimeString() 74     lcl_AddTwoDigits( sTmp, rDateTime.Day );  in GetISODateTimeString() 75     sTmp.append( sal_Unicode('T') );  in GetISODateTimeString() 76     lcl_AddTwoDigits( sTmp, rDateTime.Hours );  in GetISODateTimeString() 77     sTmp.append( sal_Unicode(':') );  in GetISODateTimeString() 79     sTmp.append( sal_Unicode(':') );  in GetISODateTimeString() [all …] 
 | 
| /aoo4110/main/sc/source/ui/vba/ | 
| H A D | vbaname.cxx | 119             ::rtl::OUString sTmp = sTmpValue.copy( 1 );  in getValue() 120 …sTmp = sTmp.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii(".")).getLength(), sSheetN…  in getValue() 121             sResult += sTmp;   in getValue() 130 		::rtl::OUString sTmp = sTmpValue.copy(1);  in getValue() 131 …sTmp = sTmp.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii(".")).getLength(), sSheetN…  in getValue() 132 		sResult += sTmp;  in getValue() 153 		::rtl::OUString sTmp = sValue.copy(1);  in setValue() 154 		sValue = sTmp;  in setValue()
  | 
| /aoo4110/main/xmloff/source/style/ | 
| H A D | xmlnume.cxx | 293 	OUStringBuffer sTmp;  in exportLevelStyle()  local 294 	sTmp.append( nLevel + 1 );  in exportLevelStyle() 330 			sTmp.append( cBullet );  in exportLevelStyle() 332 						  sTmp.makeStringAndClear() );  in exportLevelStyle() 371 						  	   	  sTmp.makeStringAndClear() );  in exportLevelStyle() 373 		if( sTmp.getLength() )  in exportLevelStyle() 376 						  	   		  sTmp.makeStringAndClear() );  in exportLevelStyle() 380 			sTmp.append( (sal_Int32)nStartValue );  in exportLevelStyle() 382 						  sTmp.makeStringAndClear() );  in exportLevelStyle() 388 						  sTmp.makeStringAndClear() );  in exportLevelStyle() [all …] 
 | 
| H A D | XMLFontAutoStylePool.cxx | 241 	OUString sTmp;  in exportXML()  local 257 		if( aFamilyNameHdl.exportXML( sTmp, aAny, rUnitConv ) )  in exportXML() 259 									  XML_FONT_FAMILY, sTmp );  in exportXML() 268 		if( aFamilyHdl.exportXML( sTmp, aAny, rUnitConv  ) )  in exportXML() 270 									  XML_FONT_FAMILY_GENERIC, sTmp );  in exportXML() 273 		if( aPitchHdl.exportXML( sTmp, aAny, rUnitConv  ) )  in exportXML() 275 									  XML_FONT_PITCH, sTmp );  in exportXML() 278 		if( aEncHdl.exportXML( sTmp, aAny, rUnitConv  ) )  in exportXML() 280 									  XML_FONT_CHARSET, sTmp );  in exportXML()
  | 
| /aoo4110/main/sw/source/core/fields/ | 
| H A D | cellfml.cxx | 844 	String sTmp( rGetStr );  in lcl_BoxNmToRel()  local 851 		sTmp = pBox->GetName();  in lcl_BoxNmToRel() 860 		long nLine = SwTable::_GetBoxNum( sTmp );  in lcl_BoxNmToRel() 865 		sTmp = cRelKennung;  in lcl_BoxNmToRel() 866 		sTmp += String::CreateFromInt32( nBox );  in lcl_BoxNmToRel() 867 		sTmp += cRelTrenner;  in lcl_BoxNmToRel() 872 			sTmp += cRelTrenner;  in lcl_BoxNmToRel() 873 			sTmp += sCpy;  in lcl_BoxNmToRel() 877 	if( sTmp.Len() && '>' == sTmp.GetChar( sTmp.Len() - 1 ))  in lcl_BoxNmToRel() 878 		sTmp.Erase( sTmp.Len()-1 );  in lcl_BoxNmToRel() [all …] 
 | 
| /aoo4110/main/sw/source/filter/xml/ | 
| H A D | xmltble.cxx | 336 		String sTmp;  in lcl_xmltble_appendBoxPrefix()  local 338 		rBuffer.append( sTmp );  in lcl_xmltble_appendBoxPrefix() 648 					String sTmp;  in ExportTableLinesAutoStyles()  local 650 					sBuffer.append( sTmp );  in ExportTableLinesAutoStyles() 814 		OUStringBuffer sTmp;  in ExportTableBox()  local 815 		sTmp.append( (sal_Int32)nRowSpan );  in ExportTableBox() 817 					  sTmp.makeStringAndClear() );  in ExportTableBox() 822 		OUStringBuffer sTmp;  in ExportTableBox()  local 823 		sTmp.append( (sal_Int32)nColSpan );  in ExportTableBox() 825 					  sTmp.makeStringAndClear() );  in ExportTableBox() [all …] 
 |