/aoo42x/main/xmloff/source/style/ |
H A D | XMLFootnoteSeparatorExport.cxx | 109 OUStringBuffer sBuf; in exportXML() local 114 rExport.GetMM100UnitConverter().convertMeasure(sBuf, nLineWeight); in exportXML() 116 sBuf.makeStringAndClear()); in exportXML() 124 sBuf.makeStringAndClear()); in exportXML() 132 sBuf.makeStringAndClear()); in exportXML() 145 sBuf, eLineAdjust, aXML_HorizontalAdjust_Enum)) in exportXML() 148 sBuf.makeStringAndClear()); in exportXML() 152 SvXMLUnitConverter::convertPercent(sBuf, nLineRelWidth); in exportXML() 154 sBuf.makeStringAndClear()); in exportXML() 157 rExport.GetMM100UnitConverter().convertColor(sBuf, nLineColor); in exportXML() [all …]
|
/aoo42x/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 712 OStringBuffer sBuf(256); in Main() 718 sBuf.append( nI ); in Main() 719 sBuf.append( "\t" ); in Main() 720 sBuf.append( nTime ); in Main() 721 sBuf.append( "\t" ); in Main() 722 sBuf.append( nThreadCount ); in Main() 723 sBuf.append( "\t" ); in Main() 724 sBuf.append( nLoops ); in Main() 725 sBuf.append( "\t" ); in Main() 726 sBuf.append( nOwner ); in Main() [all …]
|
/aoo42x/main/framework/test/ |
H A D | threadtest.cxx | 714 OStringBuffer sBuf(256); in Main() local 720 sBuf.append( nI ); in Main() 721 sBuf.append( "\t" ); in Main() 722 sBuf.append( nTime ); in Main() 723 sBuf.append( "\t" ); in Main() 724 sBuf.append( nThreadCount ); in Main() 725 sBuf.append( "\t" ); in Main() 726 sBuf.append( nLoops ); in Main() 727 sBuf.append( "\t" ); in Main() 728 sBuf.append( nOwner ); in Main() [all …]
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLIndexMarkExport.cxx | 124 OUStringBuffer sBuf; in ExportIndexMark() local 125 GetID(sBuf, xIndexMarkPropSet); in ExportIndexMark() 127 sBuf.makeStringAndClear()); in ExportIndexMark() 186 OUStringBuffer sBuf; in ExportTOCMarkAttributes() local 187 SvXMLUnitConverter::convertNumber(sBuf, (sal_Int32)nLevel + 1); in ExportTOCMarkAttributes() 189 sBuf.makeStringAndClear()); in ExportTOCMarkAttributes() 254 OUStringBuffer& sBuf, in GetID() argument 261 sBuf.appendAscii(sPrefix, sizeof(sPrefix)-1); in GetID() 262 sBuf.append(nId); in GetID()
|
H A D | XMLSectionFootnoteConfigExport.cxx | 152 OUStringBuffer sBuf; in exportXML() local 156 SvXMLUnitConverter::convertNumber(sBuf, in exportXML() 159 sBuf.makeStringAndClear()); in exportXML() 177 rExport.GetMM100UnitConverter().convertNumFormat( sBuf, in exportXML() 180 sBuf.makeStringAndClear()); in exportXML() 184 sBuf, nNumberingType ); in exportXML() 185 if (sBuf.getLength()) in exportXML() 189 sBuf.makeStringAndClear()); in exportXML()
|
H A D | XMLLineNumberingExport.cxx | 136 OUStringBuffer sBuf; in Export() local 137 rExport.GetMM100UnitConverter().convertMeasure(sBuf, nLength); in Export() 139 sBuf.makeStringAndClear()); in Export() 173 OUStringBuffer sBuf; in Export() local 174 SvXMLUnitConverter::convertNumber(sBuf, in Export() 177 sBuf.makeStringAndClear()); in Export() 194 SvXMLUnitConverter::convertNumber(sBuf, in Export() 197 sBuf.makeStringAndClear()); in Export()
|
H A D | XMLRedlineExport.cxx | 464 OUStringBuffer sBuf(sChangePrefix); in GetRedlineID() local 465 sBuf.append(sTmp); in GetRedlineID() 466 return sBuf.makeStringAndClear(); in GetRedlineID() 492 OUStringBuffer sBuf; in ExportChangeInfo() local 493 rExport.GetMM100UnitConverter().convertDateTime(sBuf, aDateTime); in ExportChangeInfo() 497 rExport.Characters(sBuf.makeStringAndClear()); in ExportChangeInfo() 533 OUStringBuffer sBuf; in ExportChangeInfo() local 534 rExport.GetMM100UnitConverter().convertDateTime(sBuf, aDateTime); in ExportChangeInfo() 536 sBuf.makeStringAndClear()); in ExportChangeInfo()
|
H A D | XMLSectionExport.cxx | 1488 OUStringBuffer sBuf; in ExportIndexTemplateElement() local 1489 GetExport().GetMM100UnitConverter().convertMeasure(sBuf, in ExportIndexTemplateElement() 1493 sBuf.makeStringAndClear()); in ExportIndexTemplateElement() 1516 OUStringBuffer sBuf; in ExportIndexTemplateElement() local 1522 sBuf.makeStringAndClear()); in ExportIndexTemplateElement() 1583 OUStringBuffer sBuf; in ExportLevelParagraphStyles() local 1585 SvXMLUnitConverter::convertNumber(sBuf, nLevelPlusOne); in ExportLevelParagraphStyles() 1588 sBuf.makeStringAndClear()); in ExportLevelParagraphStyles() 1747 OUStringBuffer sBuf; in ExportBibliographyConfiguration() local 1748 if (SvXMLUnitConverter::convertEnum( sBuf, nKey, in ExportBibliographyConfiguration() [all …]
|
H A D | txtfldi.cxx | 3129 OUStringBuffer sBuf; in StartElement() local 3130 sBuf.appendAscii(sAPI_fieldmaster_prefix); in StartElement() 3131 sBuf.appendAscii(sAPI_dde); in StartElement() 3223 OUStringBuffer sBuf; in EndElement() local 3224 sBuf.appendAscii(sAPI_fieldmaster_prefix); in EndElement() 3225 sBuf.appendAscii(sAPI_dde); in EndElement() 3226 sBuf.append(sal_Unicode('.')); in EndElement() 3227 sBuf.append(sName); in EndElement() 3228 OUString sMasterName = sBuf.makeStringAndClear(); in EndElement() 3244 sBuf.appendAscii(sAPI_textfield_prefix); in EndElement() [all …]
|
/aoo42x/main/sax/source/tools/ |
H A D | fastserializer.cxx | 80 ::rtl::OUStringBuffer sBuf( s.getLength() ); in escapeXml() 88 case '<': sBuf.appendAscii( "<" ); break; in escapeXml() 89 case '>': sBuf.appendAscii( ">" ); break; in escapeXml() 90 case '&': sBuf.appendAscii( "&" ); break; in escapeXml() 91 case '\'': sBuf.appendAscii( "'" ); break; in escapeXml() 92 case '"': sBuf.appendAscii( """ ); break; in escapeXml() 93 default: sBuf.append( c ); break; in escapeXml() 96 return sBuf.makeStringAndClear(); in escapeXml()
|
/aoo42x/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 286 TCHAR sBuf[80]; in GetProfileSection() local 288 Log( sBuf ); in GetProfileSection() 885 TCHAR sBuf[80]; in LaunchInstaller() local 886 StringCchPrintf( sBuf, 80, TEXT("Warning: msiexec returned %u.\r\n"), nResult ); in LaunchInstaller() 887 Log( sBuf ); in LaunchInstaller() 1850 TCHAR sBuf[80]; in IsPatchInstalled() local 1860 Log( sBuf ); in IsPatchInstalled() 1872 Log( sBuf ); in IsPatchInstalled() 1879 Log( sBuf ); in IsPatchInstalled() 1958 TCHAR sBuf[80]; in InstallRuntimes() local [all …]
|
/aoo42x/main/filter/source/graphicfilter/ipict/ |
H A D | ipict.cxx | 1081 sal_Char sBuf[ 2 ]; in ReadHeader() local 1124 pPict->Read( sBuf, 2 ); in ReadHeader() 1126 if (sBuf[0] == 0x11 || (sBuf[0] == 0x00 && sBuf[1] == 0x11)) ; // maybe ok in ReadHeader() 1145 pPict->Read( sBuf, 2 ); in ReadHeader() 1147 if ( sBuf[ 0 ] == 0x11 && sBuf[ 1 ] == 0x01 ) { in ReadHeader() 1152 if (sBuf[0] != 0x00) continue; // unrecovable error in ReadHeader() 1158 pPict->Read( sBuf, 2 ); in ReadHeader() 1160 while ( sBuf[0] == 0x00 && numZero < 10); in ReadHeader() 1163 if (sBuf[0] != 0x11) continue; // not a version opcode in ReadHeader() 1165 if (sBuf[1] == 0x01 ) { in ReadHeader() [all …]
|
/aoo42x/main/svtools/source/filter/ |
H A D | filter.cxx | 476 char sBuf[8]; in ImpPeekGraphicFormat() local 478 rStream.Read( sBuf, 7 ); in ImpPeekGraphicFormat() 480 if( strncmp( sBuf, "PCD_IPI", 7 ) == 0 ) in ImpPeekGraphicFormat() 550 sal_uInt8 sBuf[3]; in ImpPeekGraphicFormat() local 573 rStream.Read( sBuf,3 ); in ImpPeekGraphicFormat() 576 if ( sBuf[ 0 ] == 0x00 && sBuf[ 1 ] == 0x11 && sBuf[ 2 ] == 0x02) in ImpPeekGraphicFormat() 582 else if (sBuf[ 0 ] == 0x11 && sBuf[ 1 ] == 0x01 && bdBoxOk) { in ImpPeekGraphicFormat() 588 else if ( sBuf[ 0 ] == 0x00 && sBuf[ 1 ] == 0x11 && sBuf[ 2 ] == 0x01 && bdBoxOk) in ImpPeekGraphicFormat()
|
H A D | filter2.cxx | 1117 sal_uInt8 sBuf[4]; in ImpDetectPCT() local 1120 rStm.Read( sBuf, 3 ); in ImpDetectPCT() 1124 if ( ( sBuf[0] == 0x00 ) && ( sBuf[1] == 0x11 ) && in ImpDetectPCT() 1125 ( ( sBuf[2] == 0x01 ) || ( sBuf[2] == 0x02 ) ) ) in ImpDetectPCT()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 1216 StringBuffer sBuf = new StringBuffer(); in secondHack() local 1219 sBuf.append(charArray, 0, n); in secondHack() 1222 int sIndex = sBuf.lastIndexOf("</office:document>"); in secondHack() 1223 sBuf.delete(sIndex, sBuf.length()); in secondHack() 1224 sBuf.append("</office:document>"); in secondHack() 1225 StringReader r = new StringReader(sBuf.toString()); in secondHack()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 140 String sBuf; in SaveGlossaryDoc() local 141 if( GetSelectedText( sBuf, GETSELTXT_PARABRK_TO_ONLYCR ) && sBuf.Len() ) in SaveGlossaryDoc() 142 nRet = rBlock.PutText( rShortName, rName, sBuf ); in SaveGlossaryDoc()
|
/aoo42x/main/svtools/source/svrtf/ |
H A D | rtfout.cxx | 118 OUString sBuf(&c, 1); in Out_Char() local 123 bool bWriteAsUnicode = !(sBuf.convertToString(&sConverted, in Out_Char() 128 sBuf.convertToString(&sConverted, in Out_Char()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestream.cxx | 680 OUStringBuffer sBuf; in GetStreamName() local 682 sBuf.appendAscii( sStreamDir ); in GetStreamName() 683 sBuf.appendAscii( sStream ); in GetStreamName() 685 sBuf.append( nId ); in GetStreamName() 686 sBuf.appendAscii( ".xml" ); in GetStreamName() 687 return sBuf.makeStringAndClear(); in GetStreamName()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldfunc.cxx | 679 String sTmp, sBuf; in TurnMacroString() local 689 if( sBuf.Len() ) in TurnMacroString() 691 sBuf.Insert( sTmp, 0 ); in TurnMacroString() 693 return sBuf; in TurnMacroString()
|
/aoo42x/main/tools/source/fsys/ |
H A D | os2.cxx | 162 char sBuf[_MAX_PATH + 1]; in ToAbs() local 163 *this = DirEntry( String( getcwd( sBuf, _MAX_PATH ), osl_getThreadTextEncoding() ) ) + *this; in ToAbs() 450 UCHAR sBuf[256]; member 759 UCHAR sBuf[64]; member
|
H A D | tempfile.cxx | 53 char sBuf[_MAX_PATH]; in GetSystemTempDir_Impl() local 54 const char *pDir = TempDirImpl(sBuf); in GetSystemTempDir_Impl()
|
H A D | wntmsc.cxx | 289 char sBuf[256]; in ToAbs() local 293 if ( GetFullPathName((char*)aFullName.GetBuffer(),256,sBuf,&pOld) > 511 ) in ToAbs() 296 *this = DirEntry( String(sBuf, osl_getThreadTextEncoding() )); in ToAbs()
|
H A D | unx.cxx | 309 char sBuf[MAXPATHLEN + 1]; in ToAbs() local 310 *this = DirEntry( String( getcwd( sBuf, MAXPATHLEN ), osl_getThreadTextEncoding() ) ) + *this; in ToAbs()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 341 OUStringBuffer sBuf; in GetPropertyValue() local 342 sBuf.append( sal::static_int_cast< sal_Int64 >( reinterpret_cast< sal_IntPtr >(&rRedline) ) ); in GetPropertyValue() 343 aRet <<= sBuf.makeStringAndClear(); in GetPropertyValue()
|
/aoo42x/main/oox/source/export/ |
H A D | drawingml.cxx | 141 OStringBuffer sBuf( "0" ); in WriteColor() local 145 sBuf.append( "0" ); in WriteColor() 149 sBuf.append( sColor ); in WriteColor() 151 sColor = sBuf.getStr(); in WriteColor()
|