Home
last modified time | relevance | path

Searched refs:GetPaperSize (Results 1 – 25 of 60) sorted by relevance

123

/trunk/main/editeng/source/items/
H A Dpaperinf.cxx48 Size SvxPaperInfo::GetPaperSize( Paper ePaper, MapUnit eUnit ) in GetPaperSize() function in SvxPaperInfo
66 Size SvxPaperInfo::GetPaperSize( const Printer* pPrinter ) in GetPaperSize() function in SvxPaperInfo
69 return GetPaperSize( PAPER_A4 ); in GetPaperSize()
76 Size aPaperSize = pPrinter->GetPaperSize(); in GetPaperSize()
80 return GetPaperSize(PAPER_A4); in GetPaperSize()
91 Size aSize( GetPaperSize( ePaper ) ); in GetPaperSize()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx266 aStartPos.X() += GetPaperSize().Width(); in Draw()
318 …aLog << "Paper-Width: " << String( GetPaperSize().Width() ).GetStr() << ",\tOut-Width: " << String… in Draw()
319 …aLog << "Paper-Height: " << String( GetPaperSize().Height() ).GetStr() << ",\tOut-Height: " << Str… in Draw()
471 Size aOldSize( pImpEditEngine->GetPaperSize() ); in SetPaperSize()
473 Size aNewSize( pImpEditEngine->GetPaperSize() ); in SetPaperSize()
512 const Size& EditEngine::GetPaperSize() const in GetPaperSize() function in EditEngine
515 return pImpEditEngine->GetPaperSize(); in GetPaperSize()
937 …aLog << "Paper-Width: " << String( GetPaperSize().Width() ).GetStr() << ",\tCalculated: " << Strin… in PostKeyEvent()
938 …aLog << "Paper-Height: " << String( GetPaperSize().Height() ).GetStr() << ",\tCalculated: " << Str… in PostKeyEvent()
1812 pImpEditEngine->aInvalidRec.Right() = pImpEditEngine->GetPaperSize().Width(); in SetControlWord()
[all …]
H A Dimpedit.cxx74 aOutArea( Point(), pEng->GetPaperSize() ) in ImpEditView()
181 if ( aTmpOutArea.GetWidth() > pEditEngine->pImpEditEngine->GetPaperSize().Width() ) in DrawSelection()
182 … aTmpOutArea.Right() = aTmpOutArea.Left() + pEditEngine->pImpEditEngine->GetPaperSize().Width(); in DrawSelection()
525 aNewSz.Width() = pEditEngine->pImpEditEngine->GetPaperSize().Width(); in RecalcOutputArea()
556 aNewSz.Height() = pEditEngine->pImpEditEngine->GetPaperSize().Height(); in RecalcOutputArea()
730 …sVertical() ? pEditEngine->pImpEditEngine->GetPaperSize().Width() : pEditEngine->pImpEditEngine->G… in ShowCursor()
916 Size aPaperSz( pEditEngine->pImpEditEngine->GetPaperSize() ); in Scroll()
H A Deditdbg.cxx459 fprintf( fp, "\nPaperSize: %li x %li", pEE->GetPaperSize().Width(), pEE->GetPaperSize().Height() ); in ShowEditEngineData()
H A Dimpedit3.cxx534 Size aPrevPaperSize( GetPaperSize() ); in CheckAutoPageSize()
893 nXWidth = !IsVertical() ? GetPaperSize().Width() : GetPaperSize().Height(); in CreateLines()
3875 if ( !IsVertical() && ( pView->GetOutputArea().GetWidth() > GetPaperSize().Width() ) ) in Paint()
3877 long nMaxX = pView->GetOutputArea().Left() + GetPaperSize().Width(); in Paint()
4015 Point( GetPaperSize().Width(), nCurTextHeight ) ); in ShowParagraph()
H A Dimpedit2.cxx4079 …aLineXPosStartEnd.Min() = GetPaperSize().Width() - ( pLine->GetStartPosX() + pLine->GetTextWidth()… in GetLineXPosStartEnd()
4080 aLineXPosStartEnd.Max() = GetPaperSize().Width() - pLine->GetStartPosX(); in GetLineXPosStartEnd()
4168 DBG_ASSERT( GetTextRanger() || GetPaperSize().Width(), "GetPortionXOffset - paper size?!" ); in GetPortionXOffset()
4169 …DBG_ASSERT( GetTextRanger() || (nX <= GetPaperSize().Width()), "GetPortionXOffset - position out o… in GetPortionXOffset()
4170 nX = GetPaperSize().Width() - nX; in GetPortionXOffset()
/trunk/main/editeng/inc/editeng/
H A Dpaperinf.hxx45 static Size GetPaperSize( Paper ePaper, MapUnit eUnit = MAP_TWIP );
46 static Size GetPaperSize( const Printer* pPrinter );
H A Dediteng.hxx171 const Size& GetPaperSize() const;
/trunk/main/sw/source/ui/envelp/
H A Denvfmt.cxx466 Size aSz = SvxPaperInfo::GetPaperSize((Paper)nPaper); in IMPL_LINK()
584 long lWVal = SvxPaperInfo::GetPaperSize((Paper)nPaper).Width (); in FillItem()
585 long lHVal = SvxPaperInfo::GetPaperSize((Paper)nPaper).Height(); in FillItem()
H A Denvimg.cxx115 Size aEnvSz = SvxPaperInfo::GetPaperSize(PAPER_ENV_C65); in SwEnvItem()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx376 Size aPaperSize = mpDefPrinter->GetPaperSize(); in SvxPageDescPage()
570 Size aPaperSize = SvxPaperInfo::GetPaperSize( mpDefPrinter ); in Reset()
602 aPaperSize = SvxPaperInfo::GetPaperSize( ePaper, MAP_100TH_MM ); in Reset()
859 Size aSize( SvxPaperInfo::GetPaperSize( ePaper, (MapUnit)eUnit ) ); in FillItemSet()
1051 Size aSize( SvxPaperInfo::GetPaperSize( ePaper, MAP_100TH_MM ) ); in IMPL_LINK()
1186 Size aPaperSize = mpDefPrinter->GetPaperSize(); in SwapFirstValues_Impl()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1184 const Size aSavedPaperSize (pOutliner->GetPaperSize()); in Print()
1456 const Size aPaperSize (rInfo.mpPrinter->GetPaperSize()); in SetupPaperOrientation()
1524 aInfo.mpPrinter->GetPaperSize().Width(), in PreparePages()
1525 aInfo.mpPrinter->GetPaperSize().Height()); in PreparePages()
1739 const Size aSavedPaperSize (pOutliner->GetPaperSize()); in PrepareOutline()
1888 const Size aPaperSize (rInfo.mpPrinter->GetPaperSize()); in PrepareHandout()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx96 aPageSize = SvxPaperInfo::GetPaperSize( PAPER_A4 ); in ScHTMLImport()
106 SvxPaperInfo::GetPaperSize( PAPER_A4 ), MapMode( MAP_TWIP ) ); in ScHTMLImport()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1048 aTextPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Left(); in PaintBullet()
1121 … aBulletPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Right(); in PaintBullet()
1167 aStartPos.X() = rStartPos.X() + GetPaperSize().Width() - aBulletArea.Left(); in PaintBullet()
1747 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.Y(); in ImpCalcBulletArea()
1756 aBulletPos.X() = GetPaperSize().Width() - aBulletDocPos.X() - aBulletSize.Width(); in ImpCalcBulletArea()
H A Doutlin2.cxx248 const Size& Outliner::GetPaperSize() const in GetPaperSize() function in Outliner
251 return pEditEngine->GetPaperSize(); in GetPaperSize()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx296 … m_pEngine->SetPaperSize( Size( m_pEngine->GetPaperSize().Width(), m_pEngine->GetTextHeight() ) ); in EditEngineStatusChanged()
504 Size aPaperSize( m_pEngine->GetPaperSize() ); in updateScrollbars()
/trunk/main/sw/source/ui/inc/
H A Dcolex.hxx43 {SetSize(SvxPaperInfo::GetPaperSize(PAPER_A4));/*DIN A4*/} in SwPageExample()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2895 aLogicStart.Y() += bBreak ? pEngine->GetPaperSize().Width() : in DrawEdit()
2900 Size aPaperLogic = pEngine->GetPaperSize(); in DrawEdit()
2910 Size aLogicPaper = pEngine->GetPaperSize(); in DrawEdit()
2936 aLogicStart.X() -= pEngine->GetPaperSize().Width(); in DrawEdit()
2958 Size aPaper = pEngine->GetPaperSize(); in DrawEdit()
3651 Size aLogicPaper = pEngine->GetPaperSize(); in DrawRotated()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx801 Size aSize(pPrinter->GetPaperSize()); in ChangeMedium()
807 aSize = SvxPaperInfo::GetPaperSize(ePaper, MAP_100TH_MM); in ChangeMedium()
/trunk/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx102 Size aPaperSize = SvxPaperInfo::GetPaperSize( maPaperList[ nPaperIdx ] ); in PageSizeControl()
/trunk/main/sc/source/filter/excel/
H A Dxlpage.cxx209 aSize = SvxPaperInfo::GetPaperSize( pEntry->mePaper ); in GetScPaperSize()
/trunk/main/sw/source/ui/uiview/
H A Dviewprt.cxx158 Size aSz( SvxPaperInfo::GetPaperSize( pNew ) ); in SetPrinter()
/trunk/main/starmath/source/
H A Dunomodel.cxx1042 Size aPrtPaperSize ( pPrinter->GetPaperSize() ); in getRenderer()
1113 Size aPrtPaperSize ( pPrinter->GetPaperSize() ); in render()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx371 aPaperSize = SvxPaperInfo::GetPaperSize(PAPER_A4); in InsertEnv()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx578 long nTmp = pEditEngine->GetPaperSize().Width(); in SetScrollBarRanges()

Completed in 206 milliseconds

123