Home
last modified time | relevance | path

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

12

/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/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/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/sw/source/core/inc/
H A Ddrawfont.hxx58 const Size* pSize; member in SwDrawTextInfo
143 pSize = 0; in SwDrawTextInfo()
232 return *pSize; in GetSize()
420 pSize = &rNew; in SetSize()
/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/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/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/source/filter/xml/
H A Dxmltbli.cxx787 const SwFmtFrmSize *pSize = ((const SwFmtFrmSize *)pItem); in SwXMLTableColContext_Impl() local
788 nWidth = pSize->GetWidth(); in SwXMLTableColContext_Impl()
789 bRelWidth = ATT_VAR_SIZE == pSize->GetHeightSizeType(); in SwXMLTableColContext_Impl()
2745 const SwFmtFrmSize *pSize = 0; in MakeTable() local
2748 pSize = (const SwFmtFrmSize *)pItem; in MakeTable()
2763 if( pSize ) in MakeTable()
2765 if( pSize->GetWidthPercent() ) in MakeTable()
2768 nPrcWidth = pSize->GetWidthPercent(); in MakeTable()
2772 nWidth = pSize->GetWidth(); in MakeTable()
/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/sw/source/core/layout/
H A Dfindfrm.cxx603 const SwPageFrm* SwRootFrm::GetPageAtPos( const Point& rPt, const Size* pSize, bool bExtend ) const in GetPageAtPos() argument
608 if ( pSize ) in GetPageAtPos()
611 aRect.SSize() = *pSize; in GetPageAtPos()
633 if ( (!pSize && rBoundRect.IsInside(rPt)) || in GetPageAtPos()
634 (pSize && rBoundRect.IsOver(aRect)) ) in GetPageAtPos()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx388 const Size* pSize ) in Draw() argument
395 aOutSize = ( pSize ? *pSize : pOutDev->PixelToLogic( maSize ) ); in Draw()
/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/sw/source/core/unocore/
H A Dunosett.cxx2143 awt::Size* pSize = (awt::Size*)pData->aVal.getValue(); in SetNumberingRuleByIndex() local
2144 pSize->Width = MM100_TO_TWIP(pSize->Width); in SetNumberingRuleByIndex()
2145 pSize->Height = MM100_TO_TWIP(pSize->Height); in SetNumberingRuleByIndex()
2146 pSetSize->Width() = pSize->Width; in SetNumberingRuleByIndex()
2147 pSetSize->Height() = pSize->Height; in SetNumberingRuleByIndex()
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx194 HRESULT SetExtent( const SIZEL *pSize );
195 HRESULT GetExtent( SIZEL *pSize );
/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/vcl/source/window/
H A Dsplitwin.cxx514 long* pSize; in ImplCalcSet() local
685 pSize = &(pItems[i].mnPixSize); in ImplCalcSet()
697 if ( (*pSize+nCurSizeDelta+nTempErr) <= 0 ) in ImplCalcSet()
699 nTemp = *pSize; in ImplCalcSet()
702 *pSize -= nTemp; in ImplCalcSet()
709 *pSize += nCurSizeDelta; in ImplCalcSet()
711 if ( nTempErr && (*pSize || (nTempErr > 0)) ) in ImplCalcSet()
713 *pSize += nTempErr; in ImplCalcSet()
/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/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/sw/source/filter/ww8/
H A Dww8par4.cxx403 if (const SwFmtFrmSize* pSize = in ImportOleBase() local
406 aRect.SetSize(pSize->GetSize()); in ImportOleBase()
/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/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/vcl/source/app/
H A Dhelp.cxx797 Point pSize( aSz.Width(), aSz.Height() ); in ImplSetHelpWindowPos() local
798 Point pTest( mPos - pSize - delta ); in ImplSetHelpWindowPos()
/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()

Completed in 229 milliseconds

12