/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 460 public XPropertySet insertProgressBar(int _nPosX, int _nPosY, int _nWidth, int _nProgressMax){ in insertProgressBar() argument 500 public void insertHorizontalFixedLine(int _nPosX, int _nPosY, int _nWidth, String _sLabel){ in insertHorizontalFixedLine() argument 537 public void insertGroupBox(int _nPosX, int _nPosY, int _nHeight, int _nWidth){ in insertGroupBox() argument 661 …ic XPropertySet insertDateField(XSpinListener _xSpinListener, int _nPosX, int _nPosY, int _nWidth){ in insertDateField() argument 707 public XPropertySet insertPatternField(int _nPosX, int _nPosY, int _nWidth){ in insertPatternField() argument 749 public XPropertySet insertNumericField( int _nPosX, int _nPosY, int _nWidth, in insertNumericField() argument 862 …public XCheckBox insertCheckBox(XItemListener _xItemListener, int _nPosX, int _nPosY, int _nWidth){ in insertCheckBox() argument 907 public void insertRadioButtonGroup(short _nTabIndex, int _nPosX, int _nPosY, int _nWidth){ in insertRadioButtonGroup() argument 948 …public XListBox insertListBox(int _nPosX, int _nPosY, int _nWidth, int _nStep, String[] _sStringIt… in insertListBox() argument 988 public XComboBox insertComboBox(int _nPosX, int _nPosY, int _nWidth){ in insertComboBox() argument [all …]
|
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 Integer(_nPosY), Boolean.TRUE, new Integer(_nStep), _sStringItemList, new Integer(_nWidth)}); in insertListBox() 225 …public void insertMultiLineFixedText(int _nPosX, int _nPosY, int _nWidth, int _nLineCount, int _nS… in insertMultiLineFixedText() argument 236 …TRUE, sName, new Integer(_nPosX), new Integer(_nPosY), new Integer(_nStep), new Integer(_nWidth)}); in insertMultiLineFixedText()
|
H A D | ImageControlSample.java | 93 …nsertImageControl(XMultiComponentFactory _xMCF, int _nPosX, int _nPosY, int _nHeight, int _nWidth){ in insertImageControl() argument 108 …(_nHeight), sName, new Integer(_nPosX), new Integer(_nPosY), Boolean.FALSE, new Integer(_nWidth)}); in insertImageControl()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 693 xFixedText.setWidth(_nWidth); in insertLabel() 694 _aRect.X += _nWidth; in insertLabel() 790 xReportControlModel.setWidth(_nWidth); in insertFormattedField() 791 _aRect.X += _nWidth; in insertFormattedField() 872 …protected Rectangle insertVerticalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHe… in insertVerticalLine() argument 874 return insertLine(_xSection, _aRect, _nWidth, _nHeight, 1); in insertVerticalLine() 877 …protected Rectangle insertHorizontalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _n… 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 898 xFixedLine.setWidth(_nWidth); in insertLine() [all …]
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 343 ScVbaShapes::AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_… in AddShape() argument 348 return AddRectangle(_nLeft, _nTop, _nWidth, _nHeight, _aAnchor); in AddShape() 352 return AddEllipse(_nLeft, _nTop, _nWidth, _nHeight, _aAnchor); in AddShape() 358 …x( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig… in AddTextbox() argument 363 return AddTextboxInWriter( _nOrientation, _nLeft, _nTop, _nWidth, _nHeight ); in AddTextbox() 369 …al_Int32 /*_nOrientation*/, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig… in AddTextboxInWriter() argument 374 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( _nWidth ); in AddTextboxInWriter() 415 …const rtl::OUString& sName, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig… in AddShape() argument 419 sal_Int32 nWidth = Millimeter::getInHundredthsOfOneMillimeter( _nWidth ); in AddShape()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbashapes.hxx | 52 …r( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig… 54 …const rtl::OUString& sName, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig… 69 …AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig… 70 …x( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeig…
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | datwin.cxx | 126 _nWidth( nWidthPixel ), in BrowserColumn() 132 double n = (double)_nWidth; in BrowserColumn() 146 _nWidth = nNewWidthPixel; in SetWidth() 147 double n = (double)_nWidth; in SetWidth() 202 _nWidth = n>0 ? (long)(n+0.5) : -(long)(-n+0.5); in ZoomChanged()
|
H A D | datwin.hxx | 84 sal_uLong _nWidth; member in BrowserColumn 98 sal_uLong Width() { return _nWidth; } in Width()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 106 void OScrollWindowHelper::setTotalSize(sal_Int32 _nWidth ,sal_Int32 _nHeight) in setTotalSize() argument 108 m_aTotalPixelSize.Width() = _nWidth; in setTotalSize() 113 long nWidth = long(_nWidth - (double)aStartWidth); in setTotalSize()
|
/aoo41x/main/cui/source/options/ |
H A D | dbregister.cxx | 376 long _nWidth = pHeaderBar->GetItemSize(i); in IMPL_LINK() local 377 aSz.Width() = _nWidth + nTmpSz; in IMPL_LINK() 378 nTmpSz += _nWidth; in IMPL_LINK()
|
H A D | optpath.cxx | 711 long _nWidth = pHeaderBar->GetItemSize(i); in IMPL_LINK() local 712 aSz.Width() = _nWidth + nTmpSz; in IMPL_LINK() 713 nTmpSz += _nWidth; in IMPL_LINK()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlTable.hxx | 76 inline void addWidth(sal_Int32 _nWidth) { m_aWidth.push_back( _nWidth ); } in addWidth() argument
|
H A D | xmlExport.hxx | 81 TCell( sal_Int32 _nWidth, in TCell() 86 nWidth(_nWidth) in TCell()
|
/aoo41x/main/dbaccess/source/ui/uno/ |
H A D | ColumnPeer.cxx | 65 void OColumnPeer::setEditWidth(sal_Int32 _nWidth) in setEditWidth() argument 72 pFieldControl->setEditWidth(_nWidth); in setEditWidth()
|
H A D | ColumnPeer.hxx | 56 void setEditWidth(sal_Int32 _nWidth);
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 231 inline void setEditWidth(sal_Int32 _nWidth) { m_nWidth = _nWidth; } in setEditWidth() argument
|
/aoo41x/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 123 aRectangle.Width = Millimeter::getInHundredthsOfOneMillimeter(_nWidth); in Add()
|
/aoo41x/main/cui/source/customize/ |
H A D | macropg.cxx | 137 long _nWidth; in IMPL_LINK() local 140 _nWidth = maHeaderBar.GetItemSize( i ); in IMPL_LINK() 141 aSz.Width() = _nWidth + nTmpSz; in IMPL_LINK() 142 nTmpSz += _nWidth; in IMPL_LINK()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unogridcolumnfacade.cxx | 373 void UnoGridColumnFacade::setWidth( TableMetrics _nWidth ) in setWidth() argument 376 lcl_set( m_xGridColumn, &XGridColumn::setColumnWidth, _nWidth ); in setWidth()
|
H A D | unocontroltablemodel.cxx | 422 void UnoControlTableModel::setRowHeaderWidth(TableMetrics _nWidth) in setRowHeaderWidth() argument 425 if ( m_pImpl->nRowHeaderWidth == _nWidth ) in setRowHeaderWidth() 428 m_pImpl->nRowHeaderWidth = _nWidth; in setRowHeaderWidth()
|
H A D | unogridcolumnfacade.hxx | 74 virtual void setWidth( TableMetrics _nWidth );
|
H A D | unocontroltablemodel.hxx | 128 void setRowHeaderWidth( TableMetrics _nWidth );
|
/aoo41x/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 271 virtual void setWidth( TableMetrics _nWidth ) = 0;
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ScrollHelper.hxx | 91 void setTotalSize(sal_Int32 _nWidth ,sal_Int32 _nHeight);
|
/aoo41x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1532 sal_uInt16 _nWidth; in Create() local 1537 rStrm >> cLoc >> _nWidth in Create() 1540 return new SvxShadowItem( Which(), &aColor, _nWidth, (SvxShadowLocation)cLoc ); in Create()
|