Searched refs:pFmtDevice (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sc/source/ui/view/ |
| H A D | output2.cxx | 221 OutputDevice* pFmtDevice = pOutput->pFmtDevice; in SetShrinkScale() local 229 pPattern->GetFont( aTmpFont, SC_AUTOCOL_RAW, pFmtDevice, &aFraction, pCondSet, nScript ); in SetShrinkScale() 237 if ( pFmtDevice != pDev ) in SetShrinkScale() 238 pFmtDevice->SetFont( aFont ); in SetShrinkScale() 240 aMetric = pFmtDevice->GetFontMetric(); in SetShrinkScale() 241 if ( pFmtDevice->GetOutDevType() == OUTDEV_PRINTER && aMetric.GetIntLeading() == 0 ) in SetShrinkScale() 245 pDefaultDev->SetMapMode( pFmtDevice->GetMapMode() ); in SetShrinkScale() 272 OutputDevice* pFmtDevice = pOutput->pFmtDevice; in SetPattern() local 288 pPattern->GetFont( aFont, eColorMode, pFmtDevice, NULL, pCondSet, nScript, in SetPattern() 291 pPattern->GetFont( aFont, eColorMode, pFmtDevice, &pOutput->aZoomY, pCondSet, nScript, in SetPattern() [all …]
|
| H A D | output.cxx | 143 pFmtDevice( pNewDev ), // default is output device in ScOutputData() 225 if ( pFmtDevice == pDev ) in SetContentDevice() 226 pFmtDevice = pContentDev; in SetContentDevice()
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | output.hxx | 84 OutputDevice* pFmtDevice; // reference for text formatting member in ScOutputData 197 void SetRefDevice( OutputDevice* pRDev ) { pRefDevice = pFmtDevice = pRDev; } in SetRefDevice() 198 void SetFmtDevice( OutputDevice* pRDev ) { pFmtDevice = pRDev; } in SetFmtDevice()
|