Home
last modified time | relevance | path

Searched refs:size (Results 201 – 225 of 3145) sorted by relevance

12345678910>>...126

/trunk/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl146 @param size
148 size must be greater than 0
150 …map createCompatibleBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
166 @param size
168 size must be greater than 0
170 …eBitmap createVolatileBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
178 @param size
180 size must be greater than 0
182 … createCompatibleAlphaBitmap( [in] ::com::sun::star::geometry::IntegerSize2D size )
199 @param size
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx76 sal_Int32 nNumRows( static_cast< sal_Int32 >( rTable.aData.size())); in lcl_getCategoriesFromTable()
198 const size_t nTableRowCount( rTable.aData.size()); in lcl_fillRangeMapping()
202 const size_t nTableColCount( rRow.size()); in lcl_fillRangeMapping()
407 const size_t nPermSize = aPermutation.size(); in EndElement()
409 const size_t nRowSize = aRowIt->size(); in EndElement()
421 aModifiedRow.reserve( aRowIt->size()); in EndElement()
443 const size_t nPermSize = aPermutation.size(); in EndElement()
445 const size_t nTableRowCount = mrTable.aData.size(); in EndElement()
458 aDestination.reserve( mrTable.aData.size()); in EndElement()
462 OSL_ASSERT( nDestinationIndex < aDestination.size()); in EndElement()
[all …]
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx265 const int nEntryCount = maEntryVector.size(); in getAccessibleChildCount()
289 const int nEntryCount = maEntryVector.size(); in getAccessibleChild()
311 const int nEntryCount = maEntryVector.size(); in getAccessibleChild()
328 const int nEntryCount = maEntryVector.size(); in selectAccessibleChild()
359 const int nEntryCount = maEntryVector.size(); in isAccessibleChildSelected()
505 const int nEntryCount = mpImpl->maEntryVector.size(); in ~ToolbarMenu()
662 const int nEntryCount = mpImpl->maEntryVector.size(); in implCalcSize()
1127 n = mpImpl->maEntryVector.size()-1; in implCursorUpDown()
1148 n = mpImpl->maEntryVector.size(); in implCursorUpDown()
1154 nLoop = mpImpl->maEntryVector.size()-1; in implCursorUpDown()
[all …]
H A Dscriptedtext.cxx152 DBG_ASSERT( maPosVec.size() - 1 == maScriptVec.size(), in CalculateSizes()
157 sal_Int32 nPosVecSize = maPosVec.size(); in CalculateSizes()
294 …DBG_ASSERT( maPosVec.size() - 1 == maScriptVec.size(), "SvtScriptedTextHelper_Impl::DrawText - inv… in DrawText()
295 …DBG_ASSERT( maScriptVec.size() == maWidthVec.size(), "SvtScriptedTextHelper_Impl::DrawText - inval… in DrawText()
301 sal_Int32 nPosVecSize = maPosVec.size(); in DrawText()
/trunk/main/xmloff/source/text/
H A Dtxtlists.cxx104 OSL_ENSURE(mListStack.size(), in PopListContext()
130 OSL_ENSURE(mListStack.size(), in SetListItem()
338 mpListStack->size() > 0 ) in PopListFromStack()
360 && (i_Level < mLastNumberedParagraphs.size()) in GetNumberedParagraphListId()
406 rNPList.size()) - 1 ); in EnsureNumberedParagraph()
415 if (static_cast<sal_uInt16>(io_rLevel) + 1U > rNPList.size()) { in EnsureNumberedParagraph()
417 for (size_t i = rNPList.size(); in EnsureNumberedParagraph()
429 if (static_cast<sal_uInt16>(io_rLevel) + 1U < rNPList.size()) { in EnsureNumberedParagraph()
434 if (mLastNumberedParagraphs.size() <= static_cast<size_t>(io_rLevel)) { in EnsureNumberedParagraph()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx659 while (i < args.size()) in main()
664 if (i >= args.size()) in main()
677 if (i >= args.size()) in main()
688 if (i >= args.size()) in main()
700 if (i >= args.size()) in main()
712 if (i >= args.size()) in main()
724 if (i >= args.size()) in main()
736 if (i >= args.size()) in main()
748 if (i >= args.size()) in main()
760 if (i >= args.size()) in main()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dbox.hxx80 inline int primDim (const css::awt::Size &size) in primDim() argument
81 { if (mbHorizontal) return size.Width; else return size.Height; } in primDim()
82 inline int secDim (const css::awt::Size &size) in secDim() argument
83 { if (mbHorizontal) return size.Height; else return size.Width; } in secDim()
H A Dtable.cxx135 while ( aTable.size() > i && !aTable[ i ] ) in getMinimumSize()
151 if ( aTable.size() < end+1 ) in getMinimumSize()
204 int size = 0; in getMinimumSize() local
208 size += aGroup[ i ].mnSize; in getMinimumSize()
215 int extra = child_size - size; in getMinimumSize()
257 if ( maCols.size() == 0 || maRows.size() == 0 ) in allocateArea()
264 nExtraSize[ 1 ] /= mnRowExpandables ? mnRowExpandables : maRows.size(); in allocateArea()
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file.cxx118 size_t recently_used_file::read(char* buffer, size_t size) const in read()
120 size_t r = fread(reinterpret_cast<void*>(buffer), sizeof(char), size, file_); in read()
122 if ((r < size) && ferror(file_)) in read()
129 void recently_used_file::write(const char* buffer, size_t size) const in write()
131 if (size != fwrite(reinterpret_cast<const void*>(buffer), sizeof(char), size, file_)) in write()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_element.cxx59 for ( size_t nPos = 0; nPos < _subElems.size(); ++nPos ) in dumpSubElements()
82 return static_cast<sal_Int16>(_attrNames.size()); in getLength()
88 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getNameByIndex()
95 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getTypeByIndex()
111 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getValueByIndex()
118 for ( size_t nPos = 0; nPos < _attrNames.size(); ++nPos ) in getValueByName()
/trunk/main/extensions/source/macosx/spotlight/
H A Dioapi.h58 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)…
59 …Long (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
81 #define ZREAD(filefunc,filestream,buf,size) ((*((filefunc).zread_file))((filefunc).opaque,filestrea… argument
82 #define ZWRITE(filefunc,filestream,buf,size) ((*((filefunc).zwrite_file))((filefunc).opaque,filestr… argument
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx202 return maPageDescriptors.size(); in GetPageCount()
265 const sal_Int32 nCount (maPageDescriptors.size()); in GetIndex()
306 const sal_Int32 nCount (maPageDescriptors.size()); in GetIndex()
355 if (pDocument!=NULL && maPageDescriptors.size()==pDocument->GetSdPageCount(mePageKind)) in Resync()
357 for (sal_Int32 nIndex=0,nCount=maPageDescriptors.size(); nIndex<nCount; ++nIndex) in Resync()
674 if (size_t(nIndex)<maPageDescriptors.size()-1) in InsertSlide()
708 for(; nIndex < static_cast<sal_Int32>(maPageDescriptors.size()); nIndex++) in DeleteSlide()
717 if(nIndex >= 0 && nIndex < static_cast<sal_Int32>(maPageDescriptors.size())) in DeleteSlide()
733 for (sal_Int32 nDescriptorIndex=0,nCount=maPageDescriptors.size(); in UpdateIndices()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx32 for(unsigned int i( 0 ); i < OverallOperations.size(); ++i) in clear()
37 for(unsigned int i(0); i < maSceneObjects.size(); ++i) in clear()
76 for(unsigned int i(0); i < maSceneObjects.size(); ++i) { in prepare()
86 for(unsigned int i(0); i < maSceneObjects.size(); ++i) { in finish()
178 for(unsigned int i(0); i < primitives.size(); ++i) in displaySlide()
187 for(unsigned int i(0); i < primitives.size(); ++i) in displaySlide()
208 for(unsigned int i(0); i < maSceneObjects.size(); ++i) in displayScene()
227 glDrawArrays( GL_TRIANGLES, 0, Vertices.size() ); in display()
233 for(unsigned int i(0); i < Operations.size(); ++i) in applyOperations()
240 for(unsigned int i( 0 ); i < Operations.size(); ++i) in ~Primitive()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx416 return m_nRowPos == sal_Int32(m_pFileSet->get().size()); in isAfterLast()
436 return m_nRowPos == sal_Int32(m_pFileSet->get().size() - 1); in isLast()
649 *(m_aInsertRow->get())[0] = sal_Int32(m_pFileSet->get().size()); in insertRow()
1078 m_nRowPos = m_pFileSet->get().size() - 1; in Move()
1102 if (m_nRowPos < (sal_Int32)m_pFileSet->get().size()) in Move()
1129 if (m_nRowPos >= (sal_Int32)m_pEvaluationKeySet->size()) in Move()
1206 if (m_aRow->get().size() >= 2) in Move()
1379 if ( xTabs.size() > 1 || m_aSQLIterator.hasErrors() ) in OpenImpl()
1423 if(m_xColumns->get().size() > 1) in OpenImpl()
1519 size_t nMaxRow = m_pFileSet->get().size(); in OpenImpl()
[all …]
/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx177 …while(nIndex < maEntries.size() && basegfx::fTools::lessOrEqual(rfAddedTime + maEntries[nIndex]->g… in impGetIndexAtTime()
192 for(sal_uInt32 a(0L); a < maEntries.size(); a++) in ~AnimationEntryList()
202 for(sal_uInt32 a(0L); a < maEntries.size(); a++) in clone()
216 for(sal_uInt32 a(0L); a < maEntries.size(); a++) in operator ==()
253 if(nIndex < maEntries.size()) in getStateAtTime()
271 if(nIndex < maEntries.size()) in getNextEventTime()
296 for(sal_uInt32 a(0L); a < maEntries.size(); a++) in clone()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java76 if (currentPosition < nodeList.size() - 1) { in next()
102 int size = nodeList.size(); in end() local
104 if (size > 0) { in end()
105 currentPosition = size - 1; in end()
115 if (currentPosition < 0 || currentPosition >= nodeList.size()) { in currentElement()
124 return nodeList.size(); in elementCount()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx256 for (sal_Int32 i = m_aItems.size(); i > 0; --i) in disposing()
327 lcl_saveEvents( aSave, m_xEventAttacher, m_aItems.size() ); in writeEvents()
414 sal_Int32 nItems = m_aItems.size(); in transformEvents()
484 sal_Int32 nLen = m_aItems.size(); in write()
592 m_aItems.size(), // position in read()
608 implInsert( m_aItems.size(), xElement, sal_False, NULL, sal_True ); in read()
742 StringSequence aNameList(m_aItems.size()); in getElementNames()
764 return m_aItems.size(); in getCount()
770 if (_nIndex < 0 || (_nIndex >= (sal_Int32)m_aItems.size())) in getByIndex()
857 _nIndex = m_aItems.size(); in implInsert()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx87 return maVector.size(); in count()
128 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
155 if(maVector.size() > 1) in flip()
159 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip()
176 while((maVector.size() > 1) && (maVector[0] == maVector[maVector.size() - 1])) in removeDoublePointsAtBeginEnd()
188 while((maVector.size() > 1) && (nIndex <= maVector.size() - 2)) in removeDoublePointsWholeTrack()
329 return maVector.size(); in count()
436 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
482 if(maVector.size() > 1) in flip()
486 const sal_uInt32 nHalfSize(bIsClosed ? (maVector.size() - 1) >> 1 : maVector.size() >> 1); in flip()
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx84 size_t nOrigSize = o_rOut.size(); in deflateBuffer()
119 return sal_uInt32( o_rOut.size() - nOrigSize ); in deflateBuffer()
131 size_t nIndex = sal_uInt32( o_rOutputBuf.size() ); in startChunk()
150 if( nStart+8 > o_rOutputBuf.size() ) in endChunk()
154 size_t nLen = o_rOutputBuf.size() - nStart; in endChunk()
233 deflateBuffer( &aScanlines[0], aScanlines.size(), o_rOutputBuf ); in createPng()
317 deflateBuffer( &aScanlines[0], aScanlines.size(), o_rOutputBuf ); in createPng()
401 deflateBuffer( &aScanlines[0], aScanlines.size(), o_rOutputBuf ); in createPng()
/trunk/main/svgio/source/svgreader/
H A Dsvgdocumenthandler.cxx67 const sal_uInt32 nCount(rChilds.size()); in whiteSpaceHandling()
162 … OSL_ENSURE(!maCssContents.size(), "SvgDocHdl destructed with active css style stack entry (!)"); in ~SvgDocHdl()
169 …OSL_ENSURE(!maCssContents.size(), "SvgDocHdl startDocument with active css style stack entry (!)"); in startDocument()
175 … OSL_ENSURE(!maCssContents.size(), "SvgDocHdl endDocument with active css style stack entry (!)"); in endDocument()
512 if(maCssContents.size()) in endElement()
556 if(rChilds.size()) in characters()
558 … pTarget = dynamic_cast< SvgCharacterNode* >(rChilds[rChilds.size() - 1]); in characters()
581 if(maCssContents.size()) in characters()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx213 if ( i_nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
229 if ( i_nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
251 ENSURE_OR_RETURN( i_nIndex < m_pImpl->m_aResults.size(), "illegal index!", NULL ); in queryContent()
284 if ( m_pImpl->m_aResults.size() > i_nIndex ) in getResult()
295 return m_pImpl->m_aResults.size(); in totalCount()
301 return m_pImpl->m_aResults.size(); in currentCount()
314 …ENSURE_OR_RETURN( i_nIndex < m_pImpl->m_aResults.size(), "DataSupplier::queryPropertyValues: illeg… in queryPropertyValues()
356 if ( i_nIndex < m_pImpl->m_aResults.size() ) in releasePropertyValues()
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java149 com.sun.star.awt.Size size = new com.sun.star.awt.Size(); in createShape() local
163 size.Height = height; in createShape()
164 size.Width = width; in createShape()
167 xShape.setSize(size); in createShape()
192 com.sun.star.awt.Size size = new com.sun.star.awt.Size(); in createSequence() local
216 size.Height = height; in createSequence()
217 size.Width = width; in createSequence()
221 xShape.setSize(size); in createSequence()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx530 if (aPageNum > mPages.size()) in CalcRects()
579 long lContainerSize = mPages.size(); in PreparePageContainer()
619 if (mPages[n]->mList->size()>0) in LayoutPostIts()
934 if (mPages[n]->mList->size()>0) in MakeVisible()
1029 if (aVisiblePostItList.size()>1) in LayoutByPage()
1231 aTmp.reserve( mvPostItFlds.size() ); in Delete()
1259 aTmp.reserve( mvPostItFlds.size() ); in Delete()
1349 if (mvPostItFlds.size()>1 ) in Sort()
1391 if (mvPostItFlds.size()>1) in GetNextPostIt()
1428 for (unsigned long n=0;n<mPages.size();n++) in GetNextBorder()
[all …]
/trunk/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.cxx34 m_aAttributes.reserve(rMap.size()); in SaxAttrList()
40 m_aIndexMap[ it->first ] = m_aAttributes.size(); in SaxAttrList()
66 return sal_Int16(m_aAttributes.size()); in getLength()
70 …return (i_nIndex < sal_Int16(m_aAttributes.size())) ? m_aAttributes[i_nIndex].m_aName : rtl::OUStr… in getNameByIndex()
75 return (i_nIndex < sal_Int16(m_aAttributes.size())) ? getCDATAString() : rtl::OUString(); in getTypeByIndex()
85 …return (i_nIndex < sal_Int16(m_aAttributes.size())) ? m_aAttributes[i_nIndex].m_aValue : rtl::OUSt… in getValueByIndex()
/trunk/main/scripting/source/storage/
H A DXMLElement.cxx69 for ( size_t nPos = 0; nPos < _subElems.size(); ++nPos ) in dumpSubElements()
106 return _attrNames.size(); in getLength()
114 OSL_ASSERT( ( size_t )nPos < _attrNames.size() ); in getNameByIndex()
124 OSL_ASSERT( (size_t)nPos < _attrNames.size() ); in getTypeByIndex()
144 OSL_ASSERT( ( size_t )nPos < _attrNames.size() ); in getValueByIndex()
155 for ( size_t nPos = 0; nPos < _attrNames.size(); ++nPos ) in getValueByName()

Completed in 183 milliseconds

12345678910>>...126