Home
last modified time | relevance | path

Searched refs:append (Results 151 – 175 of 1229) sorted by relevance

12345678910>>...50

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1265 buffer.append('_'); in sanitizeName()
1269 buffer.append(aChar); in sanitizeName()
1368 buffer.append("rect("); in startImageProcessing()
1371 buffer.append(' '); in startImageProcessing()
1374 buffer.append(' '); in startImageProcessing()
1377 buffer.append(' '); in startImageProcessing()
1380 buffer.append(')'); in startImageProcessing()
1394 buffer.append(" 0cm "); in startImageProcessing()
1397 buffer.append(')'); in startImageProcessing()
1409 buffer.append("rect("); in startImageProcessing()
[all …]
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx99 buf.append( in jarManifestHeaderPresent()
973 buf.append(osOrigin); in unorc_flush()
974 buf.append(LF); in unorc_flush()
990 buf.append(LF); in unorc_flush()
998 buf.append( '?' ); in unorc_flush()
1007 buf.append(LF); in unorc_flush()
1042 buf2.append(LF); in unorc_flush()
1046 buf2.append(LF); in unorc_flush()
1065 buf.append('?'); in unorc_flush()
1069 buf.append(LF); in unorc_flush()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx616 rTarget.append( in createPointArrayPrimitive()
630 rTarget.append( in createPointArrayPrimitive()
648 rTarget.append( in createHairlinePrimitive()
665 rTarget.append( in createFillPrimitive()
718 rTarget.append( in createLinePrimitive()
726 rTarget.append( in createLinePrimitive()
793 rTarget.append( in createBitmapExPrimitive()
819 rTarget.append( in createBitmapExPrimitive()
1206 rTarget.append( in CreateAndAppendBitmapWallpaper()
1465 rTarget.append( in proccessMetaTextAction()
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx233 rStr.append( cChar ); in appendChar()
239 rStr.append( rData ); in appendString()
303 rStr.append( spcHexDigits[ (nData >> 4) & 0x0F ] ).append( spcHexDigits[ nData & 0x0F ] ); in appendHex()
491 rStr.append( cPrefix ); in appendAddrName()
574 rStr.append( aCode ); in appendEncChar()
615 rStr.append( cSep ); in appendToken()
616 rStr.append( rToken ); in appendToken()
642 rStr.append( sal_Unicode( '[' ) ).append( rIdx ).append( sal_Unicode( ']' ) ); in appendIndex()
654 rStr.append( rData ); in appendIndexedText()
660 rStr.append( rData ); in appendIndexedText()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx174 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 …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx124 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 …]
/trunk/main/cui/source/dialogs/
H A Dabout.cxx228 aBuff.append( aLocale.Language ); in ReadmeDialog()
231 aBuff.append( sal_Unicode( '-') ); in ReadmeDialog()
232 aBuff.append( aLocale.Country ); in ReadmeDialog()
235 aBuff.append( sal_Unicode( '-' ) ); in ReadmeDialog()
236 aBuff.append( aLocale.Variant ); in ReadmeDialog()
314 sbcopyright.append(sYear); in AboutDialog()
324 sbcopyright.append(sYear); in AboutDialog()
326 sbcopyright.append(vendor); in AboutDialog()
329 sbcopyright.append( createdRes ); in AboutDialog()
526 aBuildString.append( sRevision ); in GetBuildVersionString()
[all …]
/trunk/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx88 buf.append(static_cast< sal_Unicode >(n)); in parsePart()
132 buf.append(static_cast< sal_Unicode >( in parsePart()
134 buf.append(static_cast< sal_Unicode >( in parsePart()
142 buf.append(c); in parsePart()
319 newPath.append(encodeNameOrParamFragment(name)); in setName()
320 newPath.append(m_base.m_path.copy(i)); in setName()
354 newPath.append(m_base.m_path.copy(0, i)); in setParameter()
357 newPath.append(encodeNameOrParamFragment(key)); in setParameter()
358 newPath.append(sal_Unicode('=')); in setParameter()
360 newPath.append(encodeNameOrParamFragment(value)); in setParameter()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx179 aReducedLoops.append(aCandidate); in create3DDecomposition()
205 aNewLineGeometry.append(aReducedLoops); in create3DDecomposition()
297 aToBeAdded.append(aStart); in create3DDecomposition()
298 aToBeAdded.append(aEnd); in create3DDecomposition()
299 aNewLineGeometry.append(aToBeAdded); in create3DDecomposition()
309 aToBeAdded.append(aStart); in create3DDecomposition()
310 aToBeAdded.append(aEnd); in create3DDecomposition()
311 aNewLineGeometry.append(aToBeAdded); in create3DDecomposition()
321 aToBeAdded.append(aStart); in create3DDecomposition()
322 aToBeAdded.append(aEnd); in create3DDecomposition()
[all …]
/trunk/main/chart2/source/tools/
H A DLinearRegressionCurveCalculator.cxx144 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 DLogarithmicRegressionCurveCalculator.cxx153 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()
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx292 aKey.append( rAddPurpose ); in getMappingName()
293 aKey.append( (sal_Unicode)';' ); in getMappingName()
294 aKey.append( rFrom.getTypeName() ); in getMappingName()
295 aKey.append( (sal_Unicode)'[' ); in getMappingName()
298 aKey.append( rTo.getTypeName() ); in getMappingName()
299 aKey.append( (sal_Unicode)'[' ); in getMappingName()
300 aKey.append( reinterpret_cast< sal_IntPtr >(rTo.get()), 16 ); in getMappingName()
301 aKey.append( (sal_Unicode)']' ); in getMappingName()
312 aBridgeName.append( rAddPurpose ); in getBridgeName()
313 aBridgeName.append( (sal_Unicode)'_' ); in getBridgeName()
[all …]
/trunk/main/basegfx/test/
H A Dgenericclipper.cxx65 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()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx598 sTmp.append( sal_Unicode('s')); in exportTransitionNode()
783 sTmp.append( sal_Unicode('s')); in exportNode()
1048 sTmp.append( fTemp ); in exportContainer()
1193 sTmp.append( *p++ ); in exportAnimate()
1237 sTmp.append( p->Time ); in exportAnimate()
1239 sTmp.append( p->Progress ); in exportAnimate()
1453 sTmp.append( (sal_Unicode)',' ); in convertValue()
1521 sTmp.append( aString ); in convertValue()
1559 sTmp.append( aString ); in convertValue()
1604 sTmp.append( sal_Unicode('s')); in convertTiming()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtablend.cxx128 aTriangle.append(basegfx::B2DPoint(10.0, 0.0)); in Create()
129 aTriangle.append(basegfx::B2DPoint(0.0, 30.0)); in Create()
130 aTriangle.append(basegfx::B2DPoint(20.0, 30.0)); in Create()
135 aSquare.append(basegfx::B2DPoint(0.0, 0.0)); in Create()
136 aSquare.append(basegfx::B2DPoint(10.0, 0.0)); in Create()
137 aSquare.append(basegfx::B2DPoint(10.0, 10.0)); in Create()
138 aSquare.append(basegfx::B2DPoint(0.0, 10.0)); in Create()
163 aLine.append(basegfx::B2DPoint(fBorderDistance, aSize.Height() / 2)); in CreateBitmapForUI()
164 aLine.append(basegfx::B2DPoint(aSize.Width() - fBorderDistance, aSize.Height() / 2)); in CreateBitmapForUI()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx678 sTmpBuffer.append( cChar ); in ScanText()
703 sTmpBuffer.append( nNextCh ); in ScanText()
726 sTmpBuffer.append( nNextCh ); in ScanText()
741 sTmpBuffer.append( nNextCh ); in ScanText()
748 sTmpBuffer.append( nNextCh ); in ScanText()
771 sTmpBuffer.append( nNextCh ); in ScanText()
799 sTmpBuffer.append( nNextCh ); in ScanText()
836 sTmpBuffer.append( nNextCh ); in ScanText()
919 sTmpBuffer.append( nNextCh ); in _GetNextRawToken()
1025 sTmpBuffer.append( nNextCh ); in _GetNextRawToken()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dspiralwipe.cxx83 res.append(poly); in calcNegSpiral()
95 res.append(innerSpiral); in operator ()()
109 res.append(innerSpiral); in operator ()()
110 res.append( flipOnXAxis(innerSpiral) ); in operator ()()
112 res.append(innerSpiral); in operator ()()
113 res.append( flipOnXAxis(innerSpiral) ); in operator ()()
119 res.append(innerSpiral); in operator ()()
120 res.append( flipOnXAxis(innerSpiral) ); in operator ()()
H A Dclockwipe.cxx46 poly.append( p ); in calcCenteredClock()
48 poly.append( ::basegfx::B2DPoint( -e, -e ) ); in calcCenteredClock()
50 poly.append( ::basegfx::B2DPoint( -e, e ) ); in calcCenteredClock()
52 poly.append( ::basegfx::B2DPoint( e, e ) ); in calcCenteredClock()
54 poly.append( ::basegfx::B2DPoint( e, -e ) ); in calcCenteredClock()
55 poly.append( ::basegfx::B2DPoint( 0.0, -e ) ); in calcCenteredClock()
56 poly.append( ::basegfx::B2DPoint( 0.0, 0.0 ) ); in calcCenteredClock()
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx316 sBuffer.append( rNamePrefix ); in AddRow()
317 sBuffer.append( (sal_Unicode)'.' ); in AddRow()
332 rBuffer.append( rNamePrefix ); in lcl_xmltble_appendBoxPrefix()
333 rBuffer.append( (sal_Unicode)'.' ); in lcl_xmltble_appendBoxPrefix()
338 rBuffer.append( sTmp ); in lcl_xmltble_appendBoxPrefix()
343 rBuffer.append( (sal_Unicode)'.' ); in lcl_xmltble_appendBoxPrefix()
567 sValue.append( (sal_Unicode)'*' ); in ExportTableColumnStyle()
644 sBuffer.append( rNamePrefix ); in ExportTableLinesAutoStyles()
650 sBuffer.append( sTmp ); in ExportTableLinesAutoStyles()
815 sTmp.append( (sal_Int32)nRowSpan ); in ExportTableBox()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java274 order.append(expression); in getOrderStatement()
277 order.append(' '); in getOrderStatement()
282 order.append("DESC"); in getOrderStatement()
286 order.append(", "); in getOrderStatement()
498 oldFilter.append(" AND "); in createParameter()
508 oldFilter.append(quote); in createParameter()
509 oldFilter.append(detail); in createParameter()
510 oldFilter.append(quote); in createParameter()
511 oldFilter.append(" = :link_"); in createParameter()
554 order.append(','); in fillOrderStatement()
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx219 attributeValue.append("|"); in checkAttribute()
224 attributeValue.append("PropertyAttribute.MAYBEVOID"); in checkAttribute()
227 attributeValue.append("PropertyAttribute.BOUND"); in checkAttribute()
230 attributeValue.append("PropertyAttribute.CONSTRAINED"); in checkAttribute()
233 attributeValue.append("PropertyAttribute.TRANSIENT"); in checkAttribute()
236 attributeValue.append("PropertyAttribute.READONLY"); in checkAttribute()
242 attributeValue.append("PropertyAttribute.MAYBEDEFAULT"); in checkAttribute()
245 attributeValue.append("PropertyAttribute.REMOVEABLE"); in checkAttribute()
248 attributeValue.append("PropertyAttribute.OPTIONAL"); in checkAttribute()
255 attributeValue.append(')'); in checkAttribute()
[all …]
/trunk/main/oox/source/vml/
H A Dvmlinputstream.cxx84 rBuffer.append( pcBeg, static_cast< sal_Int32 >( pcEnd - pcBeg ) ); in lclAppendToBuffer()
146 rBuffer.append( ' ' ).append( aIt->second ); in lclProcessAttribs()
166 rBuffer.append( rElement ); in lclProcessElement()
178 rBuffer.append( '\n' ); in lclProcessElement()
197 rBuffer.append( '/' ); in lclProcessElement()
198 rBuffer.append( '>' ); in lclProcessElement()
204 rBuffer.append( rElement ); in lclProcessElement()
256 rBuffer.append( ' ' ); in lclProcessCharacters()
368 aBuffer.append( aElement ); in updateBuffer()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx145 sBuf.append( "0" ); in WriteColor()
149 sBuf.append( sColor ); in WriteColor()
821 rBuffer.append( '{' ); in GetUUID()
823 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
826 rBuffer.append( '-' ); in GetUUID()
828 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
831 rBuffer.append( '-' ); in GetUUID()
833 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
836 rBuffer.append( '-' ); in GetUUID()
841 rBuffer.append( '-' ); in GetUUID()
[all …]
/trunk/main/solenv/bin/
H A Dbuildalyzer45 self.includeflags.append(CxxFlag(option))
47 self.cxxflags.append(CxxFlag(option))
49 self.inputfiles.append(option)
90 common_compile_flags.append(flag)
94 common_link_flags.append(flag)
113 by_flagset[flagset].append(target)
130 by_flagset[flagset].append(target)
154 sources.append(by_name[object].inputfiles[0])
156 sources.append('!!!!' + object)
/trunk/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 …]

Completed in 194 milliseconds

12345678910>>...50