Home
last modified time | relevance | path

Searched refs:nOperatingSystems (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/inc/bootstrp/
H A Dmkcreate.hxx52 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists in CodedDependency() argument
55 nOSType( nOperatingSystems ) in CodedDependency()
68 void SetOperatingSystem( sal_uInt16 nOperatingSystems ) in SetOperatingSystem() argument
70 nOSType = nOperatingSystems; in SetOperatingSystem()
77 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists in TryToMerge() argument
82 nOSType |= nOperatingSystems; in TryToMerge()
101 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists in Dependency() argument
104 nOSType( nOperatingSystems ) in Dependency()
212 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists
226 sal_uInt16 nOperatingSystems // the operating systems where this dependency exists
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx86 const ByteString &rCodedIdentifier, sal_uInt16 nOperatingSystems ) in AddCodedDependency() argument
93 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() argument
122 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 17 milliseconds