| /AOO42X/main/connectivity/source/parse/ |
| H A D | sqlbison.y | 323 $$->append($1); 387 $$->append($1); 388 $$->append($2); 389 $$->append($3); 390 $$->append($4 = newNode("(", SQL_NODE_PUNCTUATION)); 391 $$->append($5); 392 $$->append($6 = newNode(")", SQL_NODE_PUNCTUATION));} 398 $$->append($1);} 400 {$1->append($3); 412 $$->append($1); [all …]
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | rtfattributeoutput.cxx | 320 maBuffer.append(rSource.maBuffer.getStr()); in appendAndClear() 349 aRet.append(pStr); in OutTBLBorderLine() 353 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRDB); in OutTBLBorderLine() 357 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRW "15"); in OutTBLBorderLine() 360 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRW "30"); in OutTBLBorderLine() 364 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRW "45"); in OutTBLBorderLine() 372 …aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRS OOO_STRING_SVTOOLS_RTF_BRDRW).append((sal_Int32)pLine->Ge… in OutTBLBorderLine() 374 …aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRTH OOO_STRING_SVTOOLS_RTF_BRDRW).append((sal_Int32)pLine->G… in OutTBLBorderLine() 377 aRet.append(OOO_STRING_SVTOOLS_RTF_BRDRCF); in OutTBLBorderLine() 378 aRet.append((sal_Int32)rExport.GetColor(pLine->GetColor())); in OutTBLBorderLine() [all …]
|
| H A D | rtfsdrexport.cxx | 203 … m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPWR).append((sal_Int32)nWrapType); in Commit() 304 aSegmentInfo.append("2;").append((sal_Int32)nSegments); in Commit() 310 aSegmentInfo.append(';').append((sal_Int32)nSeg); in Commit() 318 … aVerticies.append( ";(" ).append( nX ).append( "," ).append( nY ).append( ")" ); in Commit() 328 … aVerticies.append( ";(" ).append( nX ).append( "," ).append( nY ).append( ")" ); in Commit() 350 aBuf.append("8;").append((sal_Int32)nVertices); in Commit() 351 aBuf.append(aVerticies.makeStringAndClear()); in Commit() 418 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPLEFT).append(rRectangle.Left()); in AddLineDimensions() 419 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPTOP).append(rRectangle.Top()); in AddLineDimensions() 420 m_pShapeStyle->append(OOO_STRING_SVTOOLS_RTF_SHPRIGHT).append(rRectangle.Right()); in AddLineDimensions() [all …]
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 225 aClipPoly.append( basegfx::B2DPoint( 8250, 9600 ) ); in doTestCode() 226 aClipPoly.append( basegfx::B2DPoint( 16500, 11100 ) ); in doTestCode() 227 aClipPoly.append( basegfx::B2DPoint( 8250, 12600 ) ); in doTestCode() 228 aClipPoly.append( basegfx::B2DPoint( 4500, 11100 ) ); in doTestCode() 231 aClip.append( aClipPoly ); in doTestCode() 515 rBuffer.append( pHexDigits[ (nInt >> 4) & 15 ] ); in appendHex() 516 rBuffer.append( pHexDigits[ nInt & 15 ] ); in appendHex() 540 rBuffer.append( pStr[i] ); in appendName() 544 rBuffer.append( '#' ); in appendName() 560 rBuffer.append( *pStr ); in appendName() [all …]
|
| /AOO42X/main/l10ntools/source/filter/utils/ |
| H A D | AnalyzeStartupLog.java | 84 …sOut.append("log;t_cfg_start;t_cfg_end;t_fwk_start;t_fwk_end;t_sfx_start;t_sfx_end;t_types_start;t… in main() 85 …sOut.append("t_filters_swriter_start;t_filters_swriter_end;t_filters_sweb_start;t_filters_sweb_end… in main() 86 …sOut.append("t_others_start;t_others_end;d_cfg;d_fwk;d_sfx;d_types;d_filters;d_others;d_complete\n… in main() 228 sOut.append(aLog.getName() ); in main() 229 sOut.append(";" ); in main() 230 sOut.append(t_cfg_start ); in main() 231 sOut.append(";" ); in main() 232 sOut.append(t_cfg_end ); in main() 233 sOut.append(";" ); in main() 234 sOut.append(t_fwk_start ); in main() [all …]
|
| H A D | XMLHelper.java | 317 sXML.append(XMLHelper.convertSimpleObjectToXML(sProp, aVal, nPrettyTabs)); in convertPropSetToXML() 326 sXML.append(XMLHelper.convertListToXML(sProp, lVal, nPrettyTabs)); in convertPropSetToXML() 334 sXML.append(XMLHelper.convertLocalizedValueToXML(sProp, lVal, nPrettyTabs)); in convertPropSetToXML() 340 sMsg.append("unsupported object type detected."); in convertPropSetToXML() 341 sMsg.append("\ttype ? : \""+sProp+"\" = "+aVal); in convertPropSetToXML() 342 sMsg.append("\tprop set: \""+aPropSet ); in convertPropSetToXML() 358 sDestination.append("&"); in encodeHTMLSigns() 360 sDestination.append(c); in encodeHTMLSigns() 398 sXML.append("\t"); in convertSimpleObjectToXML() 402 sXML.append("<prop "+XMLATTRIB_OOR_NAME+"=\""+sName+"\">"); in convertSimpleObjectToXML() [all …]
|
| /AOO42X/main/framework/qa/complex/framework/autosave/ |
| H A D | Protocol.java | 221 sLine.append("[" ); in toString() 223 sLine.append(" "); in toString() 226 sLine.append(" "); in toString() 229 sLine.append(" "); in toString() 232 sLine.append(" "); in toString() 235 sLine.append(" "); in toString() 236 sLine.append(m_nLine); in toString() 237 sLine.append("] " ); in toString() 242 sLine.append(m_aStamp.toString()+" \t"); in toString() 246 sLine.append(" OK "); in toString() [all …]
|
| /AOO42X/main/framework/inc/macros/debug/ |
| H A D | targeting.hxx | 67 … sBufferParam.append( SSERVICE ); \ 68 … sBufferParam.append( "::findFrame( \"" ); \ 69 … sBufferParam.append( U2B( STARGETNAME ) ); \ 70 … sBufferParam.append( "\", " ); \ 71 … sBufferParam.append( ::rtl::OString::valueOf( sal_Int32( NSEARCHFLAGS ) ) ); \ 72 … sBufferParam.append( " ) my name is \"" ); \ 73 … sBufferParam.append( U2B( SFRAMENAME ) ); \ 74 … sBufferParam.append( "\"\n" ); \ 75 … sBufferSteps.append( U2B( SFRAMENAME ) ); \ 76 … sBufferSteps.append( "--" ); \ [all …]
|
| H A D | plugin.hxx | 68 … sBuffer.append( "PlugInFrame [ \"" ); \ 69 … sBuffer.append( SFRAMENAME ); \ 70 … sBuffer.append( "\" ] send " ); \ 71 … sBuffer.append( SSENDMODE ); \ 72 … sBuffer.append( "( internalURL=\"" ); \ 73 … sBuffer.append( U2B( SINTERNALURL ) ); \ 74 … sBuffer.append( "\", externalURL=\""); \ 75 … sBuffer.append( U2B( SEXTERNALURL ) ); \ 76 … sBuffer.append( "\" ) to browser.\n"); \ 94 … sBuffer.append( "PlugInFrame [ \"" ); \ [all …]
|
| H A D | memorymeasure.hxx | 119 sBuffer.append( "snap [ " ); in getLog() 120 sBuffer.append( pItem1->sComment ); in getLog() 121 sBuffer.append( " ]\n\tavail phys\t=\t" ); in getLog() 122 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPhys ); in getLog() 123 sBuffer.append( "\n\tavail page\t=\t" ); in getLog() 124 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPageFile ); in getLog() 125 sBuffer.append( "\n\tavail virt\t=\t" ); in getLog() 126 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailVirtual ); in getLog() 127 sBuffer.append( "\n\tdifference\t=\t[ " ); in getLog() 131 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPhys ); in getLog() [all …]
|
| /AOO42X/main/framework/test/threadtest/ |
| H A D | threadtest.cxx | 100 sLog.append( (sal_Int32)nTimeStamp ); \ 101 sLog.append( ": Thread[ " ); \ 102 sLog.append( NID ); \ 103 sLog.append( " ] call setA( " ); \ 104 sLog.append( NA ); \ 105 sLog.append( " )\n" ); \ 114 sLog.append( (sal_Int32)nTimeStamp ); \ 115 sLog.append( ": Thread[ " ); \ 116 sLog.append( NID ); \ 118 sLog.append( " ] finish setA( " ); \ [all …]
|
| /AOO42X/main/framework/test/ |
| H A D | threadtest.cxx | 103 sLog.append( (sal_Int32)nTimeStamp ); \ 104 sLog.append( ": Thread[ " ); \ 105 sLog.append( NID ); \ 106 sLog.append( " ] call setA( " ); \ 107 sLog.append( NA ); \ 108 sLog.append( " )\n" ); \ 117 sLog.append( (sal_Int32)nTimeStamp ); \ 118 sLog.append( ": Thread[ " ); \ 119 sLog.append( NID ); \ 121 sLog.append( " ] finish setA( " ); \ [all …]
|
| /AOO42X/main/framework/test/typecfg/ |
| H A D | cfgview.cxx | 442 …sAllTypesHTML.append ( OUString::valueOf( nItem ) … in impl_generateTypeListHTML() 448 …sAllTypesHTML.append ( aItem.sName … in impl_generateTypeListHTML() 452 …sAllTypesHTML.append ( aItem.sName … in impl_generateTypeListHTML() 459 …sTypePropHTML.append ( aItem.sName … in impl_generateTypeListHTML() 463 …sTypePropHTML.append ( OUString::valueOf( nItem ) … in impl_generateTypeListHTML() 466 …sTypePropHTML.append ( aItem.sName … in impl_generateTypeListHTML() 474 sTypePropHTML.append ( pUIName->first ); in impl_generateTypeListHTML() 476 sTypePropHTML.append ( pUIName->second ); in impl_generateTypeListHTML() 481 …sTypePropHTML.append ( aItem.sMediaType … in impl_generateTypeListHTML() 484 …sTypePropHTML.append ( aItem.sClipboardFormat … in impl_generateTypeListHTML() [all …]
|
| /AOO42X/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 209 tmpBuf.append('_'); in dumpInclude() 210 tmpBuf.append(typeName); in dumpInclude() 211 tmpBuf.append('_'); in dumpInclude() 214 tmpBuf.append(m_name); in dumpInclude() 215 tmpBuf.append('_'); in dumpInclude() 217 tmpBuf.append(prefix); in dumpInclude() 218 tmpBuf.append('_'); in dumpInclude() 227 tmpBuf.append(typeName); in dumpInclude() 230 tmpBuf.append('/'); in dumpInclude() 231 tmpBuf.append(m_name); in dumpInclude() [all …]
|
| /AOO42X/main/sal/qa/OStringBuffer/ |
| H A D | rtl_OStringBuffer.cxx | 1468 aStrBuf.append( input2 ); in TEST_F() 1480 aStrBuf.append( input2 ); in TEST_F() 1493 aStrBuf.append( input2 ); in TEST_F() 1506 aStrBuf.append( input2 ); in TEST_F() 1519 aStrBuf.append( input2 ); in TEST_F() 1532 aStrBuf.append( input2 ); in TEST_F() 1545 aStrBuf.append( input2 ); in TEST_F() 1558 aStrBuf.append( input2 ); in TEST_F() 1571 aStrBuf.append( input2 ); in TEST_F() 1584 aStrBuf.append( input2 ); in TEST_F() [all …]
|
| /AOO42X/main/oox/source/export/ |
| H A D | vmlexport.cxx | 148 OStringBuffer( 20 ).append( sal_Int32( pRect->Left() ) ) in EnterGroup() 149 .append( "," ).append( sal_Int32( pRect->Top() ) ) in EnterGroup() 153 … OStringBuffer( 20 ).append( sal_Int32( pRect->Right() ) - sal_Int32( pRect->Left() ) ) in EnterGroup() 154 .append( "," ).append( sal_Int32( pRect->Bottom() ) - sal_Int32( pRect->Top() ) ) in EnterGroup() 386 OStringBuffer( 20 ).append( sal_Int32( nLeft ) ) in Commit() 387 .append( "," ).append( sal_Int32( nTop ) ) in Commit() 414 OStringBuffer( 20 ).append( sal_Int32( nRight ) - sal_Int32( nLeft ) ) in Commit() 415 .append( "," ).append( sal_Int32( nBottom ) - sal_Int32( nTop ) ) in Commit() 450 aPath.append( "m" ).append( nX ).append( "," ).append( nY ); in Commit() 460 aPath.append( "l" ).append( nX ).append( "," ).append( nY ); in Commit() [all …]
|
| /AOO42X/main/basegfx/source/polygon/ |
| H A D | b3dpolypolygontools.cxx | 84 pLineTarget->append(aLineTarget); in applyLineDashing() 89 pGapTarget->append(aGapTarget); in applyLineDashing() 103 aTemp.append(B3DPoint(0.0, 0.0, 1.0)); in createUnitCubePolyPolygon() 104 aTemp.append(B3DPoint(0.0, 1.0, 1.0)); in createUnitCubePolyPolygon() 105 aTemp.append(B3DPoint(1.0, 1.0, 1.0)); in createUnitCubePolyPolygon() 106 aTemp.append(B3DPoint(1.0, 0.0, 1.0)); in createUnitCubePolyPolygon() 108 aRetval.append(aTemp); in createUnitCubePolyPolygon() 111 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon() 112 aTemp.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitCubePolyPolygon() 113 aTemp.append(B3DPoint(1.0, 1.0, 0.0)); in createUnitCubePolyPolygon() [all …]
|
| /AOO42X/main/sd/source/ui/func/ |
| H A D | fucon3d.cxx | 184 aInnerPoly.append(::basegfx::B2DPoint(0, 1000*5)); in ImpCreateBasic3DShape() 185 aInnerPoly.append(::basegfx::B2DPoint(50*5, 1000*5)); in ImpCreateBasic3DShape() 186 aInnerPoly.append(::basegfx::B2DPoint(100*5, 1000*5)); in ImpCreateBasic3DShape() 187 aInnerPoly.append(::basegfx::B2DPoint(200*5, 1000*5)); in ImpCreateBasic3DShape() 188 aInnerPoly.append(::basegfx::B2DPoint(300*5, 1000*5)); in ImpCreateBasic3DShape() 189 aInnerPoly.append(::basegfx::B2DPoint(400*5, 1000*5)); in ImpCreateBasic3DShape() 190 aInnerPoly.append(::basegfx::B2DPoint(450*5, 1000*5)); in ImpCreateBasic3DShape() 191 aInnerPoly.append(::basegfx::B2DPoint(500*5, 1000*5)); in ImpCreateBasic3DShape() 192 aInnerPoly.append(::basegfx::B2DPoint(500*5, -1000*5)); in ImpCreateBasic3DShape() 193 aInnerPoly.append(::basegfx::B2DPoint(450*5, -1000*5)); in ImpCreateBasic3DShape() [all …]
|
| /AOO42X/main/l10ntools/java/jpropex/java/ |
| H A D | SdfEntity.java | 124 …ct ).append( "\t" ).append( source_file ).append( "\t" ).append( dummy1 ).append( "\t" ).append( r… in toString() 125 ….append( lid ).append( "\t" ).append( helpid ).append( "\t" ).append( platform ).append( "\t" ).ap… in toString() 126 ….append( text ).append( "\t" ).append( helptext ).append( "\t" ).append( quickhelptext ).append( "… in toString() 129 …Buffer( project ).append( gid ).append( lid ).append( source_file ).append( resource_type ).append… in getId()
|
| /AOO42X/main/slideshow/source/engine/transitions/ |
| H A D | snakewipe.cxx | 60 poly.append( ::basegfx::B2DPoint( 0.0, 0.0 ) ); in calcSnake() 61 poly.append( ::basegfx::B2DPoint( 0.0, line ) ); in calcSnake() 62 poly.append( ::basegfx::B2DPoint( 1.0, line ) ); in calcSnake() 63 poly.append( ::basegfx::B2DPoint( 1.0, 0.0 ) ); in calcSnake() 65 res.append(poly); in calcSnake() 75 poly.append( ::basegfx::B2DPoint( offset, line ) ); in calcSnake() 76 poly.append( ::basegfx::B2DPoint( offset, in calcSnake() 78 poly.append( ::basegfx::B2DPoint( offset + col, in calcSnake() 80 poly.append( ::basegfx::B2DPoint( offset + col, line ) ); in calcSnake() 82 res.append(poly); in calcSnake() [all …]
|
| /AOO42X/main/qadevOOo/runner/convwatch/ |
| H A D | DB.java | 287 aResult.append("sqlresult: "); in QuerySQL() 291 aResult.append(sColumnName).append("="); in QuerySQL() 309 aResult.append(sValue).append(", "); in QuerySQL() 405 aWhereClause.append( "docid" ). append(sEqual) . append(m_sDocID); in getWhereClause() 410 aWhereClause.append(sAND); in getWhereClause() 414 aWhereClause.append( "dbdistinct2" ). append(sEqual) . append(Quote(m_sDBDistinct)); in getWhereClause() 482 aDataLine.append( Quote(getDBDistinct()) ) . append( sComma ) . in insertinto_documentcompare_impl() 483 append( Quote( getEnvironment()) ) . append( sComma ) . in insertinto_documentcompare_impl() 484 append( Quote( _sSourceVersion) ) . append( sComma ) . in insertinto_documentcompare_impl() 485 append( Quote( _sSourceName) ) . append( sComma ) . in insertinto_documentcompare_impl() [all …]
|
| /AOO42X/main/sax/source/tools/ |
| H A D | converter.cxx | 279 rBuffer.append( nMeasure ); in convertMeasure() 280 rBuffer.append( sal_Unicode('%' ) ); in convertMeasure() 288 rBuffer.append( sal_Unicode('-') ); in convertMeasure() 420 rBuffer.append( (sal_Int32)(nBigVal / nBigFac2) ); in convertMeasure() 423 rBuffer.append( sal_Unicode('.') ); in convertMeasure() 428 rBuffer.append( (sal_Int32)((nBigVal / nBigFac2) % nBig10 ) ); in convertMeasure() 444 rBuffer.append( (sal_Int32)(nLongVal / nFac) ); in convertMeasure() 447 rBuffer.append( sal_Unicode('.') ); in convertMeasure() 451 rBuffer.append( (sal_Int32)((nLongVal / nFac) % 10) ); in convertMeasure() 485 rBuffer.append( bValue ? getTrueString() : getFalseString() ); in convertBool() [all …]
|
| /AOO42X/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
| H A D | ParserTablesGenerator.java | 346 aLine.append(String.format( in WriteSimpleTypes() 401 aLine.append("S "); in AppendStringDescription() 405 aLine.append('E'); in AppendStringDescription() 408 aLine.append(' '); in AppendStringDescription() 409 aLine.append(nValueId); in AppendStringDescription() 413 aLine.append("P "); in AppendStringDescription() 414 aLine.append(QuoteString(aType.GetPatternRestriction())); in AppendStringDescription() 417 aLine.append("L "); in AppendStringDescription() 419 aLine.append(aLengthRestriction[0]); in AppendStringDescription() 420 aLine.append(' '); in AppendStringDescription() [all …]
|
| /AOO42X/main/svx/source/accessibility/ |
| H A D | DescriptionGenerator.cxx | 111 msDescription.append (sal_Unicode (' ')); in Initialize() 112 msDescription.append (OUString (SVX_RESSTR(RID_SVXSTR_A11Y_WITH))); in Initialize() 113 msDescription.append (sal_Unicode (' ')); in Initialize() 115 msDescription.append (OUString (SVX_RESSTR (RID_SVXSTR_A11Y_STYLE))); in Initialize() 116 msDescription.append (sal_Unicode ('=')); in Initialize() 126 msDescription.append (xStyle->getName()); in Initialize() 129 msDescription.append ( in Initialize() 134 msDescription.append ( in Initialize() 145 msDescription.append (sal_Unicode ('.')); in operator ()() 179 msDescription.append (sal_Unicode (',')); in AddProperty() [all …]
|
| /AOO42X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
| H A D | GSIWriter.java | 128 buffer.append(getSourceLine("Text")); in writeData() 129 buffer.append(getSourceLine("HText")); in writeData() 130 buffer.append(getSourceLine("QText")); in writeData() 131 buffer.append(getSourceLine("Title")); in writeData() 135 buffer.append(getTargetLine("Text")); in writeData() 136 buffer.append(getTargetLine("HText")); in writeData() 137 buffer.append(getTargetLine("QText")); in writeData() 138 buffer.append(getTargetLine("Title")); in writeData() 157 buffer.append(this.blockNr); in getSourceLine() 159 buffer.append(this.seperator); in getSourceLine() [all …]
|