/aoo42x/main/toolkit/source/awt/ |
H A D | vclxtabpage.cxx | 134 awt::Size newSize = getSize(); in allocateArea() local 136 OSL_TRACE ("%s: newSize: %d, %d", __FUNCTION__, newSize.Width, newSize.Height ); in allocateArea() 138 maAllocation.Width = newSize.Width; in allocateArea() 139 maAllocation.Height = newSize.Height; in allocateArea()
|
/aoo42x/main/idlc/source/ |
H A D | aststack.cxx | 97 sal_uInt32 newSize; in push() local 103 newSize = m_size; in push() 104 newSize += STACKSIZE_INCREMENT; in push() 105 tmp = (AstScope**)rtl_allocateZeroMemory(sizeof(AstScope*) * newSize); in push()
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | box.cxx | 205 awt::Size newSize( newArea.Width, newArea.Height ); in allocateArea() local 209 nExtraSpace = ( ( primDim( newSize ) - mnBorderWidth * 2 - in allocateArea() 216 nExtraSpace = ( primDim( newSize ) - reqSize ) / nExpandChildren; in allocateArea() 224 int nBoxSecSize = SAL_MAX( 1, secDim( newSize ) - mnBorderWidth * 2 ); in allocateArea()
|
/aoo42x/main/expat/ |
H A D | expat-2.5.0.patch | 382 + size_t newSize; 392 - size_t newSize = (size_t)1 << newPower; 393 - unsigned long newMask = (unsigned long)newSize - 1; 394 + newSize = (size_t)1 << newPower; 395 + newMask = (unsigned long)newSize - 1; 398 if (newSize > (size_t)(-1) / sizeof(NAMED *)) { 402 - size_t tsize = newSize * sizeof(NAMED *); 404 + tsize = newSize * sizeof(NAMED *);
|
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | bitmapcanvasbase.hxx | 119 …dering::XBitmap > SAL_CALL getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize, in getScaledBitmap() argument 124 return BaseType::maCanvasHelper.getScaledBitmap( newSize, beFast ); in getScaledBitmap()
|
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | DTransHelper.cxx | 135 void SAL_CALL CStgTransferHelper::init( SIZE_T newSize, in init() argument 143 HGLOBAL hGlob = GlobalAlloc( uiFlags, newSize ); in init()
|
H A D | DTransHelper.hxx | 87 SIZE_T newSize,
|
/aoo42x/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Position.java | 97 Size newSize = new Size(orgSize.Width*2645/100, orgSize.Height*2645/100); in setUpDocument() local 98 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument()
|
H A D | GraphicPro_Size.java | 93 Size newSize = new Size(orgSize.Width*2645/100, orgSize.Height*2645/100); in setUpDocument() local 94 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument()
|
H A D | GraphicPro_Border.java | 110 Size newSize = new Size(orgSize.Width*2645/100, orgSize.Height*2645/100); in setUpDocument() local 111 insertGraphic(m_xSDComponent, m_xCurrentPage, graphicURL, newSize, new Point(5000, 5000)); in setUpDocument()
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | XBitmap.idl | 84 @param newSize 102 …XBitmap getScaledBitmap( [in] ::com::sun::star::geometry::RealSize2D newSize, [in] boolean b…
|
/aoo42x/main/canvas/source/vcl/ |
H A D | canvasbitmaphelper.cxx | 115 …e< rendering::XBitmap > CanvasBitmapHelper::getScaledBitmap( const geometry::RealSize2D& newSize, in getScaledBitmap() argument 128 aRes.Scale( ::vcl::unotools::sizeFromRealSize2D(newSize), in getScaledBitmap()
|
H A D | canvasbitmaphelper.hxx | 92 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
|
H A D | canvashelper.cxx | 930 …eference< rendering::XBitmap > CanvasHelper::getScaledBitmap( const geometry::RealSize2D& newSize, in getScaledBitmap() argument 948 aBitmap.Scale( ::vcl::unotools::sizeFromRealSize2D(newSize), in getScaledBitmap()
|
H A D | canvashelper.hxx | 249 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1149 sal_Bool PDFWriterImpl::checkEncryptionBufferSize( sal_Int32 newSize ) in checkEncryptionBufferSize() argument 1151 if( m_nEncryptionBufferSize < newSize ) in checkEncryptionBufferSize() 1155 m_pEncryptionBuffer = (sal_uInt8*)rtl_reallocateMemory( m_pEncryptionBuffer, newSize ); in checkEncryptionBufferSize() 1157 m_nEncryptionBufferSize = newSize; in checkEncryptionBufferSize()
|
/aoo42x/main/framework/source/layoutmanager/ |
H A D | panelmanager.hxx | 77 void layoutPanels( const ::com::sun::star::awt::Rectangle newSize );
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_bitmapcanvashelper.hxx | 101 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 212 com.sun.star.awt.Size newSize = new com.sun.star.awt.Size(); in changePValue() local 213 newSize.Height = oldSize.Height +1; in changePValue() 214 newSize.Width = oldSize.Width +1; in changePValue() 215 newValue = newSize; in changePValue()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1496 …eference< rendering::XBitmap > CanvasHelper::getScaledBitmap( const geometry::RealSize2D& newSize, in getScaledBitmap() argument 1505 …dering::XBitmap >( new CanvasBitmap( ::basegfx::B2ISize( ::canvas::tools::roundUp( newSize.Width ), in getScaledBitmap() 1506 ::canvas::tools::roundUp( newSize.Height ) ), in getScaledBitmap()
|
H A D | cairo_canvashelper.hxx | 232 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
|
/aoo42x/main/vcl/inc/ |
H A D | canvasbitmap.hxx | 73 … > SAL_CALL getScaledBitmap( const com::sun::star::geometry::RealSize2D& newSize, sal_Bool beFast …
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 454 …ndering::XBitmap > SAL_CALL VclCanvasBitmap::getScaledBitmap( const geometry::RealSize2D& newSize, in getScaledBitmap() argument 460 …aNewBmp.Scale( sizeFromRealSize2D( newSize ), beFast ? BMP_SCALE_FASTESTINTERPOLATE : BMP_SCALE_IN… in getScaledBitmap()
|
/aoo42x/main/canvas/source/null/ |
H A D | null_canvashelper.hxx | 219 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 898 sal_Int64 newSize = 0; in setv() local 899 if( values[i].Value >>= newSize ) in setv() 904 aFile.setSize(sal_uInt64(newSize)) != osl::FileBase::E_None || in setv()
|