Home
last modified time | relevance | path

Searched refs:fNoTabForInd (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1375 sal_uInt32 fNoTabForInd :1; // see above in compatibility options member in WW8Dop
H A Dww8scan.cxx6122 fNoTabForInd = ( a32Bit & 0x00000001 ) ; in WW8Dop()
6244 if (fNoTabForInd) a32Bit |= 0x00000001; in GetCompatabilityOptions()
H A Ddump8a.cxx1109 *pOut << indent2 << "fNoTabForInd : " << pD->fNoTabForInd << endl1; in DumpDop()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1627 sal_uInt32 fNoTabForInd :1; // see above in compatibility options member in WW8Dop
H A Dww8scan.cxx6979 fNoTabForInd = ( a32Bit & 0x00000001 ) ; in SetCompatabilityOptions()
7017 if (fNoTabForInd) a32Bit |= 0x00000001; in GetCompatabilityOptions()