Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/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()
/AOO41X/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 <<()
1701 int nCommandType=0, nOSType=0; in InsertTokenLine() local
1794 nOSType = GetOSType (aWhatOS); in InsertTokenLine()
1888 pCmdData->SetOSType( nOSType ); in InsertTokenLine()
2264 int nOSType = OS_NONE; in GetOSType() local
2266 nOSType = ( OS_WIN16 | OS_WIN32 | OS_OS2 | OS_UNX | OS_MAC ); in GetOSType()
2268 nOSType = ( OS_WIN16 | OS_WIN32 ); in GetOSType()
[all …]
/AOO41X/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()