Home
last modified time | relevance | path

Searched refs:sBuffer (Results 1 – 25 of 103) sorted by last modified time

12345

/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx1453 sBuffer.appendAscii( "[" ); in impl_generateDoubleFilterUINamesHTML()
1454 sBuffer.append ( pUIName->first ); in impl_generateDoubleFilterUINamesHTML()
1455 sBuffer.appendAscii( "] \"" ); in impl_generateDoubleFilterUINamesHTML()
1456 sBuffer.append ( pUIName->second ); in impl_generateDoubleFilterUINamesHTML()
1457 sBuffer.appendAscii( "\"" ); in impl_generateDoubleFilterUINamesHTML()
1458 sUIName = sBuffer.makeStringAndClear(); in impl_generateDoubleFilterUINamesHTML()
1461 sBuffer.append ( lUINames[ sUIName ] ); in impl_generateDoubleFilterUINamesHTML()
1462 sBuffer.appendAscii ( "<a href=\"" ); in impl_generateDoubleFilterUINamesHTML()
1463 sBuffer.appendAscii ( FILTERPROPERTIES_HTML ); in impl_generateDoubleFilterUINamesHTML()
1464 sBuffer.appendAscii ( "#" ); in impl_generateDoubleFilterUINamesHTML()
[all …]
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx335 ::rtl::OUStringBuffer sBuffer; in exportInt16PropertyAttribute()
336 …m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(sBuffer, (sal_Int32)nCurrentVa… in exportInt16PropertyAttribute()
338 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportInt16PropertyAttribute()
359 ::rtl::OUStringBuffer sBuffer; in exportInt32PropertyAttribute()
360 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber( sBuffer, nCurrentValue ); in exportInt32PropertyAttribute()
362 AddAttribute( _nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear() ); in exportInt32PropertyAttribute()
389 ::rtl::OUStringBuffer sBuffer; in exportEnumPropertyAttribute()
390 …m_rContext.getGlobalContext().GetMM100UnitConverter().convertEnum(sBuffer, (sal_uInt16)nCurrentVal… in exportEnumPropertyAttribute()
392 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttribute()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java394 java.lang.StringBuffer sBuffer ) in readEncodedBufferFromFile() argument
399 FileHelper.readAndCheckUTF8File(aFile,sBuffer); in readEncodedBufferFromFile()
409 sBuffer.append(aEncodedBuffer, 0, nReadCount); in readEncodedBufferFromFile()
467 java.lang.StringBuffer sBuffer) in readAndCheckUTF8File() argument
691 sBuffer.append(nUTF8); in readAndCheckUTF8File()
744 java.lang.StringBuffer sBuffer ) in writeEncodedBufferToFile() argument
750 java.lang.String sTemp = sBuffer.toString(); in writeEncodedBufferToFile()
H A DCache.java318 java.lang.StringBuffer sBuffer = new java.lang.StringBuffer(256); in getStatistics() local
320 sBuffer.append("types = "+m_lTypes.size() +"\n"); in getStatistics()
321 sBuffer.append("filters = "+m_lFilters.size() +"\n"); in getStatistics()
322 sBuffer.append("detect services = "+m_lDetectServices.size() +"\n"); in getStatistics()
323 sBuffer.append("frame loaders = "+m_lFrameLoaders.size() +"\n"); in getStatistics()
324 sBuffer.append("content handler = "+m_lContentHandlers.size() +"\n"); in getStatistics()
331 return sBuffer.toString(); in getStatistics()
1588 java.lang.StringBuffer sBuffer = new java.lang.StringBuffer(1000); in getMatchedItemNames() local
1590 sBuffer.append("\torg items = {"+rItemProps+"}\n"); in getMatchedItemNames()
1591 sBuffer.append("\treq items = {"+aPropSet+"}\n"); in getMatchedItemNames()
[all …]
/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx189 OUStringBuffer sBuffer; in CreateSDF() local
224 sBuffer.append( sOUPrj ); in CreateSDF()
225 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
227 sBuffer.append( sOUActFileName ); in CreateSDF()
228 sBuffer.append( GSI_SEQUENCE1 ); //"\t0\t"; in CreateSDF()
229 sBuffer.append( sOUGsi1 ); //"help"; in CreateSDF()
233 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
238 sBuffer.append( GSI_TAB ); //"\t"; in CreateSDF()
239 sBuffer.append( data ); in CreateSDF()
240 sBuffer.append( GSI_SEQUENCE4 ); //"\t\t\t\t"; in CreateSDF()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1252 OUStringBuffer sBuffer; in fillNode() local
1253 sBuffer.appendAscii( "ppt_" ); in fillNode()
1256 case EffectPresetClass::ENTRANCE: sBuffer.appendAscii( "entrance_" ); break; in fillNode()
1257 case EffectPresetClass::EXIT: sBuffer.appendAscii( "exit_" ); break; in fillNode()
1258 case EffectPresetClass::EMPHASIS: sBuffer.appendAscii( "emphasis_" ); break; in fillNode()
1259 case EffectPresetClass::MOTIONPATH: sBuffer.appendAscii( "motionpath_" ); break; in fillNode()
1260 case EffectPresetClass::OLEACTION: sBuffer.appendAscii( "oleaction_" ); break; in fillNode()
1261 case EffectPresetClass::MEDIACALL: sBuffer.appendAscii( "mediacall_" ); break; in fillNode()
1263 sBuffer.append( nPresetId ); in fillNode()
1265 aUserData[nSize].Value <<= sBuffer.makeStringAndClear(); in fillNode()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2686 rtl::OUStringBuffer sBuffer(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_VIEW))); in WriteUserDataSequence() local
2687 SvXMLUnitConverter::convertNumber(sBuffer, static_cast<sal_Int32>(nViewID)); in WriteUserDataSequence()
2688 pSettings[SC_VIEW_ID].Value <<= sBuffer.makeStringAndClear(); in WriteUserDataSequence()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1490 OUStringBuffer sBuffer ( OUString(RTL_CONSTASCII_USTRINGPARAM( "view" ) ) ); in WriteUserDataSequence() local
1491 SvXMLUnitConverter::convertNumber(sBuffer, static_cast<sal_Int32>(nViewID)); in WriteUserDataSequence()
1492 pValue->Value <<= sBuffer.makeStringAndClear(); in WriteUserDataSequence()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas336 Function GetField(sBuffer As String, sSep As String) As String
339 p = InStr(sBuffer & sSep, sSep)
340 GetField = VBA.Left(sBuffer, p - 1)
341 sBuffer = Mid(sBuffer, p + Len(sSep))
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java427 StringBuffer sBuffer = new StringBuffer(100000); in implts_import() local
436 sBuffer.append( new String(lData[0]) ); in implts_import()
455 String sText = implts_replace( sBuffer, aOptions ); in implts_import()
559 StringBuffer sBuffer = new StringBuffer(xText.getString()); in implts_export() local
560 String sText = implts_replace(sBuffer,aOptions); in implts_export()
/trunk/main/framework/source/jobs/
H A Djoburl.cxx573 ::rtl::OUStringBuffer sBuffer(256); in impldbg_toString()
576 sBuffer.appendAscii("E_UNKNOWN"); in impldbg_toString()
578 sBuffer.appendAscii("| E_EVENT"); in impldbg_toString()
583 sBuffer.appendAscii("{ e=\"" ); in impldbg_toString()
584 sBuffer.append (m_sEvent ); in impldbg_toString()
585 sBuffer.appendAscii("\" - a=\""); in impldbg_toString()
586 sBuffer.append (m_sAlias ); in impldbg_toString()
587 sBuffer.appendAscii("\" - s=\""); in impldbg_toString()
588 sBuffer.append (m_sService ); in impldbg_toString()
589 sBuffer.appendAscii("\" }" ); in impldbg_toString()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx972 OUStringBuffer sBuffer; in FindFieldMaster() local
973 sBuffer.appendAscii(sAPI_fieldmaster_prefix); in FindFieldMaster()
974 sBuffer.appendAscii(sAPI_set_expression); in FindFieldMaster()
975 sBuffer.appendAscii("."); in FindFieldMaster()
976 sBuffer.append(sName); in FindFieldMaster()
977 OUString sVarServiceName = sBuffer.makeStringAndClear(); in FindFieldMaster()
979 sBuffer.appendAscii(sAPI_fieldmaster_prefix); in FindFieldMaster()
980 sBuffer.appendAscii(sAPI_user); in FindFieldMaster()
981 sBuffer.appendAscii("."); in FindFieldMaster()
982 sBuffer.append(sName); in FindFieldMaster()
[all …]
H A Dtxtfldi.cxx3841 OUString sBuffer = aTextBuffer.makeStringAndClear(); in PrepareField() local
3842 if ( sBuffer.getLength() > 0 ) in PrepareField()
3845 if (sal_Char(0x0a) == sBuffer.getStr()[sBuffer.getLength()-1]) in PrepareField()
3846 sBuffer = sBuffer.copy(0, sBuffer.getLength()-1); in PrepareField()
3847 xPropertySet->setPropertyValue(sPropertyContent, makeAny(sBuffer)); in PrepareField()
H A Dtxtftne.cxx301 OUStringBuffer sBuffer; in exportTextFootnoteConfigurationHelper() local
305 GetExport().GetMM100UnitConverter().convertNumFormat( sBuffer, nNumbering); in exportTextFootnoteConfigurationHelper()
307 sBuffer.makeStringAndClear() ); in exportTextFootnoteConfigurationHelper()
308 GetExport().GetMM100UnitConverter().convertNumLetterSync( sBuffer, nNumbering); in exportTextFootnoteConfigurationHelper()
309 if (sBuffer.getLength() ) in exportTextFootnoteConfigurationHelper()
312 sBuffer.makeStringAndClear()); in exportTextFootnoteConfigurationHelper()
319 SvXMLUnitConverter::convertNumber(sBuffer, (sal_Int32)nOffset); in exportTextFootnoteConfigurationHelper()
321 sBuffer.makeStringAndClear()); in exportTextFootnoteConfigurationHelper()
H A Dtxtdrope.cxx60 OUStringBuffer sBuffer; in exportXML() local
66 rUnitConv.convertNumber( sBuffer, (sal_Int32)aFormat.Lines ); in exportXML()
68 sBuffer.makeStringAndClear() ); in exportXML()
77 rUnitConv.convertNumber( sBuffer, (sal_Int32)aFormat.Count ); in exportXML()
78 sValue = sBuffer.makeStringAndClear(); in exportXML()
86 rUnitConv.convertMeasure( sBuffer, aFormat.Distance ); in exportXML()
88 sBuffer.makeStringAndClear() ); in exportXML()
H A DXMLRedlineExport.cxx607 OUStringBuffer sBuffer(sChangePrefix); in ExportStartOrEndRedline() local
608 sBuffer.append(sId); in ExportStartOrEndRedline()
611 sBuffer.makeStringAndClear()); in ExportStartOrEndRedline()
H A DXMLSectionExport.cxx581 OUStringBuffer sBuffer; in ExportTableOfContentStart() local
582 SvXMLUnitConverter::convertNumber(sBuffer, (sal_Int32)nLevel); in ExportTableOfContentStart()
585 sBuffer.makeStringAndClear()); in ExportTableOfContentStart()
H A DXMLTextListAutoStylePool.cxx124 OUStringBuffer sBuffer( 7 ); in XMLTextListAutoStylePoolEntry_Impl() local
128 sBuffer.append( rPrefix ); in XMLTextListAutoStylePoolEntry_Impl()
129 sBuffer.append( (sal_Int32)rName ); in XMLTextListAutoStylePoolEntry_Impl()
130 sName = sBuffer.makeStringAndClear(); in XMLTextListAutoStylePoolEntry_Impl()
H A DXMLFootnoteConfigurationImportContext.cxx69 OUStringBuffer sBuffer; member in XMLFootnoteConfigHelper
97 , sBuffer() in XMLFootnoteConfigHelper()
107 rConfig.SetBeginNotice(sBuffer.makeStringAndClear()); in EndElement()
111 rConfig.SetEndNotice(sBuffer.makeStringAndClear()); in EndElement()
118 sBuffer.append(rChars); in Characters()
H A DXMLIndexMarkExport.hxx107 ::rtl::OUStringBuffer& sBuffer,
/trunk/main/xmloff/source/style/
H A Dxmltabe.cxx59 OUStringBuffer sBuffer; in exportTabStop() local
62 rUnitConv.convertMeasure( sBuffer, pTabStop->Position ); in exportTabStop()
64 sBuffer.makeStringAndClear() ); in exportTabStop()
69 rUnitConv.convertEnum( sBuffer, pTabStop->Alignment, in exportTabStop()
72 sBuffer.makeStringAndClear() ); in exportTabStop()
79 sBuffer.append( pTabStop->DecimalChar ); in exportTabStop()
81 sBuffer.makeStringAndClear() ); in exportTabStop()
91 sBuffer.append( pTabStop->FillChar ); in exportTabStop()
93 sBuffer.makeStringAndClear() ); in exportTabStop()
H A Dxmlnume.cxx397 OUStringBuffer sBuffer; in exportLevelStyle() local
415 sBuffer.makeStringAndClear() ); in exportLevelStyle()
421 sBuffer.makeStringAndClear() ); in exportLevelStyle()
427 sBuffer.makeStringAndClear() ); in exportLevelStyle()
506 sBuffer.makeStringAndClear() ); in exportLevelStyle()
513 sBuffer.makeStringAndClear() ); in exportLevelStyle()
548 sBuffer.makeStringAndClear() ); in exportLevelStyle()
556 sBuffer.makeStringAndClear() ); in exportLevelStyle()
564 sBuffer.makeStringAndClear() ); in exportLevelStyle()
641 SvXMLUnitConverter::convertColor( sBuffer, aColor ); in exportLevelStyle()
[all …]
H A Dnumehelp.cxx168 rtl::OUStringBuffer sBuffer; in WriteAttributes() local
169 rXMLExport.GetMM100UnitConverter().convertDateTime(sBuffer, rValue); in WriteAttributes()
184 rtl::OUStringBuffer sBuffer; in WriteAttributes() local
185 rXMLExport.GetMM100UnitConverter().convertTime(sBuffer, rValue); in WriteAttributes()
186 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_TIME_VALUE, sBuffer.makeStringAndClear()); in WriteAttributes()
451 rtl::OUStringBuffer sBuffer; in WriteAttributes() local
452 pExport->GetMM100UnitConverter().convertDateTime(sBuffer, rValue); in WriteAttributes()
453 pExport->AddAttribute(sAttrDateValue, sBuffer.makeStringAndClear()); in WriteAttributes()
467 rtl::OUStringBuffer sBuffer; in WriteAttributes() local
468 pExport->GetMM100UnitConverter().convertTime(sBuffer, rValue); in WriteAttributes()
[all …]
H A DXMLRectangleMembersHandler.cxx116 rtl::OUStringBuffer sBuffer; in exportXML() local
117 rUnitConverter.convertMeasure( sBuffer, nValue ); in exportXML()
118 rStrExpValue = sBuffer.makeStringAndClear(); in exportXML()
H A Dimpastp2.cxx48 OUStringBuffer sBuffer( 7 ); in SvXMLAutoStylePoolPropertiesP_Impl() local
52 sBuffer.append( pFamilyData->maStrPrefix ); in SvXMLAutoStylePoolPropertiesP_Impl()
53 sBuffer.append( OUString::valueOf( (sal_Int32)pFamilyData->mnName ) ); in SvXMLAutoStylePoolPropertiesP_Impl()
54 msName = sBuffer.makeStringAndClear(); in SvXMLAutoStylePoolPropertiesP_Impl()

Completed in 187 milliseconds

12345