Home
last modified time | relevance | path

Searched refs:pHeight (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dlotfntbf.hxx45 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()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx770 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 Dtable1.cxx300 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()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx261 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()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx230 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()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx247 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()
/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx56 if( pAkt->pHeight ) in Fill()
57 rItemSet.Put( *pAkt->pHeight ); in Fill()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx390 SFX_REQUEST_ARG (rReq, pHeight, SfxUInt32Item, ID_VAL_PAGEHEIGHT, sal_False); in FuTemporary()
393 Size aSize (pWidth->GetValue (), pHeight->GetValue ()); in FuTemporary()
/trunk/main/svx/inc/svx/
H A Dsvimbase.hxx124 sal_uIntPtr* pHeight, sal_uIntPtr* pAlignedWidth,
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx798 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()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx802 SwSaveFtnHeight *pHeight = bEnd ? NULL : in ConnectFtn() local
805 delete pHeight; in ConnectFtn()
/trunk/main/sc/inc/
H A Dcolumn.hxx364 void GetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight,
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6159 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()

Completed in 125 milliseconds