Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 2713) sorted by relevance

12345678910>>...109

/AOO41X/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dfp.s29 .size fp_loadf0, . - fp_loadf0
37 .size fp_loadf1, . - fp_loadf1
45 .size fp_loadf2, . - fp_loadf2
53 .size fp_loadf3, . - fp_loadf3
61 .size fp_loadf4, . - fp_loadf4
69 .size fp_loadf5, . - fp_loadf5
77 .size fp_loadf6, . - fp_loadf6
85 .size fp_loadf7, . - fp_loadf7
93 .size fp_loadf9, . - fp_loadf9
101 .size fp_loadf11, . - fp_loadf11
[all …]
/AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java105 private int size; field in InterfaceContainer
137 if (size < oldCapacity) in trimToSize()
140 elementData = new Object[size]; in trimToSize()
141 System.arraycopy(oldData, 0, elementData, 0, size); in trimToSize()
162 System.arraycopy(oldData, 0, elementData, 0, size); in ensureCapacity()
177 ensureCapacity(size + 1); // Increments modCount!! in add()
178 elementData[size++] = o; in add()
198 if (index > size || index < 0) in add()
200 "Index: "+index+", Size: "+size); in add()
202 ensureCapacity(size+1); in add()
[all …]
/AOO41X/main/sal/rtl/source/
H A Dalloc_arena.c150 sal_Size size = rtl_machdep_pagesize(); in rtl_arena_segment_populate() local
152 span = rtl_machdep_alloc(gp_machdep_arena, &size); in rtl_arena_segment_populate()
156 sal_Size count = size / sizeof(rtl_arena_segment_type); in rtl_arena_segment_populate()
162 span->m_size = size; in rtl_arena_segment_populate()
421 sal_Size size in rtl_arena_hash_remove() argument
428 (void) size; /* unused */ in rtl_arena_hash_remove()
448 OSL_POSTCOND(segment->m_size == size, "rtl_arena_hash_remove(): wrong size."); in rtl_arena_hash_remove()
487 sal_Size size, in rtl_arena_segment_alloc() argument
494 if (!RTL_MEMORY_ISP2(size)) in rtl_arena_segment_alloc()
496 int msb = highbit(size); in rtl_arena_segment_alloc()
[all …]
H A Dalloc_global.c113 sal_Size size; in rtl_memory_once_init() local
123 size = RTL_MEMALIGN; in rtl_memory_once_init()
126 while (size <= g_alloc_sizes[i]) in rtl_memory_once_init()
128 g_alloc_table[(size - 1) >> RTL_MEMALIGN_SHIFT] = g_alloc_caches[i]; in rtl_memory_once_init()
129 size += RTL_MEMALIGN; in rtl_memory_once_init()
202 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory() local
212 if (size <= RTL_MEMORY_CACHED_LIMIT) in rtl_allocateMemory()
213 addr = (char*)rtl_cache_alloc(g_alloc_table[(size - 1) >> RTL_MEMALIGN_SHIFT]); in rtl_allocateMemory()
215 addr = (char*)rtl_arena_alloc (gp_alloc_arena, &size); in rtl_allocateMemory()
219 ((sal_Size*)(addr))[0] = size; in rtl_allocateMemory()
[all …]
/AOO41X/main/vigra/
H A Dvigra1.6.0.patch52 + size_type new_size = size() + n;
96 /** construct image of size 0x0
109 /** construct image of size width x height, use the specified allocator.
133 /** construct image of size size.x x size.y, use the specified allocator.
135 - explicit BasicImage(difference_type const & size, Alloc const & alloc = Alloc())
144 - vigra_precondition((size.x >= 0) && (size.y >= 0),
145 - "BasicImage::BasicImage(Diff2D size): "
146 - "size.x and size.y must be >= 0.\n");
155 - resize(size.x, size.y, value_type());
159 /** construct image of size width*height and initialize every
[all …]
/AOO41X/main/cppu/inc/com/sun/star/uno/
H A DType.hxx200 sal_Int32 size = sizeof( **pT ); in getCppuArrayType1() local
201 sal_Int32 dim1 = sizeof( *pT ) / size; in getCppuArrayType1()
217 sal_Int32 size = sizeof( ***pT ); in getCppuArrayType2() local
218 sal_Int32 dim2 = sizeof( **pT ) / size; in getCppuArrayType2()
219 sal_Int32 dim1 = sizeof( *pT ) / dim2 / size; in getCppuArrayType2()
235 sal_Int32 size = sizeof( ****pT ); in getCppuArrayType3() local
236 sal_Int32 dim3 = sizeof( ***pT ) / size; in getCppuArrayType3()
237 sal_Int32 dim2 = sizeof( **pT ) / dim3 / size; in getCppuArrayType3()
238 sal_Int32 dim1 = sizeof( *pT ) / (dim2 * dim3)/ size; in getCppuArrayType3()
254 sal_Int32 size = sizeof( *****pT ); in getCppuArrayType4() local
[all …]
/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx335 for (size_t i = 0; i < size(); i++) in fill_from()
356 assert(size() < rGlyph2Char.size()); in appendCluster()
357 rChar2Base[nFirstCharInCluster-rArgs.mnMinCharPos] = size(); in appendCluster()
358 rGlyph2Char[size()] = nFirstCharInCluster; in appendCluster()
467 assert(size() < rGlyph2Char.size()); in append()
468 if (!bIsBase) rGlyph2Char[size()] = firstChar; in append()
514 GlyphItem aGlyphItem(size(),//gi.logicalIndex(), in append()
658 for (size_t i = 0; i < aFace.size() && i < 32; i++) in hashCode()
662 size_t iSize = aFace.size(); in hashCode()
832 if (pSegRecord && (pSegRecord->glyphs().size() > 0) && in LayoutGlyphs()
[all …]
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx109 aHIRect.size.width = static_cast<float>(aRect.GetWidth()); in ImplGetHIRectFromRectangle()
110 aHIRect.size.height = static_cast<float>(aRect.GetHeight()); in ImplGetHIRectFromRectangle()
542 rc.size.width += 2; in drawNativeControl()
543 rc.size.height += 2; in drawNativeControl()
557 rc.size.width += 2; in drawNativeControl()
625 int nPaintHeight = static_cast<int>(rc.size.height); in drawNativeControl()
631 else if( rc.size.height <= PB_Norm_Height ) in drawNativeControl()
636 else if( pPBVal->mbSingleLine || rc.size.height < (PB_Norm_Height + PB_Norm_Height/2) ) in drawNativeControl()
643 rc.size.width -= FOCUS_RING_WIDTH; in drawNativeControl()
657 int delta_y = static_cast<int>(rc.size.height) - nPaintHeight; in drawNativeControl()
[all …]
/AOO41X/main/vcl/aqua/source/window/
H A Dsalframe.cxx154 maGeometry.nX = static_cast<int>(aVisibleRect.origin.x + aVisibleRect.size.width / 10); in initWindowAndView()
155 maGeometry.nY = static_cast<int>(aVisibleRect.origin.y + aVisibleRect.size.height / 10); in initWindowAndView()
156 maGeometry.nWidth = static_cast<unsigned int>(aVisibleRect.size.width * 0.8); in initWindowAndView()
157 maGeometry.nHeight = static_cast<unsigned int>(aVisibleRect.size.height * 0.8); in initWindowAndView()
172 maGeometry.nWidth = static_cast<int>(aVisibleRect.size.width); in initWindowAndView()
173 maGeometry.nHeight = static_cast<int>(aVisibleRect.size.height); in initWindowAndView()
227 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
229 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
235 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
237 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
[all …]
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabHeader.cxx44 size = _size; in MacabHeader()
45 fields = new macabfield *[size]; in MacabHeader()
46 for(i = 0; i < size; i++) in MacabHeader()
70 size = 0; in MacabHeader()
91 if(size == 0) in operator +=()
94 size = rSize; in operator +=()
95 fields = new macabfield *[size]; in operator +=()
96 for(i = 0; i < size; i++) in operator +=()
123 newFields = new macabfield *[size+numToAdd]; in operator +=()
124 for(i = 0; i < size; i++) in operator +=()
[all …]
/AOO41X/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx77 extern "C" void * SAL_CALL allocExec(rtl_arena_type *, sal_Size * size) { in allocExec() argument
96 sal_Size n = (*size + (pagesize - 1)) & ~(pagesize - 1); in allocExec()
117 *size = n; in allocExec()
123 rtl_arena_type *, void * address, sal_Size size) in freeExec() argument
126 munmap(static_cast< char * >(address), size); in freeExec()
128 (void) size; // unused in freeExec()
228 OSL_ASSERT(blocks.size() <= SAL_MAX_INT32); in getVtables()
229 vtables.count = static_cast< sal_Int32 >(blocks.size()); in getVtables()
246 sal_Size size = getBlockSize(slotCount); in createBlock() local
248 block.size = (size + (pagesize - 1)) & ~(pagesize - 1); in createBlock()
[all …]
/AOO41X/main/editeng/source/accessibility/
H A DAccessibleParaManager.cxx83 if( (size_t)nNumParas < maChildren.size() ) in SetNum()
84 Release( nNumParas, maChildren.size() ); in SetNum()
94 return maChildren.size(); in GetNum()
119 DBG_ASSERT( maChildren.size() > nPara, "AccessibleParaManager::Release: invalid index" ); in Release()
121 if( maChildren.size() > nPara ) in Release()
135 DBG_ASSERT( maChildren.size() > nPara, "AccessibleParaManager::FireEvent: invalid index" ); in FireEvent()
137 if( maChildren.size() > nPara ) in FireEvent()
152 … DBG_ASSERT( maChildren.size() > nChild, "AccessibleParaManager::IsReferencable: invalid index" ); in IsReferencable()
154 if( maChildren.size() > nChild ) in IsReferencable()
167 …DBG_ASSERT( maChildren.size() > nParagraphIndex, "AccessibleParaManager::GetChild: invalid index" … in GetChild()
[all …]
/AOO41X/main/fpicker/source/aqua/
H A DControlHelper.cxx355 …rol description] UTF8String], frame.origin.x, frame.origin.y, frame.size.width, frame.size.height); in createUserPane()
357 int nControlHeight = frame.size.height; in createUserPane()
358 int nControlWidth = frame.size.width; in createUserPane()
381 …description] UTF8String], tfRect.origin.x, tfRect.origin.y, tfRect.size.width, tfRect.size.height); in createUserPane()
383 int tfWidth = tfRect.size.width; in createUserPane()
393 frame.size.width = nControlWidth; in createUserPane()
399 frame.size.width = nControlWidth; in createUserPane()
456 if (currentWidth < minRect.size.width) in createUserPane()
457 currentWidth = minRect.size.width; in createUserPane()
459 if (currentHeight < minRect.size.height) in createUserPane()
[all …]
/AOO41X/main/sc/source/core/data/
H A Ddptablecache.cxx63 rIndex = list.size(); in lcl_Search()
66 SCROW nHi = list.size() - 1; in lcl_Search()
393 size_t nMembersCount = GetDimMemberValues( i ).size(); in operator ==()
394 if ( GetDimMemberValues( i ).size() == r. GetDimMemberValues( i ).size() ) in operator ==()
439 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in ~ScDPTableDataCache()
442 for ( nCol =0; nCol < mrLabelNames.size(); nCol++ ) in ~ScDPTableDataCache()
462 if ( !mrLabelNames.size() ) in AddRow()
535 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in InitFromDoc()
573 for ( sal_uLong row = 0 ; row < mpTableDataValues[nCol].size(); row++ ) in InitFromDataBase()
627 if ( mpTableDataValues[nDim].size()==0 ) in GetDimNumType()
[all …]
/AOO41X/main/embedserv/source/embed/
H A Dtracker.cxx103 HDC hDC,LPRECT lpRect,SIZE size, in DrawDragRect() argument
112 InflateRect(&rect,-size.cx, -size.cy); in DrawDragRect()
536 SIZE size; in DrawTrackerRect() local
537 size.cx = 0; size.cy = 0; in DrawTrackerRect()
543 size.cx = size.cy = max(1,GetHandleSize(&rect)-1); in DrawTrackerRect()
544 InflateRect(&rect,size.cx,size.cy); in DrawTrackerRect()
548 size.cx = 1; // CX_BORDER; in DrawTrackerRect()
549 size.cy = 1; // CY_BORDER; in DrawTrackerRect()
555 DrawDragRect(pDC,&rect,size,&m_rectLast,m_sizeLast); in DrawTrackerRect()
559 m_sizeLast = size; in DrawTrackerRect()
[all …]
/AOO41X/main/registry/source/
H A Dkeyimpl.cxx274 sal_uInt32 size; in getValueInfo() local
276 readUINT32(pBuffer+VALUE_TYPEOFFSET, size); in getValueInfo()
290 readUINT32(pBuffer, size); in getValueInfo()
293 *pValueSize = size; in getValueInfo()
329 sal_uInt32 size = vSize; in setValue() local
332 pBuffer = (sal_uInt8*)rtl_allocateMemory(VALUE_HEADERSIZE + size); in setValue()
335 writeUINT32(pBuffer+VALUE_TYPEOFFSET, size); in setValue()
340 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, value, size); in setValue()
352 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, value, size); in setValue()
360 if ( rValue.writeAt(0, pBuffer, VALUE_HEADERSIZE+size, writenBytes) ) in setValue()
[all …]
H A Dreflwrit.cxx242 sal_uInt32 size = sizeof(sal_uInt32) /* size */ + sizeof(sal_uInt16) /* tag */; in getBlopSize() local
247 size += sizeof(sal_uInt8); in getBlopSize()
250 size += sizeof(sal_uInt8); in getBlopSize()
253 size += sizeof(sal_Int16); in getBlopSize()
256 size += sizeof(sal_uInt16); in getBlopSize()
259 size += sizeof(sal_Int32); in getBlopSize()
262 size += sizeof(sal_uInt32); in getBlopSize()
265 size += sizeof(sal_Int64); in getBlopSize()
268 size += sizeof(sal_uInt64); in getBlopSize()
271 size += sizeof(sal_uInt32); in getBlopSize()
[all …]
/AOO41X/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx58 for( ; nIndex < rGuideList.size(); nIndex++ ) in SetCustomShapeGuideValue()
63 if ( nIndex == rGuideList.size() ) in SetCustomShapeGuideValue()
73 for( ; nIndex < static_cast< sal_Int32 >( rGuideList.size() ); nIndex++ ) in GetCustomShapeGuideValue()
78 if ( nIndex == static_cast< sal_Int32 >( rGuideList.size() ) ) in GetCustomShapeGuideValue()
168 if ( maAdjustmentGuideList.size() ) in pushToPropSet()
236 if ( maPath2DList.size() ) in pushToPropSet()
246 … Sequence< EnhancedCustomShapeAdjustmentValue > aAdjustmentValues( maAdjustmentGuideList.size() ); in pushToPropSet()
247 for ( i = 0; i < maAdjustmentGuideList.size(); i++ ) in pushToPropSet()
256 Sequence< rtl::OUString > aEquations( maGuideList.size() ); in pushToPropSet()
257 for ( i = 0; i < maGuideList.size(); i++ ) in pushToPropSet()
[all …]
/AOO41X/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx169 maFields.reserve( rLabels.size() ); in ReadDataLabels()
182 maFields.reserve( rPivotFields.size() ); in ReadPivotFields()
195 rFieldNames.reserve( maFields.size() ); in WriteFieldNames()
210 rPivotFields.resize( maFields.size() ); in WritePivotFields()
235 return (nFieldIndex < maFields.size()) ? maFields[ nFieldIndex ].maFieldName : OUString(); in GetFieldText()
270 return (nFieldIndex < maFields.size()) ? nFieldIndex : PIVOTFIELD_INVALID; in GetFieldIndex()
293 return ::std::min( nFieldIndex, maFields.size() ); in GetDropIndex()
296 return maFields.size(); in GetDropIndex()
312 if( (meFieldType != PIVOTFIELDTYPE_SELECT) && (nInsertIndex <= maFields.size()) ) in InsertField()
315 if( nFieldIndex < maFields.size() ) in InsertField()
[all …]
/AOO41X/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx163 sal_Int32 nCount(aValidationVec.size()); in AddValidation()
355 if (aValidationVec.size()) in WriteValidations()
460 DBG_ASSERT( static_cast<size_t>(nIndex) < aValidationVec.size(), "out of range" ); in GetValidationName()
684 while ((i < nEnd) && !bReady && (i < pRowDefaults->size())) in AddRange()
826 sal_Int32 nSize = aTables.size() - 1; in AddNewTable()
840 rIndex = aAutoStyleNames.size() - 1; in AddStyleName()
845 sal_Int32 nCount(aStyleNames.size()); in AddStyleName()
863 rIndex = aStyleNames.size() - 1; in AddStyleName()
874 …if (nIndex > 0 && static_cast<size_t>(nIndex-1) < aAutoStyleNames.size() && aAutoStyleNames.at(nIn… in GetIndexOfStyleName()
883 while (!bFound && static_cast<size_t>(i) < aStyleNames.size()) in GetIndexOfStyleName()
[all …]
/AOO41X/main/odk/docs/cpp/ref/
H A Dcpp.css32 #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
33 #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
34 #adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
35 #adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
39 #adc-cppref dt { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
40 #adc-cppref dt.member { font-size:13pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
41 #adc-cppref dt.simple { font-size:10pt; font-weight:normal; margin-top:2pt; margin-bottom:1pt; }
42 #adc-cppref dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
43 #adc-cppref dd.member { font-size:10pt; margin-top:1pt; margin-bottom:1pt; background-color:#fffff…
44 #adc-cppref p { font-size:10pt; margin-top:3pt; margin-bottom:1pt; }
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdpage.cxx252 RemoveObjectFromContainer(maList.size()-1); in Clear()
428 if (nObjNum >= maList.size()) in NbcRemoveObject()
430 OSL_ASSERT(nObjNum<maList.size()); in NbcRemoveObject()
459 if (nObjNum >= maList.size()) in RemoveObject()
461 OSL_ASSERT(nObjNum<maList.size()); in RemoveObject()
507 if (nObjNum >= maList.size() || pNewObj == NULL) in NbcReplaceObject()
509 OSL_ASSERT(nObjNum<maList.size()); in NbcReplaceObject()
542 if (nObjNum >= maList.size()) in ReplaceObject()
544 OSL_ASSERT(nObjNum<maList.size()); in ReplaceObject()
598 if (nOldObjNum >= maList.size() || nNewObjNum >= maList.size()) in NbcSetObjectOrdNum()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/UCB/
H A DChildrenRetriever.java104 int size = 0; in getChildren() local
106 size = properties.size(); in getChildren()
109 Property[] props = new Property[ size ]; in getChildren()
110 for ( int index = 0 ; index < size; index++ ) { in getChildren()
150 for ( int i = 1; i <= size ; i++) { in getChildren()
212 if ( m_propnames.size() == 0 ) { in parseArguments()
239 int size = props.size(); in printLine() local
240 for ( int i = 0; i < size; i++ ) { in printLine()
267 for ( int i = 0; i < size; i++ ) { in printLine()
300 int size = tempPrint.length(); in main() local
[all …]
/AOO41X/main/sw/source/core/access/
H A Daccportions.cxx268 DBG_ASSERT( aModelPositions.size() == 0, "Never Skip() after portions" ); in Skip()
294 DBG_ASSERT( nPortionNo < aPortionAttrs.size(), in IsPortionAttrSet()
359 size_t nBreaks = aLineBreaks.size(); in GetLineCount()
394 DBG_ASSERT( aLineBreaks.size() >= 2, "need min + max value" ); in GetLastLineBoundary()
398 size_t nBreaks = aLineBreaks.size(); in GetLastLineBoundary()
447 DBG_ASSERT( rPositions.size() >= 2, "need min + max value" ); in FindBreak()
449 DBG_ASSERT( rPositions[rPositions.size()-1] >= nValue, in FindBreak()
451 DBG_ASSERT( rPositions[rPositions.size()-2] >= nValue, in FindBreak()
455 size_t nMax = rPositions.size()-2; in FindBreak()
494 DBG_ASSERT( nMin < rPositions.size()-1, in FindBreak()
[all …]
/AOO41X/main/ucbhelper/workben/myucp/
H A Dmyucp_datasupplier.cxx140 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
170 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
199 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContent()
235 if ( m_pImpl->m_aResults.size() > nIndex ) in getResult()
248 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult()
279 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult()
281 nOldCount, m_pImpl->m_aResults.size() ); in getResult()
297 return m_pImpl->m_aResults.size(); in totalCount()
299 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount()
315 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount()
[all …]

12345678910>>...109