Searched refs:pWidth (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1610 sal_uInt16 *pWidth = (sal_uInt16 *)pPara; in lcl_ResizeBox() local 1617 *pWidth = *pWidth + nWidth; in lcl_ResizeBox() 1621 *pWidth = *pWidth + (sal_uInt16)rpBox->GetFrmFmt()->GetFrmSize().GetSize().Width(); in lcl_ResizeBox() 1629 sal_uInt16 *pWidth = (sal_uInt16 *)pPara; in lcl_ResizeLine() local 1631 sal_uInt16 nOldWidth = *pWidth; in lcl_ResizeLine() 1633 *pWidth = 0; in lcl_ResizeLine() 1634 ((SwTableLine *)rpLine)->GetTabBoxes().ForEach( &lcl_ResizeBox, pWidth ); in lcl_ResizeLine() 1637 ASSERT( !nOldWidth || Abs(*pWidth-nOldWidth) < COLFUZZY, in lcl_ResizeLine()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 104 const SwTableBox& GetBox( sal_uInt16 nPos, sal_uInt16* pWidth = 0 ) const in GetBox() argument 107 if( pWidth ) in GetBox() 108 *pWidth = nPos+1 == aPosArr.Count() ? nWidth in GetBox()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | drviews2.cxx | 389 SFX_REQUEST_ARG (rReq, pWidth, SfxUInt32Item, ID_VAL_PAGEWIDTH, sal_False); in FuTemporary() 393 Size aSize (pWidth->GetValue (), pHeight->GetValue ()); in FuTemporary()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svimbase.hxx | 123 HPBYTE BitmapToArray24( const Bitmap& rBitmap, sal_uIntPtr* pWidth,
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 438 const ::uno::Any* pWidth = 0; in FillBaseProperties() local 439 GetProperty(RES_FRM_SIZE, MID_FRMSIZE_WIDTH|CONVERT_TWIPS, pWidth); in FillBaseProperties() 448 if( pWidth || pHeight ||pRelH || pRelW || pSize ||pSizeType || in FillBaseProperties() 453 if(pWidth) in FillBaseProperties() 454 bRet &= ((SfxPoolItem&)aFrmSz).PutValue(*pWidth, MID_FRMSIZE_WIDTH|CONVERT_TWIPS); in FillBaseProperties()
|
H A D | unotbl.cxx | 2013 const uno::Any* pWidth = 0; in ApplyTblAttr() local 2014 GetProperty(FN_TABLE_WIDTH, 0xff, pWidth ); in ApplyTblAttr() 2016 sal_Bool bPutSize = pWidth != 0; in ApplyTblAttr() 2018 if(pWidth) in ApplyTblAttr() 2020 ((SfxPoolItem&)aSz).PutValue(*pWidth, MID_FRMSIZE_WIDTH); in ApplyTblAttr()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 6031 SizePtr pWidth = &Size::nA; variable 6047 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine() 6048 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()
|
Completed in 72 milliseconds