Lines Matching refs:CreateFromInt32
1272 rOutStm << "// Slot Nr. " << ByteString::CreateFromInt32(nListPos).GetBuffer() << " : "; in WriteSlot()
1273 ByteString aSlotIdValue( ByteString::CreateFromInt32( GetSlotId().GetValue() ) ); in WriteSlot()
1299 << ByteString::CreateFromInt32(pLinkedSlot->GetListPos()).GetBuffer() in WriteSlot()
1303 << ByteString::CreateFromInt32(pNextSlot->GetListPos()).GetBuffer() in WriteSlot()
1355 << ByteString::CreateFromInt32(pLinkedSlot->GetListPos()).GetBuffer() in WriteSlot()
1361 << ByteString::CreateFromInt32(pNextSlot->GetListPos()).GetBuffer() in WriteSlot()
1472 rOutStm << ByteString::CreateFromInt32( nCount ).GetBuffer() << "/*Offset*/, "; in WriteSlot()
1483 rOutStm << ByteString::CreateFromInt32( nSCount ).GetBuffer() << "/*Count*/"; in WriteSlot()
1606 rOutStm << "SfxSlotInfo " << ByteString::CreateFromInt32( nSId ).GetBuffer() in WriteSrc()
1642 aSId = ByteString::CreateFromInt32( nSId2 ); in WriteSrc()
1675 …rOutStm << "#define " << GetSlotId().GetBuffer() << '\t' << ByteString::CreateFromInt32( nSId ).Ge… in WriteHelpId()
1694 aSId = ByteString::CreateFromInt32( nSId2 ); in WriteHelpId()
1704 << ByteString::CreateFromInt32( nSId2 ).GetBuffer() << endl; in WriteHelpId()
1722 rStrm << ByteString::CreateFromInt32( GetSlotId().GetValue() ).GetBuffer() << ','; in WriteCSV()