/aoo41x/main/xmloff/source/core/ |
H A D | xmlerror.cxx | 132 sMessage.append( nId, 16 ); in AddRecord() 135 sMessage.append( nFlags >> 28, 16 ); in AddRecord() 144 sMessage.append( nClass >> 16, 16 ); in AddRecord() 155 sMessage.append( nNumber, 16 ); in AddRecord() 165 sMessage.append( i ); in AddRecord() 167 sMessage.append( pParams[i] ); in AddRecord() 173 sMessage.append( rExceptionMessage ); in AddRecord() 180 sMessage.append( rPublicId ); in AddRecord() 182 sMessage.append( rSystemId ); in AddRecord() 184 sMessage.append( nRow ); in AddRecord() [all …]
|
H A D | nmspmap.cxx | 194 sAttrName.append( sXMLNS ); in GetAttrNameByKey() 198 sAttrName.append( sal_Unicode(':') ); in GetAttrNameByKey() 199 sAttrName.append( prefix ); in GetAttrNameByKey() 224 sQName.append ( sXMLNS ); in GetQNameByKey() 228 sQName.append ( rLocalName ); in GetQNameByKey() 236 sQName.append ( GetXMLToken(XML_XML) ); in GetQNameByKey() 237 sQName.append ( sal_Unicode(':') ); in GetQNameByKey() 238 sQName.append ( rLocalName ); in GetQNameByKey() 260 sQName.append( prefix ); in GetQNameByKey() 263 sQName.append ( rLocalName ); in GetQNameByKey() [all …]
|
H A D | xmlehelp.cxx | 49 rOut.append( sal_Unicode('-') ); in AddLength() 185 rOut.append( (sal_Int32)(nBigVal / nBigFac) ); in AddLength() 188 rOut.append( sal_Unicode('.') ); in AddLength() 193 rOut.append( (sal_Int32)((nBigVal / nBigFac) % nBig10 ) ); in AddLength() 209 rOut.append( (sal_Int32)(nLongVal / nFac) ); in AddLength() 212 rOut.append( sal_Unicode('.') ); in AddLength() 216 rOut.append( (sal_Int32)((nLongVal / nFac) % 10) ); in AddLength() 222 rOut.append( GetXMLToken(eUnit) ); in AddLength() 227 rOut.append( nValue ); in AddPercentage() 228 rOut.append( sal_Unicode('%' ) ); in AddPercentage() [all …]
|
/aoo41x/main/idlc/source/ |
H A D | options.cxx | 193 …message.append(reason); message.append(" option '"); message.append(rArg.c_str()); message.append(… in badOption() 273 token.append("-I"); in initOptions() 279 token.append(incpath); in initOptions() 282 buffer.append(' '); in initOptions() 283 buffer.append(token); in initOptions() 291 buffer.append(' '); buffer.append(param); in initOptions() 307 buffer.append(' '); buffer.append(param); in initOptions()
|
/aoo41x/main/forms/source/xforms/submission/ |
H A D | serialization_urlencoded.cxx | 93 aBuffer.append(*pString); in encode_and_append() 95 aBuffer.append('+'); in encode_and_append() 97 aBuffer.append("%0D%0A"); in encode_and_append() 100 aBuffer.append("%0D%0A"); in encode_and_append() 103 aBuffer.append(tmpChar); in encode_and_append() 107 aBuffer.append(tmpChar); in encode_and_append() 112 aBuffer.append(tmpChar); in encode_and_append() 141 aValue.append(aText->getData()); in serialize_node() 151 aEncodedBuffer.append("="); in serialize_node() 153 aEncodedBuffer.append("&"); in serialize_node()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 441 rBuf.append(aQuotedTab); in AppendTableName() 787 rBuf.append(cQuote); in lcl_appendCellAddress() 788 rBuf.append(*pFilePath); in lcl_appendCellAddress() 789 rBuf.append(cQuote); in lcl_appendCellAddress() 797 rBuf.append(aAddr); in lcl_appendCellAddress() 803 rBuf.append(aAddr); in lcl_appendCellAddress() 822 rBuf.append(cQuote); in lcl_appendCellRangeAddress() 824 rBuf.append(cQuote); in lcl_appendCellRangeAddress() 832 rBuf.append(aAddr); in lcl_appendCellRangeAddress() 844 rBuf.append(aAddr); in lcl_appendCellRangeAddress() [all …]
|
/aoo41x/main/desktop/source/deployment/manager/ |
H A D | dp_activepackages.cxx | 66 b.append(separator); in newKey() 67 b.append(::rtl::OUStringToOString(id, RTL_TEXTENCODING_UTF8)); in newKey() 183 b.append( in put() 185 b.append(separator); in put() 186 b.append(::rtl::OUStringToOString(data.fileName, RTL_TEXTENCODING_UTF8)); in put() 187 b.append(separator); in put() 188 b.append(::rtl::OUStringToOString(data.mediaType, RTL_TEXTENCODING_UTF8)); in put() 189 b.append(separator); in put() 190 b.append(::rtl::OUStringToOString(data.version, RTL_TEXTENCODING_UTF8)); in put() 191 b.append(separator); in put() [all …]
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 1752 aBuf.append( "aa" ); in drawEPS() 1807 aBuf.append( " " ); in drawEPS() 1811 aBuf.append( " " ); in drawEPS() 1815 aBuf.append( " " ); in drawEPS() 1819 aBuf.append( " " ); in drawEPS() 1839 aBuf.append( "\n\n[" ); in drawEPS() 1840 aBuf.append( dM11 ); in drawEPS() 1841 aBuf.append( " 0 0 " ); in drawEPS() 1842 aBuf.append( dM22 ); in drawEPS() 1843 aBuf.append( ' ' ); in drawEPS() [all …]
|
/aoo41x/main/sal/qa/rtl/strings/ |
H A D | test_oustring_endswith.cxx | 55 buffer.append('"'); in appendString() 59 buffer.append('\\'); in appendString() 63 buffer.append('0'); in appendString() 65 buffer.append(n, 16); in appendString() 67 buffer.append(c); in appendString() 70 buffer.append('"'); in appendString() 104 msg.append( in endsWith() 107 msg.append(RTL_CONSTASCII_STRINGPARAM(") == ")); in endsWith() 108 msg.append(static_cast< sal_Bool >(data[i].endsWith)); in endsWith()
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 84 buffer->append('<'); in appendUnoName() 100 buffer->append('>'); in appendUnoName() 406 descEnd.append(')'); in MethodDescriptor() 408 sigEnd.append(')'); in MethodDescriptor() 869 buf.append('L'); in handleEnumType() 871 buf.append(';'); in handleEnumType() 1039 buf.append('T'); in addField() 1041 buf.append(';'); in addField() 2571 buf.append('/'); in handleModule() 2768 msg.append( in addConstructor() [all …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 598 sResult.append(static_cast<sal_Unicode>('^')); in VBAToRegexp() 605 sResult.append(static_cast<sal_Unicode>('.')); in VBAToRegexp() 617 sResult.append(static_cast<sal_Unicode>('\\')); in VBAToRegexp() 618 sResult.append(*(++start)); in VBAToRegexp() 624 sResult.append(*start++); in VBAToRegexp() 627 sResult.append(*start++); in VBAToRegexp() 637 sResult.append(*start); in VBAToRegexp() 640 sResult.append(*start); in VBAToRegexp() 649 sResult.append(*start); in VBAToRegexp() 658 sResult.append(*start++); in VBAToRegexp() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 1040 aLoop.append(aStart); in impGetBlinkTextTiming() 1042 aLoop.append(aEnd); in impGetBlinkTextTiming() 1043 rAnimList.append(aLoop); in impGetBlinkTextTiming() 1072 aLoop.append(aThrough); in impCreateScrollTiming() 1084 rAnimList.append(aEnd); in impCreateScrollTiming() 1122 aLoop.append(aTime0); in impCreateAlternateTiming() 1124 aLoop.append(aTime1); in impCreateAlternateTiming() 1126 aLoop.append(aTime2); in impCreateAlternateTiming() 1171 aLoop.append(aTime0); in impCreateSlideTiming() 1173 aLoop.append(aTime1); in impCreateSlideTiming() [all …]
|
/aoo41x/main/xmloff/source/style/ |
H A D | XMLBackgroundImageExport.cxx | 83 aOut.append( GetXMLToken(XML_TOP) ); in exportXML() 88 aOut.append( GetXMLToken(XML_CENTER) ); in exportXML() 93 aOut.append( GetXMLToken(XML_BOTTOM) ); in exportXML() 101 aOut.append( sal_Unicode( ' ' ) ); in exportXML() 108 aOut.append( GetXMLToken(XML_LEFT) ); in exportXML() 113 aOut.append( GetXMLToken(XML_CENTER) ); in exportXML() 118 aOut.append( GetXMLToken(XML_RIGHT) ); in exportXML() 130 aOut.append( GetXMLToken(XML_BACKGROUND_STRETCH) ); in exportXML() 134 aOut.append( GetXMLToken(XML_BACKGROUND_NO_REPEAT) ); in exportXML()
|
H A D | XMLClipPropertyHandler.cxx | 120 aOut.append( GetXMLToken(XML_RECT) ); in exportXML() 121 aOut.append( (sal_Unicode)'(' ); in exportXML() 124 aOut.append( (sal_Unicode)',' ); in exportXML() 125 aOut.append( (sal_Unicode)' ' ); in exportXML() 128 aOut.append( (sal_Unicode)',' ); in exportXML() 129 aOut.append( (sal_Unicode)' ' ); in exportXML() 132 aOut.append( (sal_Unicode)',' ); in exportXML() 133 aOut.append( (sal_Unicode)' ' ); in exportXML() 135 aOut.append( (sal_Unicode)')' ); in exportXML()
|
H A D | xmlnumfi.cxx | 771 aContent.append( rChars ); in Characters() 1049 aContent.append( rChars ); in Characters() 1868 aFormatCode.append( rString ); in AddToCode() 1979 aFormatCode.append( aNumStr ); in AddNumber() 1988 aFormatCode.append( cAdd ); in AddNumber() 2003 aFormatCode.append( aSep ); in AddNumber() 2065 aFormatCode.append( aSymbol ); in AddCurrency() 2111 aFormatCode.append( sKeyword ); in AddNfKeyword() 2172 aFormatCode.append( sNewStr ); in ReplaceNfKeyword() 2220 aConditions.append( sRealCond ); in AddCondition() [all …]
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | srcparser.py | 45 parts.append(buf) 51 parts.append(buf) 134 newtokens.append(mtoken) 173 values.append(value) 177 values.append(value) 184 value.append(tk) 243 self.tokenBuf.append(tk) 306 self.elementStack.append(obj) 380 self.elementStack.append(obj) 420 values.append(val) [all …]
|
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | characterclassificationImpl.cxx | 184 … createLocaleSpecificCharacterClassification(aBuf.append(rLocale.Language).append(under).append( in getLocaleSpecificCharacterClassification() 185 … rLocale.Country).append(under).append(rLocale.Variant).makeStringAndClear(), rLocale)) || in getLocaleSpecificCharacterClassification() 188 … createLocaleSpecificCharacterClassification(aBuf.append(rLocale.Language).append(under).append( in getLocaleSpecificCharacterClassification() 194 … createLocaleSpecificCharacterClassification(aBuf.append(rLocale.Language).append(under).append( in getLocaleSpecificCharacterClassification()
|
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_data.cxx | 394 buf.append( jni.get_stack_trace() ); in map_to_uno() 419 buf.append( jni.get_stack_trace() ); in map_to_uno() 435 buf.append( jni.get_stack_trace() ); in map_to_uno() 448 buf.append( type_name ); in map_to_uno() 449 buf.append( jni.get_stack_trace() ); in map_to_uno() 541 buf.append( type_name ); in map_to_uno() 682 buf.append( type_name ); in map_to_uno() 1210 buf.append( jni.get_stack_trace() ); in map_to_uno() 1875 sig_buf.append( ';' ); in map_to_java() 2364 sig_buf.append( ';' ); in map_to_java() [all …]
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 174 buf.append( m_aName ).appendAscii( ", [ " ); in ToString() 175 buf.append( sal_Int32( GetMarkPos().nNode.GetIndex( ) ) ).appendAscii( ", " ); in ToString() 176 buf.append( sal_Int32( GetMarkPos().nContent.GetIndex( ) ) ).appendAscii( " ] )" ); in ToString() 194 …sUniquePostfix = ::rtl::OUStringBuffer(13).appendAscii("_").append(static_cast<sal_Int32>(abs(nRan… in GenerateNewName() 198 return aResult.append(nCount++).append(sUniquePostfix).makeStringAndClear(); in GenerateNewName() 344 buf.append( m_aName ).appendAscii( ", " ); in ToString() 345 buf.append( m_aFieldname ).appendAscii( ", [ " ); in ToString() 346 buf.append( sal_Int32( GetMarkPos().nNode.GetIndex( ) ) ).appendAscii( ", " ); in ToString() 347 buf.append( sal_Int32( GetMarkPos( ).nContent.GetIndex( ) ) ).appendAscii( " ], [" ); in ToString() 348 buf.append( sal_Int32( GetOtherMarkPos().nNode.GetIndex( ) ) ).appendAscii( ", " ); in ToString() [all …]
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 124 aPathBuffer.append( getOfficePath( psp::NetPath ) ); in getPrinterPathList() 130 aPathBuffer.append( sal_Unicode('/') ); in getPrinterPathList() 136 aPathBuffer.append( getOfficePath( psp::UserPath ) ); in getPrinterPathList() 142 aPathBuffer.append( sal_Unicode('/') ); in getPrinterPathList() 208 aPathBuffer.append(aConfigPath); in getFontPath() 217 aPathBuffer.append(aConfigPath); in getFontPath() 225 aPathBuffer.append( aNetPath ); in getFontPath() 227 aPathBuffer.append( aNetPath ); in getFontPath() 232 aPathBuffer.append( aUserPath ); in getFontPath() 239 aPathBuffer.append( sal_Unicode(';') ); in getFontPath() [all …]
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | addonsoptions.cxx | 871 aBuffer.append( aToolBarNode ); in ReadOfficeToolBarSet() 972 aBuffer.append( m_aPathDelimiter ); in ReadImages() 973 aBuffer.append( m_aPropNames[ OFFSET_MENUITEM_URL ] ); in ReadImages() 985 aBuf.append( m_aPathDelimiter ); in ReadImages() 986 aBuf.append( IMAGES_NODENAME ); in ReadImages() 987 aBuf.append( m_aPathDelimiter ); in ReadImages() 1014 aBuf.append( m_aRootAddonPopupMenuURLPrexfix ); in GeneratePrefixURL() 1047 aMergeAddonInstructionBase.append( m_aPathDelimiter ); in ReadMenuMergeInstructions() 1049 aMergeAddonInstructionBase.append( m_aPathDelimiter ); in ReadMenuMergeInstructions() 1134 aMergeAddonInstructionBase.append( m_aPathDelimiter ); in ReadToolbarMergeInstructions() [all …]
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | configureucb.cxx | 61 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders() 62 aBuffer.append(sal_Unicode('&')); in fillPlaceholders() 69 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders() 70 aBuffer.append(sal_Unicode('<')); in fillPlaceholders() 77 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders() 78 aBuffer.append(sal_Unicode('>')); in fillPlaceholders() 107 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders() 108 aBuffer.append(aValue); in fillPlaceholders() 113 aBuffer.append(pCopy, pEnd - pCopy); in fillPlaceholders()
|
/aoo41x/main/chart2/source/tools/ |
H A D | LinearRegressionCurveCalculator.cxx | 144 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation() 147 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation() 148 aBuf.append( sal_Unicode( 'x' )); in ImplGetRepresentation() 156 aBuf.append( UC_SPACE ); in ImplGetRepresentation() 157 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation() 158 aBuf.append( UC_SPACE ); in ImplGetRepresentation() 159 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs( m_fIntercept ))); in ImplGetRepresentation() 164 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation() 169 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
|
H A D | LogarithmicRegressionCurveCalculator.cxx | 153 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation() 157 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation() 158 aBuf.append( UC_SPACE ); in ImplGetRepresentation() 168 aBuf.append( UC_SPACE ); in ImplGetRepresentation() 169 aBuf.append( UC_MINUS_SIGN ); in ImplGetRepresentation() 170 aBuf.append( UC_SPACE ); in ImplGetRepresentation() 171 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs( m_fIntercept ))); in ImplGetRepresentation() 176 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation() 181 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
|
/aoo41x/main/basegfx/test/ |
H A D | genericclipper.cxx | 65 aSelfIntersecting.append(B2DPoint(0, 0)); in setUp() 66 aSelfIntersecting.append(B2DPoint(0, 100)); in setUp() 67 aSelfIntersecting.append(B2DPoint(75, 100)); in setUp() 68 aSelfIntersecting.append(B2DPoint(75, 50)); in setUp() 69 aSelfIntersecting.append(B2DPoint(25, 50)); in setUp() 70 aSelfIntersecting.append(B2DPoint(25, 150)); in setUp() 71 aSelfIntersecting.append(B2DPoint(100,150)); in setUp() 72 aSelfIntersecting.append(B2DPoint(100,0)); in setUp()
|