Lines Matching refs:rShellName
1192 void SvMetaSlot::WriteSlotStubs( const ByteString & rShellName, in WriteSlotStubs() argument
1228 << rShellName.GetBuffer() in WriteSlotStubs()
1252 << rShellName.GetBuffer() in WriteSlotStubs()
1260 void SvMetaSlot::WriteSlot( const ByteString & rShellName, sal_uInt16 nCount, in WriteSlot() argument
1279 rOutStm << "SFX_NEW_SLOT_ARG( " << rShellName.GetBuffer() << ',' ; in WriteSlot()
1298 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1302 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1354 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1360 rOutStm << "&a" << rShellName.GetBuffer() << "Slots_Impl[" in WriteSlot()
1368 rOutStm << "SFX_STUB_PTR(" << rShellName.GetBuffer() << ',' in WriteSlot()
1376 rOutStm << "SFX_STUB_PTR(" << rShellName.GetBuffer() << ',' in WriteSlot()
1567 sal_uInt16 SvMetaSlot::WriteSlotMap( const ByteString & rShellName, sal_uInt16 nCount, in WriteSlotMap() argument
1589 WriteSlot( rShellName, nCount, slotId, rSlotList, rPrefix, rBase, rOutStm ); in WriteSlotMap()