Home
last modified time | relevance | path

Searched refs:rSize (Results 51 – 75 of 455) sorted by last modified time

12345678910>>...19

/trunk/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCacheManager.hxx153 const Size& rSize);
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx118 void Resize (const Size& rSize);
515 void Layer::Resize (const Size& rSize) in Resize() argument
519 mpLayerDevice->SetOutputSizePixel(rSize); in Resize()
520 maInvalidationRegion = Rectangle(Point(0,0), rSize); in Resize()
H A DSlsPageObjectPainter.cxx277 const Size& rSize, in CreateMarkedPreview() argument
287 pDevice->SetOutputSizePixel(rSize); in CreateMarkedPreview()
289 pDevice->DrawBitmap(Point(0,0), rSize, rPreview); in CreateMarkedPreview()
296 for (sal_Int32 nX=0; nX<rSize.Width(); nX+=nIconWidth) in CreateMarkedPreview()
297 for (sal_Int32 nY=0; nY<rSize.Height(); nY+=nIconHeight) in CreateMarkedPreview()
300 return pDevice->GetBitmap(Point(0,0), rSize); in CreateMarkedPreview()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx965 …istBoxPreviewDefaultLogicSize(const Size& rSize) { CopyData(); mpData->maListBoxPreviewDefaultLogi… in SetListBoxPreviewDefaultLogicSize() argument
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx352 Size map( const Size& rSize ) const;
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp260 DWORD& rSize, LPTSTR *pRetBuf ) in GetProfileSection() argument
262 if ( !rSize || !*pRetBuf ) in GetProfileSection()
264 rSize = 512; in GetProfileSection()
265 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection()
268 DWORD nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection()
270 if ( nRet && ( nRet + 2 > rSize ) ) // buffer was too small, retry with bigger one in GetProfileSection()
275 rSize = nRet + 2; in GetProfileSection()
276 *pRetBuf = new TCHAR[ rSize ]; in GetProfileSection()
278 nRet = GetPrivateProfileSection( pSection, *pRetBuf, rSize, pFileName ); in GetProfileSection()
291 else if ( nRet + 2 > rSize ) in GetProfileSection()
/trunk/main/sc/source/filter/excel/
H A Dxlpage.cxx221 void XclPageData::SetScPaperSize( const Size& rSize, bool bPortrait ) in SetScPaperSize() argument
225 long nWidth = bPortrait ? rSize.Width() : rSize.Height(); in SetScPaperSize()
226 long nHeight = bPortrait ? rSize.Height() : rSize.Width(); in SetScPaperSize()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx373 void E3dScene::NbcMove(const Size& rSize) in NbcMove() argument
376 MoveRect(aNewSnapRect, rSize); in NbcMove()
/trunk/main/slideshow/source/engine/
H A Dslideview.cxx897 void SlideView::setViewSize( const basegfx::B2DSize& rSize ) in setViewSize() argument
901 maUserSize = rSize; in setViewSize()
/trunk/main/vcl/source/control/
H A Dfixbrd.cxx116 const Point& rPos, const Size& rSize ) in ImplDraw() argument
119 Rectangle aRect( rPos, rSize ); in ImplDraw()
157 void FixedBorder::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, in Draw() argument
161 Size aSize = pDev->LogicToPixel( rSize ); in Draw()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx804 const Size& rSize, in createBitmapExPrimitive() argument
812 aObjectTransform.set(0, 0, rSize.Width()); in createBitmapExPrimitive()
813 aObjectTransform.set(1, 1, rSize.Height()); in createBitmapExPrimitive()
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx301 virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx462 …alPage::AddControlWithError( const OUString& rColumnName, const ::Point& rPos, const ::Size& rSize, in AddControlWithError() argument
468 …uno::Reference< awt::XControlModel > xTmp = AddXControl(rColumnName, rPos, rSize, sHelpId, nIndex … in AddControlWithError()
487 ::Point rPos, ::Size rSize, const rtl::OString& sHelpId, sal_Int16& rIndex ) in AddXControl() argument
575 xCtrWin->setPosSize(rPos.X(), rPos.Y(), rSize.Width(), in AddXControl()
576 rSize.Height(), awt::PosSize::POSSIZE); in AddXControl()
/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/svx/inc/svx/
H A DIAccessibleViewForwarder.hxx100 virtual Size LogicToPixel (const Size& rSize) const = 0;
123 virtual Size PixelToLogic (const Size& rSize) const = 0;
/trunk/main/cui/source/tabpages/
H A Dpage.cxx192 sal_Bool IsEqualSize_Impl( const SvxSizeItem* pSize, const Size& rSize ) in IsEqualSize_Impl() argument
197 long nDiffW = Abs( rSize.Width () - aSize.Width () ); in IsEqualSize_Impl()
198 long nDiffH = Abs( rSize.Height() - aSize.Height() ); in IsEqualSize_Impl()
1421 const SvxSizeItem& rSize = (const SvxSizeItem&) in InitHeadFoot_Impl() local
1426 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1483 const SvxSizeItem& rSize = (const SvxSizeItem&) in InitHeadFoot_Impl() local
1488 aBspWin.SetFtHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx122 void ImpCheckInsertPos(Point& rPos, const Size& rSize, const Rectangle& rWorkArea) in ImpCheckInsertPos() argument
126 …Rectangle aMarkRect(Point(rPos.X() - (rSize.Width() / 2), rPos.Y() - (rSize.Height() / 2)), rSize); in ImpCheckInsertPos()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx476 const Size& rSize, sal_uLong nPos ) in Play() argument
480 Size aDestSize( pOut->LogicToPixel( rSize ) ); in Play()
H A Doutdev2.cxx1487 void OutputDevice::DrawImage( const Point& rPos, const Size& rSize, in DrawImage() argument
1512 pData->mpImageBitmap->Draw( 0, this, rPos, nStyle, &rSize ); in DrawImage()
1524 Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const Size& rSize ) const in GetBitmap()
1532 long nWidth = ImplLogicWidthToDevicePixel( rSize.Width() ); in GetBitmap()
1533 long nHeight = ImplLogicHeightToDevicePixel( rSize.Height() ); in GetBitmap()
1632 BitmapEx OutputDevice::GetBitmapEx( const Point& rSrcPt, const Size& rSize ) const in GetBitmapEx()
1639 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx()
1645 return BitmapEx(GetBitmap( rSrcPt, rSize ), AlphaMask( aAlphaBitmap ) ); in GetBitmapEx()
1648 return GetBitmap( rSrcPt, rSize ); in GetBitmapEx()
1653 void OutputDevice::ImplGetFrameBitmap( const Point& rDestPt, const Size& rSize, in ImplGetFrameBitmap() argument
[all …]
H A Doutdev6.cxx635 const Size& rSize, const Gradient& rTransparenceGradient ) in DrawTransparent() argument
652 ( (GDIMetaFile&) rMtf ).Play( this, rPos, rSize ); in DrawTransparent()
658 Rectangle aOutRect( LogicToPixel( rPos ), LogicToPixel( rSize ) ); in DrawTransparent()
714 ((GDIMetaFile&)rMtf).Play(pVDev, rPos, rSize); in DrawTransparent()
747 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
760 ( (GDIMetaFile&) rMtf ).Play( pVDev, rPos, rSize ); in DrawTransparent()
1199 bool OutputDevice::DrawEPS( const Point& rPoint, const Size& rSize, in DrawEPS() argument
1246 Graphic( *pSubst ).Draw( this, rPoint, rSize ); in DrawEPS()
1252 mpAlphaVDev->DrawEPS( rPoint, rSize, rGfxLink, pSubst ); in DrawEPS()
1261 const sal_uInt32 nMaxX(rPos.X() + rSize.Width()); in DrawCheckered()
[all …]
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1707 const ::Size& rSize( rVDev.LogicToPixel( pAct->GetSize() ) ); in createActions() local
1711 … getState( rStates ).transform.scale( (double)rSize.Width() / aMtfSizePix.Width(), in createActions()
1712 … (double)rSize.Height() / aMtfSizePix.Height() ); in createActions()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvas.hxx144 …virtual SurfaceSharedPtr createSurface( const ::basegfx::B2ISize& rSize, Content aContent = CAIRO_…
H A Dcairo_canvascustomsprite.hxx137 …virtual SurfaceSharedPtr createSurface( const ::basegfx::B2ISize& rSize, Content aContent = CAIRO_…
H A Dcairo_spritecanvas.hxx145 …virtual SurfaceSharedPtr createSurface( const ::basegfx::B2ISize& rSize, Content aContent = CAIRO_…
159 void setSizePixel( const ::basegfx::B2ISize& rSize );
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1502 void DocxAttributeOutput::FlyFrameGraphic( const SwGrfNode& rGrfNode, const Size& rSize ) in FlyFrameGraphic() argument
1548 OString aWidth( OString::valueOf( TwipsToEMU( rSize.Width() ) ) ); in FlyFrameGraphic()
1549 OString aHeight( OString::valueOf( TwipsToEMU( rSize.Height() ) ) ); in FlyFrameGraphic()
2978 void DocxAttributeOutput::FormatFrameSize( const SwFmtFrmSize& rSize ) in FormatFrameSize() argument
2993 attrList->add( FSNS( XML_w, XML_w ), OString::valueOf( rSize.GetWidth( ) ) ); in FormatFrameSize()
2994 attrList->add( FSNS( XML_w, XML_h ), OString::valueOf( rSize.GetHeight( ) ) ); in FormatFrameSize()

Completed in 203 milliseconds

12345678910>>...19