Home
last modified time | relevance | path

Searched refs:nHeight (Results 101 – 125 of 597) sorted by relevance

12345678910>>...24

/trunk/main/sw/source/filter/xml/
H A Dxmltexti.hxx63 sal_Int32 nWidth, sal_Int32 nHeight );
70 sal_Int32 nWidth, sal_Int32 nHeight );
78 sal_Int32 nWidth, sal_Int32 nHeight );
85 sal_Int32 nWidth, sal_Int32 nHeight );
93 sal_Int32 nWidth, sal_Int32 nHeight );
/trunk/main/dbaccess/source/ui/app/
H A DAppTitleWindow.cxx92 sal_Int32 nHeight = GetTextHeight() + 2*nYOffset; in Resize() local
95 Size(nXOffset , nHeight - SPACE_BORDER) ); in Resize()
99 Size(nOutputWidth - nXOffset - 2*SPACE_BORDER, nHeight - nYOffset - SPACE_BORDER) ); in Resize()
102 …xel( Point(m_bShift ? (nXOffset+SPACE_BORDER) : sal_Int32(SPACE_BORDER), nHeight + nXOffset + SPAC… in Resize()
103 …*nXOffset - 2*SPACE_BORDER) : sal_Int32(SPACE_BORDER) ), nOutputHeight - nHeight - 2*nXOffset - 2*… in Resize()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx816 (sal_uInt32) nHeight ) ); in FillItemSet()
950 m_aHeightMF.SetValue(m_aHeightMF.Normalize(nHeight), FUNIT_TWIP); in Reset()
951 m_fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in Reset()
1116 …sal_Int32 nHeight = static_cast<sal_uInt32>(m_aHeightMF.Denormalize(m_aHeightMF.GetValue(FUNIT_TWI… in IMPL_LINK() local
1118 aVal.nHeight = nHeight; in IMPL_LINK()
1124 nHeight = aVal.nHeight; in IMPL_LINK()
1358 sal_Int64 nHeight = m_aHeightMF.Denormalize(m_aHeightMF.GetValue(FUNIT_TWIP)); in IMPL_LINK() local
1363 nHeight = sal_Int64((double)nWidth / m_fWidthHeightRatio); in IMPL_LINK()
1364 m_aHeightMF.SetValue(m_aHeightMF.Normalize(nHeight), FUNIT_TWIP); in IMPL_LINK()
1368 nWidth = sal_Int64((double)nHeight * m_fWidthHeightRatio); in IMPL_LINK()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx59 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
122 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
166 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
168 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags );
171 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSi…
H A Dsvppspgraphics.hxx60 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency );
141 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
185 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
187 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags );
190 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSi…
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx126 float GetFontHeight( sal_Int32 nHeight );
185 …ine explicit EmuSize( sal_Int64 nWidth, sal_Int64 nHeight ) : Width( nWidth ), Height( nHeight in EmuSize()
195 …4 nX, sal_Int64 nY, sal_Int64 nWidth, sal_Int64 nHeight ) : EmuPoint( nX, nY ), EmuSize( nWidth, n… in EmuRectangle()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx123 long nHeight = pWindow->GetOutputSize().Height() - 2*FRAME; in ImpPaint() local
125 if( nHeight < 0 ) nHeight = 0; in ImpPaint()
128 double dRatioPreV=((double) nWidth ) / nHeight; in ImpPaint()
134 aPoint=Point( 0, (sal_uInt16)((nHeight-aSize.Height())/2)); in ImpPaint()
138 aSize=Size((sal_uInt16)(nHeight*dRatio), nHeight); in ImpPaint()
141 Point bPoint=Point(nWidth,nHeight)-aPoint; in ImpPaint()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3179 nWidth = nHeight; in ImplDrawTextRect()
3180 nHeight = nTemp; in ImplDrawTextRect()
3181 nY -= nHeight; in ImplDrawTextRect()
3188 nY -= nHeight; in ImplDrawTextRect()
3197 nHeight = nTemp; in ImplDrawTextRect()
3264 nHeight = nY2-nY; in ImplGetTextBoundRect()
3526 if ( !nHeight ) in ImplDrawWaveLine()
4277 if ( !nHeight ) in ImplGetEmphasisMark()
5674 nHeight = ImplDevicePixelToLogicHeight( nHeight ); in GetTextHeight()
5676 return nHeight; in GetTextHeight()
[all …]
H A Dsalgdilayout.cxx427 void SalGraphics::DrawRect( long nX, long nY, long nWidth, long nHeight, const OutputDevice *pOutDe… in DrawRect() argument
431 drawRect( nX, nY, nWidth, nHeight ); in DrawRect()
666 SalBitmap* SalGraphics::GetBitmap( long nX, long nY, long nWidth, long nHeight, const OutputDevice … in GetBitmap() argument
670 return getBitmap( nX, nY, nWidth, nHeight ); in GetBitmap()
678 void SalGraphics::Invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags, const Outp… in Invert() argument
682 invert( nX, nY, nWidth, nHeight, nFlags ); in Invert()
697 sal_Bool SalGraphics::DrawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong n… in DrawEPS() argument
701 return drawEPS( nX, nY, nWidth, nHeight, pPtr, nSize ); in DrawEPS()
857 bool SalGraphics::DrawAlphaRect( long nX, long nY, long nWidth, long nHeight, in DrawAlphaRect() argument
863 return drawAlphaRect( nX, nY, nWidth, nHeight, nTransparency ); in DrawAlphaRect()
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h121 virtual void SetMinClientSize( long nWidth, long nHeight );
122 virtual void SetMaxClientSize( long nWidth, long nHeight );
123 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
162 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
166 virtual void SetClientSize( long nWidth, long nHeight );
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx291 SCROW nHeight = 0; in Refresh() local
305 nHeight += aTokenRange.aEnd.Row() - aTokenRange.aStart.Row() + 2; in Refresh()
309 if( nHeight > 0 ) in Refresh()
310 nHeight--; in Refresh()
318 if (nWidth > 0 && nHeight > 0) in Refresh()
321 aNewRange.aEnd.SetRow( aNewRange.aStart.Row() + nHeight - 1 ); in Refresh()
374 if (nWidth > 0 && nHeight > 0) in Refresh()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx151 const sal_Int32 nHeight (pBitmap->Height()); in AdaptTransparency() local
153 for (sal_Int32 nY = 0; nY<nHeight; ++nY) in AdaptTransparency()
907 const int nHeight (mnBarHeight); in CreateBackground() local
908 const int nCenter (nHeight / 2); in CreateBackground()
911 aDevice.SetOutputSizePixel(Size(nWidth,nHeight)); in CreateBackground()
918 aDevice.DrawRect(Rectangle(0,nCenter,nWidth-1,nHeight-1)); in CreateBackground()
927 aDevice.DrawLine(Point(0,nCenter),Point(0,nHeight-1)); in CreateBackground()
928 aDevice.DrawLine(Point(0,nHeight-1), Point(nWidth-1,nHeight-1)); in CreateBackground()
929 aDevice.DrawLine(Point(nWidth-1,nHeight-1),Point(nWidth-1,nCenter)); in CreateBackground()
931 return aDevice.GetBitmapEx(Point(0,0), Size(nWidth,nHeight)); in CreateBackground()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx694 sal_Int32 nWidth, nHeight,nMaskColors; in readImage() local
696 readInt32(nHeight); in readImage()
727 sal_Int32 nWidth, nHeight, nInvert; in readMask() local
729 readInt32(nHeight); in readMask()
753 sal_Int32 nWidth, nHeight, nMaskWidth, nMaskHeight, nMaskInvert; in readMaskedImage() local
755 readInt32(nHeight); in readMaskedImage()
767 sal_Int32 nWidth, nHeight, nMaskWidth, nMaskHeight; in readSoftMaskedImage() local
769 readInt32(nHeight); in readSoftMaskedImage()
841 const double nHeight( readDouble() ); in parseLine() local
842 m_pSink->startPage( geometry::RealSize2D( nWidth, nHeight ) ); in parseLine()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx827 long nHeight = rTextSize.Height; in DrawText() local
857 if ( nHeight < 0 ) in DrawText()
859 nHeight = -nHeight; in DrawText()
861 else if ( nHeight == 0 ) in DrawText()
863 nHeight = -1; in DrawText()
866 maXShape->setSize( awt::Size( nWidth, nHeight ) ); in DrawText()
877 aAny <<= (sal_Int32)( aTextPos.Y + nHeight ); in DrawText()
906 if ( nHeight == -1 ) in DrawText()
948 if ( nWidth > 0 && nHeight > 0 ) // restricted text in DrawText()
/trunk/main/vcl/os2/source/window/
H A Dsalobj.cxx476 void Os2SalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
480 nX, mnHeight-(nY+nHeight), nWidth, nHeight, in UnionClipRegion()
498 void Os2SalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize() argument
509 WinSetWindowPos( mhWnd, 0, nX, aParentSWP.cy-(nY+nHeight), nWidth, nHeight, in SetPosSize()
/trunk/main/sw/source/core/text/
H A Dwidorp.cxx147 SwTwips nHeight = in IsInside() local
151 bFit = nHeight >= nLineHeight; in IsInside()
161 nHeight += pFrm->CalcAddLowerSpaceAsLastInTableCell(); in IsInside()
162 bFit = nHeight >= nLineHeight; in IsInside()
171 nHeight += pFrm->GrowTst( LONG_MAX ); in IsInside()
176 bFit = nHeight >= nLineHeight; in IsInside()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx258 const double nHeight);
979 sal_Int32 nHeight (21000); in GetSlideAspectRatio() local
982 && nHeight > 0) in GetSlideAspectRatio()
1289 if (nWidth<=0 || nHeight<=0) in Update()
1360 sal_Int32(ceil((nHeight+gnPreferredVerticalPreviewGap) in Update()
1369 mnVerticalOffset = round(-(nHeight in Update()
1985 sal_Int32 nHeight (32); in CalculateLabelSize() local
1990 nHeight = xBitmap->getSize().Height; in CalculateLabelSize()
1999 return geometry::IntegerSize2D(nWidth, nHeight); in CalculateLabelSize()
2277 const double nHeight) in PaintBitmapTiled() argument
[all …]
/trunk/main/sw/source/ui/table/
H A Drowht.cxx67 …SwTwips nHeight = static_cast< SwTwips >(aHeightEdit.Denormalize(aHeightEdit.GetValue(FUNIT_TWIP))… in Apply() local
68 SwFmtFrmSize aSz(ATT_FIX_SIZE, 0, nHeight); in Apply()
107 long nHeight = pSz->GetHeight(); in SwTableHeightDlg() local
109 aHeightEdit.SetValue(aHeightEdit.Normalize(nHeight), FUNIT_TWIP); in SwTableHeightDlg()
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx121 ArrayImpl::ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip ) : in ArrayImpl() argument
123 mnHeight( nHeight ), in ArrayImpl()
127 mnLastClipRow( nHeight - 1 ), in ArrayImpl()
273 fAngle = frame::GetHorDiagAngle( nWidth + 1, nHeight + 1 ); in GetHorDiagAngle()
353 Array::Array( size_t nWidth, size_t nHeight ) in Array() argument
355 Initialize( nWidth, nHeight ); in Array()
364 void Array::Initialize( size_t nWidth, size_t nHeight ) in Initialize() argument
367 mxImpl.reset( new ArrayImpl( nWidth, nHeight, bDiagDblClip ) ); in Initialize()
809 void Array::SetRowHeight( size_t nRow, long nHeight ) in SetRowHeight() argument
812 mxImpl->maHeights[ nRow ] = nHeight; in SetRowHeight()
[all …]
H A Dconnctrl.cxx158 const long nHeight = aWinSize.Height(); in Construct() local
160 double fWinWH = (double) nWidth / nHeight; in Construct()
165 aNewSize.Width() = (long) ( (double) nHeight * fRectWH ); in Construct()
166 aNewSize.Height()= nHeight; in Construct()
184 aNewPos.Y() = ( nHeight - aNewSize.Height() ) >> 1; in Construct()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinController.cxx476 sal_Int32 nX = -1, nY = -1, nHeight = -1, nWidth = -1; in loadTableWindow() local
487 nHeight = i_rTableWindowSettings.getOrDefault( "WindowHeight", nHeight ); in loadTableWindow()
494 pData->SetSize( Size( nWidth, nHeight ) ); in loadTableWindow()
499 if ( m_aMinimumTableViewSize.Y() < (nY+nHeight) ) in loadTableWindow()
500 m_aMinimumTableViewSize.Y() = (nY+nHeight); in loadTableWindow()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx483 sal_Int32 nHeight( 0 ); in findScreenBitmap() local
492 nHeight = aScreenArea.GetHeight(); in findScreenBitmap()
505 aStrBuf.append( OUString::valueOf( nHeight )); in findScreenBitmap()
523 aStrBuf.append( OUString::valueOf( nHeight )); in findScreenBitmap()
567 sal_Int32 nHeight( 0 ); in determineProgressRatioValues() local
577 nHeight = aScreenArea.GetHeight(); in determineProgressRatioValues()
578 nScreenRatio = sal_Int32( math::round( double( nWidth ) / double( nHeight ), 2 ) * 100 ); in determineProgressRatioValues()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx460 const sal_Int32 nHeight = aSize.Height(); in UpdateBitmap() local
481 maRGB_Vert.resize( nHeight ); in UpdateBitmap()
482 maPercent_Vert.resize( nHeight ); in UpdateBitmap()
487 sal_Int32 y = nHeight; in UpdateBitmap()
490 *pRGB++ = static_cast< sal_uInt8 >( (y * 256) / nHeight ); in UpdateBitmap()
491 *pPercent++ = static_cast< sal_uInt16 >( (y * 100) / nHeight ); in UpdateBitmap()
511 sal_uInt16 y = nHeight,x; in UpdateBitmap()
936 const long nHeight = GetOutputSizePixel().Height() - 1; in ChangePosition() local
940 else if( nY > nHeight ) in ChangePosition()
941 nY = nHeight; in ChangePosition()
[all …]
/trunk/main/vcl/source/window/
H A Dsyswin.cxx814 if( aGeometry.nWidth != rData.GetWidth() || aGeometry.nHeight != rData.GetHeight() ) in SetWindowStateData()
815 ImplHandleResize( pWindow, aGeometry.nWidth, aGeometry.nHeight ); in SetWindowStateData()
839 long nHeight = rData.GetHeight(); in SetWindowStateData() local
847 if( nY + nHeight > (long) rGeom.nHeight ) in SetWindowStateData()
848 nY = rGeom.nHeight - nHeight; in SetWindowStateData()
849 SetPosSizePixel( nX, nY, nWidth, nHeight, nPosSize ); in SetWindowStateData()
850 maOrgSize = Size( nWidth, nHeight ); in SetWindowStateData()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h132 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
175 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
177 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags );
180 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uIntPtr n…
192 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTra…

Completed in 196 milliseconds

12345678910>>...24