Home
last modified time | relevance | path

Searched refs:_nHeight (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx343 …_nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (uno::Run… in AddShape() argument
348 return AddRectangle(_nLeft, _nTop, _nWidth, _nHeight, _aAnchor); in AddShape()
352 return AddEllipse(_nLeft, _nTop, _nWidth, _nHeight, _aAnchor); in AddShape()
358 …tation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (uno::Run… in AddTextbox() argument
363 return AddTextboxInWriter( _nOrientation, _nLeft, _nTop, _nWidth, _nHeight ); in AddTextbox()
369 …tion*/, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (uno::Run… in AddTextboxInWriter() argument
375 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( _nHeight ); in AddTextboxInWriter()
415 … sName, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (uno::Run… in AddShape() argument
420 sal_Int32 nHeight = Millimeter::getInHundredthsOfOneMillimeter( _nHeight ); in AddShape()
/aoo4110/main/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx52 …tation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (css::uno…
54 … sName, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (css::uno…
69 …_nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (css::uno…
70 …tation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ) throw (css::uno…
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java872 …ected Rectangle insertVerticalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight) in insertVerticalLine() argument
874 return insertLine(_xSection, _aRect, _nWidth, _nHeight, 1); in insertVerticalLine()
877 …ted Rectangle insertHorizontalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight) in insertHorizontalLine() argument
879 return insertLine(_xSection, _aRect, _nWidth, _nHeight, 0); in insertHorizontalLine()
882 …protected Rectangle insertLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight, in… in insertLine() argument
900 xFixedLine.setHeight(_nHeight); in insertLine()
/aoo4110/main/reportdesign/source/filter/xml/
H A DxmlTable.hxx75 inline void addHeight(sal_Int32 _nHeight) { m_aHeight.push_back( _nHeight ); } in addHeight() argument
H A DxmlExport.hxx82 sal_Int32 _nHeight, in TCell()
87 ,nHeight(_nHeight) in TCell()
/aoo4110/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java93 …nsertImageControl(XMultiComponentFactory _xMCF, int _nPosX, int _nPosY, int _nHeight, int _nWidth){ in insertImageControl() argument
108 …new Object[] { new Short((short) 1), new Integer(_nHeight), sName, new Integer(_nPosX), new Intege… in insertImageControl()
H A DUnoDialogSample2.java205 …public XListBox insertListBox(int _nPosX, int _nPosY, int _nHeight, int _nWidth, int _nStep, Strin… in insertListBox() argument
216 …new Object[] {Boolean.FALSE, new Integer(_nHeight), sName, new Integer(_nPosX), new Integer(_nPosY… in insertListBox()
H A DUnoDialogSample.java537 public void insertGroupBox(int _nPosX, int _nPosY, int _nHeight, int _nWidth){ in insertGroupBox() argument
549 …new Object[] { new Integer(_nHeight), sName, new Integer(_nPosX), new Integer(_nPosY), new Integer… in insertGroupBox()
793 …tVerticalScrollBar(XAdjustmentListener _xAdjustmentListener, int _nPosX, int _nPosY, int _nHeight){ in insertVerticalScrollBar() argument
807 …new Object[] { new Integer(_nHeight), sName, NOrientation, new Integer(_nPosX), new Integer(_nPosY… in insertVerticalScrollBar()
/aoo4110/main/svtools/source/uno/
H A Dunocontroltablemodel.hxx127 void setRowHeight( TableMetrics _nHeight );
129 void setColumnHeaderHeight( TableMetrics _nHeight );
H A Dunocontroltablemodel.cxx411 void UnoControlTableModel::setColumnHeaderHeight(TableMetrics _nHeight) in setColumnHeaderHeight() argument
414 if ( m_pImpl->nColumnHeaderHeight == _nHeight ) in setColumnHeaderHeight()
417 m_pImpl->nColumnHeaderHeight = _nHeight; in setColumnHeaderHeight()
/aoo4110/main/sc/source/ui/vba/
H A Dvbachartobjects.cxx115 ScVbaChartObjects::Add( double _nX, double _nY, double _nWidth, double _nHeight ) throw (script::Ba… in Add() argument
124 aRectangle.Height = Millimeter::getInHundredthsOfOneMillimeter(_nHeight); in Add()
/aoo4110/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx188 static void calcFontHeightAnyAscent( OutputDevice* _pWin, Font& _rFont, long& _nHeight, long& _nAsc… in calcFontHeightAnyAscent() argument
190 if ( !_nHeight ) in calcFontHeightAnyAscent()
194 _nHeight = aMetric.GetLineHeight(); in calcFontHeightAnyAscent()
/aoo4110/main/svx/source/dialog/
H A Dfntctrl.cxx83 void calcFontHeightAnyAscent(OutputDevice* _pWin,Font& _rFont,long& _nHeight,long& _nAscent) in calcFontHeightAnyAscent() argument
85 if ( !_nHeight ) in calcFontHeightAnyAscent()
89 _nHeight = aMetric.GetLineHeight(); in calcFontHeightAnyAscent()
/aoo4110/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx106 void OScrollWindowHelper::setTotalSize(sal_Int32 _nWidth ,sal_Int32 _nHeight) in setTotalSize() argument
109 m_aTotalPixelSize.Height() = _nHeight; in setTotalSize()
/aoo4110/main/reportdesign/source/ui/inc/
H A DScrollHelper.hxx91 void setTotalSize(sal_Int32 _nWidth ,sal_Int32 _nHeight);
/aoo4110/main/cui/source/options/
H A Doptcolor.cxx178 inline void SetGroupHeight( long _nHeight ) { m_nGroupHeight = _nHeight; } in SetGroupHeight() argument

Completed in 80 milliseconds