Searched refs:aPrt (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 204 aPrt.Top(nSpace); in FormatPrt() 206 aPrt.Width(aFrm.Width() - nLR); in FormatPrt() 215 aPrt.Height(nNewHeight); in FormatPrt() 222 aPrt.Top ( pAttrs->CalcTop() ); in FormatPrt() 228 aPrt.Width ( aFrm.Width() - nLR ); in FormatPrt() 229 aPrt.Height( aFrm.Height()- nUL ); in FormatPrt() 470 nMaxEat = aFrm.Height() - aPrt.Top() - aPrt.Height() - pAttrs->CalcBottomLine(); in GrowFrm() 503 aPrt.Top(aPrt.Top() - nEat); in GrowFrm() 504 aPrt.Height(aPrt.Height() - nEat); in GrowFrm() 623 aPrt.Top(aPrt.Top() + nShrink); in ShrinkFrm() [all …]
|
H A D | frmtool.cxx | 106 aPrt( pF->Prt() ), in SwFrmNotify() 260 const sal_Bool bPrtP = POS_DIFF( aPrt, pFrm->Prt() ); in ~SwFrmNotify() 498 if ( pLay->Prt().SSize() != aPrt.SSize() ) in ~SwLayNotify() 511 != (aPrt.*fnRect->fnGetWidth)() ) in ~SwLayNotify() 541 bLow = pLay->Prt().Width() != aPrt.Width(); in ~SwLayNotify() 553 pLay->ChgLowersProp( aPrt.SSize() ); in ~SwLayNotify() 562 if ( (pLay->Prt().Height() > aPrt.Height() || in ~SwLayNotify() 563 pLay->Prt().Width() > aPrt.Width()) && in ~SwLayNotify() 717 const bool bPrtChgd = aPrt != pFly->Prt(); in ~SwFlyNotify() 906 ( aPrt.SSize().Width() != 0 && in ~SwCntntNotify() [all …]
|
H A D | fly.cxx | 763 aPrt.Height( aPrt.Height() - nDiffHeight ); in FrmSizeChg() 764 aPrt.Width ( aPrt.Width() - nDiffWidth ); in FrmSizeChg()
|
H A D | pagechg.cxx | 1740 aPrt.Pos().X() = aPrt.Pos().Y() = 0; in MakeAll() 1741 aPrt.SSize( aFrm.SSize() ); in MakeAll()
|
H A D | tabfrm.cxx | 4338 aPrt.Left( 0 ); in Format() 4339 aPrt.Top( 0 ); in Format() 4340 aPrt.Width ( aFrm.Width() ); in Format() 4341 aPrt.Height( aFrm.Height() ); in Format()
|
H A D | sectfrm.cxx | 1403 (aPrt.*fnRect->fnSetWidth)( nWidth - rLRSpace.GetLeft() - in Format()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | swcli.cxx | 89 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in RequestNewObjectArea() local 90 aLogRect.SetPos( aPrt.Pos() + aFrm.Pos() ); in RequestNewObjectArea() 91 aLogRect.SetSize( aPrt.SSize() ); in RequestNewObjectArea() 98 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in ObjectAreaChanged() local
|
/trunk/main/sw/source/core/draw/ |
H A D | dpage.cxx | 106 SwRect aPrt( pPg->Prt() ); in InsertGridFrame() local 107 aPrt += pPg->Frm().Pos(); in InsertGridFrame() 108 const Rectangle aUser( aPrt.SVRect() ); in InsertGridFrame()
|
/trunk/main/vcl/source/window/ |
H A D | printdlg.cxx | 1936 boost::shared_ptr<Printer> aPrt( maPController->getPrinter() ); in preparePreview() local 1943 Point aOff( aPrt->PixelToLogic( aPrt->GetPageOffsetPixel(), aMapMode ) ); in preparePreview() 1948 … Size aCurPageSize = aPrt->PixelToLogic( aPrt->GetPaperSizePixel(), MapMode( MAP_100TH_MM ) ); in preparePreview() 1950 aPrt->GetPaperName( false ), in preparePreview() 1952 aPrt->ImplGetDPIX(), aPrt->ImplGetDPIY(), in preparePreview() 1953 aPrt->GetPrinterOptions().IsConvertToGreyscales() in preparePreview()
|
/trunk/main/sfx2/source/view/ |
H A D | viewprn.cxx | 625 boost::shared_ptr<Printer> aPrt; in ExecPrint() local 634 aPrt.reset( new Printer( aPrinterName ) ); in ExecPrint() 640 aPrt, in ExecPrint()
|
/trunk/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 168 const SwRect aPrt; member in SwFrmNotify 184 const SwRect &Prt() const { return aPrt; } in Prt()
|
H A D | frame.hxx | 399 SwRect aPrt; //Position der PrtArea rel zum Frm und groesse der PrtArea member in SwFrm 773 const SwRect &Prt() const { return aPrt; } in Prt() 787 SwRect &Prt() { return aPrt; } in Prt()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 721 … SvxPrintItem aPrt ( static_cast < const :: SvxPrintItem & > ( rFromSet.Get ( RES_PRINT ) ) ); in FillBaseProperties() 722 bRet &= ((SfxPoolItem&)aPrt).PutValue(*pPrt, 0); in FillBaseProperties() 723 rToSet.Put(aPrt); in FillBaseProperties()
|
Completed in 133 milliseconds