Home
last modified time | relevance | path

Searched refs:getReferenceDevice (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1394 m_pWriter->getReferenceDevice(), in appendPoint()
1401 m_pWriter->getReferenceDevice(), in appendPoint()
1446 m_pWriter->getReferenceDevice(), in convertRect()
1451 m_pWriter->getReferenceDevice(), in convertRect()
1508 m_pWriter->getReferenceDevice(), in appendPolygon()
1604 m_pWriter->getReferenceDevice(), in appendMappedLength()
1617 m_pWriter->getReferenceDevice(), in appendMappedLength()
1687 appendDouble( 72.0/double(m_pWriter->getReferenceDevice()->ImplGetDPIX()), rBuffer ); in appendLineInfo()
2212 OutputDevice* PDFWriterImpl::getReferenceDevice() in getReferenceDevice() function in PDFWriterImpl
2474 appendDouble( 72.0/double(getReferenceDevice()->ImplGetDPIX()), aBuf ); in newPage()
[all …]
H A Dpdfwriter.cxx50 return ((PDFWriterImpl*)pImplementation)->getReferenceDevice(); in GetReferenceDevice()
H A Dpdfwriter_impl.hxx1091 OutputDevice* getReferenceDevice();
/AOO41X/main/sw/source/core/text/
H A Dporrst.cxx253 pOut = rTxtNode.getIDocumentDeviceAccess()->getReferenceDevice(true); in EmptyHeight()
400 … pOut = GetTxtNode()->getIDocumentDeviceAccess()->getReferenceDevice( true ); in FillRegister()
H A Ditratr.cxx842 pOut = getIDocumentDeviceAccess()->getReferenceDevice( true ); in GetScalingOfSelectedText()
H A Dfrmcrsr.cxx1455 pOut = GetTxtNode()->getIDocumentDeviceAccess()->getReferenceDevice( true ); in FillCrsrPos()
H A Dtxtfrm.cxx2314 pOut = GetTxtNode()->getIDocumentDeviceAccess()->getReferenceDevice( true ); in _CalcHeightOfLastLine()
/AOO41X/main/sw/inc/
H A DIDocumentDeviceAccess.hxx96 virtual OutputDevice* getReferenceDevice(/*[in]*/ bool bCreate ) const = 0;
H A Ddoc.hxx771 virtual OutputDevice* getReferenceDevice(/*[in]*/ bool bCreate ) const;
/AOO41X/main/sw/source/core/doc/
H A Ddocdesc.cxx658 pDrawModel->SetRefDevice( getReferenceDevice( false ) ); in PrtDataChanged()
684 OutputDevice* pOutDev = getReferenceDevice( false ); in PrtDataChanged()
H A Ddocdraw.cxx684 OutputDevice* pRefDev = getReferenceDevice( false ); in InitDrawModel()
H A Ddoc.cxx542 OutputDevice* SwDoc::getReferenceDevice(/*[in]*/ bool bCreate ) const in getReferenceDevice() function in SwDoc
/AOO41X/main/chart2/source/inc/chartview/
H A DDrawModelWrapper.hxx83 OutputDevice* getReferenceDevice() const;
/AOO41X/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx219 … OutputDevice* pRefDev = m_pDrawModelWrapper ? m_pDrawModelWrapper->getReferenceDevice() : NULL; in getFontList()
/AOO41X/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx324 OutputDevice* DrawModelWrapper::getReferenceDevice() const in getReferenceDevice() function in chart::DrawModelWrapper
/AOO41X/main/sw/source/ui/uiview/
H A Dviewdraw.cxx528 pOutliner->SetRefDevice(pSh->getIDocumentDeviceAccess()->getReferenceDevice(false)); in BeginTextEdit()
/AOO41X/main/sw/source/ui/app/
H A Ddocshini.cxx497 mpFontList = new FontList( mpDoc->getReferenceDevice( true ) ); in UpdateFontList()
H A Ddocsh.cxx958 return mpDoc->getReferenceDevice( false ); in GetDocumentRefDev()
/AOO41X/main/sw/source/core/view/
H A Dviewsh.cxx2154 pTmpOut = GetDoc()->getReferenceDevice( true ); in GetRefDev()