Lines Matching refs:rBase
590 void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl() argument
593 SvMetaAttribute::ReadAttributesSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
605 rBase.WriteError( "warning", ByteString( rInStm.GetFileName(), RTL_TEXTENCODING_UTF8 ), in ReadAttributesSvIdl()
612 rBase.WriteError( "warning", ByteString( rInStm.GetFileName(), RTL_TEXTENCODING_UTF8 ), in ReadAttributesSvIdl()
670 aSlotType = rBase.ReadKnownType( rInStm ); in ReadAttributesSvIdl()
683 rBase.SetError( "the SlotType is not a item", rInStm.GetToken() ); in ReadAttributesSvIdl()
684 rBase.WriteError( rInStm ); in ReadAttributesSvIdl()
686 rBase.SetError( "SlotType with unknown item type", rInStm.GetToken() ); in ReadAttributesSvIdl()
687 rBase.WriteError( rInStm ); in ReadAttributesSvIdl()
700 if( aMethod->ReadSvIdl( rBase, rInStm ) ) in ReadAttributesSvIdl()
705 if( aMethod->Test( rBase, rInStm ) ) in ReadAttributesSvIdl()
721 void SvMetaSlot::WriteAttributesSvIdl( SvIdlDataBase & rBase, in WriteAttributesSvIdl() argument
725 SvMetaAttribute::WriteAttributesSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
731 aSlotType->WriteTheType( rBase, rOutStm, nTab, WRITE_IDL ); in WriteAttributesSvIdl()
737 aMethod->WriteSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
902 sal_Bool SvMetaSlot::Test( SvIdlDataBase & rBase, SvTokenStream & rInStm ) in Test() argument
904 sal_Bool bOk = SvMetaAttribute::Test( rBase, rInStm ); in Test()
912 rBase.SetError( "this attribute is not a slot", rInStm.GetToken() ); in Test()
913 rBase.WriteError( rInStm ); in Test()
926 sal_Bool SvMetaSlot::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ) in ReadSvIdl() argument
931 SvMetaAttribute * pAttr = rBase.ReadKnownAttr( rInStm, GetType() ); in ReadSvIdl()
939 SetName( pKnownSlot->GetName(), &rBase ); in ReadSvIdl()
940 bOk = SvMetaName::ReadSvIdl( rBase, rInStm ); in ReadSvIdl()
947 rBase.SetError( aStr, rInStm.GetToken() ); in ReadSvIdl()
948 rBase.WriteError( rInStm ); in ReadSvIdl()
954 bOk = SvMetaAttribute::ReadSvIdl( rBase, rInStm ); in ReadSvIdl()
956 SvMetaAttribute *pAttr2 = rBase.SearchKnownAttr( GetSlotId() ); in ReadSvIdl()
973 SetName( pKnownSlot->GetName(), &rBase ); in ReadSvIdl()
980 rBase.SetError( aStr, rInStm.GetToken() ); in ReadSvIdl()
981 rBase.WriteError( rInStm ); in ReadSvIdl()
998 void SvMetaSlot::WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSvIdl() argument
1001 SvMetaAttribute::WriteSvIdl( rBase, rOutStm, nTab ); in WriteSvIdl()
1009 void SvMetaSlot::Write( SvIdlDataBase & rBase, in Write() argument
1032 xM->Write( rBase, rOutStm, nTab, nT, nA ); in Write()
1037 SvMetaAttribute::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
1042 SvIdlDataBase& rBase) in Insert() argument
1119 for( m=0; m<rBase.GetAttrList().Count(); m++ ) in Insert()
1121 SvMetaAttribute * pAttr = rBase.GetAttrList().GetObject( m ); in Insert()
1130 if ( m == rBase.GetAttrList().Count() ) in Insert()
1135 if ( rBase.FindId(aSId , &nValue) ) in Insert()
1152 xEnumSlot->Insert( rList, rPrefix, rBase); in Insert()
1264 SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSlot() argument
1448 pT = rBase.FindType( "SfxVoidItem" ); in WriteSlot()
1455 if( !rBase.FindType( pT, rBase.aUsedTypes ) ) in WriteSlot()
1456 rBase.aUsedTypes.Append( pT ); in WriteSlot()
1463 SvMetaType *pT = rBase.FindType( "SfxBoolItem" ); in WriteSlot()
1464 if ( pT && !rBase.FindType( pT, rBase.aUsedTypes ) ) in WriteSlot()
1465 rBase.aUsedTypes.Append( pT ); in WriteSlot()
1529 sal_uInt16 SvMetaSlot::WriteSlotParamArray( SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSlotParamArray() argument
1543 if( !rBase.FindType( pType, rBase.aUsedTypes ) ) in WriteSlotParamArray()
1544 rBase.aUsedTypes.Append( pType ); in WriteSlotParamArray()
1559 if( !rBase.FindType( pPType, rBase.aUsedTypes ) ) in WriteSlotParamArray()
1560 rBase.aUsedTypes.Append( pPType ); in WriteSlotParamArray()
1570 SvIdlDataBase & rBase, in WriteSlotMap() argument
1589 WriteSlot( rShellName, nCount, slotId, rSlotList, rPrefix, rBase, rOutStm ); in WriteSlotMap()
1596 void SvMetaSlot::WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSrc() argument
1640 if( rBase.FindId( aSId, &nSId2 ) ) in WriteSrc()
1668 void SvMetaSlot::WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHelpId() argument
1692 if( rBase.FindId( aSId, &nSId2 ) ) in WriteHelpId()
1718 void SvMetaSlot::WriteCSV( SvIdlDataBase& rBase, SvStream& rStrm ) in WriteCSV() argument
1800 pAttr->WriteCSV( rBase, rStrm ); in WriteCSV()