Home
last modified time | relevance | path

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

12

/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/sw/source/core/inc/
H A Drootfrm.hxx268 …const SwPageFrm* GetPageAtPos( const Point& rPt, const Size* pSize = 0, bool bExtend = false ) con…
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/sw/source/filter/ww8/
H A Dww8par4.cxx403 if (const SwFmtFrmSize* pSize = in ImportOleBase() local
406 aRect.SetSize(pSize->GetSize()); in ImportOleBase()
H A Dww8par6.cxx1311 sal_uInt16 nOOIndex, sal_uInt16 nWWIndex, short *pSize=0) in GetLineIndex() argument
1484 if (pSize) in GetLineIndex()
1485 pSize[nWWIndex] = nLineThickness+nSpace; in GetLineIndex()
1493 sal_uInt16 nOOIndex, sal_uInt16 nWWIndex, short *pSize=0) in Set1Border() argument
1500 GetLineIndex(rBox, nLineThickness, nSpace, nCol, nIdx, nOOIndex, nWWIndex, pSize ); in Set1Border()
/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/sw/source/filter/rtf/
H A Dswparrtf.hxx50 sal_uInt16 nOOIndex, sal_uInt16 nWWIndex, short *pSize);
/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/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/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/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/vcl/source/gdi/
H A Dimpimage.cxx388 const Size* pSize ) in Draw() argument
395 aOutSize = ( pSize ? *pSize : pOutDev->PixelToLogic( maSize ) ); in Draw()
/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/vcl/inc/
H A Dimage.h57 …_uInt16 nPos, OutputDevice* pDev, const Point& rPos, sal_uInt16 nStyle, const Size* pSize = NULL );
/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/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()
H A Dunoframe.cxx800 const ::uno::Any* pSize = 0; in FillBaseProperties() local
801 GetProperty(RES_FRM_SIZE, MID_FRMSIZE_SIZE|CONVERT_TWIPS, pSize); in FillBaseProperties()
806 if( pWidth || pHeight ||pRelH || pRelW || pSize ||pSizeType || in FillBaseProperties()
823 if(pSize) in FillBaseProperties()
824 bRet &= ((SfxPoolItem&)aFrmSz).PutValue(*pSize, MID_FRMSIZE_SIZE|CONVERT_TWIPS); in FillBaseProperties()
/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/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()
/trunk/main/sw/inc/
H A Dnumrule.hxx91 …virtual void SetGraphicBrush( const SvxBrushItem* pBrushItem, const Size* pSize = 0, const sal_…
/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/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/sfx2/inc/sfx2/
H A Dchildwin.hxx79 Size *pSize = 0,
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx163 sal_uInt16* pSize; // ...mit Laengenangabe (Anz. sal_uInt16) member in TokenPool
/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()

Completed in 222 milliseconds

12