Home
last modified time | relevance | path

Searched defs:nHeight (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/trunk/main/sw/source/ui/table/
H A Drowht.cxx67 …SwTwips nHeight = static_cast< SwTwips >(aHeightEdit.Denormalize(aHeightEdit.GetValue(FUNIT_TWIP))… in Apply() local
107 long nHeight = pSz->GetHeight(); in SwTableHeightDlg() local
/trunk/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx43 void SwShadowCursor::SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode ) in SetPos()
59 void SwShadowCursor::DrawTri( const Point& rPt, long nHeight, sal_Bool bLeft ) in DrawTri()
78 void SwShadowCursor::DrawCrsr( const Point& rPt, long nHeight, sal_uInt16 nMode ) in DrawCrsr()
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx89 long nX, long nY, long nWidth, long nHeight ) in ImplPosSizeWindow()
121 long nHeight = rRect.GetHeight(); in ImplTile() local
195 long nHeight = rRect.GetHeight(); in ImplHorz() local
229 long nHeight = rRect.GetHeight(); in ImplVert() local
262 long nHeight = rRect.GetHeight(); in ImplCascade() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFrameDsc.java52 public FrameDsc( int nHeight, int nWidth ) { in FrameDsc()
58 public FrameDsc( String FrameName, int nHeight, int nWidth ) { in FrameDsc()
/trunk/main/svtools/source/filter/jpeg/
H A Djpegc.c60 void SetJpegPreviewSizeHint( int nWidth, int nHeight ) in SetJpegPreviewSizeHint()
74 long nHeight; in ReadJPEG() local
220 long nWidth, long nHeight, long bGreys, in WriteJPEG()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DEditorFrame.java55 public EditorFrame( String sName, OwnEmbeddedObject aEmbObj, int nWidth, int nHeight ) in EditorFrame()
108 int nHeight = (int)aDim.getHeight(); in getReplacementImage() local
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java96 int nYPos, int nWidth, int nHeight, XIndexContainer xParentForm ) throws java.lang.Exception in createControlAndShape()
179 int nYPos, int nWidth, int nHeight ) throws java.lang.Exception in createControlAndShape()
203 …ng sControlType, String sFieldName, String sControlNamePostfix, int nXPos, int nYPos, int nHeight ) in insertControlLine()
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx107 const long nHeight = mpBuffer->mnHeight; in ImplCreate() local
200 const sal_uInt32 nWidth = Width(), nHeight = Height(), nScanSize = GetScanlineSize(); in ImplZeroInitUnusedBits() local
567 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer() local
573 for( long nY = 0L, nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); nY < nHeight; nY++ ) in CopyBuffer() local
H A Dalpha.cxx158 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel() local
188 const long nHeight = Min( aRectSrc.GetHeight(), aRectDst.GetHeight() ); in CopyPixel() local
251 const long nWidth = pAcc->Width(), nHeight = pAcc->Height(); in Invert() local
326 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in Replace() local
356 const long nWidth = pAcc->Width(), nHeight = pAcc->Height(); in Replace() local
H A Dbitmap.cxx633 const long nHeight = pAcc->Height(); in Invert() local
662 const long nHeight = pAcc->Height(); in Mirror() local
689 const long nHeight = pAcc->Height(); in Mirror() local
713 const long nHeight = pAcc->Height(); in Mirror() local
780 const long nHeight = aSizePix.Height(); in Rotate() local
823 const long nHeight = aSizePix.Height(); in Rotate() local
1136 const long nHeight = aSizePixel.Height(); in Expand() local
1202 const long nHeight = pReadAcc->Height(); in CreateMask() local
1495 const long nHeight = Min( pMaskAcc->Height(), pAcc->Height() ); in Replace() local
1574 const long nHeight = Min( pAlphaAcc->Height(), pAcc->Height() ); in Replace() local
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx433 SwTwips nHeight = rFlyFmt.GetFrmSize().GetHeight(); in OutGrf() local
522 const sal_uInt16 nHeight = static_cast< sal_uInt16 >(aSize.Height()); in Insert() local
527 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight, const SwAttrSet* pAttrSet) in WritePICFHeader()
690 const sw::Frame &rFly, sal_uInt16 nWidth, sal_uInt16 nHeight) in WriteGrfFromGrfNode()
769 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight) in WritePICBulletFHeader()
859 …rf::WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uInt16 nWidth, sal_uInt16 nHeight) in WriteGrfForBullet()
900 sal_uInt16 nHeight = rItem.mnHei; in WriteGraphicNode() local
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx126 inline ParagraphInfo(::sal_Int32 nHeight): m_nHeight(nHeight) {} in ParagraphInfo()
138 inline void changeHeight(::sal_Int32 nHeight) { m_nHeight = nHeight; } in changeHeight()
/trunk/main/vcl/aqua/source/window/
H A Dsalobj.cxx120 void AquaSalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion()
158 void AquaSalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize()
/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx131 void XclImpColRowSettings::SetHeight( SCROW nScRow, sal_uInt16 nHeight ) in SetHeight()
148 void XclImpColRowSettings::SetRowSettings( SCROW nScRow, sal_uInt16 nHeight, sal_uInt16 nFlags ) in SetRowSettings()
220 sal_uInt16 nHeight = 0; in Convert() local
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx111 …inline explicit Matrix( size_type nWidth, size_type nHeight ) { this->resize( nWidth, nHeight … in Matrix()
112 …inline explicit Matrix( size_type nWidth, size_type nHeight, const_reference rData ) { this->r… in Matrix()
121 …inline void reserve( size_type nWidth, size_type nHeight ) { maData.reserve( nWidth * nHei… in reserve()
123 …inline void resize( size_type nWidth, size_type nHeight ) { mnWidth = nWidth; maData.resiz… in resize()
124 …inline void resize( size_type nWidth, size_type nHeight, const_reference rData ) { mnWidth… in resize()
430 for( size_t nRow = 0, nHeight = rMatrix.height(); nRow < nHeight; ++nRow ) in matrixToSequenceSequence() local
/trunk/main/svx/source/sidebar/debug/
H A DContextPanel.cxx53 …const sal_Int32 nHeight (maContextName.GetPosPixel().Y() + maContextName.GetSizePixel().Height() +… in GetPreferredHeight() local
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablerow.hxx39 void setHeight( sal_Int32 nHeight ){ mnHeight = nHeight; }; in setHeight()
/trunk/main/svtools/source/brwbox/
H A Dbrwhead.cxx39 …long nHeight = pParent->IsZoom() ? pParent->CalcZoom(pParent->GetTitleHeight()) : pParent->GetTitl… in BrowserHeader() local
/trunk/main/dbaccess/source/ui/misc/
H A DWExtendPages.cxx73 sal_Int32 nHeight = m_lbColumnNames.GetSizePixel().Height() +6; in OWizNormalExtend() local
/trunk/main/basegfx/inc/basegfx/raster/
H A Dbzpixelraster.hxx53 BZPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BZPixelRaster()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx115 void GtkSalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion()
132 void GtkSalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize()
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.cxx75 sal_Int32 nHeight, in InsertFixedText()
113 sal_Int32 nHeight, in InsertImage()
148 sal_Int32 nHeight, in InsertCheckBox()
186 sal_Int32 nHeight, in InsertButton()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java92 int nYPos, int nWidth, int nHeight, Object _parentForm ) throws java.lang.Exception in createControlAndShape()
161 int nYPos, int nWidth, int nHeight ) throws java.lang.Exception in createControlAndShape()
223 int nXPos, int nYPos, int nHeight ) in insertControlLine()
/trunk/main/unotools/source/config/
H A Dsourceviewconfig.cxx71 void SetFontHeight(sal_Int16 nHeight) in SetFontHeight()
245 void SourceViewConfig::SetFontHeight(sal_Int16 nHeight) in SetFontHeight()
/trunk/main/sd/source/filter/html/
H A Dhtmlattr.cxx65 int nHeight = (aTextRect.nBottom - aTextRect.nTop) >> 2; in Paint() local

Completed in 95 milliseconds

12345678910>>...19