Home
last modified time | relevance | path

Searched refs:pSize (Results 26 – 38 of 38) sorted by last modified time

12

/trunk/main/sal/rtl/source/
H A Dalloc_arena.c81 sal_Size * pSize
1015 sal_Size * pSize in rtl_arena_alloc() argument
1020 if ((arena != 0) && (pSize != 0)) in rtl_arena_alloc()
1022 sal_Size size = RTL_MEMORY_ALIGN((*pSize), arena->m_quantum); in rtl_arena_alloc()
1065 (*pSize) = segment->m_size; in rtl_arena_alloc()
1078 (*pSize) = size; in rtl_arena_alloc()
1187 sal_Size * pSize in rtl_machdep_alloc() argument
1191 sal_Size size = (*pSize); in rtl_machdep_alloc()
1226 (*pSize) = size; in rtl_machdep_alloc()
/trunk/main/sal/osl/w32/
H A Dfile.cxx1075 SAL_CALL osl_getFileSize (oslFileHandle Handle, sal_uInt64 *pSize) in osl_getFileSize() argument
1079 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile) || (0 == pSize)) in osl_getFileSize()
1083 *pSize = pImpl->getSize(); in osl_getFileSize()
/trunk/main/sal/osl/os2/
H A Dfile.cxx1867 SAL_CALL osl_getFileSize( oslFileHandle Handle, sal_uInt64* pSize ) in osl_getFileSize() argument
1871 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pSize)) in osl_getFileSize()
1874 *pSize = pImpl->getSize(); in osl_getFileSize()
/trunk/main/sal/inc/osl/
H A Dfile.h802 oslFileError SAL_CALL osl_getFileSize( oslFileHandle Handle, sal_uInt64 *pSize );
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx261 …const Any *pSalt = NULL, *pVector = NULL, *pCount = NULL, *pSize = NULL, *pDigest = NULL, *pDigest… in parseManifest() local
277 pSize = &( pValue[j].Value ); in parseManifest()
308 if ( pSalt && pVector && pCount && pSize && pDigest && pDigestAlg && pEncryptionAlg ) in parseManifest()
324 *pSize >>= nSize; in parseManifest()
/trunk/main/jvmfwk/source/
H A Dframework.cxx62 javaFrameworkError SAL_CALL jfw_findAllJREs(JavaInfo ***pparInfo, sal_Int32 *pSize) in jfw_findAllJREs() argument
69 if (pparInfo == NULL || pSize == NULL) in jfw_findAllJREs()
233 *pSize = nSize; in jfw_findAllJREs()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx52 int penSize=(pSize.Width()+pSize.Height())/2; in contractRectangle()
91 L2I_ARY( orig.X()+pSize.Width(), orig.Y()+pSize.Height() ), in drawLineHQ()
96 L2I_ARY( dest.X()+pSize.Width(), dest.Y()+pSize.Height()), in drawLineHQ()
126 int penSize=(pSize.Width()+pSize.Height())/2; in drawLine()
127 int decal[2] = L2I_ARY( pSize.Width()/2, pSize.Height()/2); in drawLine()
141 int penSize=(pSize.Width()+pSize.Height())/2; in drawRectangle()
160 int penSize=(pSize.Width()+pSize.Height())/2; in drawEllipse()
175 int penSize=(pSize.Width()+pSize.Height())/2; in drawArc()
210 int penSize=(pSize.Width()+pSize.Height())/2; in drawRoundRectangle()
232 int penSize=(pSize.Width()+pSize.Height())/2; in drawPolygon()
[all …]
H A Dshape.hxx36 void drawLine(VirtualDevice *dev, Point const &orig, Point const &dest, Size const &pSize);
39 void drawRectangle(VirtualDevice *dev, bool drawFrame, Rectangle const &rect, Size const &pSize);
42 void drawPolygon(VirtualDevice *dev, bool drawFrame, Polygon const &rect, Size const &pSize);
45 void drawEllipse(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &pSize);
50 …e(VirtualDevice *dev, bool drawFrame, Rectangle const &orig, Size const &ovalS, Size const &pSize);
55 …l drawFrame, Rectangle const &orig, const double& angle1, const double& angle2, Size const &pSize);
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx194 HRESULT SetExtent( const SIZEL *pSize );
195 HRESULT GetExtent( SIZEL *pSize );
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1246 HRESULT DocumentHolder::SetExtent( const SIZEL *pSize ) in SetExtent() argument
1248 if ( pSize ) in SetExtent()
1255 awt::Size aNewSize( pSize->cx, pSize->cy ); in SetExtent()
1280 HRESULT DocumentHolder::GetExtent( SIZEL *pSize ) in GetExtent() argument
1282 if ( pSize ) in GetExtent()
1301 pSize->cx = aDocSize.Width; in GetExtent()
1302 pSize->cy = aDocSize.Height; in GetExtent()
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx168 sal_Bool GetExtent( sal_Int64 nAspect, ::com::sun::star::awt::Size *pSize );
/trunk/main/editeng/source/items/
H A Dnumitem.cxx499 const Size* pSize, const sal_Int16* pOrient) in SetGraphicBrush() argument
517 if(pSize) in SetGraphicBrush()
518 aGraphicSize = *pSize; in SetGraphicBrush()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx211 …virtual void SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize = 0, const sal_…

Completed in 84 milliseconds

12