Searched refs:nOSType (Results 1 – 4 of 4) sorted by relevance
45 sal_uInt16 nOSType; // operating systems where dependeny exists member in CodedDependency55 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 Dependency104 nOSType( nOperatingSystems ) in Dependency()112 return nOSType; in GetOperatingSystem()125 sal_uInt16 nOSType; // operating systems where this directory is used member in SourceDirectory171 sal_uInt16 GetOperatingSystems() { return nOSType; } in GetOperatingSystems()
63 nOSType( nOperatingSystem ), in SourceDirectory()210 pSubDirectory->nOSType |= nOperatingSystem; in GetSubDirectory()511 sal_uInt16 nOSType = 0; in GetOSType() local513 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()
180 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() local2270 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 …]
82 sal_uInt16 nOSType; member in CommandData112 sal_uInt16 GetOSType(){return nOSType;} in GetOSType()114 void SetOSType( sal_uInt16 nType ){nOSType = nType;} in SetOSType()
Completed in 40 milliseconds