Home
last modified time | relevance | path

Searched refs:newSize (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/expat/
H A Dexpat-2.5.0.patch382 + 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 *);
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1149 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()
H A Dpdfwriter_impl.hxx822 sal_Bool checkEncryptionBufferSize( sal_Int32 newSize );
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx898 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()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java110 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()
H A DGraphicPro_Position.java97 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 DGraphicPro_Size.java93 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()
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx454 …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()
/trunk/main/vcl/inc/
H A Dcanvasbitmap.hxx73 … > SAL_CALL getScaledBitmap( const com::sun::star::geometry::RealSize2D& newSize, sal_Bool beFast …
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx205 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()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpage.cxx134 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java212 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()
/trunk/main/offapi/com/sun/star/rendering/
H A DXBitmap.idl84 @param newSize
102 …XBitmap getScaledBitmap( [in] ::com::sun::star::geometry::RealSize2D newSize, [in] boolean b…
/trunk/main/idlc/source/
H A Daststack.cxx97 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()
/trunk/main/framework/source/layoutmanager/
H A Dpanelmanager.hxx77 void layoutPanels( const ::com::sun::star::awt::Rectangle newSize );
/trunk/main/dtrans/source/win32/dtobj/
H A DDTransHelper.cxx135 void SAL_CALL CStgTransferHelper::init( SIZE_T newSize, in init() argument
143 HGLOBAL hGlob = GlobalAlloc( uiFlags, newSize ); in init()
H A DDTransHelper.hxx87 SIZE_T newSize,
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx115 …e< rendering::XBitmap > CanvasBitmapHelper::getScaledBitmap( const geometry::RealSize2D& newSize, in getScaledBitmap() argument
128 aRes.Scale( ::vcl::unotools::sizeFromRealSize2D(newSize), in getScaledBitmap()
H A Dcanvasbitmaphelper.hxx92 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
H A Dcanvashelper.cxx930 …eference< rendering::XBitmap > CanvasHelper::getScaledBitmap( const geometry::RealSize2D& newSize, in getScaledBitmap() argument
948 aBitmap.Scale( ::vcl::unotools::sizeFromRealSize2D(newSize), in getScaledBitmap()
H A Dcanvashelper.hxx249 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
/trunk/main/canvas/source/null/
H A Dnull_canvashelper.hxx219 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
/trunk/main/canvas/source/directx/
H A Ddx_bitmapcanvashelper.hxx101 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1496 …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 Dcairo_canvashelper.hxx232 getScaledBitmap( const ::com::sun::star::geometry::RealSize2D& newSize,

Completed in 156 milliseconds

12