Home
last modified time | relevance | path

Searched refs:append (Results 26 – 50 of 1229) sorted by relevance

12345678910>>...50

/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx68 rBuffer.append( rStr ); in escapeDoubleQuotes()
158 aBuffer.append("\""); in sendMailMessage()
172 aBuffer.append("\" "); in sendMailMessage()
233 aBuffer.append("\" "); in sendMailMessage()
242 aBuffer.append("\" "); in sendMailMessage()
250 aBuffer.append("\" "); in sendMailMessage()
256 aBuffer.append("--to \""); in sendMailMessage()
258 aBuffer.append("\" "); in sendMailMessage()
266 aBuffer.append("--cc \""); in sendMailMessage()
268 aBuffer.append("\" "); in sendMailMessage()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx429 rBuffer.append( nMeasure ); in convertMeasure()
466 rBuffer.append( nValue ); in convertPercent()
481 rBuffer.append( nValue ); in convertMeasurePx()
667 rBuffer.append( nNumber ); in convertNumber64()
735 rBuffer.append(sUnit); in convertDouble()
1218 rBuffer.append( aString ); in convertDateTime()
1451 rBuffer.append(sal_Unicode('(')); in convertB3DVector()
1453 rBuffer.append(sal_Unicode(' ')); in convertB3DVector()
1580 aStrBuffer.append(sBuffer); in encodeBase64()
1843 sBuffer.append(cChar); in clearUndefinedChars()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java729 sData.append(","); in convertTypePropsToExternal()
731 sData.append(","); in convertTypePropsToExternal()
733 sData.append(","); in convertTypePropsToExternal()
754 sData.append(","); in convertTypePropsToExternal()
756 sData.append(","); in convertTypePropsToExternal()
826 sData.append(","); in convertFilterPropsToExternal()
828 sData.append(","); in convertFilterPropsToExternal()
830 sData.append(","); in convertFilterPropsToExternal()
832 sData.append(","); in convertFilterPropsToExternal()
1736 sXML.append("\t"); in getItemAsXML()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx79 aRetval.append(rArrow); in createAreaGeometryForLineStartEnd()
240 aRetval.append(aEdge.getStartPoint()); in subdivideToSimple()
715 aEdgePolygon.append(aEndPoint); in createAreaGeometryForJoin()
716 aEdgePolygon.append(rPoint); in createAreaGeometryForJoin()
717 aEdgePolygon.append(aStartPoint); in createAreaGeometryForJoin()
730 aEdgePolygon.append(aCutPoint); in createAreaGeometryForJoin()
763 aEdgePolygon.append(rPoint); in createAreaGeometryForJoin()
774 aEdgePolygon.append(aEndPoint); in createAreaGeometryForJoin()
775 aEdgePolygon.append(rPoint); in createAreaGeometryForJoin()
776 aEdgePolygon.append(aStartPoint); in createAreaGeometryForJoin()
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno_module.cxx131 buf.append( exceptionType ); in raisePySystemException()
132 buf.append( "):" ); in raisePySystemException()
223 buf.append( funcName ).append( ": expecting one string argument" ); in extractOneStringArg()
235 buf.append( funcName ).append( ": expecting one string argument" ); in extractOneStringArg()
352 buf.append( "Type " ).append(name).append( " is unknown" ); in getTypeByName()
536 buf.append( sysPath ); in systemPathToFileUrl()
538 buf.append( (sal_Int32) e ); in systemPathToFileUrl()
561 buf.append( sysPath ); in fileUrlToSystemPath()
563 buf.append( (sal_Int32) e ); in fileUrlToSystemPath()
584 buf.append( ouRel ); in absolutize()
[all …]
H A Dpyuno.cxx84 buf.append( (sal_Unicode)'(' ); in val2str()
85 buf.append( pTypeRef->pTypeName ); in val2str()
86 buf.append( (sal_Unicode)')' ); in val2str()
224 buf.append( (sal_Unicode)'\"' ); in val2str()
226 buf.append( (sal_Unicode)'\"' ); in val2str()
243 buf.append( (sal_Unicode)'?' ); in val2str()
255 buf.append( (sal_Unicode)'\'' ); in val2str()
260 buf.append( *(float *)pVal ); in val2str()
263 buf.append( *(double *)pVal ); in val2str()
293 buf.append( aVal, 16 ); in val2str()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx79 aNewPolygon.append(aNextLeft); in getLineTubeSegments()
82 aNewPolygon.append(aLastLeft); in getLineTubeSegments()
85 aNewPolygon.append(aLastRight); in getLineTubeSegments()
88 aNewPolygon.append(aNextRight); in getLineTubeSegments()
137 aNewPolygon.append(aLast); in getLineCapSegments()
140 aNewPolygon.append(aNext); in getLineCapSegments()
143 aNewPolygon.append(aNull); in getLineCapSegments()
334 aNewPolygon.append(aNextMiter); in getLineJoinSegments()
355 aNewPolygon.append(aCurrMiter); in getLineJoinSegments()
356 aNewPolygon.append(aPointOnXY); in getLineJoinSegments()
[all …]
/trunk/main/framework/inc/macros/debug/
H A Devent.hxx62 sBuffer.append( "[ " ); \
63 sBuffer.append( SFRAMETYPE ); \
64 sBuffer.append( " ] \"" ); \
65 sBuffer.append( U2B( SFRAMENAME ) ); \
66 sBuffer.append( "\" send event \"" ); \
90 sBuffer.append( " ... event to listener.\n\n" ); \
104 sBuffer.append( "[ " ); \
105 sBuffer.append( SFRAMETYPE ); \
106 sBuffer.append( " ] \"" ); \
107 sBuffer.append( U2B( SFRAMENAME ) ); \
[all …]
H A Dassertion.hxx95 _sAssertBuffer.append( SMETHOD ); \
96 _sAssertBuffer.append( "\n\t\"" ); \
97 _sAssertBuffer.append( STEXT ); \
98 _sAssertBuffer.append( "\"\n" ); \
126 _sAssertBuffer.append( SMETHOD ); \
128 _sAssertBuffer.append( STEXT ); \
129 _sAssertBuffer.append( "\"\n" ); \
153 _sAssertBuffer.append( SMETHOD ); \
155 _sAssertBuffer.append( STEXT ); \
156 _sAssertBuffer.append( "\"\n" ); \
[all …]
/trunk/main/svl/qa/
H A Dtest_URIHelper.cxx289 buf.append('<'); in TEST_F()
290 buf.append(tests[i].base); in TEST_F()
295 buf.append('<'); in TEST_F()
296 buf.append( in TEST_F()
299 buf.append('>'); in TEST_F()
307 buf.append('<'); in TEST_F()
309 buf.append('>'); in TEST_F()
424 buf.append('"'); in TEST_F()
425 buf.append(tests[i].input); in TEST_F()
432 buf.append(')'); in TEST_F()
[all …]
/trunk/main/comphelper/source/misc/
H A Danytostring.cxx44 buf.append( static_cast< sal_Unicode >('>') ); in appendTypeError()
55 buf.append( s ); in appendChar()
58 buf.append( c ); in appendChar()
85 buf.append( static_cast<sal_Unicode>('@') ); in appendValue()
86 buf.append( reinterpret_cast< sal_Int64 >( in appendValue()
129 buf.append( ppMemberNames[ nPos ] ); in appendValue()
207 buf.append( (*reinterpret_cast< in appendValue()
287 buf.append( static_cast< sal_Int32 >( in appendValue()
291 buf.append( static_cast< sal_Int32 >( in appendValue()
295 buf.append( static_cast< sal_Int32 >( in appendValue()
[all …]
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java451 sTimes.append("Needed times:\n" ); in main()
452 sTimes.append("t [all]\t\t=\t" ); in main()
453 sTimes.append(t_end-t_start ); in main()
454 sTimes.append(" ms\n" ); in main()
455 sTimes.append("t [load]\t=\t" ); in main()
456 sTimes.append(t_load_end-t_load_start ); in main()
457 sTimes.append(" ms\n" ); in main()
458 sTimes.append("t [transform]\t=\t" ); in main()
459 sTimes.append(t_transform_end-t_transform_start ); in main()
531 sOut.append("FCFGSplit\n"); in printCopyright()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_info.h256 buf->append( 'V' ); in append_sig()
259 buf->append( 'C' ); in append_sig()
262 buf->append( 'Z' ); in append_sig()
265 buf->append( 'B' ); in append_sig()
269 buf->append( 'S' ); in append_sig()
273 buf->append( 'I' ); in append_sig()
294 buf->append( in append_sig()
297 buf->append( in append_sig()
318 buf->append( in append_sig()
324 buf->append( in append_sig()
[all …]
/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx963 pListBuffer->append ( sName ); in impl_generateTypeSet()
1114 pListBuffer->append ( sName ); in impl_generateFilterSet()
1411 sXCD.append ( sName ); in impl_generateIntProperty()
1415 sXCD.append ( (sal_Int32)(nValue) ); in impl_generateIntProperty()
1425 sXCD.append ( sName ); in impl_generateBoolProperty()
1439 sXCD.append ( sName ); in impl_generateStringProperty()
1467 sXCD.append ( cSeperator ); in impl_generateStringListProperty()
1482 sXCD.append( *pEntry ); in impl_generateStringListProperty()
1487 sXCD.append( cSeperator ); in impl_generateStringListProperty()
1505 sXCD.append ( sName ); in impl_generateUINamesProperty()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocumentException.java68 message.append(": "); in OfficeDocumentException()
69 message.append(msgLine); in OfficeDocumentException()
70 message.append(": "); in OfficeDocumentException()
72 message.append(", "); in OfficeDocumentException()
73 message.append(msgColumn); in OfficeDocumentException()
74 message.append(": "); in OfficeDocumentException()
76 message.append(", "); in OfficeDocumentException()
78 message.append(": "); in OfficeDocumentException()
80 message.append(", "); in OfficeDocumentException()
82 message.append(": "); in OfficeDocumentException()
[all …]
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx159 … aPolygon.append(basegfx::B2DPoint(getViewport().getMinX(), getBasePosition().getY())); in create2DDecomposition()
160 … aPolygon.append(basegfx::B2DPoint(getViewport().getMaxX(), getBasePosition().getY())); in create2DDecomposition()
170 … aPolygon.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMinY())); in create2DDecomposition()
171 … aPolygon.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMaxY())); in create2DDecomposition()
266 aPolyPolygon.append(aOuterPolygon); in create2DDecomposition()
267 aPolyPolygon.append(aInnerPolygon); in create2DDecomposition()
374 aLine.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMaxY())); in create2DDecomposition()
391 aLine.append(basegfx::B2DPoint(getViewport().getMaxX(), getBasePosition().getY())); in create2DDecomposition()
486 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition()
491 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition()
[all …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFWriter.java248 .append("\t\t\t\t\t<context context-type=\"DBType\">" in writeTransUnit()
296 allLinesEnd.append("\t\t\t\t</context-group>\n" in writeTransUnit()
299 writeBuffer.append("\t\t\t<trans-unit id=\"" in writeTransUnit()
303 writeBuffer.append("\t\t\t\t<source xml:lang=\"" in writeTransUnit()
315 writeBuffer.append(allLinesEnd); in writeTransUnit()
340 writeBuffer.append("\t\t\t<trans-unit id=\"" in writeTransUnit()
344 writeBuffer.append("\t\t\t\t<source xml:lang=\"" in writeTransUnit()
355 writeBuffer.append(allLinesEnd); in writeTransUnit()
363 writeBuffer.append("\t\t\t<trans-unit id=\"" in writeTransUnit()
367 writeBuffer.append("\t\t\t\t<source xml:lang=\"" in writeTransUnit()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java171 composedName.append('.'); in composeTableName()
257 composedName.append("."); in doComposeTableName()
474 sql.append(' '); in createStandardColumnPart()
528 sql.append('('); in createStandardColumnPart()
540 sql.append(scale); in createStandardColumnPart()
543 sql.append(')'); in createStandardColumnPart()
555 sql.append(prefix); in createStandardColumnPart()
557 sql.append(postfix); in createStandardColumnPart()
565 sql.append(' '); in createStandardColumnPart()
650 sql.append(')'); in createStandardKeyStatement()
[all …]
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx627 rString.append(sCommand); in impl_parseTableNameNodeToString_throw()
965 pAppend->append(pLiteral); in buildLikeRule()
974 pAppend->append(pLiteral); in buildLikeRule()
1018 pNewNode->append(pDateNode); in buildNode_Date()
1736 rString.append(suQuote); in addDateValue()
1750 rString.append(suQuote); in addDateValue()
1767 append(pCol); in replaceNodeValue()
1792 pNewNode->append(pLeftLeaf); in MakeANDNode()
1794 pNewNode->append(pRightLeaf); in MakeANDNode()
1801 pNewNode->append(pLeftLeaf); in MakeORNode()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dfigurewipe.cxx51 figure.append( ::basegfx::B2DPoint( 0.5 + s30, 0.5 ) ); in createTriangleWipe()
67 figure.append( ::basegfx::B2DPoint( 0.0, 0.5 ) ); in createArrowHeadWipe()
77 figure.append( ::basegfx::B2DPoint( 0.5, 0.5 ) ); in createPentagonWipe()
81 figure.append( ::basegfx::B2DPoint( -0.5, 0.5 ) ); in createPentagonWipe()
91 figure.append( ::basegfx::B2DPoint( 0.5, c ) ); in createHexagonWipe()
92 figure.append( ::basegfx::B2DPoint( 0.5 + s, 0.0 ) ); in createHexagonWipe()
93 figure.append( ::basegfx::B2DPoint( 0.5, -c ) ); in createHexagonWipe()
94 figure.append( ::basegfx::B2DPoint( -0.5, -c ) ); in createHexagonWipe()
96 figure.append( ::basegfx::B2DPoint( -0.5, c ) ); in createHexagonWipe()
112 figure.append(p); in createStarWipe()
[all …]
/trunk/main/sax/test/sax/
H A Dfactory.hxx37 str.append( __FILE__ );\
38 str.append( " " ); \
39 str.append( "(" ); \
41 str.append(")\n" );\
42 str.append( "[ " ); \
43 str.append( #expr ); \
57 str.append( " "); \
58 str.append( "(" ); \
60 str.append( ")\n");\
61 str.append( "[ " ); \
[all …]
/trunk/main/connectivity/qa/connectivity/tools/
H A DHsqlDatabase.java95 dropStatement.append(_name); in dropTable()
98 dropStatement.append("\" IF EXISTS"); in dropTable()
118 createStatement.append("\" ( "); in createTable()
130 createStatement.append(", "); in createTable()
138 createStatement.append(" NOT NULL"); in createTable()
175 createStatement.append(primaryKeyList); in createTable()
176 createStatement.append(')'); in createTable()
188 createStatement.append(foreignTable); in createTable()
189 createStatement.append("\"("); in createTable()
191 createStatement.append(')'); in createTable()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java101 aBuffer.append(msMinInclusive); in toString()
106 aBuffer.append(msMinExclusive); in toString()
120 aBuffer.append(",length="); in toString()
121 aBuffer.append(mnLength); in toString()
125 aBuffer.append(",minLength="); in toString()
126 aBuffer.append(mnMinLength); in toString()
130 aBuffer.append(",maxLength="); in toString()
131 aBuffer.append(mnMaxLength); in toString()
135 aBuffer.append(",pattern=\""); in toString()
136 aBuffer.append(msPattern); in toString()
[all …]
/trunk/main/framework/test/
H A Dtest.cxx421 sBuffer.append ( *pType ); in impl_testFilterCache()
877 xFrames->append( xFrame_11 ); in impl_buildTree()
878 xFrames->append( xFrame_12 ); in impl_buildTree()
880 xFrames->append( xFrame_21 ); in impl_buildTree()
881 xFrames->append( xFrame_22 ); in impl_buildTree()
883 xFrames->append( xFrame_31 ); in impl_buildTree()
884 xFrames->append( xFrame_32 ); in impl_buildTree()
886 xFrames->append( xFrame_41 ); in impl_buildTree()
887 xFrames->append( xFrame_42 ); in impl_buildTree()
889 xFrames->append( xFrame_51 ); in impl_buildTree()
[all …]
/trunk/main/io/test/stm/
H A Dtestfactreg.hxx68 str.append( __FILE__ );\
69 str.append( " " ); \
70 str.append( "(" ); \
72 str.append(")\n" );\
73 str.append( "[ " ); \
74 str.append( #expr ); \
88 str.append( " "); \
89 str.append( "(" ); \
91 str.append( ")\n");\
92 str.append( "[ " ); \
[all …]

Completed in 228 milliseconds

12345678910>>...50