Lines Matching refs:uAttributes
348 void showAttributes( sal_uInt64 uAttributes ) in showAttributes() argument
350 if ( uAttributes==0 ) in showAttributes()
352 if ( uAttributes & Attribute_ReadOnly ) in showAttributes()
354 if ( uAttributes & Attribute_Hidden ) in showAttributes()
356 if ( uAttributes & Attribute_Executable ) in showAttributes()
358 if ( uAttributes & Attribute_GrpWrite ) in showAttributes()
360 if ( uAttributes & Attribute_GrpRead ) in showAttributes()
362 if ( uAttributes & Attribute_GrpExe ) in showAttributes()
364 if ( uAttributes & Attribute_OwnWrite ) in showAttributes()
366 if ( uAttributes & Attribute_OwnRead ) in showAttributes()
368 if ( uAttributes & Attribute_OwnExe ) in showAttributes()
370 if ( uAttributes & Attribute_OthWrite ) in showAttributes()
372 if ( uAttributes & Attribute_OthRead ) in showAttributes()
374 if ( uAttributes & Attribute_OthExe ) in showAttributes()
1250 sal_uInt64 uAttributes=rStatus.getAttributes(); in verifyFileAttributes() local
1251 showAttributes(uAttributes); in verifyFileAttributes()
1808 sal_uInt64 uAttributes; in FileStatusTest() local
1811 uAttributes=pStatus->getAttributes(); in FileStatusTest()
1812 showAttributes( uAttributes ); in FileStatusTest()