Home
last modified time | relevance | path

Searched refs:nHeight (Results 151 – 175 of 597) sorted by relevance

12345678910>>...24

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextAttributeDialog.java141 public int getIconHeight() { return nHeight; } in getIconHeight()
146 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
148 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
158 private static final int nHeight = 16; field in TextAttributeDialog.ColorIcon
/trunk/main/vcl/inc/os2/
H A Dsalframe.h116 virtual void SetMinClientSize( long nWidth, long nHeight );
117 virtual void SetMaxClientSize( long nWidth, long nHeight );
118 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, USHORT nFlags );
151 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/inc/win/
H A Dsalframe.h104 virtual void SetMinClientSize( long nWidth, long nHeight );
105 virtual void SetMaxClientSize( long nWidth, long nHeight );
106 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
139 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
H A Dsalgdi.h192 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
225 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
229 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags);
232 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uIntPtr nS…
256 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency …
/trunk/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx115 void GtkSalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
121 aRect.height = nHeight; in UnionClipRegion()
132 void GtkSalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize() argument
138 gtk_widget_set_size_request( m_pSocket, nWidth, nHeight ); in SetPosSize()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx128 sal_Int32 MasterPagesSelector::GetPreferredWidth (sal_Int32 nHeight) in GetPreferredWidth() argument
132 return PreviewValueSet::GetPreferredWidth (nHeight); in GetPreferredWidth()
845 const sal_Int32 nHeight (GetPreferredHeight(nWidth)); in GetHeightForWidth() local
846 return css::ui::LayoutSize(nHeight,nHeight,nHeight); in GetHeightForWidth()
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx214 const int nHeight = gdk_pixbuf_get_height( mpLastPixbuf ); in grabFrame() local
218 if( pBuffer && ( nWidth > 0 ) && ( nHeight > 0 ) ) in grabFrame()
220 Bitmap aFrame( Size( nWidth, nHeight), 24 ); in grabFrame()
235 for( int nRow = 0; nRow < nHeight; ++nRow ) in grabFrame()
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx188 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
222 nHeight = nVideoH; in implLayoutVideoWindow()
233 nHeight = aPrefSize.Height; in implLayoutVideoWindow()
252 nHeight = nVideoH; in implLayoutVideoWindow()
255 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx232 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplLayoutVideoWindow() local
266 nHeight = nVideoH; in ImplLayoutVideoWindow()
277 nHeight = aPrefSize.Height; in ImplLayoutVideoWindow()
296 nHeight = nVideoH; in ImplLayoutVideoWindow()
299 nX = nY = nWidth = nHeight = 0; in ImplLayoutVideoWindow()
305 pVideoWindow->SetWindowPosition( nX, nY, nWidth, nHeight ); in ImplLayoutVideoWindow()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1493 KSHORT nHeight = pPor->Height(); in GetCrsrOfst() local
1494 if ( !nHeight || nHeight > nWidth ) in GetCrsrOfst()
1495 nHeight = nWidth; in GetCrsrOfst()
1496 if( nChgNode && nWidth - nHeight/2 > nX ) in GetCrsrOfst()
1513 KSHORT nHeight = 0; in GetCrsrOfst() local
1516 nHeight = pPor->Height(); in GetCrsrOfst()
1517 if ( !nHeight || nHeight > nWidth ) in GetCrsrOfst()
1518 nHeight = nWidth; in GetCrsrOfst()
1521 if( nWidth - nHeight/2 <= nX && in GetCrsrOfst()
H A Dtxtfrm.cxx146 const long nHeight = rRect.Height(); in SwitchHorizontalToVertical() local
161 rRect.Width( nHeight ); in SwitchHorizontalToVertical()
217 const long nHeight = rRect.Width(); in SwitchVerticalToHorizontal() local
223 rRect.Height( nHeight ); in SwitchVerticalToHorizontal()
1996 SwTwips nHeight = bVert ? Prt().SSize().Width() : Prt().SSize().Height(); in WouldFit() local
1997 if( rMaxHeight < nHeight ) in WouldFit()
2001 rMaxHeight -= nHeight; in WouldFit()
2102 KSHORT nHeight = pLineLayout->GetRealHeight(); in GetParHeight() local
2104 nHeight *= 2; // bisherige Hoehe mind. eine Zeilenhoehe zu gering in GetParHeight()
2109 nHeight = nHeight + pLineLayout->GetRealHeight(); in GetParHeight()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1005 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in Reset()
1842 aVal.nHeight = nHeight; in IMPL_LINK()
1864 nHeight = aVal.nHeight; in IMPL_LINK()
1878 nTmp = Min(nHeight * nMaxWidth / Max(nWidth, 1L), nMaxWidth); in IMPL_LINK()
2115 nHeight = SwTwips((double)nWidth / fWidthHeightRatio); in IMPL_LINK()
2120 nWidth = SwTwips((double)nHeight * fWidthHeightRatio); in IMPL_LINK()
2124 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in IMPL_LINK()
2221 sal_Int64 nHeight = aHeightED.NormalizePercent(rSize.GetHeight()); in Init() local
2235 if (nHeight != aHeightED.GetValue(FUNIT_TWIP)) in Init()
2241 aHeightED.SetUserValue(nHeight, FUNIT_TWIP); in Init()
[all …]
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx165 void TableLayouter::setRowHeight( sal_Int32 nRow, sal_Int32 nHeight ) in setRowHeight() argument
169 maRows[nRow].mnSize = nHeight; in setRowHeight()
1170 sal_Int32 nHeight = nAllHeight / nRows; in DistributeRows() local
1172 if( nHeight < nMinHeight ) in DistributeRows()
1176 nHeight = nMinHeight; in DistributeRows()
1184 nHeight = nAllHeight; // last row get round errors in DistributeRows()
1187 xRowSet->setPropertyValue( msSize, Any( nHeight ) ); in DistributeRows()
1189 nAllHeight -= nHeight; in DistributeRows()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx778 long nHeight = rRect.GetHeight() - pOut->GetTextHeight(); in DrawPaintReplacement() local
780 if( nHeight > 0 ) in DrawPaintReplacement()
782 aPt.Y() = nHeight; in DrawPaintReplacement()
786 if( nHeight * 10 / nWidth in DrawPaintReplacement()
793 aP.Y() += (nHeight - nH) / 2; in DrawPaintReplacement()
794 nHeight = nH; in DrawPaintReplacement()
800 long nW = nHeight * aBmpSize.Width() / aBmpSize.Height(); in DrawPaintReplacement()
806 pOut->DrawBitmap( aP, Size( nWidth, nHeight ), aBmp ); in DrawPaintReplacement()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h279 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
328 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
330 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags );
333 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uIntPtr n…
346 long nHeight, sal_uInt8 nTransparency );
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx195 nHeight = 0; in ParaPortion()
389 long nHeight = 0; in GetYOffset() local
394 return nHeight; in GetYOffset()
395 nHeight += pTmpPortion->GetHeight(); in GetYOffset()
398 return nHeight; in GetYOffset()
/trunk/main/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx126 sal_Int16 nHeight = static_cast<sal_Int16>( nIntValue ); in sprm() local
127 if( nHeight < 0 ) in sprm()
130 nHeight *= -1; in sprm()
133 …ropMap->Insert( PROP_HEIGHT, false, uno::makeAny(ConversionHelper::convertTwipToMM100( nHeight ))); in sprm()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx98 sal_uInt16 nHeight; member
316 inline void SetHeight( sal_uInt16 nHeight );
838 nHeight(0), in HTMLTableRow()
862 if( nHght > nHeight ) in SetHeight()
863 nHeight = nHght; in SetHeight()
1130 nHeight( pTopTab ? 0 : pOptions->nHeight ), in HTMLTable()
2710 nHeight = pParser->ToTwips( nHeight ); in MakeTable()
2711 if( nHeight < MINLAY ) in MakeTable()
2712 nHeight = MINLAY; in MakeTable()
3222 nHeight( 0 ), in _CellSaveStruct()
[all …]
/trunk/main/editeng/source/uno/
H A Dunofored.cxx390 sal_uLong nHeight; in GetParaBounds() local
400 nHeight = rEditEngine.GetTextHeight(); in GetParaBounds()
403 return Rectangle( nTextWidth - aPnt.Y() - nWidth, 0, nTextWidth - aPnt.Y(), nHeight ); in GetParaBounds()
408 nHeight = rEditEngine.GetTextHeight( nPara ); in GetParaBounds()
410 return Rectangle( 0, aPnt.Y(), nWidth, aPnt.Y() + nHeight ); in GetParaBounds()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.h38 unsigned long nHeight; member
55 long WriteJPEG( void* pJPEGWriter, void* pOStm, long nWidth, long nHeight, long bGreyScale,
64 void SetJpegPreviewSizeHint( int nWidth, int nHeight );
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx217 …le::SetFontAttribute(const DXFBasicEntity & rE, short nAngle, sal_uInt16 nHeight, double /*fWidthS… in SetFontAttribute() argument
234 aFont.SetSize(Size(0,nHeight)); in SetFontAttribute()
460 sal_uInt16 nHeight; in DrawTextEntity() local
465 nHeight=(sal_uInt16)(aV.Abs()+0.5); in DrawTextEntity()
469 if ( SetFontAttribute( rE,nAng, nHeight, aV. Abs() ) ) in DrawTextEntity()
519 sal_uInt16 nHeight; in DrawAttribEntity() local
524 nHeight=(sal_uInt16)(aV.Abs()+0.5); in DrawAttribEntity()
528 if (SetFontAttribute(rE,nAng,nHeight,aV.Abs())) in DrawAttribEntity()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx2234 sal_uInt16 nHeight; in lcl_pixelSizeChanged() local
2235 if (!aFwdIter.getValue(nRow, nHeight)) in lcl_pixelSizeChanged()
2238 if (nHeight != nNewHeight) in lcl_pixelSizeChanged()
2504 sal_uLong nHeight = 0; in GetRowHeight() local
2517 return nHeight; in GetRowHeight()
2530 sal_uLong nHeight = 0; in GetScaledRowHeight() local
2558 return nHeight; in GetScaledRowHeight()
2731 pDrawLayer->HeightChanged( nTab, nStartRow, nHeight ); in DBShowRows()
2790 pDrawLayer->HeightChanged( nTab, nStartRow, nHeight ); in ShowRows()
3279 SCROW ScTable::GetRowForHeight(sal_uLong nHeight) const in GetRowForHeight()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dshdwcrsr.hxx41 void DrawTri( const Point& rPt, long nHeight, sal_Bool bLeft );
42 void DrawCrsr( const Point& rPt, long nHeight, sal_uInt16 nMode );
49 void SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode );
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx483 int nHeight (0); in GetHeight() local
490 nHeight = pActivePage->GetPosPixel().Y(); in GetHeight()
492 if (nHeight <= 0) in GetHeight()
496 nHeight = 21; in GetHeight()
499 return nHeight; in GetHeight()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx58 long nHeight; // fixe/Mindest-Hoehe der Zeile member in SwWriteTableCell
75 : pBox( pB ), pBackground( pBGround ), nHeight( nHght ), nWidthOpt( 0 ), in SwWriteTableCell()
88 long GetHeight() const { return nHeight; } in GetHeight()
138 long nHeight,

Completed in 198 milliseconds

12345678910>>...24