Home
last modified time | relevance | path

Searched refs:pWidth (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1614 sal_uInt16 *pWidth = (sal_uInt16 *)pPara; in lcl_ResizeBox() local
1621 *pWidth = *pWidth + nWidth; in lcl_ResizeBox()
1625 *pWidth = *pWidth + (sal_uInt16)rpBox->GetFrmFmt()->GetFrmSize().GetSize().Width(); in lcl_ResizeBox()
1633 sal_uInt16 *pWidth = (sal_uInt16 *)pPara; in lcl_ResizeLine() local
1635 sal_uInt16 nOldWidth = *pWidth; in lcl_ResizeLine()
1637 *pWidth = 0; in lcl_ResizeLine()
1638 ((SwTableLine *)rpLine)->GetTabBoxes().ForEach( &lcl_ResizeBox, pWidth ); in lcl_ResizeLine()
1641 ASSERT( !nOldWidth || Abs(*pWidth-nOldWidth) < COLFUZZY, in lcl_ResizeLine()
/trunk/main/sw/source/core/inc/
H A Dtblrwcl.hxx104 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()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx389 SFX_REQUEST_ARG (rReq, pWidth, SfxUInt32Item, ID_VAL_PAGEWIDTH, sal_False); in FuTemporary()
393 Size aSize (pWidth->GetValue (), pHeight->GetValue ()); in FuTemporary()
/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx123 HPBYTE BitmapToArray24( const Bitmap& rBitmap, sal_uIntPtr* pWidth,
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx796 const ::uno::Any* pWidth = 0; in FillBaseProperties() local
797 GetProperty(RES_FRM_SIZE, MID_FRMSIZE_WIDTH|CONVERT_TWIPS, pWidth); in FillBaseProperties()
806 if( pWidth || pHeight ||pRelH || pRelW || pSize ||pSizeType || in FillBaseProperties()
811 if(pWidth) in FillBaseProperties()
812 bRet &= ((SfxPoolItem&)aFrmSz).PutValue(*pWidth, MID_FRMSIZE_WIDTH|CONVERT_TWIPS); in FillBaseProperties()
H A Dunotbl.cxx2013 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()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6158 SizePtr pWidth = &Size::nA; variable
6174 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine()
6175 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()

Completed in 89 milliseconds