Home
last modified time | relevance | path

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

/trunk/main/tools/inc/bootstrp/
H A Dmkcreate.hxx45 sal_uInt16 nOSType; // operating systems where dependency exists member in CodedDependency
55 nOSType( nOperatingSystems ) in CodedDependency()
63 return nOSType; in GetOperatingSystem()
70 nOSType = nOperatingSystems; in SetOperatingSystem()
82 nOSType |= nOperatingSystems; in TryToMerge()
94 sal_uInt16 nOSType; // operating systems where dependency exists member in Dependency
104 nOSType( nOperatingSystems ) in Dependency()
112 return nOSType; in GetOperatingSystem()
125 sal_uInt16 nOSType; // operating systems where this directory is used member in SourceDirectory
171 sal_uInt16 GetOperatingSystems() { return nOSType; } in GetOperatingSystems()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx63 nOSType( nOperatingSystem ), in SourceDirectory()
210 pSubDirectory->nOSType |= nOperatingSystem; in GetSubDirectory()
511 sal_uInt16 nOSType = 0; in GetOSType() local
513 nOSType |= OS_ALL; in GetOSType()
515 nOSType |= OS_WIN32; in GetOSType()
517 nOSType |= OS_UNX; in GetOSType()
519 nOSType |= OS_OS2; in GetOSType()
520 return nOSType; in GetOSType()

Completed in 22 milliseconds