Searched refs:nDefHeight (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | impop.cxx | 613 sal_uInt16 nDefHeight; in Defrowheight2() local 614 maStrm >> nDefHeight; in Defrowheight2() 615 nDefHeight &= 0x7FFF; in Defrowheight2() 616 pColRowBuff->SetDefHeight( nDefHeight, EXC_DEFROW_UNSYNCED ); in Defrowheight2() 1033 sal_uInt16 nFlags, nDefHeight; in Defrowheight345() local 1034 maStrm >> nFlags >> nDefHeight; in Defrowheight345() 1035 pColRowBuff->SetDefHeight( nDefHeight, nFlags ); in Defrowheight345()
|
H A D | colrowst.cxx | 119 void XclImpColRowSettings::SetDefHeight( sal_uInt16 nDefHeight, sal_uInt16 nFlags ) in SetDefHeight() argument 121 mnDefHeight = nDefHeight; in SetDefHeight()
|
/aoo4110/main/sc/source/core/data/ |
H A D | column2.cxx | 843 sal_uInt16 nDefHeight; in GetOptimalHeight() local 846 nDefHeight = nCjkHeight = lcl_GetAttribHeight( *pPattern, ATTR_CJK_FONT_HEIGHT ); in GetOptimalHeight() 848 nDefHeight = nCtlHeight = lcl_GetAttribHeight( *pPattern, ATTR_CTL_FONT_HEIGHT ); in GetOptimalHeight() 850 nDefHeight = nLatHeight = lcl_GetAttribHeight( *pPattern, ATTR_FONT_HEIGHT ); in GetOptimalHeight() 855 if ( nDefHeight <= nMinHeight && nStdEnd >= nMinStart ) in GetOptimalHeight() 859 if (nDefHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight() 860 pHeight[nRow-nStartRow] = nDefHeight; in GetOptimalHeight()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | colrowst.hxx | 44 void SetDefHeight( sal_uInt16 nDefHeight, sal_uInt16 nFlags );
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox.cxx | 1899 long nDefHeight; in ImplCalcItem() local 1909 nDefHeight = GetDefaultImageSize().Height(); in ImplCalcItem() 2056 it->maItemSize = Size( nDefWidth, nDefHeight ); in ImplCalcItem() 2086 it->maItemSize = Size( nDefWidth, nDefHeight ); in ImplCalcItem() 2115 nMaxHeight = nDefHeight; in ImplCalcItem() 2128 long nFixedHeight = nDefHeight; in ImplCalcItem()
|
/aoo4110/main/svtools/source/control/ |
H A D | ruler.cxx | 301 long nDefHeight = GetTextHeight() + RULER_OFF*2 + RULER_TEXTOFF*2 + mnBorderWidth; in ImplInit() local 304 aDefSize.Height() = nDefHeight; in ImplInit() 306 aDefSize.Width() = nDefHeight; in ImplInit()
|
Completed in 105 milliseconds