/aoo42x/main/sw/source/core/layout/ |
H A D | dbg_lay.cxx | 587 aOut += ByteString::CreateFromInt64( lcl_GetFrameId( pFrm ) ); in _Record() 624 aOut += ByteString::CreateFromInt64( *((long*)pParam) ); in _Record() 634 aOut += ByteString::CreateFromInt64( pFrm->Frm().Height() ); in _Record() 667 aOut += ByteString::CreateFromInt64(rFrm.Left()); in _Record() 669 aOut += ByteString::CreateFromInt64(rFrm.Top()); in _Record() 671 aOut += ByteString::CreateFromInt64(pFrm->Frm().Left()); in _Record() 673 aOut += ByteString::CreateFromInt64(pFrm->Frm().Top()); in _Record() 679 aOut += ByteString::CreateFromInt64(rFrm.Height()); in _Record() 681 aOut += ByteString::CreateFromInt64(pFrm->Frm().Height()); in _Record() 687 aOut += ByteString::CreateFromInt64(rFrm.Width()); in _Record() [all …]
|
/aoo42x/main/automation/source/server/ |
H A D | prof_usl.cxx | 114 aProfile += Pad( String::CreateFromInt64(pStop->mpsinfo.pr_size), 9); in GetSysdepProfileLine() 115 aProfile += Pad( String::CreateFromInt64(pStop->mpsinfo.pr_rssize), 11); in GetSysdepProfileLine() 118 …aProfile += Pad( String::CreateFromInt64(DIFF_MS( pStart, pStop, mprusage.pr_rtime ) / AVER( pStar… in GetSysdepProfileLine() 124 aProfile += Pad( String::CreateFromInt64(d_utime), 7 ); in GetSysdepProfileLine() 125 aProfile += Pad( String::CreateFromInt64(d_stime), 7 ); in GetSysdepProfileLine() 126 aProfile += Pad( String::CreateFromInt64(d_utime + d_stime), 7 ); in GetSysdepProfileLine()
|
H A D | XMLParser.cxx | 309 aErrors.Append( String::CreateFromInt64( aException.LineNumber ) ); in AddToList() 311 aErrors.Append( String::CreateFromInt64( aException.ColumnNumber ) ); in AddToList() 673 aPath.Append( String::CreateFromInt64( pSAXParser->GetTimestamp() ) ); in HandleSAXParser() 677 aPath.Append( String::CreateFromInt64( (sal_uIntPtr)pNode ) ); in HandleSAXParser()
|
H A D | scmdstrm.cxx | 103 StatementList::m_pDbgWin->AddText( String::CreateFromInt64( nNr ) ); in Read() 174 StatementList::m_pDbgWin->AddText( String::CreateFromInt64( nNr ) ); in Read()
|
H A D | server.cxx | 641 String::CreateFromInt64( in IMPL_LINK() 770 m_pDbgWin->AddText( String::CreateFromInt64( nServiceId ) ); in QueCommands() 829 m_pDbgWin->AddText( String::CreateFromInt64( nServiceId ) ); in QueCommands()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | copydlg.cxx | 129 rStr = UniString::CreateFromInt64( maNumFldCopies.GetValue() ); in ~CopyDlg() 132 rStr += UniString::CreateFromInt64( maMtrFldMoveX.GetValue() ); in ~CopyDlg() 135 rStr += UniString::CreateFromInt64( maMtrFldMoveY.GetValue() ); in ~CopyDlg() 138 rStr += UniString::CreateFromInt64( maMtrFldAngle.GetValue() ); in ~CopyDlg() 141 rStr += UniString::CreateFromInt64( maMtrFldWidth.GetValue() ); in ~CopyDlg() 144 rStr += UniString::CreateFromInt64( maMtrFldHeight.GetValue() ); in ~CopyDlg()
|
/aoo42x/main/svx/source/sidebar/paragraph/ |
H A D | ParaLineSpacingControl.cxx | 175 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( maPos )); in PopupModeEndCallback() 180 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( maValue )); in PopupModeEndCallback() 226 sHelpText.Append( String::CreateFromInt64( maValue )); in Rearrange() 232 sHelpText.Append( String::CreateFromInt64( maValue )); in Rearrange() 238 sHelpText.Append( String::CreateFromInt64( maValue )); in Rearrange() 244 sHelpText.Append( String::CreateFromInt64( maValue )); in Rearrange()
|
/aoo42x/main/l10ntools/source/ |
H A D | gsiconv.cxx | 245 sOutput += String::CreateFromInt64( nOutputFile ); in main() 267 sText += ByteString::CreateFromInt64( nLine ); in main() 273 sOutput1 += String::CreateFromInt64( nOutputFile ); in main() 296 sText += ByteString::CreateFromInt64( nLine ); in main()
|
/aoo42x/main/sw/source/ui/sidebar/ |
H A D | PageMarginControl.cxx | 501 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( mnPageLeftMargin )); in StoreUserCustomValues() 506 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( mnPageRightMargin )); in StoreUserCustomValues() 511 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( mnPageTopMargin )); in StoreUserCustomValues() 516 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( mnPageBottomMargin )); in StoreUserCustomValues() 521 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( (mbMirrored ? 1 : 0) )); in StoreUserCustomValues()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | cellfml.cxx | 434 rNewStr += String::CreateFromInt64( (sal_PtrDiff)pRelBox ); in RelBoxNmsToPtr() 442 rNewStr += String::CreateFromInt64( (sal_PtrDiff)pRelBox ); in RelBoxNmsToPtr() 529 rNewStr += String::CreateFromInt64( (sal_PtrDiff)pBox ); in BoxNmsToPtr() 535 rNewStr += String::CreateFromInt64( (sal_PtrDiff)pBox ); in BoxNmsToPtr() 1200 ( rNewStr += String::CreateFromInt64((sal_PtrDiff)pEndBox)) += ':'; in _SplitMergeBoxNm() 1201 ( rNewStr += String::CreateFromInt64((sal_PtrDiff)pSttBox)) in _SplitMergeBoxNm()
|
/aoo42x/main/sfx2/source/control/ |
H A D | dispatch.cxx | 418 sTemp += ByteString::CreateFromInt64( (sal_uIntPtr)this ); in ~SfxDispatcher() 493 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in Pop() 498 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) &rShell ); in Pop() 761 sTemp += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in DoActivate_Impl() 778 sTemp += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in DoActivate_Impl() 851 …DBG_TRACE(ByteString("Deactivate Dispatcher ").Append(ByteString::CreateFromInt64( (sal_uIntPtr) t… in DoDeactivate_Impl() 872 …DBG_TRACE( ByteString ("Non-MDI-DeActivate Dispatcher").Append(ByteString::CreateFromInt64( (sal_u… in DoDeactivate_Impl() 1927 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) this ); in FlushImpl()
|
/aoo42x/main/svl/source/items/ |
H A D | rngitem_inc.cxx | 88 rText = UniString::CreateFromInt64(nFrom); in GetPresentation() 90 rText += UniString::CreateFromInt64(nTo); in GetPresentation()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | bindings.hxx | 220 …EnterRegistrations( (ByteString(__FILE__).Append('(').Append(ByteString::CreateFromInt64((sal_uInt… 222 …ons( USHRT_MAX, (ByteString(__FILE__).Append('(').Append(ByteString::CreateFromInt64((sal_uIntPtr)…
|
/aoo42x/main/idl/source/prj/ |
H A D | database.cxx | 761 aErrorText += ByteString::CreateFromInt64(aError.nLine); in WriteError() 763 aErrorText += ByteString::CreateFromInt64(aError.nColumn); in WriteError() 902 << ByteString::CreateFromInt64( in WriteSvIdl()
|
/aoo42x/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 84 sMetric += String::CreateFromInt64( nConvVal / 100 ); in GetMetricStr_Impl() 95 sMetric += String::CreateFromInt64( nFract ); in GetMetricStr_Impl()
|
/aoo42x/main/tools/source/stream/ |
H A D | strmos2.cxx | 213 aTraceStr += ByteString::CreateFromInt64(nSize); in GetData() 244 aTraceStr += ByteString::CreateFromInt64(nSize); in PutData()
|
H A D | strmunx.cxx | 359 aTraceStr += ByteString::CreateFromInt64(nSize); in GetData() 389 aTraceStr += ByteString::CreateFromInt64(nSize); in PutData()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 911 << ByteString::CreateFromInt64( (sal_uIntPtr) this ).GetBuffer() << "=='" in Dump() 915 << ByteString::CreateFromInt64( GetRefCount() ).GetBuffer() in Dump() 921 << ByteString::CreateFromInt64( (sal_uIntPtr) GetParent() ).GetBuffer() in Dump()
|
/aoo42x/main/tools/source/string/ |
H A D | tustring.cxx | 86 UniString UniString::CreateFromInt64( sal_Int64 n, sal_Int16 nRadix ) in CreateFromInt64() function in UniString
|
H A D | tstring.cxx | 110 ByteString ByteString::CreateFromInt64( sal_Int64 n, sal_Int16 nRadix ) in CreateFromInt64() function in ByteString
|
/aoo42x/main/automation/source/app/ |
H A D | testbasi.cxx | 135 nErrorText += String::CreateFromInt64( GET_ERROR()->nError ); in GetSpecialErrorText()
|
/aoo42x/main/tools/inc/tools/ |
H A D | string.hxx | 212 static ByteString CreateFromInt64( sal_Int64 n, sal_Int16 nRadix = 10 ); 503 static UniString CreateFromInt64( sal_Int64 n, sal_Int16 nRadix = 10 );
|
/aoo42x/main/idl/source/cmptools/ |
H A D | lex.cxx | 56 aStr = ByteString::CreateFromInt64(nLong); in GetTokenAsString()
|
/aoo42x/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 1207 aText += UniString::CreateFromInt64( nTime ); in open() 1235 aText += UniString::CreateFromInt64( aEntry.m_nLevel ); in openAll() 1289 aText += UniString::CreateFromInt64( nTime ); in openAll()
|
/aoo42x/main/tools/source/communi/ |
H A D | parser.cxx | 450 sErrorText += ByteString::CreateFromInt64(nErrorLine); in GetErrorText()
|