Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1385 sal_uInt32 fShowBreaksInFrames :1; // see above member in WW8Dop
H A Dww8scan.cxx6133 fShowBreaksInFrames = ( a32Bit & 0x00000400 ) >> 10 ; in WW8Dop()
6255 if (fShowBreaksInFrames) a32Bit |= 0x00000400; in GetCompatabilityOptions()
H A Ddump8a.cxx1119 *pOut << indent2 << "fShowBreaksInFrames : " << pD->fShowBreaksInFrames << endl1; in DumpDop()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1638 sal_uInt32 fShowBreaksInFrames :1; // see above member in WW8Dop
H A Dww8scan.cxx6990 fShowBreaksInFrames = ( a32Bit & 0x00000400 ) >> 10 ; in SetCompatabilityOptions()
7028 if (fShowBreaksInFrames) a32Bit |= 0x00000400; in GetCompatabilityOptions()

Completed in 107 milliseconds