Home
last modified time | relevance | path

Searched refs:aPrt (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/sw/source/core/layout/
H A Dhffrm.cxx204 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 Dfrmtool.cxx104 aPrt( pF->Prt() ), in SwFrmNotify()
244 const sal_Bool bPrtP = POS_DIFF( aPrt, pFrm->Prt() ); in ~SwFrmNotify()
482 if ( pLay->Prt().SSize() != aPrt.SSize() ) in ~SwLayNotify()
495 != (aPrt.*fnRect->fnGetWidth)() ) in ~SwLayNotify()
525 bLow = pLay->Prt().Width() != aPrt.Width(); in ~SwLayNotify()
537 pLay->ChgLowersProp( aPrt.SSize() ); in ~SwLayNotify()
546 if ( (pLay->Prt().Height() > aPrt.Height() || in ~SwLayNotify()
547 pLay->Prt().Width() > aPrt.Width()) && in ~SwLayNotify()
701 const bool bPrtChgd = aPrt != pFly->Prt(); in ~SwFlyNotify()
890 ( aPrt.SSize().Width() != 0 && in ~SwCntntNotify()
[all …]
H A Dfly.cxx783 aPrt.Height( aPrt.Height() - nDiffHeight ); in FrmSizeChg()
784 aPrt.Width ( aPrt.Width() - nDiffWidth ); in FrmSizeChg()
H A Dpagechg.cxx1740 aPrt.Pos().X() = aPrt.Pos().Y() = 0; in MakeAll()
1741 aPrt.SSize( aFrm.SSize() ); in MakeAll()
H A Dtabfrm.cxx4338 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 Dsectfrm.cxx1403 (aPrt.*fnRect->fnSetWidth)( nWidth - rLRSpace.GetLeft() - in Format()
/aoo41x/main/sw/source/ui/uiview/
H A Dswcli.cxx89 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
/aoo41x/main/sw/source/core/draw/
H A Ddpage.cxx106 SwRect aPrt( pPg->Prt() ); in InsertGridFrame() local
107 aPrt += pPg->Frm().Pos(); in InsertGridFrame()
108 const Rectangle aUser( aPrt.SVRect() ); in InsertGridFrame()
/aoo41x/main/vcl/source/window/
H A Dprintdlg.cxx1936 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()
/aoo41x/main/sw/source/core/inc/
H A Dfrmtool.hxx159 const SwRect aPrt; member in SwFrmNotify
175 const SwRect &Prt() const { return aPrt; } in Prt()
H A Dframe.hxx392 SwRect aPrt; //Position der PrtArea rel zum Frm und groesse der PrtArea member in SwFrm
764 const SwRect &Prt() const { return aPrt; } in Prt()
778 SwRect &Prt() { return aPrt; } in Prt()
/aoo41x/main/sfx2/source/view/
H A Dviewprn.cxx625 boost::shared_ptr<Printer> aPrt; in ExecPrint() local
634 aPrt.reset( new Printer( aPrinterName ) ); in ExecPrint()
640 aPrt, in ExecPrint()
/aoo41x/main/sw/source/core/unocore/
H A Dunoframe.cxx363 … SvxPrintItem aPrt ( static_cast < const :: SvxPrintItem & > ( rFromSet.Get ( RES_PRINT ) ) ); in FillBaseProperties()
364 bRet &= ((SfxPoolItem&)aPrt).PutValue(*pPrt, 0); in FillBaseProperties()
365 rToSet.Put(aPrt); in FillBaseProperties()

Completed in 206 milliseconds