Lines Matching refs:ByteString

333 ByteString SvMetaSlot::GetMangleName( sal_Bool bVariable ) const  in GetMangleName()
366 const ByteString & SvMetaSlot::GetGroupId() const in GetGroupId()
371 const ByteString & SvMetaSlot::GetDisableFlags() const in GetDisableFlags()
376 const ByteString & SvMetaSlot::GetConfigId() const in GetConfigId()
381 const ByteString & SvMetaSlot::GetExecMethod() const in GetExecMethod()
386 const ByteString & SvMetaSlot::GetStateMethod() const in GetStateMethod()
391 const ByteString & SvMetaSlot::GetDefault() const in GetDefault()
494 const ByteString & SvMetaSlot::GetPseudoPrefix() const in GetPseudoPrefix()
542 const ByteString& SvMetaSlot::GetUnoName() const in GetUnoName()
605 rBase.WriteError( "warning", ByteString( rInStm.GetFileName(), RTL_TEXTENCODING_UTF8 ), in ReadAttributesSvIdl()
612 rBase.WriteError( "warning", ByteString( rInStm.GetFileName(), RTL_TEXTENCODING_UTF8 ), in ReadAttributesSvIdl()
794 ByteString aDel( ", " ); in WriteAttributesSvIdl()
795 ByteString aOut; in WriteAttributesSvIdl()
815 ByteString aDel1( ", " ); in WriteAttributesSvIdl()
944 ByteString aStr( "attribute " ); in ReadSvIdl()
977 ByteString aStr( "attribute " ); in ReadSvIdl()
1041 void SvMetaSlot::Insert( SvSlotElementList& rList, const ByteString & rPrefix, in Insert()
1111 ByteString aValName = enumValue->GetName(); in Insert()
1112 ByteString aSId( GetSlotId() ); in Insert()
1185 static ByteString MakeSlotName( SvStringHashEntry * pEntry ) in MakeSlotName()
1187 ByteString aName( "SFX_SLOT_" ); in MakeSlotName()
1192 void SvMetaSlot::WriteSlotStubs( const ByteString & rShellName, in WriteSlotStubs()
1211 ByteString aMethodName( GetExecMethod() ); in WriteSlotStubs()
1226 rList.Insert( new ByteString(aMethodName), LIST_APPEND ); in WriteSlotStubs()
1250 rList.Insert( new ByteString(aMethodName), LIST_APPEND ); in WriteSlotStubs()
1260 void SvMetaSlot::WriteSlot( const ByteString & rShellName, sal_uInt16 nCount, in WriteSlot()
1261 const ByteString & rSlotId, in WriteSlot()
1263 const ByteString & rPrefix, in WriteSlot()
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()
1567 sal_uInt16 SvMetaSlot::WriteSlotMap( const ByteString & rShellName, sal_uInt16 nCount, in WriteSlotMap()
1569 const ByteString & rPrefix, in WriteSlotMap()
1574 ByteString slotId = GetSlotId(); in WriteSlotMap()
1606 rOutStm << "SfxSlotInfo " << ByteString::CreateFromInt32( nSId ).GetBuffer() in WriteSrc()
1610 ByteString aStr = GetConfigName(); in WriteSrc()
1631 ByteString aValName = pEnum->GetObject( n )->GetName(); in WriteSrc()
1632 ByteString aSId( GetSlotId() ); in WriteSrc()
1642 aSId = ByteString::CreateFromInt32( nSId2 ); in WriteSrc()
1656 ByteString aStr = GetHelpText(); in WriteSrc()
1675 …rOutStm << "#define " << GetSlotId().GetBuffer() << '\t' << ByteString::CreateFromInt32( nSId ).Ge… in WriteHelpId()
1683 ByteString aValName = pEnum->GetObject( n )->GetName(); in WriteHelpId()
1684 ByteString aSId( GetSlotId() ); 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()