Lines Matching refs:GetSlotId

704 						aMethod->SetSlotId( GetSlotId() );  in ReadAttributesSvIdl()
956 SvMetaAttribute *pAttr2 = rBase.SearchKnownAttr( GetSlotId() ); in ReadSvIdl()
1030 xM->SetSlotId( GetSlotId() ); in Write()
1045 sal_uInt16 nId = (sal_uInt16) GetSlotId().GetValue(); in Insert()
1053 nPos = rList.GetObject(0)->xSlot->GetSlotId().GetValue() >= nId ? 0 : 1; in Insert()
1063 int nDiff = (int) nId - (int) rList.GetObject(nMid)->xSlot->GetSlotId().GetValue(); in Insert()
1087 (sal_uInt16) rList.GetObject(nPos)->xSlot->GetSlotId().GetValue(), in Insert()
1090 (sal_uInt16) rList.GetObject(nPos-1)->xSlot->GetSlotId().GetValue(), in Insert()
1093 (sal_uInt16) rList.GetObject(nPos+1)->xSlot->GetSlotId().GetValue(), in Insert()
1112 ByteString aSId( GetSlotId() ); in Insert()
1122 if( pAttr->GetSlotId() == aSId ) in Insert()
1148 …if ( !pFirstEnumSlot || xEnumSlot->GetSlotId().GetValue() < pFirstEnumSlot->GetSlotId().GetValue()… in Insert()
1273 ByteString aSlotIdValue( ByteString::CreateFromInt32( GetSlotId().GetValue() ) ); in WriteSlot()
1309 if( GetSlotId().Len() ) in WriteSlot()
1310 rOutStm << pLinkedSlot->GetSlotId().GetBuffer(); in WriteSlot()
1554 << pPar->GetSlotId().GetBuffer() << ',' // SlodId in WriteSlotParamArray()
1574 ByteString slotId = GetSlotId(); in WriteSlotMap()
1602 sal_uLong nSId = GetSlotId().GetValue(); in WriteSrc()
1632 ByteString aSId( GetSlotId() ); in WriteSrc()
1671 sal_uLong nSId = GetSlotId().GetValue(); in WriteHelpId()
1675 …rOutStm << "#define " << GetSlotId().GetBuffer() << '\t' << ByteString::CreateFromInt32( nSId ).Ge… in WriteHelpId()
1684 ByteString aSId( GetSlotId() ); in WriteHelpId()
1721 rStrm << GetSlotId().GetBuffer() << ','; in WriteCSV()
1722 rStrm << ByteString::CreateFromInt32( GetSlotId().GetValue() ).GetBuffer() << ','; in WriteCSV()