Home
last modified time | relevance | path

Searched refs:nHeight (Results 526 – 550 of 597) sorted by relevance

1...<<21222324

/trunk/main/sw/inc/
H A Dswrect.hxx50 inline void SSize( const long nHeight, const long nWidth );
/trunk/main/toolkit/source/controls/
H A Dtabpagemodel.cxx197 maComponentInfos.nHeight = 400; in UnoControlTabPage()
H A Ddialogcontrol.cxx169 maComponentInfos.nHeight = 450; in UnoDialogControl()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx66 long nHeight; // insgesamt (Hoehe+Abstand+Rahmen) member
/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx601 sal_Int32 nHeight ,
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx843 sal_Int32 nWidth, nHeight; in ImplConvertFromSVM1() local
852 rIStm >> nWidth >> nHeight; in ImplConvertFromSVM1()
857 aFont.SetSize( Size( nWidth, nHeight ) ); in ImplConvertFromSVM1()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1356 String PPDParser::matchPaper( int nWidth, int nHeight ) const in matchPaper()
1371 PDHeight /= (double)nHeight; in matchPaper()
1393 String rRet = matchPaper( nHeight, nWidth ); in matchPaper()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2174 long nHeight = 0; in TableHeight() local
2179 nHeight = rLSz.GetHeight(); in TableHeight()
2181 nHeight = -rLSz.GetHeight(); in TableHeight()
2184 if ( nHeight ) in TableHeight()
2190 m_rWW8Export.InsUInt16( (sal_uInt16)nHeight ); in TableHeight()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx1810 sal_Int32 nHeight = ConversionHelper::convertTwipToMM100(nIntValue); in lcl_attribute() local
1811 CT_PageSz.h = PaperInfo::sloppyFitPageDimension(nHeight); in lcl_attribute()
3468 sal_Int32 nHeight = ConversionHelper::convertTwipToMM100( nIntValue ); in sprmWithProps() local
3469 …ontext->Insert( PROP_HEIGHT, false, uno::makeAny( PaperInfo::sloppyFitPageDimension( nHeight ) ) ); in sprmWithProps()
H A DGraphicImport.cxx1586 sal_Int32 nHeight = m_pImpl->nBottomPosition - m_pImpl->nTopPosition; in createGraphicObject() local
1588 uno::makeAny( awt::Size( nWidth, nHeight ))); in createGraphicObject()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx58 void statusChanged_Impl( long nHeight, bool bErase = false );
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx133 sal_uInt16 nWidth, nHeight; member
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1344 double GetHorDiagAngle( long nWidth, long nHeight ) in GetHorDiagAngle() argument
1346 return atan2( static_cast< double >( Abs( nHeight ) ), static_cast< double >( Abs( nWidth ) ) ); in GetHorDiagAngle()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx466 sal_Bool PspGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong n… in drawEPS() argument
468 …return m_pPrinterGfx->DrawEPS( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ), pPtr, nSize … in drawEPS()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx399 sal_Bool PspGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong n… in drawEPS() argument
401 …return m_pPrinterGfx->DrawEPS( Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) ), pPtr, nSize … in drawEPS()
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx730 sal_uInt32 nHeight = mbHeightUsed ? maFontData.mnHeight : 0xFFFFFFFF; in WriteBody() local
745 rStrm << nHeight in WriteBody()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx177 nPrcHeight = (sal_uInt8)rCSS1PropInfo.nHeight; in SetFixSize()
182 aTwipSz.Height() = rCSS1PropInfo.nHeight; in SetFixSize()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1814 const long nWidth = pA->Width(), nHeight = pA->Height(); in ImplAdjust() local
1818 for( long nY = 0; nY < nHeight; nY++ ) in ImplAdjust()
1833 for( long nY = 0; nY < nHeight; nY++ ) in ImplAdjust()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx472 … const long nHeight = nPageHeight - (aLongULSpace.GetUpper() + aLongULSpace.GetLower()); in ExecTabWin() local
501 aSize.SetHeightPercent(sal_uInt8(nHeight * 100 /nPrtHeight)); in ExecTabWin()
504 aSize.SetHeight(nHeight ); in ExecTabWin()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1188 void ConcreteXShapeGeometryAttributes::setHeight( double nHeight ) in setHeight() argument
1190 m_pShapeHelper->setHeight( nHeight ); in setHeight()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1294 long nHeight = aSz.Height() - nTop - nBottom; in CalcAdjustedSize() local
1296 long nLines = nHeight / nLineHeight; in CalcAdjustedSize()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java305 int nHeight = Integer.parseInt( aSize.substring( nSeparator + 1, aSize.length() ) ); in ReadSizeFromOwnStorage() local
306 m_aObjSize = new Dimension( nWidth, nHeight ); in ReadSizeFromOwnStorage()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx201 virtual void setHeight( double nHeight );
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx293 void SetEntryHeight( short nHeight );
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx296 void SetEntryHeight( short nHeight, sal_Bool bAlways = sal_False );

Completed in 230 milliseconds

1...<<21222324