/aoo42x/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 129 aLine.Append( ':' ); in flush() 130 aLine.Append( aDirectory ); in flush() 149 aLine.Append( ';' ); in flush() 180 aLine.Append( ';' ); in flush() 182 aLine.Append( ';' ); in flush() 184 aLine.Append( ';' ); in flush() 186 aLine.Append( ';' ); in flush() 188 aLine.Append( ';' ); in flush() 190 aLine.Append( ';' ); in flush() 192 aLine.Append( ';' ); in flush() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xeformula.cxx | 2279 Append( nType ); in AppendSpaceToken() 2288 Append( nTokenId ); in AppendOperandTokenId() 2294 Append( nValue ); in AppendIntToken() 2300 Append( fValue ); in AppendNumToken() 2312 Append( nErrCode ); in AppendErrorToken() 2341 Append( nExtSheet ); in AppendNameXToken() 2343 Append( 0, 8 ); in AppendNameXToken() 2344 Append( nExtName ); in AppendNameXToken() 2382 Append( nTokenId ); in AppendOperatorTokenId() 2406 Append( nOpCount ); in AppendLogicalOperatorToken() [all …]
|
H A D | xehelper.cxx | 585 rXclString.Append( cChar ); in AppendChar() 790 aParaText.Append( ',' ).Append( aNewData.maStyle ); in AppendPortion() 802 aParaText.Append( '&' ).Append( String::CreateFromInt32( aNewData.mnHeight ) ); in AppendPortion() 913 maHFString.Append( '&' ).Append( cPortionCode ).Append( aText ); in AppendPortion() 985 rUrl.Append( EXC_URL_DOSDRIVE ).Append( '@' ); in lclEncodeDosUrl() 991 rUrl.Append( EXC_URL_DOSDRIVE ).Append( aOldUrl.GetChar( 0 ) ); in lclEncodeDosUrl() 1002 rUrl.Append( aOldUrl.GetBuffer(), nPos ).Append( EXC_URL_SUBDIR ); in lclEncodeDosUrl() 1008 rUrl.Append( '[' ).Append( aOldUrl ).Append( ']' ); in lclEncodeDosUrl() 1010 rUrl.Append( aOldUrl ); in lclEncodeDosUrl() 1030 rUrl.Append( *pTableName ); in lclEncodeDosUrl() [all …]
|
H A D | xename.cxx | 180 sal_uInt16 Append( XclExpNameRef xName ); 403 return Append( xName ); in InsertBuiltInName() 413 return Append( xName ); in InsertUniqueName() 432 return Append( xName ); in InsertRawName() 458 return Append( xName ); in InsertMacroCall() 530 … aNewName.Assign( rName ).Append( '_' ).Append( String::CreateFromInt32( ++nAppIdx ) ); in GetUnusedName() 553 sal_uInt16 nNameIdx = Append( xName ); in CreateName() 604 nNameIdx = Append( xName ); in CreateName() 639 aRangeList.Append( aRange ); in CreateBuiltInNames() 652 aTitleList.Append( ScRange( in CreateBuiltInNames() [all …]
|
H A D | xecontent.cxx | 169 #define APPENDINT( value ) Append( ByteString::CreateFromInt32( value ) ) in Save() 180 aStr.Append( "Total count:\t" ).APPENDINT( mnTotal ).Append( " strings\n" ); in Save() 181 aStr.Append( "Reduced to:\t" ).APPENDINT( mnSize ).Append( " strings (" ); in Save() 182 aStr.APPENDINT( 100 * mnSize / mnTotal ).Append( "%)\n" ); in Save() 184 aStr.Append( "% (best: " ).APPENDINT( nPerBucket ).Append( " strings per bucket)\n" ); in Save() 200 aStr.Append( "\t\t" ).APPENDINT( nCount ).Append( '\t' ).APPENDINT( nMaxCount ); in Save() 201 aStr.Append( '\t' ).APPENDINT( nStrings ).Append( '\n' ); in Save() 323 maMergedRanges.Append( rRange ); in AppendRange() 564 rScRanges.Append( rScRange ); in FillRangeList() 1065 mxString1->Append( '\0' ); in XclExpDV() [all …]
|
/aoo42x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 143 …Append("/").Append( rLine.GetToken( 1, '\t' ) ).Append("/").Append( rLine.GetToken( 3, '\t' ) ).Ap… in GSILine() 185 aUniqId.Append( "/" ); in GSILine() 186 aUniqId.Append( aLineType ); in GSILine() 227 aReassemble.Append( "\t" ); in ReassembleLine() 229 aReassemble.Append( aText ); in ReassembleLine() 230 aReassemble.Append( "\t" ); in ReassembleLine() 232 aReassemble.Append( "\t" ); in ReassembleLine() 234 aReassemble.Append( "\t" ); in ReassembleLine() 235 aReassemble.Append( aTitle ); in ReassembleLine() 238 aReassemble.Append( "\t" ); in ReassembleLine() [all …]
|
H A D | tagtest.cxx | 222 …yteString("Property '").Append(aName).Append("' has invalid value '").Append(ByteString( aValue, R… in SplitTag() 229 …rErrorList.AddError( 25, ByteString("Property '").Append(aName).Append("' defined twice "), *this … in SplitTag() 482 …rErrorList.AddError( 25, ByteString("Property '").Append(iProp->first).Append("': value different … in MatchesTranslation() 494 …rErrorList.AddError( 25, ByteString("Property '").Append(iProp->first).Append("' missing in Transl… in MatchesTranslation() 506 …rErrorList.AddError( 25, ByteString("Extra Property '").Append(iProp->first).Append("' in Translat… in MatchesTranslation() 529 aRet.Append( GetTagName() ); in MakeTag() 537 aRet.Append( iProp->second ); in MakeTag() 1365 aErrorText.Append(": "); in ParserMessage() 1368 aErrorText.Append(" at end of line "); in ParserMessage() 1371 aErrorText.Append(" at Position "); in ParserMessage() [all …]
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 191 using MyList::Append; 263 using MyList::Append; 279 using MyList::Append; 367 using MyList::Append; 512 using MyList::Append; 687 inline void MyList::Append( void* p ) in Append() function in MyList 723 MyList::Append( p ); in Append() 729 MyList::Append( new STRING( r ) ); in Append() 781 MyList::Append( ( void* ) p ); in Append() 795 MyList::Append( p ); in Append() [all …]
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 496 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName() 498 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName() 525 buf->Append(const_cast<System::String*>(Constants::sAny)); in mapUnoTypeName() 533 buf->Append(sName); in mapUnoTypeName() 575 builder->Append(unoName->Substring(0, index +1 )); in mapPolymorphicName() 592 builder->Append(S","); in mapPolymorphicName() 601 builder->Append( mapCliTypeName(sParam).getStr()); in mapPolymorphicName() 606 builder->Append(mapUnoTypeName(s.pData)); in mapPolymorphicName() 633 builder->Append((System::Char) '>'); in mapPolymorphicName() 684 buf->Append(const_cast<System::String*>(Constants::usBrackets)); in mapCliTypeName() [all …]
|
/aoo42x/main/padmin/source/ |
H A D | fontentry.cxx | 47 aFontMap.Append( String( RTL_CONSTASCII_USTRINGPARAM( "Fontmap" ) ) ); 186 case weight::Thin: aEntry.AppendAscii( ", " ); aEntry.Append( aThinTxt ); break; in fillFontEntry() 188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry() 191 case weight::Bold: aEntry.AppendAscii( ", " ); aEntry.Append( aBoldTxt ); break; in fillFontEntry() 199 case italic::Oblique: aEntry.AppendAscii( ", " ); aEntry.Append( aObliqueTxt ); break; in fillFontEntry() 200 case italic::Italic: aEntry.AppendAscii( ", " ); aEntry.Append( aItalicTxt ); break; in fillFontEntry() 212 case width::Expanded: aEntry.AppendAscii( ", " ); aEntry.Append( aExpandedTxt ); break; in fillFontEntry() 223 aEntry.Append( aRegularTxt ); in fillFontEntry() 227 aEntry.Append( rFile ); in fillFontEntry() 240 aEntry.Append( String( it->m_aFamilyName ) ); in fillFontEntry() [all …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | formel.hxx | 78 inline void Append( const ScRange& rRange ); 79 inline void Append( ScRange* pRange ); 80 inline void Append( const ScSingleRefData& rSRD ); 81 inline void Append( const ScComplexRefData& rCRD ); 91 inline void _ScRangeList::Append( const ScRange& r ) in Append() function in _ScRangeList 97 inline void _ScRangeList::Append( ScRange* p ) in Append() function in _ScRangeList 121 inline void _ScRangeList::Append( const ScSingleRefData& r ) in Append() function in _ScRangeList 127 inline void _ScRangeList::Append( const ScComplexRefData& r ) in Append() function in _ScRangeList 151 void Append( ScSingleRefData aSRD, const sal_Bool bLimit = sal_True ); 152 void Append( ScComplexRefData aCRD, const sal_Bool bLimit = sal_True );
|
H A D | lotrange.hxx | 121 inline void Append( SCCOL nCol, SCROW nRow, const String& ); 122 inline void Append( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE, const String& ); 123 void Append( LotusRange* pLR, const String& rName ); 142 inline void LotusRangeList::Append( SCCOL nCol, SCROW nRow, const String& rName ) in Append() function in LotusRangeList 144 Append( new LotusRange( nCol, nRow ), rName ); in Append() 148 inline void LotusRangeList::Append( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE, const Strin… in Append() function in LotusRangeList 150 Append( new LotusRange( nColS, nRowS, nColE, nRowE ), r ); in Append()
|
/aoo42x/main/svtools/source/svrtf/ |
H A D | parrtf.cxx | 340 aStrBuffer.Append(String(aByteString, GetSrcEncoding())); in ScanText() 345 aByteString.Append((char)GetHexValue()); in ScanText() 356 aStrBuffer.Append((sal_Unicode)__next); in ScanText() 373 aByteString.Append(nSlash); in ScanText() 391 aStrBuffer.Append(String(aByteString, GetSrcEncoding())); in ScanText() 399 aStrBuffer.Append(nNextCh); in ScanText() 402 aStrBuffer.Append(static_cast< sal_Unicode >(0xA0)); in ScanText() 405 aStrBuffer.Append(static_cast< sal_Unicode >(0xAD)); in ScanText() 408 aStrBuffer.Append(static_cast< sal_Unicode >(0x2011)); in ScanText() 429 aStrBuffer.Append( in ScanText() [all …]
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 254 builder->Append(S","); in mapUnoPolymorphicName() 287 builder->Append((System::Char) '>'); in mapUnoPolymorphicName() 349 builder->Append(S",cli_basetypes"); in get_type() 366 sb->Append(cts_name); in get_type() 1872 strbuilder->Append(S": "); in complete_service_type() 1901 strbuilder->Append(S"."); in complete_service_type() 2036 sBuilder->Append(sSingletonName); in complete_singleton_type() 2055 sBuilder->Append(sSingletonName); in complete_singleton_type() 2056 sBuilder->Append(S" of type "); in complete_singleton_type() 2057 sBuilder->Append(retType->FullName); in complete_singleton_type() [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | string.hxx | 235 ByteString& Append( const ByteString& rStr ); 236 ByteString& Append( const sal_Char* pCharStr ); 238 ByteString& Append( char c ); 240 { return Append( rStr ); } in operator +=() 242 { return Append( pCharStr ); } in operator +=() 244 { return Append( c ); } in operator +=() 532 UniString& Append( const UniString& rStr ); 535 UniString& Append( sal_Unicode c ); 541 { return Append( rStr ); } in operator +=() 543 { return Append( pCharStr ); } in operator +=() [all …]
|
/aoo42x/main/rsc/source/prj/ |
H A D | start.cxx | 108 aNewCmdL.Append( rsc_strdup( rPrePro.GetBuffer() ) ); in CallPrePro() 123 aNewCmdL.Append( rsc_strdup( (char *)pCmdLine->GetEntry( i ) ) ); in CallPrePro() 127 aNewCmdL.Append( rsc_strdup( rInput.GetBuffer() ) ); in CallPrePro() 128 aNewCmdL.Append( rsc_strdup( rOutput.GetBuffer() ) ); in CallPrePro() 129 aNewCmdL.Append( (void *)0 ); in CallPrePro() 144 aRespCmdL.Append( rsc_strdup( rPrePro.GetBuffer() ) ); in CallPrePro() 147 aRespCmdL.Append( rsc_strdup( aTmpStr.GetBuffer() ) ); in CallPrePro() 148 aRespCmdL.Append( (void *)0 ); in CallPrePro() 275 aNewCmdL.Append( rsc_strdup( aRsc2Name.GetBuffer() ) ); in CallRsc2() 278 aNewCmdL.Append( rsc_strdup( aTmpStr.GetBuffer() ) ); in CallRsc2() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 618 rStr.Append( ByteString::CreateFromInt32( rData.GetX() ) ); in ImplWindowStateToStr() 619 rStr.Append( ',' ); in ImplWindowStateToStr() 621 rStr.Append( ByteString::CreateFromInt32( rData.GetY() ) ); in ImplWindowStateToStr() 622 rStr.Append( ',' ); in ImplWindowStateToStr() 625 rStr.Append( ',' ); in ImplWindowStateToStr() 628 rStr.Append( ';' ); in ImplWindowStateToStr() 637 rStr.Append( ';' ); in ImplWindowStateToStr() 640 rStr.Append( ',' ); in ImplWindowStateToStr() 643 rStr.Append( ',' ); in ImplWindowStateToStr() 646 rStr.Append( ',' ); in ImplWindowStateToStr() [all …]
|
/aoo42x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 196 rStr.Append( aNToABuf ); in ConvToHex() 503 rOut.Append( pUnit ); in AddUnitPropertyValue() 1802 sOut.Append( ':'); in OutCSS1_SwFmt() 2549 sOut.Append( pUStr ); in OutCSS1_SvxTxtLn_SvxCrOut_SvxBlink() 2556 sOut.Append( pOStr ); in OutCSS1_SvxTxtLn_SvxCrOut_SvxBlink() 2572 sOut.Append( pBStr ); in OutCSS1_SvxTxtLn_SvxCrOut_SvxBlink() 2770 sOut.Append( '.' ); in OutCSS1_SvxKerning() 3524 sOut.Append( '(' ); in OutCSS1_SvxBrush() 3528 sOut.Append( ')' ); in OutCSS1_SvxBrush() 3532 sOut.Append( ' ' ); in OutCSS1_SvxBrush() [all …]
|
/aoo42x/main/automation/source/simplecm/ |
H A D | simplecm.cxx | 103 INFO_MSG( CByteString("S :").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream() 104 CByteString("Daten Senden:").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream() 114 INFO_MSG( CByteString("Send Failed:").Append( GetCommunicationPartner( CM_FQDN ) ), in DoTransferDataStream() 115 …CByteString( "Socket wird wegen Fehlers beim Senden geschlossen: ").Append( GetCommunicationPartne… in DoTransferDataStream() 322 INFO_MSG( CByteString("Send Failed:").Append( GetCommunicationPartner( CM_FQDN ) ), in SendHandshake() 450 INFO_MSG( CByteString("C+:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened() 451 CByteString("Verbindung aufgebaut: ").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionOpened() 462 INFO_MSG( CByteString("C-:").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionClosed() 463 CByteString("Verbindung abgebrochen: ").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallConnectionClosed() 549 INFO_MSG( CByteString("D :").Append( pCL->GetCommunicationPartner( CM_FQDN ) ), in CallDataReceived() [all …]
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.hxx | 73 inline void Append( void* pNew ); 84 inline void ScaList::Append( void* pNew ) in Append() function in ScaList 106 using ScaList::Append; 107 inline void Append( ::rtl::OUString* pNew ); 108 inline void Append( const ::rtl::OUString& rNew ); 127 inline void ScaStringList::Append( ::rtl::OUString* pNew ) in Append() function in ScaStringList 129 ScaList::Append( pNew ); in Append() 132 inline void ScaStringList::Append( const ::rtl::OUString& rNew ) in Append() function in ScaStringList 134 ScaList::Append( new ::rtl::OUString( rNew ) ); in Append() 290 using ScaList::Append; [all …]
|
/aoo42x/main/svtools/source/svhtml/ |
H A D | htmlout.cxx | 486 pNonConvertableChars->Append( c ); in lcl_ConvertCharToHTML() 630 sOut.Append( RTL_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_map ) ); in Out_ImageMap() 631 sOut.Append( ' ' ); in Out_ImageMap() 632 sOut.Append( RTL_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_O_name) ); in Out_ImageMap() 633 sOut.Append( RTL_CONSTASCII_STRINGPARAM("=\"") ); in Out_ImageMap() 795 sOut.Append( ' ' ); in OutScript() 797 sOut.Append( RTL_CONSTASCII_STRINGPARAM("=\"") ); in OutScript() 847 sOut.Append( ' ' ); in OutScript() 849 sOut.Append( sTmp ); in OutScript() 857 sOut.Append( ' ' ); in OutScript() [all …]
|
/aoo42x/main/rsc/source/tools/ |
H A D | rsctools.cxx | 143 sal_Bool Append( FILE * fDest, ByteString aTmpFile ) in Append() function 167 sal_Bool Append( ByteString aOutputSrs, ByteString aTmpFile ) in Append() function 171 sal_Bool bRet = Append( fDest, aTmpFile ); in Append() 244 ppCmd->Append( rsc_strdup( *ppArgv ) ); in ResponseFile() 272 ppCmd->Append( rsc_strdup( szBuffer ) ); in ResponseFile() 280 ppCmd->Append( rsc_strdup( *(ppArgv +i) ) ); in ResponseFile() 282 ppCmd->Append( (void *)0 ); in ResponseFile() 348 sal_uInt32 RscPtrPtr :: Append( void * pBuffer ){ in Append() function in RscPtrPtr
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | minarray.hxx | 62 void Append( const T& rElem );\ 170 void ARR::Append( const T& aElem ) \ 328 void Append( void* rElem ); 373 void Append( T aElement ) {\ 374 SfxPtrArr::Append((void *)aElement);\ 410 void Append( char rElem ); 441 void Append( T aElement ) {\ 442 ByteArr::Append((char)aElement);\ 475 void Append( short rElem ); 506 void Append( T aElement ) {\ [all …]
|
/aoo42x/main/basic/source/runtime/ |
H A D | step0.cxx | 203 sResult.Append('^'); in VBALikeToRegexp() 210 sResult.Append('.'); in VBALikeToRegexp() 222 sResult.Append('\\'); in VBALikeToRegexp() 223 sResult.Append(*start++); in VBALikeToRegexp() 226 sResult.Append(*start++); in VBALikeToRegexp() 235 sResult.Append('\\'); in VBALikeToRegexp() 236 sResult.Append(*start); in VBALikeToRegexp() 239 sResult.Append(*start); in VBALikeToRegexp() 243 sResult.Append('^'); in VBALikeToRegexp() 256 sResult.Append('\\'); in VBALikeToRegexp() [all …]
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleTextEventQueue.hxx | 57 void Append( const SfxHint& rHint ); 59 void Append( const SdrHint& rHint ); 61 void Append( const SfxSimpleHint& rHint ); 63 void Append( const TextHint& rHint ); 65 void Append( const SvxViewHint& rHint ); 67 void Append( const SvxEditSourceHint& rHint );
|