Home
last modified time | relevance | path

Searched refs:rSize (Results 126 – 150 of 455) sorted by relevance

12345678910>>...19

/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx149 ::osl::FileBase::RC ReconnectingFile::getSize( sal_uInt64 &rSize ) in getSize() argument
154 nRes = m_aFile.getSize( rSize ); in getSize()
162 nRes = m_aFile.getSize( rSize ); in getSize()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx521 void DrawViewShell::SetupPage (Size &rSize, in SetupPage() argument
545 pPage->ScaleObjects(rSize, aBorderRect, bScaleAll); in SetupPage()
546 pPage->SetSize(rSize); in SetupPage()
580 pPage->ScaleObjects(rSize, aBorderRect, bScaleAll); in SetupPage()
581 pPage->SetSize(rSize); in SetupPage()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx486 const Size& rSize) in ArrangeGUIElements() argument
490 if (rSize.Width()>0 in ArrangeGUIElements()
491 && rSize.Height()>0 in ArrangeGUIElements()
500 mpSlideSorterController->Resize (Rectangle(aOrigin, rSize)); in ArrangeGUIElements()
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.hxx107 …::cairo::SurfaceSharedPtr createSurface( const ::basegfx::B2ISize& rSize, ::cairo::Content aConten…
108 ::cairo::SurfaceSharedPtr createSurface( BitmapSystemData& rData, const Size& rSize );
122 void setSize( const ::basegfx::B2ISize& rSize );
H A Dcairo_canvashelper.cxx108 void CanvasHelper::setSize( const ::basegfx::B2ISize& rSize ) in setSize() argument
110 maSize = rSize; in setSize()
1296 const geometry::IntegerSize2D& rSize, in implDrawBitmapSurface() argument
1302 geometry::IntegerSize2D aBitmapSize = rSize; in implDrawBitmapSurface()
1322 basegfx::fround( rSize.Width * aMatrix.xx ) > 8 && in implDrawBitmapSurface()
1323 basegfx::fround( rSize.Height* aMatrix.yy ) > 8 ) in implDrawBitmapSurface()
1327 dWidth = basegfx::fround( rSize.Width * aMatrix.xx ); in implDrawBitmapSurface()
1328 dHeight = basegfx::fround( rSize.Height* aMatrix.yy ); in implDrawBitmapSurface()
1339 cairo_scale( pCairo.get(), (dWidth+0.5)/rSize.Width, (dHeight+0.5)/rSize.Height ); in implDrawBitmapSurface()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin3.cxx82 void SizeNotify(ViewShell* pVwSh, const Size &rSize) in SizeNotify() argument
88 ((SwView *)pSfxVwSh)->DocSzChgd(rSize); in SizeNotify()
90 ((SwPagePreView *)pSfxVwSh)->DocSzChgd( rSize ); in SizeNotify()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx131 awt::Point& rPoint, awt::Size& rSize, in GetNewShapeSizePos() argument
165 rSize.Width = -(rEndX - rPoint.X); in GetNewShapeSizePos()
168 rSize.Width = rEndX - rPoint.X; in GetNewShapeSizePos()
169 rSize.Height = rEndY - rPoint.Y; in GetNewShapeSizePos()
/trunk/main/starmath/source/
H A Dnode.cxx259 void SmNode::SetFontSize(const Fraction &rSize, sal_uInt16 nType) in SetFontSize() argument
266 Fraction aVal (SmPtsTo100th_mm(rSize.GetNumerator()), in SetFontSize()
267 rSize.GetDenominator()); in SetFontSize()
288 aFntSize.Height() = (long) (Fraction(aFntSize.Height()) * rSize); in SetFontSize()
292 if (rSize != Fraction(0L)) in SetFontSize()
311 pNode->SetFontSize(rSize, nType); in SetFontSize()
315 void SmNode::SetSize(const Fraction &rSize) in SetSize() argument
317 GetFont() *= rSize; in SetSize()
323 pNode->SetSize(rSize); in SetSize()
1232 void SmBinDiagonalNode::GetOperPosSize(Point &rPos, Size &rSize, in GetOperPosSize() argument
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx218 const Size & rSize, in DoDraw() argument
228 Fraction aXF( rSize.Width(), aSize.Width() ); in DoDraw()
229 Fraction aYF( rSize.Height(), aSize.Height() ); in DoDraw()
/trunk/main/svx/source/xoutdev/
H A Dxtablend.cxx156 const Size& rSize = rStyleSettings.GetListBoxPreviewDefaultPixelSize(); in CreateBitmapForUI() local
157 const Size aSize(rSize.Width() * 2, rSize.Height()); in CreateBitmapForUI()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx126 const Size& rSize, in handleBitmapContent() argument
130 if(!rSize.Width() || !rSize.Height() || rBitmapEx.IsEmpty()) in handleBitmapContent()
138 rPoint.X() + rSize.Width(), rPoint.Y() + rSize.Height()); in handleBitmapContent()
/trunk/main/starmath/inc/
H A Dview.hxx256 virtual void AdjustPosSizePixel(const Point &rPos, const Size &rSize);
257 virtual void InnerResizePixel(const Point &rOfs, const Size &rSize);
258 virtual void OuterResizePixel(const Point &rOfs, const Size &rSize);
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx188 const Size& rSize, sal_uLong nPos = GDI_METAFILE_END );
222 void SetPrefSize( const Size& rSize ) { aPrefSize = rSize; } in SetPrefSize() argument
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx71 B2IRectangle makeRectangle( const awt::Point& rPos, const awt::Size& rSize ) in makeRectangle() argument
73 return B2IRectangle(rPos.X,rPos.Y,rPos.X+rSize.Width,rPos.Y+rSize.Height); in makeRectangle()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx92 const Size& rSize, const Color& rCol, sal_Bool bLeft ) in DrawArrow() argument
94 long nLeft = ( rRect.Left() + rRect.Right() - rSize.Width() )/ 2; in DrawArrow()
95 long nRight = nLeft + rSize.Width(); in DrawArrow()
97 long nTop = nMid - rSize.Height() / 2; in DrawArrow()
98 long nBottom = nTop + rSize.Height(); in DrawArrow()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx41 bool SvpSalBitmap::Create( const Size& rSize, in Create() argument
59 B2IVector aSize( rSize.Width(), rSize.Height() ); in Create()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx1931 void X11SalFrame::SetSize( const Size &rSize ) in SetSize() argument
1933 if( rSize.Width() > 0 && rSize.Height() > 0 ) in SetSize()
1946 pHints->min_width = rSize.Width(); in SetSize()
1947 pHints->min_height = rSize.Height(); in SetSize()
1948 pHints->max_width = rSize.Width(); in SetSize()
1949 pHints->max_height = rSize.Height(); in SetSize()
1956 …etXDisplay(), IsSysChildWindow() ? GetWindow() : GetShellWindow(), rSize.Width(), rSize.Height() ); in SetSize()
1960 … XMoveResizeWindow( GetXDisplay(), GetWindow(), 0, 0, rSize.Width(), rSize.Height() ); in SetSize()
1962 XResizeWindow( GetXDisplay(), GetWindow(), rSize.Width(), rSize.Height() ); in SetSize()
1965 maGeometry.nWidth = rSize.Width(); in SetSize()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2219 const SwFmtFrmSize& rSize = (const SwFmtFrmSize&)rSet.Get(RES_FRM_SIZE); in Init() local
2220 sal_Int64 nWidth = aWidthED.NormalizePercent(rSize.GetWidth()); in Init()
2221 sal_Int64 nHeight = aHeightED.NormalizePercent(rSize.GetHeight()); in Init()
2249 SwFrmSize eSize = rSize.GetHeightSizeType(); in Init()
2256 eSize = rSize.GetWidthSizeType(); in Init()
2287 ::FitToActualSize( aCol, (sal_uInt16)rSize.GetWidth() ); in Init()
2340 if (rSize.GetWidthPercent() == 0xff || rSize.GetHeightPercent() == 0xff) in Init()
2342 if (rSize.GetWidthPercent() && rSize.GetWidthPercent() != 0xff && in Init()
2347 aWidthED.SetPrcntValue(rSize.GetWidthPercent(), FUNIT_CUSTOM); in Init()
2349 if (rSize.GetHeightPercent() && rSize.GetHeightPercent() != 0xff && in Init()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx1197 const Size &rSize, in OutHTML_BulletImage() argument
1266 if( (rSize.Width() || rSize.Height()) && Application::GetDefaultDevice() ) in OutHTML_BulletImage()
1269 Application::GetDefaultDevice()->LogicToPixel( rSize, in OutHTML_BulletImage()
1271 if( !aPixelSz.Width() && rSize.Width() ) in OutHTML_BulletImage()
1273 if( !aPixelSz.Height() && rSize.Height() ) in OutHTML_BulletImage()
1604 const SwFmtFrmSize& rSize = rFrmFmt.GetFrmSize(); in OutHTML_FrmFmtGrfNode() local
1605 aMM100Size = OutputDevice::LogicToLogic( rSize.GetSize(), in OutHTML_FrmFmtGrfNode()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1465 void SwRTFParser::GetPageSize( Size& rSize ) in GetPageSize() argument
1470 rSize.Width() = 12240 - 1800 - 1800; in GetPageSize()
1471 rSize.Height() = 15840 - 1440 - 1440; in GetPageSize()
1477rSize.Width() = rSect.maPageInfo.mnPgwsxn - rSect.maPageInfo.mnMarglsxn - rSect.maPageInfo.mnMargr… in GetPageSize()
1478rSize.Height() = rSect.maPageInfo.mnPghsxn - rSect.maPageInfo.mnMargtsxn - rSect.maPageInfo.mnMarg… in GetPageSize()
1483 rSize.Width() /= nCols; in GetPageSize()
1484 rSize.Height() /= nCols; in GetPageSize()
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx98 void SvXPropertyEdit::SetCtrSize(const Size& rSize) in SetCtrSize() argument
100 SetSizePixel(rSize); in SetCtrSize()
226 void SvXPropertyListBox::SetCtrSize(const Size& rSize) in SetCtrSize() argument
228 SetSizePixel(rSize); in SetCtrSize()
363 void SvXPropertyComboBox::SetCtrSize(const Size& rSize) in SetCtrSize() argument
365 SetSizePixel(rSize); in SetCtrSize()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx101 void verifyInput( const geometry::RealSize2D& rSize, in verifyInput() argument
109 if( !::rtl::math::isFinite( rSize.Width ) ) in verifyInput()
118 if( !::rtl::math::isFinite( rSize.Height ) ) in verifyInput()
127 if( !::rtl::math::isFinite( rSize.Width ) || in verifyInput()
128 !::rtl::math::isFinite( rSize.Height ) ) in verifyInput()
/trunk/main/chart2/source/view/charttypes/
H A DBarChart.cxx283 , const drawing::Position3D& rPosition, const drawing::Direction3D& rSize in createDataPoint3D_Bar() argument
308 …xShape = m_pShapeFactory->createCylinder( xTarget, rPosition, rSize, nRotateZAngleHundredthDegree … in createDataPoint3D_Bar()
311 …xShape = m_pShapeFactory->createCone( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredt… in createDataPoint3D_Bar()
314 …xShape = m_pShapeFactory->createPyramid( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundr… in createDataPoint3D_Bar()
319 xShape = m_pShapeFactory->createCube( xTarget, rPosition, rSize in createDataPoint3D_Bar()
/trunk/main/sw/inc/
H A Dswrect.hxx38 inline SwRect( const Point& rLT, const Size& rSize );
343 inline SwRect::SwRect( const Point& rLT, const Size& rSize ) : in SwRect() argument
345 m_Size( rSize ) in SwRect()
/trunk/main/vcl/source/window/
H A Dcursor.cxx376 void Cursor::SetSize( const Size& rSize ) in SetSize() argument
378 if ( maSize != rSize ) in SetSize()
380 maSize = rSize; in SetSize()

Completed in 129 milliseconds

12345678910>>...19