/aoo42x/main/chart2/source/view/main/ |
H A D | VLegend.cxx | 672 static_cast< double >( rPageSize.Width ) ); in lcl_getDefaultPosition() 681 static_cast< double >( rPageSize.Width ) ); in lcl_getDefaultPosition() 690 static_cast< double >( rPageSize.Height ) ); in lcl_getDefaultPosition() 722 const awt::Size & rPageSize, in lcl_calculatePositionAndRemainingSpace() argument 773 if( aResult.X + aLegendSize.Width > rPageSize.Width ) in lcl_calculatePositionAndRemainingSpace() 776 if( nNewX > rPageSize.Width / 4 ) in lcl_calculatePositionAndRemainingSpace() 779 if( aResult.Y + aLegendSize.Height > rPageSize.Height ) in lcl_calculatePositionAndRemainingSpace() 782 if( nNewY > rPageSize.Height / 4 ) in lcl_calculatePositionAndRemainingSpace() 872 const awt::Size & rPageSize ) in createShapes() argument 994 const awt::Size & rPageSize ) in changePosition() argument [all …]
|
H A D | ChartView.cxx | 1382 , const awt::Size& rPageSize in impl_createDiagramAndContent() argument 1548 pSeriesPlotter->setPageReferenceSize( rPageSize ); in impl_createDiagramAndContent() 2076 , const awt::Size & rPageSize in getAvailablePosAndSizeForDiagram() argument 2179 sal_Int32 nMaxY = rPageSize.Height - aTitleSize.Height/2; in changePositionOfAxisTitle() 2180 sal_Int32 nMaxX = rPageSize.Width - aTitleSize.Width/2; in changePositionOfAxisTitle() 2200 , const awt::Size & rPageSize in lcl_createTitle() argument 2234 apVTitle->createShapes( awt::Point(0,0), rPageSize ); in lcl_createTitle() 2343 , const awt::Size & rPageSize in lcl_createLegend() argument 2354 rPageSize ); in lcl_createLegend() 2363 , const awt::Size rPageSize in formatPage() argument [all …]
|
H A D | VLegend.hxx | 65 const ::com::sun::star::awt::Size & rPageSize );
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 599 bool lcl_isInsidePage( const awt::Point& rPos, const awt::Size& rSize, const awt::Size& rPageSize ) in lcl_isInsidePage() argument 603 if( (rPos.X + rSize.Width) > rPageSize.Width ) in lcl_isInsidePage() 605 if( (rPos.Y + rSize.Height) > rPageSize.Height ) in lcl_isInsidePage() 624 const sal_Int32 nLabelDistanceX = rPageSize.Width/50; in moveAwayFrom() 625 const sal_Int32 nLabelDistanceY = rPageSize.Height/50; in moveAwayFrom() 649 if( !lcl_isInsidePage( aNewAWTPos, this->xLabelGroupShape->getSize(), rPageSize ) ) in moveAwayFrom() 666 bool PieChart::detectLabelOverlapsAndMove( const awt::Size& rPageSize ) in detectLabelOverlapsAndMove() argument 760 … , bool bSingleCenter, bool& rbAlternativeMoveDirection, const awt::Size& rPageSize ) in tryMoveLabels() argument 804 void PieChart::rearrangeLabelToAvoidOverlapIfRequested( const awt::Size& rPageSize ) in rearrangeLabelToAvoidOverlapIfRequested() argument 822 …double fPageDiagonaleLength = sqrt( double( rPageSize.Width*rPageSize.Width + rPageSize.Height*rPa… in rearrangeLabelToAvoidOverlapIfRequested() [all …]
|
H A D | PieChart.hxx | 49 …rtual void rearrangeLabelToAvoidOverlapIfRequested( const ::com::sun::star::awt::Size& rPageSize ); 89 …bool detectLabelOverlapsAndMove(const ::com::sun::star::awt::Size& rPageSize);//ret… 94 , const ::com::sun::star::awt::Size& rPageSize ); 104 bool moveAwayFrom( const PieLabelInfo* pFix, const ::com::sun::star::awt::Size& rPageSize
|
/aoo42x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 1057 void PDFExport::ImplWriteWatermark( PDFWriter& rWriter, const Size& rPageSize ) in ImplWriteWatermark() argument 1065 long nTextWidth = rPageSize.Width(); in ImplWriteWatermark() 1066 if( rPageSize.Width() < rPageSize.Height() ) in ImplWriteWatermark() 1068 nTextWidth = rPageSize.Height(); in ImplWriteWatermark() 1107 if( rPageSize.Width() > rPageSize.Height() ) in ImplWriteWatermark() 1109 aTextPoint = Point( (rPageSize.Width()-w)/2, in ImplWriteWatermark() 1110 rPageSize.Height()-(rPageSize.Height()-nTextHeight)/2 ); in ImplWriteWatermark() 1111 aTextRect = Rectangle( Point( (rPageSize.Width()-w)/2, in ImplWriteWatermark() 1112 (rPageSize.Height()-nTextHeight)/2 ), in ImplWriteWatermark() 1117 aTextPoint = Point( (rPageSize.Width()-nTextHeight)/2, in ImplWriteWatermark() [all …]
|
H A D | pdfexport.hxx | 115 void ImplWriteWatermark( ::vcl::PDFWriter& rWriter, const Size& rPageSize );
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectLayouter.cxx | 47 const Size& rPageSize, in PageObjectLayouter() argument 67 Size(rPageSize.Width(), rPageSize.Height()), in PageObjectLayouter() 108 const Size& rPageSize, in CalculatePreviewBoundingBox() argument 122 const double nPageAspectRatio (double(rPageSize.Width()) / double(rPageSize.Height())); in CalculatePreviewBoundingBox()
|
H A D | SlsLayouter.cxx | 382 const Size& rPageSize, in Rearrange() argument 390 return mpImplementation->Rearrange(rWindowSize, rPageSize, nPageCount); in Rearrange()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 213 void XclObjAnchor::SetRect( const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY, in SetRect() argument 227 …(bDffAnchor ? maFirst.mnCol : mnLX) = lclGetEmbeddedScale( rPageSize.Width(), nScaleX, rRect.Left… in SetRect() 228 …(bDffAnchor ? maFirst.mnRow : mnTY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Top(… in SetRect() 229 …(bDffAnchor ? maLast.mnCol : mnRX) = lclGetEmbeddedScale( rPageSize.Width(), nScaleX, rRect.Righ… in SetRect() 230 …(bDffAnchor ? maLast.mnRow : mnBY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Bott… in SetRect()
|
H A D | xeescher.cxx | 151 const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY ) : in XclExpDffEmbeddedAnchor() argument 153 maPageSize( rPageSize ), in XclExpDffEmbeddedAnchor() 1275 …const XclExpObjectManager& rParent, const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY ) : in XclExpEmbeddedObjectManager() argument 1277 maPageSize( rPageSize ), in XclExpEmbeddedObjectManager()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | tools.cxx | 500 basegfx::B2DRange calcRelativeShapeBounds( const basegfx::B2DVector& rPageSize, in calcRelativeShapeBounds() argument 503 return basegfx::B2DRange( rShapeBounds.getMinX() / rPageSize.getX(), in calcRelativeShapeBounds() 504 rShapeBounds.getMinY() / rPageSize.getY(), in calcRelativeShapeBounds() 505 rShapeBounds.getMaxX() / rPageSize.getX(), in calcRelativeShapeBounds() 506 rShapeBounds.getMaxY() / rPageSize.getY() ); in calcRelativeShapeBounds()
|
/aoo42x/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 149 const Size& rPageSize = pPage->Frm().SSize(); in _CalcPrevwLayoutSizes() local 150 if ( rPageSize.Width() > maMaxPageSize.Width() ) in _CalcPrevwLayoutSizes() 151 maMaxPageSize.Width() = rPageSize.Width(); in _CalcPrevwLayoutSizes() 152 if ( rPageSize.Height() > maMaxPageSize.Height() ) in _CalcPrevwLayoutSizes() 153 maMaxPageSize.Height() = rPageSize.Height(); in _CalcPrevwLayoutSizes()
|
/aoo42x/main/oox/source/ppt/ |
H A D | presentationfragmenthandler.cxx | 371 awt::Size& rPageSize( pSlidePersistPtr->isNotesPage() ? maNotesSize : maSlideSize ); in importSlide() local 372 xPropertySet->setPropertyValue( sWidth, Any( rPageSize.Width ) ); in importSlide() 373 xPropertySet->setPropertyValue( sHeight, Any( rPageSize.Height ) ); in importSlide()
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VCoordinateSystem.cxx | 166 const awt::Size& rPageSize, const awt::Size& rPageResolution ) in getCoordinateSystemResolution() argument 184 double fPageWidth = rPageSize.Width; in getCoordinateSystemResolution() 185 double fPageHeight = rPageSize.Height; in getCoordinateSystemResolution()
|
H A D | VPolarCoordinateSystem.cxx | 51 const awt::Size& rPageSize, const awt::Size& rPageResolution ) in getCoordinateSystemResolution() argument 53 …_Int32 > aResolution( VCoordinateSystem::getCoordinateSystemResolution( rPageSize, rPageResolution… in getCoordinateSystemResolution()
|
H A D | VPolarCoordinateSystem.hxx | 44 …::Sequence< sal_Int32 > getCoordinateSystemResolution( const ::com::sun::star::awt::Size& rPageSize
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 89 const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY ); 416 const Size& rPageSize,
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 200 const ::com::sun::star::awt::Size & rPageSize, 217 const ::com::sun::star::awt::Size & rPageSize, 240 const ::com::sun::star::awt::Size & rPageSize, 1961 const awt::Size & rPageSize, in exportPlotArea() argument 2131 exportSeries( xNewDiagram, rPageSize, bExportContent, xSecondYAxis.is() ); in exportPlotArea() 2713 const awt::Size & rPageSize, in exportSeries() argument 3021 … exportRegressionCurve( aSeriesSeq[nSeriesIdx], xPropSet, rPageSize, bExportContent ); in exportSeries() 3098 const awt::Size & rPageSize, in exportRegressionCurve() argument 3177 double fX = aRelativePosition.Primary * rPageSize.Width; in exportRegressionCurve() 3178 double fY = aRelativePosition.Secondary * rPageSize.Height; in exportRegressionCurve()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 728 const SwFmtFrmSize& rPageSize = m_pExampleWrtShell->GetPageDesc( in IMPL_LINK() local 730 m_aLeftMF.SetMax(rPageSize.GetWidth() - DEFAULT_LEFT_DISTANCE); in IMPL_LINK() 731 m_aTopMF.SetMax(rPageSize.GetHeight() - DEFAULT_TOP_DISTANCE); in IMPL_LINK()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 1088 const ::basegfx::B2IVector& rPageSize( getPageSize() ); in createSurface() local 1091 aSize.setX(rPageSize.getX()); in createSurface() 1093 aSize.setY(rPageSize.getY()); in createSurface()
|
H A D | dx_5rm.cxx | 2100 const ::basegfx::B2IVector& rPageSize( getPageSize() ); in createSurface() local 2103 aSize.setX(rPageSize.getX()); in createSurface() 2105 aSize.setY(rPageSize.getY()); in createSurface()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | prevwsh.cxx | 229 const Size& rPageSize = rItem.GetSize(); in GetOptimalSizePixel() local 231 aOptSize.Width() = (long) (rPageSize.Width() * pViewData->GetPPTX()); in GetOptimalSizePixel() 232 aOptSize.Height() = (long) (rPageSize.Height() * pViewData->GetPPTY()); in GetOptimalSizePixel()
|
H A D | tabvwsh4.cxx | 346 const Size& rPageSize = rItem.GetSize(); in GetOptimalSizePixel() local 348 aOptSize.Width() = (long) (rPageSize.Width() * GetViewData()->GetPPTX()); in GetOptimalSizePixel() 349 aOptSize.Height() = (long) (rPageSize.Height() * GetViewData()->GetPPTY()); in GetOptimalSizePixel()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VCoordinateSystem.hxx | 78 …::Sequence< sal_Int32 > getCoordinateSystemResolution( const ::com::sun::star::awt::Size& rPageSize
|