Home
last modified time | relevance | path

Searched refs:rPageSize (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/chart2/source/view/main/
H A DVLegend.cxx672 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 DChartView.cxx1382 , 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 DVLegend.hxx65 const ::com::sun::star::awt::Size & rPageSize );
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx599 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 DPieChart.hxx49 …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
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1057 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 Dpdfexport.hxx115 void ImplWriteWatermark( ::vcl::PDFWriter& rWriter, const Size& rPageSize );
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectLayouter.cxx47 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 DSlsLayouter.cxx382 const Size& rPageSize, in Rearrange() argument
390 return mpImplementation->Rearrange(rWindowSize, rPageSize, nPageCount); in Rearrange()
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx213 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 Dxeescher.cxx151 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()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx500 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()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx149 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()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx371 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()
/trunk/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx166 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 DVPolarCoordinateSystem.cxx51 const awt::Size& rPageSize, const awt::Size& rPageResolution ) in getCoordinateSystemResolution() argument
53 …_Int32 > aResolution( VCoordinateSystem::getCoordinateSystemResolution( rPageSize, rPageResolution… in getCoordinateSystemResolution()
H A DVPolarCoordinateSystem.hxx44 …::Sequence< sal_Int32 > getCoordinateSystemResolution( const ::com::sun::star::awt::Size& rPageSize
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx89 const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY );
416 const Size& rPageSize,
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx200 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()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx728 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()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx1088 const ::basegfx::B2IVector& rPageSize( getPageSize() ); in createSurface() local
1091 aSize.setX(rPageSize.getX()); in createSurface()
1093 aSize.setY(rPageSize.getY()); in createSurface()
H A Ddx_5rm.cxx2100 const ::basegfx::B2IVector& rPageSize( getPageSize() ); in createSurface() local
2103 aSize.setX(rPageSize.getX()); in createSurface()
2105 aSize.setY(rPageSize.getY()); in createSurface()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx229 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 Dtabvwsh4.cxx346 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()
/trunk/main/chart2/source/view/inc/
H A DVCoordinateSystem.hxx78 …::Sequence< sal_Int32 > getCoordinateSystemResolution( const ::com::sun::star::awt::Size& rPageSize

Completed in 241 milliseconds

12