Home
last modified time | relevance | path

Searched refs:pSize (Results 1 – 25 of 38) sorted by path

12

/trunk/main/cui/source/tabpages/
H A Dpage.cxx192 sal_Bool IsEqualSize_Impl( const SvxSizeItem* pSize, const Size& rSize ) in IsEqualSize_Impl() argument
194 if ( pSize ) in IsEqualSize_Impl()
196 Size aSize = pSize->GetSize(); in IsEqualSize_Impl()
1592 const SvxSizeItem* pSize = (const SvxSizeItem*)GetItem( *_pSet, SID_ATTR_PAGE_SIZE ); in DeactivatePage() local
1593 if ( aSize.Width() && ( !pSize || !IsEqualSize_Impl( pSize, aSize ) ) ) in DeactivatePage()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx211 …virtual void SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize = 0, const sal_…
/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/embeddedobj/source/general/
H A Ddocholder.cxx1098 sal_Bool DocumentHolder::GetExtent( sal_Int64 nAspect, awt::Size *pSize ) in GetExtent() argument
1101 if ( pSize && xDocVis.is() ) in GetExtent()
1105 *pSize = xDocVis->getVisualAreaSize( nAspect ); 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/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/embedserv/source/inc/
H A Ddocholder.hxx194 HRESULT SetExtent( const SIZEL *pSize );
195 HRESULT GetExtent( SIZEL *pSize );
/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/jvmfwk/inc/jvmfwk/
H A Dframework.h447 JavaInfo ***parInfo, sal_Int32 *pSize);
692 sal_Int32 * pSize);
811 rtl_uString *** parLocations, sal_Int32 * pSize);
/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/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/sal/inc/osl/
H A Dfile.h802 oslFileError SAL_CALL osl_getFileSize( oslFileHandle Handle, sal_uInt64 *pSize );
/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/osl/unx/
H A Dfile.cxx1357 SAL_CALL osl_getFileSize( oslFileHandle Handle, sal_uInt64* pSize ) in osl_getFileSize() argument
1361 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pSize)) in osl_getFileSize()
1365 *pSize = pImpl->getSize(); in osl_getFileSize()
/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/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/sc/source/filter/excel/
H A Dtokstack.cxx78 pSize = new sal_uInt16[ nElement ]; in TokenPool()
126 delete[] pSize; in ~TokenPool()
315 pSizeNew[ nL ] = pSize[ nL ]; in GrowElement()
322 delete[] pSize; in GrowElement()
325 pSize = pSizeNew; in GrowElement()
570 sal_uInt16 nAnz = pSize[ nId ]; in GetElementRek()
623 pSize[ nElementAkt ] = nP_IdAkt - nP_IdLast; in operator >>()
646 pSize[ nElementAkt ] = 1; // eigentlich Banane in Store()
695 pSize[ nElementAkt ] = ( sal_uInt16 ) ppP_Str[ nP_StrAkt ]->Len(); in Store()
916 if( pSize[ nId ] == 1 ) in IsSingleOp()
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx163 sal_uInt16* pSize; // ...mit Laengenangabe (Anz. sal_uInt16) member in TokenPool
/trunk/main/sfx2/inc/sfx2/
H A Dchildwin.hxx79 Size *pSize = 0,
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx655 Size *pSize, in GetExtraData_Impl() argument
709 if ( pSize ) in GetExtraData_Impl()
710 *pSize = aChildSize; in GetExtraData_Impl()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx525 sal_uLong pSize = 0; in ImplGetPara() local
541 while ( pSize < mnStringSize ) in ImplGetPara()
566 pSize++; in ImplGetPara()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx220 BitmapEx GetBitmapFromMetaFile( const GDIMetaFile& rMtf, sal_Bool bTransparent, const Size* pSize ) in GetBitmapFromMetaFile() argument
230 if(pSize) in GetBitmapFromMetaFile()
234 …const Size aSize100th(Application::GetDefaultDevice()->PixelToLogic(*pSize, MapMode(MAP_100TH_MM))… in GetBitmapFromMetaFile()
240 …umQuadraticPixels = std::min(sal_uInt32(4096 * 4096), sal_uInt32(pSize->Width() * pSize->Height())… in GetBitmapFromMetaFile()
257 if(pSize) in GetBitmapFromMetaFile()
260 aTargetSize = *pSize; in GetBitmapFromMetaFile()
/trunk/main/sw/inc/
H A Dnumrule.hxx91 …virtual void SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize = 0, const sal_…
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx400 void SwNumFmt::SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize, in SetGraphicBrush() argument
405 SvxNumberFormat::SetGraphicBrush( pBrushItem, pSize, pOrient); in SetGraphicBrush()

Completed in 195 milliseconds

12