Home
last modified time | relevance | path

Searched refs:_aSize (Results 1 – 20 of 20) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java70 …ndler, XNameContainer _xFormName, int _icontroltype, String _FieldName, Point _aPoint, Size _aSize) in Control() argument
72 super(_oFormHandler, _aPoint, _aSize); in Control()
74 createControl(_icontroltype, _aPoint, _aSize, null, _FieldName); in Control()
77 …r, XShapes _xGroupShapes, XNameContainer _xFormName, int _icontroltype, Point _aPoint, Size _aSize) in Control() argument
79 super(_oFormHandler, _aPoint, _aSize); in Control()
81 createControl(_icontroltype, _aPoint, _aSize, _xGroupShapes, null); in Control()
84 public Control(FormHandler _oFormHandler, int _icontroltype, Point _aPoint, Size _aSize) in Control() argument
86 super(_oFormHandler, _aPoint, _aSize); in Control()
87 createControl(_icontroltype, _aPoint, _aSize, null, null); in Control()
90 …public void createControl(int _icontroltype, Point _aPoint, Size _aSize, XShapes _xGroupShapes, St… in createControl() argument
H A DShape.java56 public Shape(FormHandler _oFormHandler, Point _aPoint, Size _aSize) in Shape() argument
59 this.aSize = _aSize; in Shape()
64 public Shape(FormHandler _oFormHandler, String _sServiceName, Point _aPoint, Size _aSize) in Shape() argument
69 this.aSize = _aSize; in Shape()
117 public void setSize(Size _aSize) in setSize() argument
121 xShape.setSize(_aSize); in setSize()
H A DTimeStampControl.java118 public void setSize(Size _aSize) in setSize() argument
122 int ndatewidth = (int) (nreldatewidth * (double) _aSize.Width); in setSize()
123 int ntimewidth = (int) (nreltimewidth * (double) _aSize.Width); in setSize()
124 oDateControl.xShape.setSize(new Size(ndatewidth, _aSize.Height)); in setSize()
125 oTimeControl.xShape.setSize(new Size(ntimewidth, _aSize.Height)); in setSize()
H A DGridControl.java52 … _oFormHandler, XNameContainer _xFormName, FieldColumn[] _fieldcolumns, Point _aPoint, Size _aSize) in GridControl() argument
54 super(_oFormHandler, _aPoint, _aSize); in GridControl()
/trunk/main/svx/source/dialog/
H A Dimapdlg.cxx288 Size _aSize( aStbStatus.GetSizePixel() ); in Resize() local
289 Point aPoint( 0, aNewSize.Height() - _aSize.Height() ); in Resize()
292 aStbStatus.SetPosSizePixel( aPoint, Size( aNewSize.Width(), _aSize.Height() ) ); in Resize()
296 _aSize.Width() = aNewSize.Width() - 18; in Resize()
297 _aSize.Height() = aPoint.Y() - pIMapWnd->GetPosPixel().Y() - 6; in Resize()
298 pIMapWnd->SetSizePixel( _aSize ); in Resize()
H A D_contdlg.cxx470 Size _aSize( aStbStatus.GetSizePixel() ); in Resize() local
471 Point aPoint( 0, aNewSize.Height() - _aSize.Height() ); in Resize()
474 aStbStatus.SetPosSizePixel( aPoint, Size( aNewSize.Width(), _aSize.Height() ) ); in Resize()
478 _aSize.Width() = aNewSize.Width() - 18; in Resize()
479 _aSize.Height() = aPoint.Y() - aContourWnd.GetPosPixel().Y() - 6; in Resize()
480 aContourWnd.SetSizePixel( _aSize ); in Resize()
H A Ddlgctrl.cxx793 SvxAngleCtl::SvxAngleCtl( Window* pParent, const ResId& rResId, Size _aSize ) : in SvxAngleCtl() argument
799 aFontSize = _aSize; in SvxAngleCtl()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx707 ::Size VCLUnoHelper::ConvertToVCLSize(com::sun::star::awt::Size const& _aSize) in ConvertToVCLSize() argument
709 ::Size aVCLSize(_aSize.Width, _aSize.Height); in ConvertToVCLSize()
713 com::sun::star::awt::Size VCLUnoHelper::ConvertToAWTSize(::Size /* VCLSize */ const& _aSize) in ConvertToAWTSize() argument
715 com::sun::star::awt::Size aAWTSize(_aSize.Width(), _aSize.Height()); in ConvertToAWTSize()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx136 static ::Size /* VCLSize */ ConvertToVCLSize(::com::sun::star::awt::Size const& _aSize);
137 static ::com::sun::star::awt::Size ConvertToAWTSize(::Size /* VCLSize */ const& _aSize);
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java72 private void checkSize(com.sun.star.awt.Size _aSize, short _aMeasureUnit, String _sEinheit) in checkSize() argument
76 com.sun.star.awt.Size aSizeIn = m_xConversion.convertSizeToLogic(_aSize, _aMeasureUnit); in checkSize()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx42 void lcl_setScrollBar(sal_Int32 _nNewValue,const Point& _aPos,const Size& _aSize,ScrollBar& _rScrol… in lcl_setScrollBar() argument
44 _rScrollBar.SetPosSizePixel(_aPos,_aSize); in lcl_setScrollBar()
H A DReportController.cxx4305 void SAL_CALL OReportController::setVisualAreaSize( ::sal_Int64 _nAspect, const awt::Size& _aSize )… in setVisualAreaSize() argument
4311 (m_aVisualAreaSize.Width != _aSize.Width || in setVisualAreaSize()
4312 m_aVisualAreaSize.Height != _aSize.Height); in setVisualAreaSize()
4313 m_aVisualAreaSize = _aSize; in setVisualAreaSize()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java465 public void setFormSize(Size _aSize) in setFormSize() argument
467 aFormSize = _aSize; in setFormSize()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx82 void resetRange(const Point& _aSize);
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx521 void ORptExport::collectStyleNames(sal_Int32 _nFamily,const ::std::vector< sal_Int32>& _aSize, ORpt… in collectStyleNames() argument
525 ::std::vector<sal_Int32>::const_iterator aIter = _aSize.begin(); in collectStyleNames()
527 ::std::vector<sal_Int32>::const_iterator aEnd = _aSize.end(); in collectStyleNames()
H A DxmlExport.hxx167 … collectStyleNames(sal_Int32 _nFamily,const ::std::vector< sal_Int32>& _aSize, ORptExport::TStri…
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx163 void OScrollWindowHelper::resetRange(const Point& _aSize) in resetRange() argument
165 Point aPos = PixelToLogic(_aSize); in resetRange()
/trunk/main/reportdesign/source/ui/inc/
H A DGeometryHandler.hxx114 const ::com::sun::star::awt::Size& _aSize);
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1924 void SAL_CALL OReportDefinition::setVisualAreaSize( ::sal_Int64 _nAspect, const awt::Size& _aSize )… in setVisualAreaSize() argument
1931 (m_pImpl->m_aVisualAreaSize.Width != _aSize.Width || in setVisualAreaSize()
1932 m_pImpl->m_aVisualAreaSize.Height != _aSize.Height); in setVisualAreaSize()
1933 m_pImpl->m_aVisualAreaSize = _aSize; in setVisualAreaSize()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1621 const awt::Size& _aSize) in checkPosAndSize() argument
1632 ::Rectangle aSourceRect(aPos,VCLSize(_aSize)); in checkPosAndSize()

Completed in 171 milliseconds