Searched refs:sDependExt (Results 1 – 2 of 2) sorted by relevance
508 sal_uInt16 SourceDirectory::GetOSType( const ByteString &sDependExt ) in GetOSType() argument512 if ( sDependExt == "" ) in GetOSType()514 else if ( sDependExt == "N" || sDependExt == "W" ) in GetOSType()516 else if ( sDependExt == "U" ) in GetOSType()518 else if ( sDependExt == "P" ) in GetOSType()603 ByteString sDependExt(sDependency.GetToken( 1, '.' )); in CreateRootDirectory() local604 sDependExt.ToUpperAscii(); in CreateRootDirectory()606 sDependency.GetToken( 0, '.' ), GetOSType( sDependExt )); in CreateRootDirectory()
142 const ByteString &sDependExt // the corresponding dependency extension (see also prj.hxx)
Completed in 30 milliseconds