Searched refs:pRefDevice (Results 1 – 9 of 9) sorted by relevance
| /AOO41X/main/sc/source/ui/view/ |
| H A D | output2.cxx | 220 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetShrinkScale() local 252 nAscentPixel = pRefDevice->LogicToPixel( Size( 0, nAscentPixel ) ).Height(); in SetShrinkScale() 271 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetPattern() local 379 nAscentPixel = pRefDevice->LogicToPixel( Size( 0, nAscentPixel ) ).Height(); in SetPattern() 518 nWidth = pOutput->pRefDevice->PixelToLogic(Size(nWidth,0)).Width(); in SetTextToWidthOrHash() 614 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetAutoText() local 619 if ( !pRefDevice->GetConnectMetaFile() || pRefDevice->GetOutDevType() == OUTDEV_PRINTER ) in SetAutoText() 635 aTextSize = pRefDevice->LogicToPixel( aTextSize ); in SetAutoText() 685 OutputDevice* pRefDevice = pOutput->pRefDevice; in TextChanged() local 690 if ( !pRefDevice->GetConnectMetaFile() || pRefDevice->GetOutDevType() == OUTDEV_PRINTER ) in TextChanged() [all …]
|
| H A D | output.cxx | 142 pRefDevice( pNewDev ), // default is output device in ScOutputData() 223 if ( pRefDevice == pDev ) in SetContentDevice() 224 pRefDevice = pContentDev; in SetContentDevice()
|
| /AOO41X/main/sd/source/ui/docshell/ |
| H A D | docshel4.cxx | 188 OutputDevice* pRefDevice = NULL; in UpdateFontList() local 190 pRefDevice = GetPrinter(sal_True); in UpdateFontList() 192 pRefDevice = SD_MOD()->GetVirtualRefDevice(); in UpdateFontList() 193 mpFontList = new FontList( pRefDevice, NULL, sal_False ); in UpdateFontList() 248 OutputDevice* pRefDevice = NULL; in UpdateRefDevice() local 252 pRefDevice = mpPrinter; in UpdateRefDevice() 256 pRefDevice = SD_MOD()->GetVirtualRefDevice(); in UpdateRefDevice() 265 pRefDevice = mpPrinter; in UpdateRefDevice() 268 mpDoc->SetRefDevice( pRefDevice ); in UpdateRefDevice() 273 pOutl->SetRefDevice( pRefDevice ); in UpdateRefDevice() [all …]
|
| /AOO41X/main/forms/source/richtext/ |
| H A D | richtextmodel.cxx | 379 OutputDevice* pRefDevice = VCLUnoHelper::GetOutputDevice( m_xReferenceDevice ); in setFastPropertyValue_NoBroadcast() local 380 …OSL_ENSURE( pRefDevice, "ORichTextModel::setFastPropertyValue_NoBroadcast: empty reference device?… in setFastPropertyValue_NoBroadcast() 381 m_pEngine->SetRefDevice( pRefDevice ); in setFastPropertyValue_NoBroadcast()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | graph.cxx | 532 Size Graphic::GetSizePixel( const OutputDevice* pRefDevice ) const in GetSizePixel() 539 …aRet = ( pRefDevice ? pRefDevice : Application::GetDefaultDevice() )->LogicToPixel( GetPrefSize(),… in GetSizePixel()
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | output.hxx | 83 OutputDevice* pRefDevice; // printer if used for preview member in ScOutputData 197 void SetRefDevice( OutputDevice* pRDev ) { pRefDevice = pFmtDevice = pRDev; } in SetRefDevice()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | documen8.cxx | 222 OutputDevice* pRefDevice = NULL; in GetRefDevice() local 224 pRefDevice = GetPrinter(); in GetRefDevice() 226 pRefDevice = GetVirtualDevice_100th_mm(); in GetRefDevice() 227 return pRefDevice; in GetRefDevice()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | graph.hxx | 148 Size GetSizePixel( const OutputDevice* pRefDevice = NULL ) const;
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 3741 OutputDevice* pRefDevice = pDoc->GetRefDevice(); in getDefaultCharWidth() local 3744 pAttr->GetFont( aDefFont, SC_AUTOCOL_BLACK, pRefDevice ); in getDefaultCharWidth() 3745 pRefDevice->SetFont( aDefFont ); in getDefaultCharWidth() 3746 long nCharWidth = pRefDevice->GetTextWidth( String( '0' ) ); // 1/100th mm in getDefaultCharWidth()
|