Lines Matching refs:nAttributes
144 inline void printFileAttributes( const sal_Int64 nAttributes ) in printFileAttributes() argument
147 if ( ( nAttributes | Attribute_ReadOnly ) == nAttributes ) in printFileAttributes()
149 if ( ( nAttributes | Attribute_Hidden ) == nAttributes ) in printFileAttributes()
151 if ( ( nAttributes | Attribute_Executable ) == nAttributes ) in printFileAttributes()
153 if ( ( nAttributes | Attribute_GrpWrite ) == nAttributes ) in printFileAttributes()
155 if ( ( nAttributes | Attribute_GrpRead ) == nAttributes ) in printFileAttributes()
157 if ( ( nAttributes | Attribute_GrpExe ) == nAttributes ) in printFileAttributes()
159 if ( ( nAttributes | Attribute_OwnWrite ) == nAttributes ) in printFileAttributes()
161 if ( ( nAttributes | Attribute_OwnRead ) == nAttributes ) in printFileAttributes()
163 if ( ( nAttributes | Attribute_OwnExe ) == nAttributes ) in printFileAttributes()
165 if ( ( nAttributes | Attribute_OthWrite ) == nAttributes ) in printFileAttributes()
167 if ( ( nAttributes | Attribute_OthRead ) == nAttributes ) in printFileAttributes()
169 if ( ( nAttributes | Attribute_OthExe ) == nAttributes ) in printFileAttributes()