Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 25 of 265) sorted by relevance

1234567891011

/trunk/main/ucb/source/ucp/file/
H A Dfilrec.cxx118 ::osl::FileBase::RC ReconnectingFile::setSize( sal_uInt64 uSize ) in setSize() function in fileaccess::ReconnectingFile
127 nRes = m_aFile.setSize( uSize ); in setSize()
133 nRes = m_aFile.setSize( uSize ); in setSize()
137 nRes = m_aFile.setSize( uSize ); in setSize()
143 nRes = m_aFile.setSize( uSize ); in setSize()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java65 oDateControl.setSize(new Size(nDateWidth, nDBHeight)); in TimeStampControl()
69 oTimeControl.setSize(new Size(nTimeWidth, nDBHeight)); in TimeStampControl()
118 public void setSize(Size _aSize) in setSize() method in TimeStampControl
124 oDateControl.xShape.setSize(new Size(ndatewidth, _aSize.Height)); in setSize()
125 oTimeControl.xShape.setSize(new Size(ntimewidth, _aSize.Height)); in setSize()
H A DShape.java95 xShape.setSize(aSize); in createShape()
99 xShape.setSize(new Size(1000, 100)); in createShape()
117 public void setSize(Size _aSize) in setSize() method in Shape
121 xShape.setSize(_aSize); in setSize()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritedevicehelper.cxx72 setSize( rSize ); in init()
122 void SpriteDeviceHelper::setSize( const ::basegfx::B2ISize& rSize ) in setSize() function in cairocanvas::SpriteDeviceHelper
129 DeviceHelper::setSize(rSize); in setSize()
151 setSize( ::basegfx::B2ISize(rBounds.Width, rBounds.Height) ); in notifySizeUpdate()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java289 dbControl.setSize(controlSize); in adjustLineWidth()
498 LabelControlList[i].setSize(new Size(m_MaxLabelWidth, m_LabelHeight)); in repositionColumnarLeftControls()
546 LabelControlList[i].setSize(aSize); in insertLabel()
564 LabelControlList[i].setSize(aSize); in insertLabel()
593 curLabelControl.setSize(new Size(m_LabelWidth, m_LabelHeight)); in insertLabel()
638 aDBControl.setSize(new Size(m_dbControlWidth, m_dbControlHeight)); in insertDBControl()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSOImageService.java104 dim.setSize(imageSize.Width, imageSize.Height); in getImageSize()
110 dim.setSize(imageSize.Width * fac, imageSize.Height * fac); in getImageSize()
118 dim.setSize(imageSize.Width * fac, imageSize.Height * fac); in getImageSize()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx256 xShape->setSize( size ); in AddRectangle()
300 xShape->setSize(size); in AddEllipse()
336 xShape->setSize(size); in AddLine()
388 xShape->setSize(size); in AddTextboxInWriter()
437 xShape->setSize(size); in AddShape()
/trunk/main/chart2/source/view/main/
H A DVLegendSymbolFactory.cxx134 xLine->setSize( awt::Size( rEntryKeyAspectRatio.Width, 0 )); in createSymbol()
185 xShape->setSize( awt::Size( nSize, nSize ) ); in createSymbol()
197 xShape->setSize( rEntryKeyAspectRatio ); in createSymbol()
/trunk/main/stoc/source/security/
H A Dlru_cache.h104 inline void setSize( ::std::size_t size ) SAL_THROW( () );
108 inline void lru_cache< t_key, t_val, t_hashKey, t_equalKey >::setSize( in setSize() function in stoc_sec::lru_cache
135 setSize( size ); in lru_cache()
/trunk/main/reportdesign/source/core/api/
H A DFixedLine.cxx179 _xShape->setSize(aSize); in OFixedLine()
185 _xShape->setSize(aSize); in OFixedLine()
526 void SAL_CALL OFixedLine::setSize( const awt::Size& aSize ) throw (beans::PropertyVetoException, un… in setSize() function in reportdesign::OFixedLine
530 OShapeHelper::setSize(aSize,this); in setSize()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx526 maXShape->setSize( aSize ); in DrawRectangle()
549 maXShape->setSize( awt::Size( nXSize, nYSize ) ); in DrawEllipse()
578 maXShape->setSize( awt::Size ( nXSize, nYSize ) ); in DrawEllipticalArc()
657 maXShape->setSize( awt::Size( (long)fdx, (long)fdy ) ); in DrawBitmap()
866 maXShape->setSize( awt::Size( nWidth, nHeight ) ); in DrawText()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx192 void SAL_CALL SvxShapeGroup::setSize( const awt::Size& rSize ) in setSize() function in SvxShapeGroup
195 SvxShape::setSize( rSize ); in setSize()
467 void SAL_CALL SvxShapeConnector::setSize( const awt::Size& rSize ) in setSize() function in SvxShapeConnector
470 SvxShapeText::setSize( rSize ); in setSize()
635 void SAL_CALL SvxShapeControl::setSize( const awt::Size& rSize ) in setSize() function in SvxShapeControl
638 SvxShapeText::setSize( rSize ); in setSize()
2085 void SAL_CALL SvxCustomShape::setSize( const awt::Size& rSize ) in setSize() function in SvxCustomShape
2088 SvxShapeText::setSize( rSize ); in setSize()
/trunk/main/canvas/source/vcl/
H A Dspritedevicehelper.cxx53 mpBackBuffer->setSize( rOutDev.GetOutputSizePixel() ); in init()
124 mpBackBuffer->setSize( ::Size(rBounds.Width, in notifySizeUpdate()
H A Dcanvascustomsprite.cxx81 pBackBuffer->setSize( aSize ); in CanvasCustomSprite()
92 pBackBufferMask->setSize( aSize ); in CanvasCustomSprite()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleComponentHandler.java51 maChildList.setSize (6); in AccessibleComponentHandler()
121 maChildList.setSize (4); in update()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java88 oCShape.setSize(size); in createControlShape()
123 oCShape.setSize(size); in createUnoControlShape()
158 oCShape.setSize(size); in createControlShapeWithDefaultControl()
/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx87 …virtual void SAL_CALL setSize( const ::com::sun::star::geometry::RealSize2D& _size ) throw (::com:…
150 xAnnotation->setSize(m_Size); in set()
277 void SAL_CALL Annotation::setSize(const RealSize2D & the_value) throw (RuntimeException) in setSize() function in sd::Annotation
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java139 xWriterShape.setSize(new Size(10000, 10000)); in useWriter()
250 xCalcShape.setSize(new Size(10000, 10000)); in useCalc()
296 xDrawShape.setSize(new Size(10000, 20000)); in useDraw()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DSetupActionListener.java97 detailsdialog.setSize(new Dimension(600, 300)); in actionPerformed()
106 helpdialog.setSize(new Dimension(400, 300)); in actionPerformed()
/trunk/main/scripting/examples/java/Newsgroup/
H A DStatusWindow.java60 progressBar.setSize( 30, 400 ); in StatusWindow()
80 cancelButton.setSize( 30, 100 ); in StatusWindow()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java156 ze.setSize(xmlBytes.length); in write()
212 zipEntry.setSize(xmlBytes.length); in saveEntries()
/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx100 _rContext.xObjectShape->setSize(aControlShapeSize); in doLayout()
161 xRadioShape->setSize(aButtonSize); in doLayout()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartHelper.java112 xShape.setSize( aExtent ); in insertOLEChartInWriter()
209 aShape.setSize( aExtent ); in insertOLEChartInDraw()
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx91 … template<typename T> static void setSize(const ::com::sun::star::awt::Size& aSize,T* _pShape) in setSize() function in reportdesign::OShapeHelper
103 _pShape->m_aProps.aComponent.m_xShape->setSize(aSize); in setSize()
/trunk/main/store/source/
H A Dstorlckb.cxx135 eErrCode = setSize(0); in create()
370 storeError OStoreLockBytes::setSize (sal_uInt32 nSize) in setSize() function in OStoreLockBytes

Completed in 93 milliseconds

1234567891011