Home
last modified time | relevance | path

Searched refs:pRefDevice (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx220 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetShrinkScale() local
271 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetPattern() local
614 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetAutoText() local
619 if ( !pRefDevice->GetConnectMetaFile() || pRefDevice->GetOutDevType() == OUTDEV_PRINTER ) in SetAutoText()
685 OutputDevice* pRefDevice = pOutput->pRefDevice; in TextChanged() local
690 if ( !pRefDevice->GetConnectMetaFile() || pRefDevice->GetOutDevType() == OUTDEV_PRINTER ) in TextChanged()
733 if ( pRefDevice->IsMapMode() ) in GetStretch()
745 if ( pRefDevice == pFmtDevice ) in GetStretch()
747 MapMode aOld = pRefDevice->GetMapMode(); in GetStretch()
1332 DBG_ASSERT( pDev == pRefDevice || in DrawStrings()
[all …]
H A Doutput.cxx142 pRefDevice( pNewDev ), // default is output device in ScOutputData()
223 if ( pRefDevice == pDev ) in SetContentDevice()
224 pRefDevice = pContentDev; in SetContentDevice()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx188 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 …]
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx379 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()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx532 Size Graphic::GetSizePixel( const OutputDevice* pRefDevice ) const in GetSizePixel()
539 …aRet = ( pRefDevice ? pRefDevice : Application::GetDefaultDevice() )->LogicToPixel( GetPrefSize(),… in GetSizePixel()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx83 OutputDevice* pRefDevice; // printer if used for preview member in ScOutputData
197 void SetRefDevice( OutputDevice* pRDev ) { pRefDevice = pFmtDevice = pRDev; } in SetRefDevice()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx222 OutputDevice* pRefDevice = NULL; in GetRefDevice() local
224 pRefDevice = GetPrinter(); in GetRefDevice()
226 pRefDevice = GetVirtualDevice_100th_mm(); in GetRefDevice()
227 return pRefDevice; in GetRefDevice()
/trunk/main/vcl/inc/vcl/
H A Dgraph.hxx148 Size GetSizePixel( const OutputDevice* pRefDevice = NULL ) const;
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3741 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()

Completed in 88 milliseconds