Lines Matching refs:nFlags

2696 						sal_uInt16 nFlags = 0;  in RTLFUNC()  local
2698 pRTLData->nDirFlags = nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
2703 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC()
2811 sal_uInt16 nFlags = 0; in RTLFUNC() local
2813 pRTLData->nDirFlags = nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
2824 if( nFlags & Sb_ATTR_DIRECTORY ) in RTLFUNC()
2826 if( nFlags == Sb_ATTR_DIRECTORY ) in RTLFUNC()
2858 sal_uInt16 nFlags = 0; in RTLFUNC()
2860 pRTLData->nDirFlags = nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC()
2865 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC()
2960 sal_Int16 nFlags = 0; in RTLFUNC() local
2977 nFlags = (sal_Int16) (nRealFlags); in RTLFUNC()
2982 rPar.Get(0)->PutInteger( nFlags ); in RTLFUNC()
3010 nFlags |= 0x0001; // ATTR_READONLY in RTLFUNC()
3012 nFlags |= 0x0002; // ATTR_HIDDEN in RTLFUNC()
3014 nFlags |= 0x0010; // ATTR_DIRECTORY in RTLFUNC()
3035 nFlags |= 0x0001; // ATTR_READONLY in RTLFUNC()
3037 nFlags |= 0x0010; // ATTR_DIRECTORY in RTLFUNC()
3039 rPar.Get(0)->PutInteger( nFlags ); in RTLFUNC()
4088 sal_uInt16 nFlags = refVar->GetFlags(); in RTLFUNC() local
4091 refVar->SetFlags( nFlags ); in RTLFUNC()
4348 sal_Int16 nFlags = rPar.Get(2)->GetInteger(); in RTLFUNC() local
4358 sal_Bool bReadOnly = (nFlags & 0x0001) != 0; // ATTR_READONLY in RTLFUNC()
4360 sal_Bool bHidden = (nFlags & 0x0002) != 0; // ATTR_HIDDEN in RTLFUNC()
4378 if (!SetFileAttributes (aByteFile.GetBuffer(),(DWORD)nFlags)) in RTLFUNC()
4387 if (aFileStatus.attrFile != nFlags) in RTLFUNC()
4389 aFileStatus.attrFile = nFlags; in RTLFUNC()