| /AOO41X/main/xmloff/source/draw/ |
| H A D | animationexport.cxx | 524 void convertPath( OUStringBuffer& sTmp, const Any& rPath ); 525 void convertValue( XMLTokenEnum eAttributeName, OUStringBuffer& sTmp, const Any& rValue ); 526 void convertTiming( OUStringBuffer& sTmp, const Any& rTiming ); 527 void convertSource( OUStringBuffer& sTmp, const Any& rSource ); 528 void convertTarget( OUStringBuffer& sTmp, const Any& rTarget ); 572 OUStringBuffer sTmp; in exportTransitionNode() local 581 convertTiming( sTmp, Any( aEvent ) ); in exportTransitionNode() 582 mrExport.AddAttribute( XML_NAMESPACE_SMIL, XML_BEGIN, sTmp.makeStringAndClear() ); in exportTransitionNode() 597 SvXMLUnitConverter::convertDouble( sTmp, fDuration ); in exportTransitionNode() 598 sTmp.append( sal_Unicode('s')); in exportTransitionNode() [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() 492 … SvXMLUnitConverter::convertEnum( sTmp, rEffect.meDirection, aXML_AnimationDirection_EnumMap ); in exportAnimations() 493 … rExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_DIRECTION, sTmp.makeStringAndClear() ); in exportAnimations() 498 SvXMLUnitConverter::convertPercent( sTmp, rEffect.mnStartScale ); in exportAnimations() [all …]
|
| /AOO41X/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() 96 pValues[nProp] >>= sTmp; in lcl_CreateSwLabRec() 97 String sMeasure(sTmp); in lcl_CreateSwLabRec() 140 OUString sTmp; in lcl_CreateProperties() local 141 sTmp += C2U( rRec.bCont ? "C" : "S"); sTmp += sColon; in lcl_CreateProperties() 142 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHDist) ); sTmp += sColon; in lcl_CreateProperties() 143 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lVDist)); sTmp += sColon; in lcl_CreateProperties() 144 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lWidth) ); sTmp += sColon; in lcl_CreateProperties() 145 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHeight) ); sTmp += sColon; in lcl_CreateProperties() [all …]
|
| /AOO41X/main/l10ntools/source/ |
| H A D | export2.cxx | 441 ByteString sTmp; in InitLanguages() local 444 sTmp = sLanguages.GetToken( x, ',' ).GetToken( 0, '=' ); in InitLanguages() 445 sTmp.EraseLeadingAndTrailingChars(); in InitLanguages() 446 if( bMergeMode && !isAllowed( sTmp ) ){} in InitLanguages() 447 else if( !( (sTmp.GetChar(0)=='x' || sTmp.GetChar(0)=='X') && sTmp.GetChar(1)=='-' ) ){ in InitLanguages() 448 aLanguages.push_back( sTmp ); in InitLanguages() 458 ByteString sTmp; in InitForcedLanguages() local 461 sTmp = sForcedLanguages.GetToken( x, ',' ).GetToken( 0, '=' ); in InitForcedLanguages() 462 sTmp.EraseLeadingAndTrailingChars(); in InitForcedLanguages() 463 if( bMergeMode && isAllowed( sTmp ) ){} in InitForcedLanguages() [all …]
|
| /AOO41X/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() 122 sTmp.EraseAllChars(pEdit->GetForbiddenChars().GetChar(i)); 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() [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()
|
| /AOO41X/main/sw/source/core/tox/ |
| H A D | tox.cxx | 704 String sTmp( String::CreateFromInt32( nAuthorityField )); in GetString() local 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() 807 eRet.nPoolId = static_cast<sal_uInt16>(sTmp.ToInt32()); in BuildToken() [all …]
|
| H A D | txmsrt.cxx | 436 String sTmp; in FillText() local 441 sTmp = ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( in FillText() 446 String sUpper( pTOXIntl->ToUpper( sTmp, 0 )); in FillText() 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 [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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()
|
| /AOO41X/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() 480 if (sTmp.getLength() > 0) in ExportChangeInfo() 485 rExport.Characters(sTmp); in ExportChangeInfo() 502 aAny >>= sTmp; in ExportChangeInfo() 503 WriteComment( sTmp ); in ExportChangeInfo() 518 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() 253 rExport.AddAttribute(nPrefix, eElement, 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() [all …]
|
| /AOO41X/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() 1548 pNames[0] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1550 pNames[1] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1552 pNames[2] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1554 pNames[3] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1556 pNames[4] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1558 pNames[5] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1560 pNames[6] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() 1562 pNames[7] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames() [all …]
|
| H A D | mailmergechildwindow.cxx | 640 String sTmp(pCurrentMailDescriptor->sEMail); in IterateMails() local 641 sTmp += '\t'; in IterateMails() 642 sTmp += m_sFailed; in IterateMails() 643 sMessage.SearchAndReplaceAscii("%1", sTmp); in IterateMails() 684 String sTmp = sTokens.GetToken( 0, ';', nPos); in IterateMails() local 685 if( sTmp.Len() ) in IterateMails() 686 pMessage->addCcRecipient( sTmp ); in IterateMails() 696 String sTmp = sTokens.GetToken( 0, ';', nPos); in IterateMails() local 697 if( sTmp.Len() ) in IterateMails() 698 pMessage->addBccRecipient( sTmp ); in IterateMails() [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtfnum.cxx | 429 String sTmp( String::CreateFromAscii( in ReadListTable() local 431 aEntry.nListDocPos = pDoc->MakeNumRule( sTmp ); in ReadListTable() 434 pCurRule->SetName( pDoc->GetUniqueNumRuleName( &sTmp, sal_False ), in ReadListTable() 451 String sTmp( DelCharAtEnd( aToken, ';' )); in ReadListTable() local 452 if( sTmp.Len() && !pDoc->FindNumRulePtr( sTmp )) in ReadListTable() 455 pCurRule->SetName( sTmp, *pDoc ); in ReadListTable() 631 String sTmp( String::CreateFromAscii( in ReadListOverrideTable() local 633 aEntry.nListDocPos = pDoc->MakeNumRule( sTmp, pRule ); in ReadListOverrideTable() 636 pRule->SetName( pDoc->GetUniqueNumRuleName( &sTmp, sal_False ), in ReadListOverrideTable() 894 String sTmp( String::CreateFromAscii( in ReadNumSecLevel() local [all …]
|
| /AOO41X/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() 78 lcl_AddTwoDigits( sTmp, rDateTime.Minutes ); in GetISODateTimeString() [all …]
|
| /AOO41X/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()
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlnume.cxx | 293 OUStringBuffer sTmp; in exportLevelStyle() local 294 sTmp.append( nLevel + 1 ); in exportLevelStyle() 295 GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_LEVEL, sTmp.makeStringAndClear() ); in exportLevelStyle() 330 sTmp.append( cBullet ); in exportLevelStyle() 332 sTmp.makeStringAndClear() ); in exportLevelStyle() 369 GetExport().GetMM100UnitConverter().convertNumFormat( sTmp, eType ); in exportLevelStyle() 371 sTmp.makeStringAndClear() ); in exportLevelStyle() 372 GetExport().GetMM100UnitConverter().convertNumLetterSync( sTmp, eType ); in exportLevelStyle() 373 if( sTmp.getLength() ) in exportLevelStyle() 376 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()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | cellfml.cxx | 844 String sTmp( rGetStr ); in lcl_BoxNmToRel() local 848 …SwTableBox* pBox = reinterpret_cast<SwTableBox*>(sal::static_int_cast<sal_IntPtr>(sTmp.ToInt64())); in lcl_BoxNmToRel() 851 sTmp = pBox->GetName(); in lcl_BoxNmToRel() 858 long nBox = SwTable::_GetBoxNum( sTmp, sal_True ); in lcl_BoxNmToRel() 860 long nLine = SwTable::_GetBoxNum( sTmp ); in lcl_BoxNmToRel() 863 sCpy = sTmp; //JP 01.11.95: den Rest aus dem BoxNamen anhaengen in lcl_BoxNmToRel() 865 sTmp = cRelKennung; in lcl_BoxNmToRel() 866 sTmp += String::CreateFromInt32( nBox ); in lcl_BoxNmToRel() 867 sTmp += cRelTrenner; in lcl_BoxNmToRel() 868 sTmp += String::CreateFromInt32( nLine ); in lcl_BoxNmToRel() [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmltble.cxx | 336 String sTmp; in lcl_xmltble_appendBoxPrefix() local 337 lcl_GetTblBoxColStr( (sal_uInt16)nCol, sTmp ); in lcl_xmltble_appendBoxPrefix() 338 rBuffer.append( sTmp ); in lcl_xmltble_appendBoxPrefix() 648 String sTmp; in ExportTableLinesAutoStyles() local 649 lcl_GetTblBoxColStr( nColumn, sTmp ); in ExportTableLinesAutoStyles() 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 [all …]
|