| /trunk/main/vcl/unx/generic/fontmanager/ |
| H A D | fontcache.cxx | 128 aLine.Append( ByteString::CreateFromInt64( dir_it->second.m_nTimestamp ) ); in flush() 129 aLine.Append( ':' ); in flush() 130 aLine.Append( aDirectory ); in flush() 143 aLine.Append( ByteString( entry_it->first ) ); in flush() 149 aLine.Append( ';' ); in flush() 150 aLine.Append( ByteString::CreateFromInt32( nEntrySize ) ); in flush() 172 aLine.Append( ';' ); in flush() 173 aLine.Append( ByteString( String( rAdd ), RTL_TEXTENCODING_UTF8 ) ); in flush() 180 aLine.Append( ';' ); in flush() 181 aLine.Append( ByteString( String( rPSName ), RTL_TEXTENCODING_UTF8 ) ); in flush() [all …]
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xeformula.cxx | 422 void Append( sal_uInt8 nData ); 423 void Append( sal_uInt8 nData, size_t nCount ); 424 void Append( sal_uInt16 nData ); 425 void Append( sal_uInt32 nData ); 426 void Append( double fData ); 427 void Append( const String& rString ); 561 Append( rXclPos.mnRow ); in CreateSpecialRefFormula() 562 Append( rXclPos.mnCol ); // do not use AppendAddress(), we always need 16-bit column here in CreateSpecialRefFormula() 1211 Append( rTokData.mpScToken->GetString() ); in ProcessString() 1308 Append( static_cast< sal_uInt8 >( (meBiff == EXC_BIFF8) ? (nCols - 1) : nCols ) ); in ProcessMatrix() [all …]
|
| H A D | xehelper.cxx | 577 rXclString.Append( rString ); in AppendString() 585 rXclString.Append( cChar ); in AppendChar() 781 aParaText.AppendAscii( "&\"" ).Append( aNewData.maName ); in AppendPortion() 790 aParaText.Append( ',' ).Append( aNewData.maStyle ); in AppendPortion() 792 aParaText.Append( '"' ); in AppendPortion() 802 aParaText.Append( '&' ).Append( String::CreateFromInt32( aNewData.mnHeight ) ); in AppendPortion() 894 aParaText.Append( ' ' ); in AppendPortion() 896 aParaText.Append( aPortionText ); in AppendPortion() 913 maHFString.Append( '&' ).Append( cPortionCode ).Append( aText ); in AppendPortion() 985 rUrl.Append( EXC_URL_DOSDRIVE ).Append( '@' ); 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() 536 sal_uInt16 XclExpNameManagerImpl::Append( XclExpNameRef xName ) in Append() function in XclExpNameManagerImpl 553 sal_uInt16 nNameIdx = Append( xName ); in CreateName() 604 nNameIdx = Append( xName ); in CreateName() 639 aRangeList.Append( aRange ); 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() 183 aStr.Append( "Effectivity:\t\t" ).APPENDINT( 100 - 100 * nEff / mnSize ); in Save() 184 aStr.Append( "% (best: " ).APPENDINT( nPerBucket ).Append( " strings per bucket)\n" ); in Save() 185 aStr.Append( "\t\tCount of buckets\nBucket size\ttotal\tmax\tTotal strings\n" ); in Save() 199 if( nMaxIx - nIx > 1 ) aStr.Append( '-' ).APPENDINT( nMaxIx - 1 ); 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() [all …]
|
| /trunk/main/l10ntools/source/ |
| H A D | gsicheck.cxx | 143 …Append("/").Append( rLine.GetToken( 1, '\t' ) ).Append("/").Append( rLine.GetToken( 3, '\t' ) ).Ap… in GSILine() 164 …Error( ByteString("GID and LID may only be ").Append( ByteString::CreateFromInt32(MAX_GID_LID_LEN)… in GSILine() 185 aUniqId.Append( "/" ); in GSILine() 186 aUniqId.Append( aLineType ); in GSILine() 226 aReassemble.Append( GetToken( i, '\t' ) ); in ReassembleLine() 227 aReassemble.Append( "\t" ); in ReassembleLine() 229 aReassemble.Append( aText ); in ReassembleLine() 230 aReassemble.Append( "\t" ); in ReassembleLine() 231 …aReassemble.Append( GetToken( 11, '\t' ) ); // should be empty but there are some places in sc. No… in ReassembleLine() 232 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() 363 …5, ByteString("Found displaced characters '").Append(ByteString( aPortion, RTL_TEXTENCODING_UTF8 )… in SplitTag() 479 …rErrorList.AddWarning( 25, ByteString("Property '").Append(iProp->first).Append("': FIXED differen… in MatchesTranslation() 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() 535 aRet.Append( String( iProp->first, RTL_TEXTENCODING_UTF8 ) ); in MakeTag() 537 aRet.Append( iProp->second ); in MakeTag() [all …]
|
| /trunk/main/scaddins/source/analysis/ |
| H A D | analysishelper.hxx | 173 inline void Append( void* pNewElement ); 191 using MyList::Append; 192 inline void Append( STRING* pNew ); 193 inline void Append( const STRING& rNew ); 263 using MyList::Append; 264 inline void Append( const sal_Char* pNew ); 279 using MyList::Append; 280 inline void Append( FuncData* pNew ); 365 …inline void ListAppend( double fValue ) { MyList::Append( new double( fValue ) ); } in ListAppend() 367 using MyList::Append; [all …]
|
| /trunk/main/cli_ure/source/uno_bridge/ |
| H A D | cli_data.cxx | 494 buf->Append(const_cast<System::String*>(Constants::sBoolean)); in mapUnoTypeName() 496 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName() 498 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName() 500 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName() 502 buf->Append(const_cast<System::String*>(Constants::sUInt16)); in mapUnoTypeName() 504 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName() 506 buf->Append(const_cast<System::String*>(Constants::sUInt32)); in mapUnoTypeName() 508 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName() 510 buf->Append(const_cast<System::String*>(Constants::sUInt64)); in mapUnoTypeName() 512 buf->Append(const_cast<System::String*>(Constants::sSingle)); in mapUnoTypeName() [all …]
|
| /trunk/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() 187 … case weight::UltraLight: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraLightTxt ); break; in fillFontEntry() 188 case weight::Light: aEntry.AppendAscii( ", " ); aEntry.Append( aLightTxt ); break; in fillFontEntry() 189 … case weight::SemiLight: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiLightTxt ); break; in fillFontEntry() 190 … case weight::SemiBold: aEntry.AppendAscii( ", " ); aEntry.Append( aSemiBoldTxt ); break; in fillFontEntry() 191 case weight::Bold: aEntry.AppendAscii( ", " ); aEntry.Append( aBoldTxt ); break; in fillFontEntry() 192 … case weight::UltraBold: aEntry.AppendAscii( ", " ); aEntry.Append( aUltraBoldTxt ); 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() [all …]
|
| /trunk/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()
|
| /trunk/main/svtools/source/svrtf/ |
| H A D | parrtf.cxx | 340 aStrBuffer.Append(String(aByteString, GetSrcEncoding())); in ScanText() 345 aByteString.Append((char)GetHexValue()); in ScanText() 355 aStrBuffer.Append(String(aByteString, GetSrcEncoding())); 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() [all …]
|
| /trunk/main/cli_ure/source/climaker/ |
| H A D | climaker_emit.cxx | 174 buf->Append(const_cast<System::String*>(Constants::sBoolean)); in mapUnoTypeName() 176 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName() 178 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName() 180 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName() 182 buf->Append(const_cast<System::String*>(Constants::sUInt16)); in mapUnoTypeName() 184 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName() 186 buf->Append(const_cast<System::String*>(Constants::sUInt32)); in mapUnoTypeName() 188 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName() 190 buf->Append(const_cast<System::String*>(Constants::sUInt64)); in mapUnoTypeName() 192 buf->Append(const_cast<System::String*>(Constants::sSingle)); in mapUnoTypeName() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | string.hxx | 179 void Append(int); // not implemented; to detect misuses of 235 ByteString& Append( const ByteString& rStr ); 236 ByteString& Append( const sal_Char* pCharStr ); 237 ByteString& Append( const sal_Char* pCharStr, xub_StrLen nLen ); 238 ByteString& Append( char c ); 240 { return Append( rStr ); } in operator +=() 242 { return Append( pCharStr ); } in operator +=() 244 { return Append( c ); } in operator +=() 463 void Append(int); // not implemented; to detect misuses of 532 UniString& Append( const UniString& rStr ); [all …]
|
| /trunk/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 …]
|
| /trunk/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() 624 rStr.Append( ByteString::CreateFromInt32( rData.GetWidth() ) ); in ImplWindowStateToStr() 625 rStr.Append( ',' ); in ImplWindowStateToStr() 627 rStr.Append( ByteString::CreateFromInt32( rData.GetHeight() ) ); in ImplWindowStateToStr() 628 rStr.Append( ';' ); in ImplWindowStateToStr() 635 rStr.Append( ByteString::CreateFromInt32( (long)nState ) ); in ImplWindowStateToStr() 637 rStr.Append( ';' ); in ImplWindowStateToStr() [all …]
|
| /trunk/main/sw/source/filter/html/ |
| H A D | css1atr.cxx | 196 rStr.Append( aNToABuf ); in ConvToHex() 503 rOut.Append( pUnit ); in AddUnitPropertyValue() 526 sOut.Append( sCSS1_UNIT_px ); in OutCSS1_PixelProperty() 933 rToken.Append( ' ' ); in GetCSS1Selector() 934 rToken.Append( OOO_STRING_SVTOOLS_HTML_parabreak ); in GetCSS1Selector() 943 rToken.Append( ' ' ); in GetCSS1Selector() 944 rToken.Append( OOO_STRING_SVTOOLS_HTML_parabreak ); in GetCSS1Selector() 1436 aNewSelector.Append( aPseudo ); in OutCSS1Rule() 1445 aNewSelector.Append( aPseudo ); in OutCSS1Rule() 1454 aNewSelector.Append( aPseudo ); in OutCSS1Rule() [all …]
|
| /trunk/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() 323 …CByteString( "Socket wird wegen Fehlers beim Senden geschlossen: ").Append( GetCommunicationPartne… 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() [all …]
|
| /trunk/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 …]
|
| /trunk/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() 791 sOut.Append( RTL_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_script) ); in OutScript() 795 sOut.Append( ' ' ); in OutScript() 796 sOut.Append( RTL_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_O_language) ); in OutScript() 797 sOut.Append( RTL_CONSTASCII_STRINGPARAM("=\"") ); in OutScript() 846 sOut.Append( RTL_CONSTASCII_STRINGPARAM(OOO_STRING_SVTOOLS_HTML_SB_library) ); in OutScript() [all …]
|
| /trunk/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
|
| /trunk/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 …]
|
| /trunk/main/basic/source/runtime/ |
| H A D | step0.cxx | 203 sResult.Append('^'); in VBALikeToRegexp() 210 sResult.Append('.'); in VBALikeToRegexp() 214 sResult.Append(String(RTL_CONSTASCII_USTRINGPARAM(".*"))); in VBALikeToRegexp() 218 sResult.Append(String(RTL_CONSTASCII_USTRINGPARAM("[0-9]"))); 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() [all …]
|
| /trunk/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 );
|