/aoo42x/main/sc/source/filter/inc/ |
H A D | lotfntbf.hxx | 45 SvxFontHeightItem* pHeight; member 52 pHeight = NULL; in ENTRY() 62 if( pHeight ) in ~ENTRY() 63 delete pHeight; in ~ENTRY() 82 if( pHeight ) in Height() 83 delete pHeight; in Height() 84 pHeight = &rNew; in Height()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column2.cxx | 770 void ScColumn::GetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight, in GetOptimalHeight() argument 859 if (nDefHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight() 860 pHeight[nRow-nStartRow] = nDefHeight; in GetOptimalHeight() 878 if (nCjkHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight() 879 pHeight[nRow-nStartRow] = nCjkHeight; in GetOptimalHeight() 885 if (nCtlHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight() 886 pHeight[nRow-nStartRow] = nCtlHeight; in GetOptimalHeight() 892 if (nLatHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight() 893 pHeight[nRow-nStartRow] = nLatHeight; in GetOptimalHeight() 917 if (nHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight() [all …]
|
H A D | table1.cxx | 300 sal_uInt16* pHeight = new sal_uInt16[nCount]; // Twips ! in SetOptimalHeight() local 301 memset( pHeight, 0, sizeof(sal_uInt16) * nCount ); in SetOptimalHeight() 308 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, 0, 0 ); in SetOptimalHeight() 312 sal_uInt16 nMinHeight = pHeight[nCount-1]; in SetOptimalHeight() 314 while ( nPos && pHeight[nPos-1] >= nMinHeight ) in SetOptimalHeight() 322 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, in SetOptimalHeight() 365 if (pHeight[nInner]+nExtra == nLast) in SetOptimalHeight() 375 nLast = pHeight[nInner]+nExtra; in SetOptimalHeight() 394 delete[] pHeight; in SetOptimalHeight()
|
/aoo42x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 261 const SfxPoolItem* pHeight; in WriteToDocument() local 262 if ( rESet.GetItemState( ATTR_FONT_HEIGHT, sal_False, &pHeight) != SFX_ITEM_SET ) in WriteToDocument() 263 pHeight = 0; in WriteToDocument() 270 if ( pFont || pHeight || pWeight || pPosture ) in WriteToDocument() 283 if ( pHeight ) in WriteToDocument() 284 rSet.Put( *pHeight, ScGlobal::GetScriptedWhichID( in WriteToDocument()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 230 XMLPropertyState* pHeight(NULL); in finished() local 243 case CTF_SC_ROWHEIGHT : pHeight = property; break; in finished() 258 if (pHeight) in finished() 262 pOptimalHeight->maValue = pHeight->maValue; in finished() 263 pHeight->mnIndex = -1; in finished() 269 else if (pHeight) in finished()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 247 const SvxFontHeightItem *pHeight = (const SvxFontHeightItem *)pItem; in SetDiffFnt() local 251 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt() 277 const SvxFontHeightItem *pHeight = (const SvxFontHeightItem *)pItem; in SetDiffFnt() local 281 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt() 313 const SvxFontHeightItem *pHeight = (const SvxFontHeightItem *)pItem; in SetDiffFnt() local 317 aTmpSize.Height() = pHeight->GetHeight(); in SetDiffFnt()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | fontbuff.cxx | 56 if( pAkt->pHeight ) in Fill() 57 rItemSet.Put( *pAkt->pHeight ); in Fill()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviews2.cxx | 390 SFX_REQUEST_ARG (rReq, pHeight, SfxUInt32Item, ID_VAL_PAGEHEIGHT, sal_False); in FuTemporary() 393 Size aSize (pWidth->GetValue (), pHeight->GetValue ()); in FuTemporary()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svimbase.hxx | 124 sal_uIntPtr* pHeight, sal_uIntPtr* pAlignedWidth,
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 798 const ::uno::Any* pHeight = 0; in FillBaseProperties() local 799 GetProperty(RES_FRM_SIZE, MID_FRMSIZE_HEIGHT|CONVERT_TWIPS, pHeight); in FillBaseProperties() 806 if( pWidth || pHeight ||pRelH || pRelW || pSize ||pSizeType || in FillBaseProperties() 813 if(pHeight) in FillBaseProperties() 814 bRet &= ((SfxPoolItem&)aFrmSz).PutValue(*pHeight, MID_FRMSIZE_HEIGHT|CONVERT_TWIPS); in FillBaseProperties()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtftn.cxx | 802 SwSaveFtnHeight *pHeight = bEnd ? NULL : in ConnectFtn() local 805 delete pHeight; in ConnectFtn()
|
/aoo42x/main/sc/inc/ |
H A D | column.hxx | 364 void GetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight,
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 6159 SizePtr pHeight = &Size::nB; variable 6174 const SizePtr pDirSz = pDirPt == pX ? pWidth : pHeight; in lcl_RefreshLine() 6175 const SizePtr pOthSz = pDirSz == pWidth ? pHeight : pWidth; in lcl_RefreshLine()
|