Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/trunk/main/writerfilter/source/doctok/
H A DWW8Table.cxx65 (new WW8BRC(*this, 0x3 + pos * WW8BRC::getSize())); in get_rgbbrc()
140 return getSize(); in calcSize()
147 return get_shd_count() * WW8SHD::getSize() + 3; in calcSize()
152 return getU8(0x2) / WW8SHD::getSize(); in get_shd_count()
159 (new WW8SHD(*this, 0x3 + pos * WW8SHD::getSize())); in get_shd()
166 return get_shd_count() * WW8CellShd::getSize(); in calcSize()
171 return getU8(0x2) / WW8CellShd::getSize(); in get_shd_count()
178 (new WW8CellShd(*this, 0x3 + pos * WW8CellShd::getSize())); in get_shd()
185 return get_cellShadow_count() * WW8CellShd::getSize(); in calcSize()
190 return getU8(0x2) / WW8CellShd::getSize(); in get_cellShadow_count()
[all …]
H A DDffImpl.cxx277 WW8FOPTE * pTmp = new WW8FOPTE(this, 0x8 + nPos * WW8FOPTE::getSize()); in get_property()
295 nResult = 0x8 + nCount * WW8FOPTE::getSize(); in get_extraoffset()
299 WW8FOPTE aFOPTE(this, 0x8 + n * WW8FOPTE::getSize()); in get_extraoffset()
318 return (getCount() - 0x18) / WW8FIDCL::getSize(); in get_fidcl_count()
325 (new WW8FIDCL(this, 0x18 + pos * WW8FIDCL::getSize())); in get_fidcl()
348 sal_uInt32 nOffset = 8 + WW8FBSE::getSize() + aFBSE.get_cbName(); in get_blip()
H A DPLCF.hxx42 sal_uInt32 getSize() { return 0; } in getSize() function in writerfilter::doctok::Empty
130 return (getCount() - 4) / (T::getSize() + 4); in getEntryCount_()
142 return new T(mSequence, nPayloadOffset + nIndex * T::getSize(), in getEntryPointer()
143 T::getSize()); in getEntryPointer()
H A DWW8ListTable.cxx42 nOffset += WW8List::getSize(); in initPayload()
105 sal_uInt32 nOffset = WW8ListLevel::getSize(); in get_xst()
115 sal_uInt32 nOffset = getSize(); in resolveNoAuto()
138 sal_uInt32 nResult = WW8ListLevel::getSize(); in calcSize()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx82 const basegfx::B2DVector& getSize() const { return maSize; } in getSize() function in drawinglayer::attribute::ImpSdrFillGraphicAttribute
94 && getSize() == rCandidate.getSize() in operator ==()
228 return mpSdrFillGraphicAttribute->getSize(); in getSize()
279 if(0.0 != getSize().getX()) in createFillGraphicAttribute()
281 if(getSize().getX() < 0.0) in createFillGraphicAttribute()
283 aBitmapSize.setX(aBitmapSize.getX() * (getSize().getX() * -0.01)); in createFillGraphicAttribute()
287 aBitmapSize.setX(getSize().getX()); in createFillGraphicAttribute()
297 if(0.0 != getSize().getY()) in createFillGraphicAttribute()
299 if(getSize().getY() < 0.0) in createFillGraphicAttribute()
301 aBitmapSize.setY(aBitmapSize.getY() * (getSize().getY() * -0.01)); in createFillGraphicAttribute()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java49 public int getSize() { in getSize() method in DisplayPackageDescription
57 private int getSize(TreeNode peerNode) { in getSize() method in DisplayPackageDescription
60 return data.getSize(); in getSize()
69 size = data.getSize(); // -> that is the value defined in xpd file in setState()
78 size += childInfo.getSize(child); in setState()
82 size = data.getSize(); // -> that is the value defined in xpd file in setState()
130 size = data.getSize(); // -> that is the value defined in xpd file in updateState()
148 size += childInfo.getSize(child); in updateState()
158 size = data.getSize(); // -> that is the value defined in xpd file in updateSize()
164 size += childInfo.getSize(child); in updateSize()
/trunk/main/io/source/stm/
H A Domark.cxx176 if( m_mapMarks.empty() && ( m_pBuffer->getSize() == 0 ) ) { in writeBytes()
237 m_nCurrentPos = m_pBuffer->getSize(); in closeOutput()
311 m_nCurrentPos = m_pBuffer->getSize(); in jumpToFurthest()
609 if( m_mapMarks.empty() && ! m_pBuffer->getSize() ) { in readBytes()
618 if( m_pBuffer->getSize() - m_nCurrentPos < nBytesToRead ) { in readBytes()
626 m_pBuffer->writeAt( m_pBuffer->getSize() , aData ); in readBytes()
640 OSL_ASSERT( m_pBuffer->getSize() - m_nCurrentPos >= nBytesToRead ); in readBytes()
666 if( m_mapMarks.empty() && ! m_pBuffer->getSize() ) { in readSomeBytes()
673 sal_Int32 nInBuffer = m_pBuffer->getSize() - m_nCurrentPos; in readSomeBytes()
689 m_pBuffer->writeAt( m_pBuffer->getSize() , aData ); in readSomeBytes()
[all …]
H A Dstreamhelper.hxx60 virtual sal_Int32 getSize() const throw( ) =0;
89 virtual sal_Int32 getSize() const throw( ) =0;
109 virtual sal_Int32 getSize() const throw( );
144 virtual sal_Int32 getSize() const throw( ) in getSize() function in io_stm::MemFIFO
145 { return MemRingBuffer::getSize(); } in getSize()
H A Dopipe.cxx177 sal_Int32 nOccupiedBufferLen = m_pFIFO->getSize(); in readBytes()
216 if( m_pFIFO->getSize() ) in readSomeBytes()
218 sal_Int32 nSize = Min( nMaxBytesToRead , m_pFIFO->getSize() ); in readSomeBytes()
259 nBytesToSkip = Min( m_pFIFO->getSize() , m_nBytesToSkip ); in skipBytes()
277 return m_pFIFO->getSize(); in available()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java426 …ROPERTY_LABEL, counterRenderer.render(new Counter(pageStart + 1, pageEnd(), listModel.getSize()))); in refreshCounterText()
432 if (i > listModel.getSize() - 1) in pageEnd()
434 return listModel.getSize(); in pageEnd()
510 if (listModel.getSize() <= ii) in getObjectFor()
801 for (int i = 0; i < getListModel().getSize(); i++) in setSelected()
838 if (pageStart < getListModel().getSize() - rows * cols) in nextPage()
860 enable(btnNext, Boolean.valueOf(pageStart + rows * cols < listModel.getSize())); in enableButtons()
910 if (index < listModel.getSize()) in mousePressed()
1019 return (image >= 0) && (getIndexFor(image) < listModel.getSize()); in isFocusable()
1099 int ps = (listModel.getSize() / is) * is; in display()
H A DButtonList.java327 …ROPERTY_LABEL, counterRenderer.render(new Counter(pageStart + 1, pageEnd(), listModel.getSize()))); in refreshCounterText()
333 if (i > listModel.getSize() - 1) in pageEnd()
335 return listModel.getSize(); in pageEnd()
359 if (listModel.getSize() <= ii) in getObjectFor()
694 if (pageStart < getListModel().getSize() - rows * cols) in nextPage()
716 enable(btnNext, Boolean.valueOf(pageStart + rows * cols < listModel.getSize())); in enableButtons()
809 int ps = (listModel.getSize() / is) * is; in display()
894 if (index < listModel.getSize()) in actionPerformed()
/trunk/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx101 Size SAL_CALL OCommonAccessibleComponent::getSize( ) throw (RuntimeException) in getSize() function in comphelper::OCommonAccessibleComponent
153 Size SAL_CALL OAccessibleComponentHelper::getSize( ) throw (RuntimeException) in getSize() function in comphelper::OAccessibleComponentHelper
155 return OCommonAccessibleComponent::getSize( ); in getSize()
202 Size SAL_CALL OAccessibleExtendedComponentHelper::getSize( ) throw (RuntimeException) in getSize() function in comphelper::OAccessibleExtendedComponentHelper
204 return OCommonAccessibleComponent::getSize( ); in getSize()
/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx58 aLeftBitmapSize = rxLeftBitmap->getSize(); in PaintHorizontalBitmapComposite()
61 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintHorizontalBitmapComposite()
64 aRightBitmapSize = rxRightBitmap->getSize(); in PaintHorizontalBitmapComposite()
163 aTopBitmapSize = rxTopBitmap->getSize(); in PaintVerticalBitmapComposite()
166 aCenterBitmapSize = rxRepeatableCenterBitmap->getSize(); in PaintVerticalBitmapComposite()
169 aBottomBitmapSize = rxBottomBitmap->getSize(); in PaintVerticalBitmapComposite()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java75 nreldatewidth = 1.0 / ((double) getSize().Width / (double) nDateWidth); in TimeStampControl()
133 public Size getSize() in getSize() method in TimeStampControl
135 … int ncontrolwidth = oDateControl.xShape.getSize().Width + oTimeControl.xShape.getSize().Width; in getSize()
136 return new Size(ncontrolwidth, oDateControl.xShape.getSize().Height); in getSize()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx337 if( pMask->getSize() != getSize() ) in getCompatibleClipMask()
1055 basegfx::B2IVector BitmapDevice::getSize() const in getSize() function in basebmp::BitmapDevice
1382 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1411 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawBitmap()
1441 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1492 const basegfx::B2IVector& rSrcSize( rAlphaMask->getSize() ); in drawMaskedColor()
1545 OSL_ASSERT( rMask->getSize() == rSrcBitmap->getSize() ); in drawMaskedBitmap()
1547 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
1577 OSL_ASSERT( rMask->getSize() == rSrcBitmap->getSize() ); in drawMaskedBitmap()
1579 const basegfx::B2IVector& rSrcSize( rSrcBitmap->getSize() ); in drawMaskedBitmap()
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java271 final Size labelSize = curLabelControl.getSize(); in adjustLineWidth()
272 Size controlSize = dbControl.getSize(); in adjustLineWidth()
284 nControlBaseWidth = oDBTimeStampControl.getSize().Width; in adjustLineWidth()
290 controlSize = dbControl.getSize(); in adjustLineWidth()
506 m_dbControlWidth = _curDBControl.getSize().Width; in resetDBShape()
507 m_dbControlHeight = _curDBControl.getSize().Height; in resetDBShape()
550 m_LabelWidth = LabelControlList[i].getSize().Width; in insertLabel()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx231 if(_columnNumber < 0 || _columnNumber >= record->getSize()) in getField()
624 multiLengthSecondLevel += multiHeaders[i]->getSize(); in createHeaderForProperty()
644 while(multiHeaders[j]->getSize() == k) in createHeaderForProperty()
710 length += dictHeaders[i]->getSize(); in createHeaderForProperty()
722 while(dictHeaders[j]->getSize() == k) in createHeaderForProperty()
775 length += arrHeaders[i]->getSize(); in createHeaderForProperty()
782 while(arrHeaders[j]->getSize() == k) in createHeaderForProperty()
864 MacabRecord *macabRecord = new MacabRecord(_header->getSize()); in createMacabRecord()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DEditorFrame.java79 return m_aTextArea.getSize(); in getAppSize()
84 Dimension aOwnSize = getSize(); in setAppSize()
85 Dimension aAppSize = m_aTextArea.getSize(); in setAppSize()
98 Dimension aDim = m_aTextArea.getSize(); in getReplacementImage()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigSet.java67 int oldSize = getSize(); in add()
68 while (getSize() <= i) in add()
82 fireListDataListenerIntervalAdded(getSize() - 1, getSize() - 1); in add()
380 public int getSize() in getSize() method in ConfigSet
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameSize.java89 assertEquals("verify Frame height size",41,xShape_odt.getSize().Height); in testFrameSize()
90 assertEquals("verify Frame width size",15000,xShape_odt.getSize().Width); in testFrameSize()
99 assertEquals("verify Frame height size",788,xShape_doc.getSize().Height); in testFrameSize()
100 assertEquals("verify Frame width size",14998,xShape_doc.getSize().Width); in testFrameSize()
/trunk/main/canvas/inc/canvas/base/
H A Ddoublebitmapbase.hxx82 verifyIndexRange(rect, getSize() ); in getData()
97 verifyIndexRange(rect, getSize() ); in setData()
114 verifyIndexRange(pos, getSize() ); in setPixel()
130 verifyIndexRange(pos, getSize() ); in getPixel()
H A Dfloatbitmapbase.hxx83 verifyIndexRange(rect, getSize() ); in getData()
99 verifyIndexRange(rect, getSize() ); in setData()
117 verifyIndexRange(pos, getSize() ); in setPixel()
134 verifyIndexRange(pos, getSize() ); in getPixel()
H A Dintegerbitmapbase.hxx82 tools::verifyIndexRange(rect, BaseType::getSize() ); in getData()
97 tools::verifyIndexRange(rect, BaseType::getSize() ); in setData()
114 tools::verifyIndexRange(pos, BaseType::getSize() ); in setPixel()
130 tools::verifyIndexRange(pos, BaseType::getSize() ); in getPixel()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java265 java.awt.Dimension d = comp.getSize(); in PopupMenuProxy()
400 java.awt.Dimension d = getSize(); in contains()
444 public java.awt.Dimension getSize() { in getSize() method in WindowsAccessBridgeAdapter.PopupMenuProxy
616 java.awt.Dimension d = getSize(); in getBounds()
626 public java.awt.Dimension getSize() { in getSize() method in WindowsAccessBridgeAdapter.ListProxy
627 return listComponent.getSize(); in getSize()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_General.java93 for (int i = 0; i < settings.cp_Filters.getSize(); i++) in getDocAddDialog()
171 else if (settings.cp_DefaultSession.cp_Content.cp_Documents.getSize() <= s[0]) in getDoc()
187 return settings.cp_DefaultSession.cp_Content.cp_Documents.getSize(); in getDocsCount()
280 if (settings.cp_DefaultSession.cp_Content.cp_Documents.getSize() == 0) in checkDocList()

Completed in 95 milliseconds

12345678910>>...23