Home
last modified time | relevance | path

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

/aoo4110/main/tools/inc/bootstrp/
H A Dmkcreate.hxx45 sal_uInt16 nOSType; // operating systems where dependeny 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 dependecy 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()
/aoo4110/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()
/aoo4110/main/soldep/bootstrp/
H A Dprj.cxx180 nOSType = 0; in CommandData()
222 switch (nOSType) in GetOSTypeString()
302 rStream << nOSType; in operator >>()
343 rStream >> nOSType; in operator <<()
2264 int nOSType = OS_NONE; in GetOSType() local
2270 nOSType = OS_OS2; in GetOSType()
2272 nOSType = OS_UNX; in GetOSType()
2274 nOSType = OS_WIN16; in GetOSType()
2276 nOSType = OS_WIN32; in GetOSType()
2278 nOSType = OS_MAC; in GetOSType()
[all …]
/aoo4110/main/soldep/inc/soldep/
H A Dprj.hxx82 sal_uInt16 nOSType; member in CommandData
112 sal_uInt16 GetOSType(){return nOSType;} in GetOSType()
114 void SetOSType( sal_uInt16 nType ){nOSType = nType;} in SetOSType()

Completed in 53 milliseconds