Home
last modified time | relevance | path

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

12345678910>>...24

/aoo41x/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx604 …long nHeight = (long) ( ((double) mlOldHeight * (double) mpMtrWidth->GetValue()) / (double) mlOldW… variable
605 if( nHeight <= mpMtrHeight->GetMax( FUNIT_NONE ) )
607 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE );
611 nHeight = (long)mpMtrHeight->GetMax( FUNIT_NONE );
612 mpMtrHeight->SetUserValue( nHeight );
613 … const long nWidth = (long) ( ((double) mlOldWidth * (double) nHeight) / (double) mlOldHeight );
637 … const long nHeight = (long) ( ((double)mlOldHeight * (double)nWidth) / (double)mlOldWidth ); in IMPL_LINK() local
638 mpMtrHeight->SetUserValue( nHeight, FUNIT_NONE ); in IMPL_LINK()
1108 double nHeight = (double)mpMtrHeight->GetValue( meDlgUnit ); in executeSize() local
1109nHeight = MetricField::ConvertDoubleValue( nHeight, mpMtrHeight->GetBaseValue(), mpMtrHeight->GetD… in executeSize()
[all …]
/aoo41x/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx79 sal_Int32 nHeight ) in ImplInsertSeparator() argument
90 Any( nHeight ), in ImplInsertSeparator()
115 sal_Int32 nHeight, in ImplInsertButton() argument
135 Any( nHeight ), in ImplInsertButton()
163 sal_Int32 nHeight, in ImplInsertFixedText() argument
179 Any( nHeight ), in ImplInsertFixedText()
208 sal_Int32 nHeight, in ImplInsertCheckBox() argument
224 Any( nHeight ), in ImplInsertCheckBox()
326 Any( nHeight ), in ImplInsertComboBox()
372 Any( nHeight ), in ImplInsertRadioButton()
[all …]
H A Dinformationdialog.hxx82 sal_Int32 nHeight,
91 sal_Int32 nHeight,
100 sal_Int32 nHeight,
107 sal_Int32 nHeight,
/aoo41x/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…
H A Dsvpframe.hxx82 virtual void SetMinClientSize( long nWidth, long nHeight );
83 virtual void SetMaxClientSize( long nWidth, long nHeight );
84 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
116 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/aoo41x/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()
/aoo41x/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 );
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/vcl/source/gdi/
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()
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 …]
/aoo41x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx698 sal_Int32 nWidth, nHeight,nMaskColors; in readImage() local
700 readInt32(nHeight); in readImage()
731 sal_Int32 nWidth, nHeight, nInvert; in readMask() local
733 readInt32(nHeight); in readMask()
757 sal_Int32 nWidth, nHeight, nMaskWidth, nMaskHeight, nMaskInvert; in readMaskedImage() local
759 readInt32(nHeight); in readMaskedImage()
771 sal_Int32 nWidth, nHeight, nMaskWidth, nMaskHeight; in readSoftMaskedImage() local
773 readInt32(nHeight); in readSoftMaskedImage()
845 const double nHeight( readDouble() ); in parseLine() local
846 m_pSink->startPage( geometry::RealSize2D( nWidth, nHeight ) ); in parseLine()
/aoo41x/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()
/aoo41x/main/svx/source/dialog/
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()
/aoo41x/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()
/aoo41x/main/qadevOOo/runner/util/
H A DFrameDsc.java52 public FrameDsc( int nHeight, int nWidth ) { in FrameDsc() argument
53 height = nHeight; in FrameDsc()
58 public FrameDsc( String FrameName, int nHeight, int nWidth ) { in FrameDsc() argument
60 height = nHeight; in FrameDsc()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 161 milliseconds

12345678910>>...24