Home
last modified time | relevance | path

Searched refs:append (Results 176 – 200 of 1229) sorted by relevance

12345678910>>...50

/trunk/main/ucb/source/regexp/
H A Dregexp.cxx160 aBuffer.append(pBlock1Begin, pBlock1End - pBlock1Begin); in matches()
161 aBuffer.append(m_aInfix); in matches()
162 aBuffer.append(pBlock2Begin, pBlock2End - pBlock2Begin); in matches()
218 pBuffer->append(sal_Unicode('"')); in appendStringLiteral()
225 pBuffer->append(sal_Unicode('\\')); in appendStringLiteral()
226 pBuffer->append(c); in appendStringLiteral()
228 pBuffer->append(sal_Unicode('"')); in appendStringLiteral()
261 aBuffer.append(sal_Unicode(m_bEmptyDomain ? '*' : '+')); in getRegexp()
301 aBuffer.append(sal_Unicode(m_bEmptyDomain ? '*' : '+')); in getRegexp()
361 aBuffer.append(c); in scanStringLiteral()
/trunk/main/toolkit/qa/complex/toolkit/
H A DAssert.java69 …message.append( "no such method: " ).append( objectClass.getName() ).append( "." ).append( i_metho… in assertException()
72 message.append( i_argClasses[i].getName() ); in assertException()
74 message.append( ", " ); in assertException()
76 message.append( " )" ); in assertException()
/trunk/main/cppu/source/cppu/
H A Dcppu_opt.cxx41 buf.append( OUString::unacquired( &pType->pTypeName ) ); in cppu_unsatisfied_iquery_msg()
42 buf.append( (sal_Unicode) '!' ); in cppu_unsatisfied_iquery_msg()
55 buf.append( OUString::unacquired( &pType->pTypeName ) ); in cppu_unsatisfied_iset_msg()
56 buf.append( (sal_Unicode) '!' ); in cppu_unsatisfied_iset_msg()
70 buf.append( OUString::unacquired(&pAny->pType->pTypeName) ); in cppu_Any_extraction_failure_msg()
72 buf.append( OUString::unacquired(&pType->pTypeName) ); in cppu_Any_extraction_failure_msg()
73 buf.append( static_cast<sal_Unicode>('!') ); in cppu_Any_extraction_failure_msg()
/trunk/main/slideshow/source/engine/transitions/
H A Dzigzagwipe.cxx43 m_stdZigZag.append( ::basegfx::B2DPoint( -1.0 - d, -d ) ); in ZigZagWipe()
44 m_stdZigZag.append( ::basegfx::B2DPoint( -1.0 - d, 1.0 + d ) ); in ZigZagWipe()
45 m_stdZigZag.append( ::basegfx::B2DPoint( -d, 1.0 + d ) ); in ZigZagWipe()
47 m_stdZigZag.append( ::basegfx::B2DPoint( 0.0, ((pos - 1) * d) + d2 ) ); in ZigZagWipe()
48 m_stdZigZag.append( ::basegfx::B2DPoint( -d, (pos - 1) * d ) ); in ZigZagWipe()
68 res.append( poly ); in operator ()()
73 res.append( poly ); in operator ()()
/trunk/main/bridges/source/jni_uno/
H A Djni_info.cxx59 buf.append( jni.get_stack_trace() ); in JNI_type_info()
132 sig_buf.append( '(' ); in JNI_interface_type_info()
138 sig_buf.append( '[' ); in JNI_interface_type_info()
141 sig_buf.append( ')' ); in JNI_interface_type_info()
179 sig_buf.append( type_sig ); in JNI_interface_type_info()
183 name_buf.append( member_name ); in JNI_interface_type_info()
198 sig_buf.append( '(' ); in JNI_interface_type_info()
374 buf.append( uno_name ); in create_type_info()
375 buf.append( jni.get_stack_trace() ); in create_type_info()
475 buf.append( uno_name ); in get_type_info()
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx552 msg.append(sType); in checkAddInTypes()
553 msg.append(":"); in checkAddInTypes()
554 msg.append(sMethod); in checkAddInTypes()
555 msg.append("' is invalid. Please check your IDL definition."); in checkAddInTypes()
569 msg.append((sal_Int32)p+1); in checkAddInTypes()
570 msg.append(". parameter of the calc add-in function '"); in checkAddInTypes()
571 msg.append(sType); in checkAddInTypes()
572 msg.append(":"); in checkAddInTypes()
573 msg.append(sMethod); in checkAddInTypes()
574 msg.append("' is invalid."); in checkAddInTypes()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DDefaultNameGenerator.java80 firstFileName.append(name); in generateName()
85 firstFileName.append('.'); in generateName()
86 firstFileName.append(suffix); in generateName()
112 firstFileName.append(name); in generateName()
113 firstFileName.append(counter); in generateName()
116 firstFileName.append('.'); in generateName()
117 firstFileName.append(suffix); in generateName()
/trunk/main/extensions/source/oooimprovement/
H A Dsoaprequest.cxx84 result.append(str.getToken(0, old, idx)); in replaceAll()
85 if(idx>=0) result.append(replacement); in replaceAll()
156 buf.append("<body xsi:type=\"xsd:string\">"); in getSoapSoapId()
157 buf.append(xmlEncode(soap_id)).append("\n"); in getSoapSoapId()
158 buf.append(xmlEncode(getSoapOfficeversion(sf))).append("\n"); in getSoapSoapId()
159 buf.append("</body>\n"); in getSoapSoapId()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java120 aBuffer.append(String.format("string (%s)", meType)); in toString()
123 aBuffer.append(" ["); in toString()
130 aBuffer.append(", "); in toString()
131 aBuffer.append(sValue); in toString()
133 aBuffer.append("]"); in toString()
137 aBuffer.append("pattern=\""); in toString()
138 aBuffer.append(maPattern); in toString()
139 aBuffer.append("\""); in toString()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java174 buf1.append( url.substring( 6 ) ); in getAbsoluteFileURLFromSystemPath()
192 buf.append( File.separator ); in prependCurrentDirAsAbsoluteFileURL()
193 buf.append( relativeURL ); in prependCurrentDirAsAbsoluteFileURL()
203 buf.append( workDir ); in createTargetDataFile()
204 buf.append( File.separator ); in createTargetDataFile()
206 buf.append( "resource-" ); in createTargetDataFile()
207 buf.append( System.currentTimeMillis() ); in createTargetDataFile()
212 buf1.append( url.substring( 6 ) ); in createTargetDataFile()
/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx96 o_rBuffer.append( i_rComponentDesc.first ); in lcl_getPersistentRepresentation()
97 o_rBuffer.append( sal_Unicode( '=' ) ); in lcl_getPersistentRepresentation()
98 o_rBuffer.append( i_rComponentDesc.second.sName ); in lcl_getPersistentRepresentation()
99 o_rBuffer.append( sal_Unicode( ',' ) ); in lcl_getPersistentRepresentation()
100 o_rBuffer.append( sal_Unicode( i_rComponentDesc.second.bForEditing ? '1' : '0' ) ); in lcl_getPersistentRepresentation()
392 …message.append( "DatabaseDocumentRecovery::recoverSubDocuments: inconsistent recovery storage: sto… in recoverSubDocuments()
393 … message.append( ::rtl::OUStringToOString( stor->first, RTL_TEXTENCODING_ASCII_US ) ); in recoverSubDocuments()
394 message.append( "' not found in '" ); in recoverSubDocuments()
395 …message.append( ::rtl::OUStringToOString( SubComponentRecovery::getComponentsStorageName( eCompone… in recoverSubDocuments()
396 message.append( "', but required per map file!" ); in recoverSubDocuments()
/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx189 buf.append( (sal_Int32) m_socket.getPeerPort() ); in completeConnectionString()
191 buf.append( m_socket.getPeerHost( ) ); in completeConnectionString()
194 buf.append( (sal_Int32) m_socket.getLocalPort() ); in completeConnectionString()
196 buf.append( m_socket.getLocalHost() ); in completeConnectionString()
345 message.append( (sal_Int32) m_nPort ); in init()
353 message.append( m_sSocketName ); in init()
363 message.append( m_sSocketName ).appendAscii( ":" ).append((sal_Int32)m_nPort); in init()
373 message.append( m_sSocketName ).appendAscii( ":" ).append( (sal_Int32) m_nPort); in init()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx230 aBuf.append( mUserName ); in calculateURI()
234 aBuf.append( mPassword ); in calculateURI()
243 aBuf.append( mHostName ); in calculateURI()
248 aBuf.append( mHostName ); in calculateURI()
266 aBuf.append( rtl::OUString::valueOf( mPort ) ); in calculateURI()
268 aBuf.append( mPath ); in calculateURI()
349 aBuf.append( rHostName ); in makeConnectionEndPointString()
354 aBuf.append( rHostName ); in makeConnectionEndPointString()
360 aBuf.append( rtl::OUString::valueOf( sal_Int32( nPort ) ) ); in makeConnectionEndPointString()
/trunk/main/ucb/source/core/
H A Ducb.cxx89 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders()
90 aBuffer.append(sal_Unicode('&')); in fillPlaceholders()
97 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders()
98 aBuffer.append(sal_Unicode('<')); in fillPlaceholders()
106 aBuffer.append(sal_Unicode('>')); in fillPlaceholders()
135 aBuffer.append(pCopy, p - 1 - pCopy); in fillPlaceholders()
136 aBuffer.append(aValue); in fillPlaceholders()
141 aBuffer.append(pCopy, pEnd - pCopy); in fillPlaceholders()
176 rBuffer.append( c ); in makeAndAppendXMLName()
210 aKeyBuffer.append(rProvider); in createContentProviderData()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx124 aRetval.append(rCandidate.getB2DPoint(0)); in mergeTemporaryPointsAndPolygon()
167 aRetval.append(aNewPoint); in mergeTemporaryPointsAndPolygon()
172 aRetval.append(aEdge.getEndPoint()); in mergeTemporaryPointsAndPolygon()
429 aTempPolygonA.append(rCubicA.getStartPoint()); in findEdgeCutsBezierAndEdge()
431 aTempPolygonEdge.append(rCurrB); in findEdgeCutsBezierAndEdge()
432 aTempPolygonEdge.append(rNextB); in findEdgeCutsBezierAndEdge()
470 aTempPolygonA.append(rCubicA.getStartPoint()); in findEdgeCutsTwoBeziers()
473 aTempPolygonB.append(rCubicB.getStartPoint()); in findEdgeCutsTwoBeziers()
514 aTempPolygon.append(rCubicA.getStartPoint()); in findEdgeCutsOneBezier()
711 aTempPolygon.append(rCubicA.getStartPoint()); in findTouchesOnCurve()
[all …]
/trunk/main/stoc/source/uriproc/
H A DUriReference.cxx66 buf.append(m_scheme); in getUriReference()
67 buf.append(static_cast< sal_Unicode >(':')); in getUriReference()
71 buf.append(static_cast< sal_Unicode >('#')); in getUriReference()
72 buf.append(m_fragment); in getUriReference()
195 buffer.append(m_authority); in appendSchemeSpecificPart()
197 buffer.append(m_path); in appendSchemeSpecificPart()
199 buffer.append(static_cast< sal_Unicode >('?')); in appendSchemeSpecificPart()
200 buffer.append(m_query); in appendSchemeSpecificPart()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx160 tmpBuf.append('_'); in dumpHeaderDefine()
162 tmpBuf.append('_'); in dumpHeaderDefine()
163 tmpBuf.append(prefix); in dumpHeaderDefine()
164 tmpBuf.append('_'); in dumpHeaderDefine()
183 tmpBuf.append('_'); in dumpInclude()
185 tmpBuf.append('_'); in dumpInclude()
186 tmpBuf.append(prefix); in dumpInclude()
187 tmpBuf.append('_'); in dumpInclude()
195 tmpBuf.append('.'); in dumpInclude()
730 tmp.append(' '); in indent()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx102 aRet.append( "::" ); in toRTTIname()
103 aRet.append( rUNOname.getToken( 0, '.', nIndex ) ); in toRTTIname()
117 aRet.append( "__1n" ); in toRTTImangledname()
127 aRet.append( (sal_Char)( nBytes/26 + 'a' ) ); in toRTTImangledname()
128 aRet.append( (sal_Char)( nBytes%26 + 'A' ) ); in toRTTImangledname()
131 aRet.append( (sal_Char)( nBytes + 'A' ) ); in toRTTImangledname()
135 aRet.append("QdD"); in toRTTImangledname()
137 aRet.append(c); in toRTTImangledname()
143 aRet.append( '_' ); in toRTTImangledname()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx104 aRet.append( "::" ); in toRTTIname()
105 aRet.append( rUNOname.getToken( 0, '.', nIndex ) ); in toRTTIname()
119 aRet.append( "__1n" ); in toRTTImangledname()
129 aRet.append( (sal_Char)( nBytes/26 + 'a' ) ); in toRTTImangledname()
130 aRet.append( (sal_Char)( nBytes%26 + 'A' ) ); in toRTTImangledname()
133 aRet.append( (sal_Char)( nBytes + 'A' ) ); in toRTTImangledname()
137 aRet.append("QdD"); in toRTTImangledname()
139 aRet.append(c); in toRTTImangledname()
145 aRet.append( '_' ); in toRTTImangledname()
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx171 …aSql.append(composeTableName( m_pTable->getConnection()->getMetaData(), m_pTable, ::dbtools::eInTa… in appendObject()
193 …aSql.append( ::dbtools::quoteName( aQuote,getString(xColProp->getPropertyValue(rPropMap.getNameByI… in appendObject()
201 …aSql.append(::dbtools::quoteTableName(m_pTable->getConnection()->getMetaData(),sReferencedName,::d… in appendObject()
209 …aSql.append(::dbtools::quoteName( aQuote,getString(xColProp->getPropertyValue(rPropMap.getNameByIn… in appendObject()
213 aSql.append(getKeyRuleString(sal_True ,nUpdateRule)); in appendObject()
214 aSql.append(getKeyRuleString(sal_False ,nDeleteRule)); in appendObject()
286 …aSql.append( composeTableName( m_pTable->getConnection()->getMetaData(), m_pTable,::dbtools::eInTa… in dropObject()
300 aSql.append(getDropForeignKey()); in dropObject()
302 aSql.append( ::dbtools::quoteName( aQuote,_sElementName) ); in dropObject()
/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx188 buf.appendAscii( "pyuno.checkEnum: " ).append( strTypeName ).appendAscii( " is a " ); in PyEnum2Enum()
209 buf.appendAscii( "value " ).append( strValue ).appendAscii( " is unknown in enum " ); in PyEnum2Enum()
210 buf.append( strTypeName ); in PyEnum2Enum()
218 buf.appendAscii( "enum " ).append( strTypeName ).appendAscii( " is unknown" ); in PyEnum2Enum()
243 buf.appendAscii( "type " ).append(name).appendAscii( " is unknown" ); in PyType2Type()
250 buf.appendAscii( "pyuno.checkType: " ).append(name).appendAscii( " is a " ); in PyType2Type()
345 … buf.appendAscii( "constant " ).append(pyString2ustring(str)).appendAscii( " unknown" ); in importToGlobal()
355 buf.append( name ); in importToGlobal()
366 buf.append( name ); in importToGlobal()
392 buf.append( "couldn't access uno." ); in callCtor()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java274 sNewName.append(c); in convertName2FileName()
278 sNewName.append("_"); in convertName2FileName()
409 sBuffer.append(aEncodedBuffer, 0, nReadCount); in readEncodedBufferFromFile()
427 sLog.append("["+nEncodingType+"]\t"); in logEncodingData()
428 sLog.append((int)nUTF8+"\t="); in logEncodingData()
429 sLog.append("\t"+nByteOrg1+"/"+nByte1); in logEncodingData()
430 sLog.append("\t"+nByteOrg2+"/"+nByte2); in logEncodingData()
431 sLog.append("\t"+nByteOrg3+"/"+nByte3); in logEncodingData()
432 sLog.append("\t"+nByteOrg4+"/"+nByte4); in logEncodingData()
433 sLog.append("\n"); in logEncodingData()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dhelplineprimitive2d.cxx65 aLineA.append(aStartA); in create2DDecomposition()
66 aLineA.append(aEndA); in create2DDecomposition()
75 aLineB.append(aStartB); in create2DDecomposition()
76 aLineB.append(aEndB); in create2DDecomposition()
99 aLine.append(aPosA); in create2DDecomposition()
100 aLine.append(aPosB); in create2DDecomposition()
115 aLine.append(aPosA); in create2DDecomposition()
116 aLine.append(aPosB); in create2DDecomposition()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx164 Any& ApiTokenVector::append( sal_Int32 nOpCode ) in append() function in oox::xls::ApiTokenVector
1171 append( nSpecialId ).append( " not found" ).getStr() ); in initOpCode()
1193 append( "\" not found" ).getStr() ); in initOpCode()
1227 append( '"' ).getStr() ); in initFuncOpCode()
1470 …aBuffer.append( sal_Unicode( ':' ) ).append( generateAddress2dString( rRange.maLast, bAbsolute ) ); in generateRange2dString()
1481 aBuffer.append( cSeparator ); in generateRangeList2dString()
1519 aBuffer.append( aRangeName ); in generateApiRangeListString()
1531 …return OUStringBuffer().append( sal_Unicode( '"' ) ).append( aRetString ).append( sal_Unicode( '"'… in generateApiString()
1538 aBuffer.append( API_TOKEN_ARRAY_OPEN ); in generateApiArray()
1550 aBuffer.append( fValue ); in generateApiArray()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx79 buf.append( (sal_Unicode)'0' ); in createElement()
80 buf.append( (sal_Unicode)'x' ); in createElement()
90 buf.append( (sal_Unicode)'0' ); in createElement()
91 buf.append( (sal_Unicode)'x' ); in createElement()
101 buf.append( (sal_Unicode)'0' ); in createElement()
102 buf.append( (sal_Unicode)'x' ); in createElement()
112 buf.append( (sal_Unicode)'0' ); in createElement()
113 buf.append( (sal_Unicode)'x' ); in createElement()
575 buf.append( locale.Language ); in addNumberFormatAttr()
578 buf.append( (sal_Unicode)';' ); in addNumberFormatAttr()
[all …]

Completed in 206 milliseconds

12345678910>>...50