Home
last modified time | relevance | path

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

12345678910>>...49

/aoo41x/main/l10ntools/source/
H A Dhelpmerge.cxx224 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()
230 sBuffer.append( GSI_TAB ); //"\t"; 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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfUri.cxx151 aBuf.append( mUserInfo ); in calculateURI()
159 aBuf.append( mHostName ); in calculateURI()
164 aBuf.append( mHostName ); in calculateURI()
182 aBuf.append( rtl::OUString::valueOf( mPort ) ); in calculateURI()
184 aBuf.append( mPath ); in calculateURI()
265 aBuf.append( rHostName ); in makeConnectionEndPointString()
270 aBuf.append( rHostName ); in makeConnectionEndPointString()
276 aBuf.append( rtl::OUString::valueOf( sal_Int32( nPort ) ) ); in makeConnectionEndPointString()
/aoo41x/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()
/aoo41x/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 defintion."); 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 …]
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/tools/source/misc/
H A Dappendunixshellword.cxx45 accumulator->append(RTL_CONSTASCII_STRINGPARAM("''")); in appendUnixShellWord()
52 accumulator->append('\''); in appendUnixShellWord()
55 accumulator->append(RTL_CONSTASCII_STRINGPARAM("\\'")); in appendUnixShellWord()
58 accumulator->append('\''); in appendUnixShellWord()
61 accumulator->append(c); in appendUnixShellWord()
65 accumulator->append('\''); in appendUnixShellWord()
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
H A Dpyuno_util.cxx171 buffer.append( in appendPointer()
189 buf.append( aFunctionName ); in logException()
191 buf.append( in logException()
210 buf.append( aFunctionName ); in logReply()
214 buf.append( in logReply()
219 buf.append( in logReply()
235 buf.append( aFunctionName ); in logCall()
243 buf.append( in logCall()
/aoo41x/main/svx/source/table/
H A Dtablehandles.cxx111 aVisible.append(aInvisible); in getSpecialDragPoly()
142 aPolygon.append( aStart ); in getPolyPolygon()
143 aPolygon.append( aEnd ); in getPolyPolygon()
147 rVisible.append(aPolygon); in getPolyPolygon()
151 rInvisible.append(aPolygon); in getPolyPolygon()
188 maOverlayGroup.append(*pOverlayObject); in CreateB2dIAObject()
198 maOverlayGroup.append(*pOverlayObject); in CreateB2dIAObject()
310 maOverlayGroup.append(*pOverlayObject); in CreateB2dIAObject()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java145 signature.append('('); in getSignature()
148 signature.append(functionDescription.getParameterDisplayName(i, defaultLocale)); in getSignature()
151 signature.append(';'); in getSignature()
154 signature.append(')'); in getSignature()
188 formula.append('('); in createFormula()
195 formula.append(arguments[i]); in createFormula()
198 formula.append(';'); in createFormula()
201 formula.append(')'); in createFormula()
/aoo41x/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 …]
/aoo41x/main/vcl/source/gdi/
H A Dimpimagetree.cxx65 b.append(locale); in createPath()
66 b.append(name.copy(pos)); in createPath()
167 b.append(sal_Unicode('-')); in loadImage()
168 b.append(loc.Country); in loadImage()
172 b.append(p); in loadImage()
173 b.append(sal_Unicode('-')); in loadImage()
174 b.append(loc.Variant); in loadImage()
235 b.append(m_style); in resetZips()
261 b.append(m_style); in resetZips()
/aoo41x/main/sal/qa/rtl/uri/
H A Drtl_testuri.cxx208 aBuffer.append(static_cast< sal_Unicode >(0xD800)); // %ED%A0%80 in test_Uri()
209 aBuffer.append(static_cast< sal_Unicode >(0xD800)); // %F0%90%8F%BF in test_Uri()
210 aBuffer.append(static_cast< sal_Unicode >(0xDFFF)); in test_Uri()
211 aBuffer.append(static_cast< sal_Unicode >(0xDFFF)); // %ED%BF%BF in test_Uri()
212 aBuffer.append(static_cast< sal_Unicode >('A')); // A in test_Uri()
240 aBuffer.append(static_cast< sal_Unicode >(0xD800)); in test_Uri()
241 aBuffer.append(static_cast< sal_Unicode >(0xDFFF)); in test_Uri()
243 aBuffer.append(static_cast< sal_Unicode >('A')); in test_Uri()
281 aBuffer.append(static_cast< sal_Unicode >(0x00FF)); in test_Uri()
/aoo41x/main/configmgr/source/
H A Ddata.cxx67 buf.append(sal_Unicode('&')); in decode()
72 buf.append(sal_Unicode('"')); in decode()
77 buf.append(sal_Unicode('\'')); in decode()
84 buf.append(c); in decode()
115 buf.append(c); in createSegment()
176 buf.append(sal_Unicode(':')); in fullTemplateName()
177 buf.append(name); in fullTemplateName()
239 canonic.append(sal_Unicode('/')); in resolvePathRepresentation()
240 canonic.append(createSegment(templateName, seg)); in resolvePathRepresentation()

Completed in 1399 milliseconds

12345678910>>...49