Home
last modified time | relevance | path

Searched refs:GetRefDevice (Results 1 – 25 of 63) sorted by relevance

123

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx385 Font aOldFont( GetRefDevice()->GetFont() ); in FormatDoc()
495 GetRefDevice()->SetFont( aOldFont ); in FormatDoc()
500 GetRefDevice()->Pop(); in FormatDoc()
524 GetRefDevice()->Push(); in ImpCheckRefMapMode()
525 GetRefDevice()->SetMapMode( aMapMode ); in ImpCheckRefMapMode()
835 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1052 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines()
1589 GetRefDevice()->Pop(); in CreateLines()
1591 GetRefDevice()->Pop(); in CreateLines()
2004 aFont.SetPhysFont( GetRefDevice() ); in ImpBreakLine()
[all …]
H A Deertfpar.cxx90 aEditMapMode = MapMode( pImpEE->GetRefDevice()->GetMapMode().GetMapUnit() ); in EditRTFParser()
168 MapMode _aEditMapMode( pImpEditEngine->GetRefDevice()->GetMapMode().GetMapUnit() ); in AddRTFDefaultValues()
169 aSz = pImpEditEngine->GetRefDevice()->LogicToLogic( aSz, &aPntMode, &_aEditMapMode ); in AddRTFDefaultValues()
332 nNewHeight = pImpEditEngine->GetRefDevice()->LogicToLogic( (long)nHeight, eSrcUnit, eDestUnit ); in SetAttrInDoc()
H A Dediteng.cxx183 OutputDevice* EditEngine::GetRefDevice() const in GetRefDevice() function in EditEngine
186 return pImpEditEngine->GetRefDevice(); in GetRefDevice()
317GetRefDevice() ).GetStr() << " Type=" << String( (sal_uInt16)GetRefDevice()->GetOutDevType() ).Get… in Draw()
936GetRefDevice() ).GetStr() << " Type=" << String( (sal_uInt16)GetRefDevice()->GetOutDevType() ).Get… in PostKeyEvent()
H A Dimpedit4.cxx570 sal_uInt16 nDefTabTwps = (sal_uInt16) GetRefDevice()->LogicToLogic( in WriteRTF()
1000 long nFontHeight = GetRefDevice()->LogicToLogic( in WriteItemAsRTF()
1158 XParaPortionList* pXList = new XParaPortionList( GetRefDevice(), aPaperSize.Width() ); in CreateBinTextObject()
1249 && ( pPortionInfo->GetRefMapMode() == GetRefDevice()->GetMapMode() ) ) in InsertBinTextObject()
1251 if ( ( pPortionInfo->GetRefDevPtr() == (sal_uIntPtr)GetRefDevice() ) || in InsertBinTextObject()
1253 ( GetRefDevice()->GetOutDevType() == OUTDEV_VIRDEV ) ) ) in InsertBinTextObject()
H A Dimpedit2.cxx232 if ( GetRefDevice()->GetMapMode() == rMapMode ) in SetRefMapMode()
3274 GetRefDevice()->Push( PUSH_TEXTLAYOUTMODE|PUSH_TEXTLANGUAGE ); in CalcLineWidth()
3276 ImplInitLayoutMode( GetRefDevice(), nPara, 0xFFFF ); in CalcLineWidth()
3305 aTmpFont.SetPhysFont( GetRefDevice() ); in CalcLineWidth()
3306 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CalcLineWidth()
3307 …nWidth += aTmpFont.QuickGetTextSize( GetRefDevice(), *pPortion->GetNode(), nPos, pTextPortion->Get… in CalcLineWidth()
3315 GetRefDevice()->Pop(); in CalcLineWidth()
/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx762 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds()
781 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds()
835 OutputDevice* SvxAccessibleTextAdapter::GetRefDevice() const in GetRefDevice() function in SvxAccessibleTextAdapter
839 return mrTextForwarder->GetRefDevice(); in GetRefDevice()
866 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint()
889 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint()
H A Dunofored.cxx419 OutputDevice* SvxEditEngineForwarder::GetRefDevice() const in GetRefDevice() function in SvxEditEngineForwarder
421 return rEditEngine.GetRefDevice(); in GetRefDevice()
H A Dunoforou.cxx377 OutputDevice* SvxOutlinerForwarder::GetRefDevice() const in GetRefDevice() function in SvxOutlinerForwarder
379 return rOutliner.GetRefDevice(); in GetRefDevice()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx161 pUnoRefDevice->SetOutputDevice( m_pEngine->GetRefDevice() ); in implInit()
376 MapMode aOldMapMode = m_pEngine->GetRefDevice()->GetMapMode(); in setFastPropertyValue_NoBroadcast()
384 MapMode aNewMapMode = m_pEngine->GetRefDevice()->GetMapMode(); in setFastPropertyValue_NoBroadcast()
H A Drichtextimplcontrol.cxx77 MapMode aRefDeviceMapMode( m_pEngine->GetRefDevice()->GetMapMode() ); in RichTextControlImpl()
595 MapMode aRefMapMode( m_pEngine->GetRefDevice()->GetMapMode() ); in Draw()
H A Drichtextengine.cxx62 OutputDevice* pOutputDevice = pReturn->GetRefDevice(); in Create()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx389 OutputDevice* pRefDev = GetRefDevice(); in CalcOutputFactor()
471 pImpl->pFontList = new FontList( GetRefDevice(), NULL, sal_False ); // sal_False or sal_True??? in UpdateFontList()
478 OutputDevice* ScDocShell::GetRefDevice() in GetRefDevice() function in ScDocShell
480 return aDocument.GetRefDevice(); in GetRefDevice()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx177 OutputDevice* pDefaultDevice = rOutliner.GetRefDevice(); in DrawModelWrapper()
326 return SdrModel::GetRefDevice(); in getReferenceDevice()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx557 OutputDevice* Outliner::GetRefDevice() const in GetRefDevice() function in Outliner
560 return pEditEngine->GetRefDevice(); in GetRefDevice()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx852 mpOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetOutliner()
882 mpInternalOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in GetInternalOutliner()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext2.cxx291 OutputDevice* pRef = pDrDoc->GetRefDevice(); in MakeOutliner()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx519 pOutliner->SetRefDevice( SD_MOD()->GetRefDevice( *mpDocSh ) ); in InsTextOrRTFinDrMode()
670 pOutliner->SetRefDevice(SD_MOD()->GetRefDevice( *mpDocSh )); in InsTextOrRTFinOlMode()
H A Dfusumry.cxx183 pOutl->SetRefDevice(SD_MOD()->GetRefDevice( *mpDocSh )); in DoExecute()
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx690 if (pModel->GetRefDevice() && pModel->GetRefDevice()->GetOutDevType() == OUTDEV_PRINTER) in NbcReformatAllTextObjects()
693 pPrinter = (Printer*) pModel->GetRefDevice(); in NbcReformatAllTextObjects()
/trunk/main/sd/inc/
H A Dsdmod.hxx134 OutputDevice* GetRefDevice (::sd::DrawDocShell& rDocShell);
/trunk/main/editeng/inc/editeng/
H A Dunofored.hxx72 virtual OutputDevice* GetRefDevice() const;
H A Dunoforou.hxx93 virtual OutputDevice* GetRefDevice() const;
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx270 OutputDevice* SdModule::GetRefDevice (::sd::DrawDocShell& ) in GetRefDevice() function in SdModule
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx94 OutputDevice* pPrinter = pDoc->GetRefDevice(); in IMPL_LINK()
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx197 Font aCurFont = m_pDrawViewWrapper->getOutliner()->GetRefDevice()->GetFont(); in executeDispatch_InsertSpecialCharacter()

Completed in 170 milliseconds

123