/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 343 …_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 D | vbashapes.hxx | 52 …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 D | ReportBuilderLayouter.java | 872 …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 D | xmlTable.hxx | 75 inline void addHeight(sal_Int32 _nHeight) { m_aHeight.push_back( _nHeight ); } in addHeight() argument
|
H A D | xmlExport.hxx | 82 sal_Int32 _nHeight, in TCell() 87 ,nHeight(_nHeight) in TCell()
|
/aoo4110/main/odk/examples/DevelopersGuide/GUI/ |
H A D | ImageControlSample.java | 93 …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 D | UnoDialogSample2.java | 205 …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 D | UnoDialogSample.java | 537 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 D | unocontroltablemodel.hxx | 127 void setRowHeight( TableMetrics _nHeight ); 129 void setColumnHeaderHeight( TableMetrics _nHeight );
|
H A D | unocontroltablemodel.cxx | 411 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 D | vbachartobjects.cxx | 115 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 D | drpcps.cxx | 188 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 D | fntctrl.cxx | 83 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 D | ScrollHelper.cxx | 106 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 D | ScrollHelper.hxx | 91 void setTotalSize(sal_Int32 _nWidth ,sal_Int32 _nHeight);
|
/aoo4110/main/cui/source/options/ |
H A D | optcolor.cxx | 178 inline void SetGroupHeight( long _nHeight ) { m_nGroupHeight = _nHeight; } in SetGroupHeight() argument
|