Searched refs:pRefDevice (Results 1 – 9 of 9) sorted by relevance
220 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetShrinkScale() local271 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetPattern() local614 OutputDevice* pRefDevice = pOutput->pRefDevice; in SetAutoText() local619 if ( !pRefDevice->GetConnectMetaFile() || pRefDevice->GetOutDevType() == OUTDEV_PRINTER ) in SetAutoText()685 OutputDevice* pRefDevice = pOutput->pRefDevice; in TextChanged() local690 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 …]
142 pRefDevice( pNewDev ), // default is output device in ScOutputData()223 if ( pRefDevice == pDev ) in SetContentDevice()224 pRefDevice = pContentDev; in SetContentDevice()
188 OutputDevice* pRefDevice = NULL; in UpdateFontList() local190 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() local252 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 …]
379 OutputDevice* pRefDevice = VCLUnoHelper::GetOutputDevice( m_xReferenceDevice ); in setFastPropertyValue_NoBroadcast() local380 …OSL_ENSURE( pRefDevice, "ORichTextModel::setFastPropertyValue_NoBroadcast: empty reference device?… in setFastPropertyValue_NoBroadcast()381 m_pEngine->SetRefDevice( pRefDevice ); in setFastPropertyValue_NoBroadcast()
532 Size Graphic::GetSizePixel( const OutputDevice* pRefDevice ) const in GetSizePixel()539 …aRet = ( pRefDevice ? pRefDevice : Application::GetDefaultDevice() )->LogicToPixel( GetPrefSize(),… in GetSizePixel()
83 OutputDevice* pRefDevice; // printer if used for preview member in ScOutputData197 void SetRefDevice( OutputDevice* pRDev ) { pRefDevice = pFmtDevice = pRDev; } in SetRefDevice()
222 OutputDevice* pRefDevice = NULL; in GetRefDevice() local224 pRefDevice = GetPrinter(); in GetRefDevice()226 pRefDevice = GetVirtualDevice_100th_mm(); in GetRefDevice()227 return pRefDevice; in GetRefDevice()
148 Size GetSizePixel( const OutputDevice* pRefDevice = NULL ) const;
3741 OutputDevice* pRefDevice = pDoc->GetRefDevice(); in getDefaultCharWidth() local3744 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 220 milliseconds