Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6839 fUsePrinterMetrics = 1; in WW8Dop()
6947 fUsePrinterMetrics = 1; in WW8Dop()
7011 fUsePrinterMetrics = ( a32Bit & 0x80000000 ) >> 31 ; in SetCompatabilityOptions()
7048 if (fUsePrinterMetrics) a32Bit |= 0x80000000; in GetCompatabilityOptions()
H A Dww8scan.hxx1659 sal_uInt32 fUsePrinterMetrics : 1; //The magic option member in WW8Dop
H A Dww8par.cxx1716 if (!pWDop->fUsePrinterMetrics) in ImportDop()
1722 rDoc.set(IDocumentSettingAccess::USE_VIRTUAL_DEVICE, !pWDop->fUsePrinterMetrics); in ImportDop()
H A Dwrtww8.cxx342 rDop.fUsePrinterMetrics = !rWrt.pDoc->get(IDocumentSettingAccess::USE_VIRTUAL_DEVICE); in SV_IMPL_PTRARR()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6140 fUsePrinterMetrics = ( a32Bit & 0x80000000 ) >> 31 ; in WW8Dop()
6211 fUsePrinterMetrics = 1; in WW8Dop()
6261 if (fUsePrinterMetrics) a32Bit |= 0x80000000; in GetCompatabilityOptions()