Searched refs:aFileFlags (Results 1 – 3 of 3) sorted by relevance
877 String aFileFlags = pFileFlagsItem->GetValue(); in OpenDocExec_Impl() local878 aFileFlags.ToUpperAscii(); in OpenDocExec_Impl()879 if ( STRING_NOTFOUND != aFileFlags.Search( 0x0054 ) ) // T = 54h in OpenDocExec_Impl()885 if ( STRING_NOTFOUND != aFileFlags.Search( 0x0048 ) ) // H = 48h in OpenDocExec_Impl()891 if ( STRING_NOTFOUND != aFileFlags.Search( 0x0052 ) ) // R = 52h in OpenDocExec_Impl()897 if ( STRING_NOTFOUND != aFileFlags.Search( 0x0042 ) ) // B = 42h in OpenDocExec_Impl()903 if ( STRING_NOTFOUND != aFileFlags.Search( 0x0053 ) ) // S = 53h in OpenDocExec_Impl()
1898 String aFileFlags = pFlags->GetValue(); in IsPreview() local1899 aFileFlags.ToUpperAscii(); in IsPreview()1900 if ( STRING_NOTFOUND != aFileFlags.Search( 'B' ) ) in IsPreview()
832 String aFileFlags = pFlags->GetValue(); in IsPreview_Impl() local833 aFileFlags.ToUpperAscii(); in IsPreview_Impl()834 if ( STRING_NOTFOUND != aFileFlags.Search( 'B' ) ) in IsPreview_Impl()
Completed in 64 milliseconds