Home
last modified time | relevance | path

Searched refs:rSize (Results 76 – 100 of 455) sorted by relevance

12345678910>>...19

/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx57 …SAL_DLLPRIVATE void ImplDrawAlignedImage( OutputDevice* pDev, Point& rPos, Size& rSize,
169 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
307 const Point& rPos, const Size& rSize,
356 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
424 const Point& rPos, const Size& rSize,
459 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx71 const ::basegfx::B2DSize& rSize( in calcNumPixel() local
74 return rSize.getX() * rSize.getY(); in calcNumPixel()
82 const ::Size& rSize( ::vcl::unotools::sizeFromB2DSize( rArea.getRange()) ); in repaintBackground() local
84 rOutDev.DrawOutDev( rPos, rSize, rPos, rSize, rBackBuffer ); in repaintBackground()
/trunk/main/vcl/source/control/
H A Dimgctrl.cxx94 …l::ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Size& rSize ) const in ImplDraw()
110 const Rectangle aDrawRect( rPos, rSize ); in ImplDraw()
192 void ImageControl::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags… in Draw() argument
195 const Size aSize = pDev->LogicToPixel( rSize ); in Draw()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx194 … EmuRectangle( const EmuPoint& rPos, const EmuSize& rSize ) : EmuPoint( rPos ), EmuSize( rSize in EmuRectangle()
198 … inline void setSize( const EmuSize& rSize ) { static_cast< EmuSize& >( *this ) = rSize; } in setSize()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx68 const SvxSizeItem& rSize = (const SvxSizeItem&)rSet.Get( nWhich ); in UpdateExample() local
69 SetSize( rSize.GetSize() ); in UpdateExample()
114 const SvxSizeItem& rSize = in UpdateExample() local
122 SetHdHeight( rSize.GetSize().Height() - rUL.GetLower()); in UpdateExample()
161 const SvxSizeItem& rSize = in UpdateExample() local
169 SetFtHeight( rSize.GetSize().Height() - rUL.GetUpper()); in UpdateExample()
/trunk/main/vcl/source/window/
H A Ddockwin.cxx98 virtual void Resizing( Size& rSize );
272 void ImplDockFloatWin::Resizing( Size& rSize ) in Resizing() argument
274 FloatingWindow::Resizing( rSize ); in Resizing()
275 mpDockWin->Resizing( rSize ); in Resizing()
1115 void DockingWindow::SetMaxOutputSizePixel( const Size& rSize ) in SetMaxOutputSizePixel() argument
1118 mpFloatWin->SetMaxOutputSizePixel( rSize ); in SetMaxOutputSizePixel()
1119 mpImplData->maMaxOutSize = rSize; in SetMaxOutputSizePixel()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx43 const ::basegfx::B2ISize& rSize ) : in Surface()
48 maSize(rSize), in Surface()
101 const ::basegfx::B2ISize& rSize ) const in getUVCoords()
109 const double sx( rSize.getX() ); in getUVCoords()
110 const double sy( rSize.getY() ); in getUVCoords()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx141 void WriteSize(const Size & rSize);
142 void WriteHeightWidth(const Size & rSize);
187 void WMFRecord_SetWindowExt(const Size & rSize);
189 …void WMFRecord_StretchDIB(const Point & rPoint, const Size & rSize, const Bitmap & rBitmap, sal_uI…
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx61 extern sal_Bool GetPosSizeFromString( const String& rStr, Point& rPos, Size& rSize );
62 extern sal_Bool GetSplitSizeFromString( const String& rStr, Size& rSize );
91 virtual void Resizing( Size& rSize );
333 void SfxTitleDockingWindow::Resizing( Size &rSize ) in Resizing() argument
335 SfxDockingWindow::Resizing( rSize ); in Resizing()
1830 void SfxDockingWindow::SetMinOutputSizePixel( const Size& rSize ) in SetMinOutputSizePixel() argument
1839 pImp->aMinSize = rSize; in SetMinOutputSizePixel()
1840 DockingWindow::SetMinOutputSizePixel( rSize ); in SetMinOutputSizePixel()
1916 void SfxDockingWindow::SetItemSize_Impl( const Size& rSize ) in SetItemSize_Impl() argument
1918 pImp->aSplitSize = rSize; in SetItemSize_Impl()
H A Dnavigat.cxx77 void SfxNavigator::Resizing( Size &rSize ) in Resizing() argument
79 SfxDockingWindow::Resizing( rSize ); in Resizing()
84 pCon->Resizing( rSize ); in Resizing()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx377 void __EXPORT ScTabViewShell::AdjustPosSizePixel( const Point &rPos, const Size &rSize ) in AdjustPosSizePixel() argument
379 OuterResizePixel( rPos, rSize ); in AdjustPosSizePixel()
382 void __EXPORT ScTabViewShell::InnerResizePixel( const Point &rOfs, const Size &rSize ) in InnerResizePixel() argument
384 Size aNewSize( rSize ); in InnerResizePixel()
388 GetBorderSize( aBorder, rSize ); in InnerResizePixel()
393 Size aSize( rSize ); in InnerResizePixel()
412 GetBorderSize( aBorder, rSize ); in InnerResizePixel()
426 void __EXPORT ScTabViewShell::OuterResizePixel( const Point &rOfs, const Size &rSize ) in OuterResizePixel() argument
429 GetBorderSize( aBorder, rSize ); in OuterResizePixel()
432 DoResize( rOfs, rSize ); // Position und Groesse von tabview wie uebergeben in OuterResizePixel()
H A Dviewfun7.cxx69 void lcl_AdjustInsertPos( ScViewData* pData, Point& rPos, Size& rSize ) in lcl_AdjustInsertPos() argument
77 long x = aPgSize.Width() - rPos.X() - rSize.Width(); in lcl_AdjustInsertPos()
78 long y = aPgSize.Height() - rPos.Y() - rSize.Height(); in lcl_AdjustInsertPos()
84 rPos.X() += rSize.Width() / 2; // Position bei Paste gibt Mittelpunkt an in lcl_AdjustInsertPos()
85 rPos.Y() += rSize.Height() / 2; in lcl_AdjustInsertPos()
/trunk/main/sc/source/ui/inc/
H A Ddpcontrol.hxx68 void setBoundingBox(const Point& rPos, const Size& rSize, bool bLayoutRTL);
76 void getPopupBoundingBox(Point& rPos, Size& rSize) const;
136 void getMenuItemPosSize(size_t nPos, Point& rPos, Size& rSize) const;
328 void getSectionPosSize(Point& rPos, Size& rSize, SectionType eType) const;
/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx59 const basegfx::B2DVector& rSize, in ImpSdrFillGraphicAttribute() argument
69 maSize(rSize), in ImpSdrFillGraphicAttribute()
131 const basegfx::B2DVector& rSize, in SdrFillGraphicAttribute() argument
142 rSize, in SdrFillGraphicAttribute()
/trunk/main/basebmp/test/
H A Dtools.cxx38 const basegfx::B2ISize& rSize( rDevice->getSize() ); in countPixel() local
39 for( sal_Int32 y=0; y<rSize.getY(); ++y ) in countPixel()
40 for( sal_Int32 x=0; x<rSize.getX(); ++x ) in countPixel()
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx107 virtual void Resize (const awt::Size& rSize) = 0;
128 virtual void Resize (const awt::Size& rSize);
178 virtual void Resize (const awt::Size& rSize);
226 virtual void Resize (const awt::Size& rSize);
1342 void DigitalDefaultPainter::Resize (const awt::Size& rSize) in Resize() argument
1344 if (maWindowSize.Width != rSize.Width || maWindowSize.Height != rSize.Height) in Resize()
1346 maWindowSize = rSize; in Resize()
/trunk/main/editeng/inc/editeng/
H A Dsizeitem.hxx48 SvxSizeItem( const sal_uInt16 nId, const Size& rSize);
69 void SetSize(const Size& rSize) { aSize = rSize; } in SetSize() argument
/trunk/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx644 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize,
655 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize,
666 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr createBitmapDevice( const basegfx::B2IVector& rSize,
690 BASEBMP_DLLPUBLIC BitmapDeviceSharedPtr cloneBitmapDevice( const basegfx::B2IVector& rSize,
/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/vcl/inc/
H A Dimpbmp.hxx67 sal_Bool ImplCreate( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal );
99 inline void ImpBitmap::ImplSetSourceSize( const Size& rSize) in ImplSetSourceSize() argument
101 maSourceSize = rSize; in ImplSetSourceSize()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx111 BitmapBuffer* X11SalBitmap::ImplCreateDIB( const Size& rSize, sal_uInt16 nBitCount, const BitmapPal… in ImplCreateDIB() argument
117 if( rSize.Width() && rSize.Height() ) in ImplCreateDIB()
158 pDIB->mnWidth = rSize.Width(); in ImplCreateDIB()
159 pDIB->mnHeight = rSize.Height(); in ImplCreateDIB()
685 bool X11SalBitmap::Create( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal ) in Create() argument
688 mpDIB = ImplCreateDIB( rSize, nBitCount, rPal ); in Create()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx112 inline void SetSize( const Size& rSize );
227 inline void SetSize( const Size& rSize, const sal_uInt8 nWhich );
682 inline void SwSubFont::SetSize( const Size& rSize ) in SetSize() argument
684 aSize = rSize; in SetSize()
696 inline void SwFont::SetSize( const Size& rSize, const sal_uInt8 nWhich ) in SetSize() argument
698 if( aSub[nWhich].aSize != rSize ) in SetSize()
700 aSub[nWhich].SetSize( rSize ); in SetSize()
/trunk/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx997 Size SvxGraphCtrlAccessibleContext::LogicToPixel (const Size& rSize) const in LogicToPixel()
1000 return mpControl->LogicToPixel (rSize); in LogicToPixel()
1002 return rSize; in LogicToPixel()
1017 Size SvxGraphCtrlAccessibleContext::PixelToLogic (const Size& rSize) const in PixelToLogic()
1020 return mpControl->PixelToLogic (rSize); in PixelToLogic()
1022 return rSize; in PixelToLogic()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx248 void SvxHyperlinkDlg::Resizing(Size& rSize) in Resizing() argument
250 if (rSize.Height() > nMaxHeight) in Resizing()
251 rSize.Height() = nMaxHeight; in Resizing()
253 if (rSize.Width() > nMaxWidth) in Resizing()
254 rSize.Width() = nMaxWidth; in Resizing()
256 ToolBox::Resizing(rSize); in Resizing()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx464 const Size& rSize = pView->aVirtOutputSize; in SetDeltas() local
465 nCols = rSize.Width() / pView->nGridDX; in SetDeltas()
468 nRows = rSize.Height() / pView->nGridDY; in SetDeltas()
469 if( (nRows * pView->nGridDY) < rSize.Height() ) in SetDeltas()
474 nDeltaWidth = (short)(rSize.Width() / nCols); in SetDeltas()
475 nDeltaHeight = (short)(rSize.Height() / nRows); in SetDeltas()

Completed in 164 milliseconds

12345678910>>...19