Searched refs:nOperatingSystems (Results 1 – 2 of 2) sorted by relevance
52 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists in CodedDependency() argument55 nOSType( nOperatingSystems ) in CodedDependency()68 void SetOperatingSystem( sal_uInt16 nOperatingSystems ) in SetOperatingSystem() argument70 nOSType = nOperatingSystems; in SetOperatingSystem()77 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists in TryToMerge() argument82 nOSType |= nOperatingSystems; in TryToMerge()101 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists in Dependency() argument104 nOSType( nOperatingSystems ) in Dependency()212 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists226 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists
86 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedDependency() argument93 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()101 new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()107 pReturn->TryToMerge( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()115 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedIdentifier() argument122 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()130 new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()136 pReturn->TryToMerge( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()140 pParent->AddCodedIdentifier( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
Completed in 10 milliseconds