Searched refs:aPrt (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/sw/source/core/layout/ |
| H A D | hffrm.cxx | 199 aPrt.Left(pAttrs->CalcLeft(this)); in FormatPrt() 202 aPrt.Top(pAttrs->CalcTop()); in FormatPrt() 204 aPrt.Top(nSpace); in FormatPrt() 206 aPrt.Width(aFrm.Width() - nLR); in FormatPrt() 215 aPrt.Height(nNewHeight); in FormatPrt() 221 aPrt.Left( pAttrs->CalcLeft( this ) ); 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() [all …]
|
| H A D | frmtool.cxx | 104 aPrt( pF->Prt() ), in SwFrmNotify() 224 (aPrt.*fnRect->fnGetWidth)() != (pFrm->Prt().*fnRect->fnGetWidth)(); in ~SwFrmNotify() 226 (aPrt.*fnRect->fnGetHeight)()!=(pFrm->Prt().*fnRect->fnGetHeight)(); in ~SwFrmNotify() 244 const sal_Bool bPrtP = POS_DIFF( aPrt, pFrm->Prt() ); in ~SwFrmNotify() 482 if ( pLay->Prt().SSize() != aPrt.SSize() ) in ~SwLayNotify() 492 if( nNew != (aPrt.*fnRect->fnGetHeight)() ) in ~SwLayNotify() 495 != (aPrt.*fnRect->fnGetWidth)() ) in ~SwLayNotify() 525 bLow = pLay->Prt().Width() != aPrt.Width(); in ~SwLayNotify() 531 bLow = pLay->Prt().Width() != aPrt.Width(); in ~SwLayNotify() 537 pLay->ChgLowersProp( aPrt.SSize() ); in ~SwLayNotify() [all …]
|
| H A D | fly.cxx | 783 aPrt.Height( aPrt.Height() - nDiffHeight ); in FrmSizeChg() 784 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()
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | frmtool.hxx | 159 const SwRect aPrt; member in SwFrmNotify 175 const SwRect &Prt() const { return aPrt; } in Prt()
|
| H A D | frame.hxx | 392 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 D | viewprn.cxx | 625 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 D | unoframe.cxx | 363 … 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()
|