Home
last modified time | relevance | path

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

12345678910>>...106

/trunk/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 …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java105 private int size; field in InterfaceContainer
204 size - index); in add()
206 size++; in add()
283 size += numNew; in addAll()
301 size = 0; in clear()
395 return size == 0; in isEmpty()
456 cont.size= size; in clone()
623 return size; in size()
669 if (a.length < size) in toArray()
676 a[size] = null; in toArray()
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c162 span->m_size = size; in rtl_arena_segment_populate()
421 sal_Size size in rtl_arena_hash_remove() argument
516 size = (1UL << msb); in rtl_arena_segment_alloc()
1070 else if (size > 0) in rtl_arena_alloc()
1078 (*pSize) = size; in rtl_arena_alloc()
1095 size = RTL_MEMORY_ALIGN(size, arena->m_quantum); in rtl_arena_free()
1159 else if (size > 0) in rtl_arena_free()
1199 size = RTL_MEMORY_P2ROUNDUP(size, (4 << 20)); in rtl_machdep_alloc()
1201 size = RTL_MEMORY_P2ROUNDUP(size, (512 << 10)); in rtl_machdep_alloc()
1203 size = RTL_MEMORY_P2ROUNDUP(size, (64 << 10)); in rtl_machdep_alloc()
[all …]
H A Dalloc_global.c118 sal_Size size; in rtl_memory_once_init() local
128 size = RTL_MEMALIGN; in rtl_memory_once_init()
131 while (size <= g_alloc_sizes[i]) in rtl_memory_once_init()
134 size += RTL_MEMALIGN; in rtl_memory_once_init()
207 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory() local
217 if (size <= RTL_MEMORY_CACHED_LIMIT) in rtl_allocateMemory()
220 addr = (char*)rtl_arena_alloc (gp_alloc_arena, &size); in rtl_allocateMemory()
224 ((sal_Size*)(addr))[0] = size; in rtl_allocateMemory()
246 sal_Size size = ((sal_Size*)(addr))[0]; in rtl_freeMemory() local
248 if (size <= RTL_MEMORY_CACHED_LIMIT) in rtl_freeMemory()
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch133 /** construct image of size size.x x size.y, use the specified allocator.
146 - "size.x and size.y must be >= 0.\n");
155 - resize(size.x, size.y, value_type());
186 /** construct image of size size.x x size.y and initialize
201 - "size.x and size.y must be >= 0.\n");
210 - resize(size.x, size.y, d);
240 /** construct image of size size.x x size.y and copy the data from the
263 - resizeCopy(size.x, size.y, d);
287 - if(size.x != width_ || size.y != height_)
290 - resize(size.x, size.y, value_type());
[all …]
/trunk/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()
235 sal_Int32 size = sizeof( ****pT ); in getCppuArrayType3() local
236 sal_Int32 dim3 = sizeof( ***pT ) / size; in getCppuArrayType3()
254 sal_Int32 size = sizeof( *****pT ); in getCppuArrayType4() local
255 sal_Int32 dim4 = sizeof( ****pT ) / size; in getCppuArrayType4()
274 sal_Int32 size = sizeof( ******pT ); in getCppuArrayType5() local
275 sal_Int32 dim5 = sizeof( *****pT ) / size; in getCppuArrayType5()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx542 rc.size.width += 2; in drawNativeControl()
543 rc.size.height += 2; in drawNativeControl()
557 rc.size.width += 2; in drawNativeControl()
723 y += rc.size.height; in drawNativeControl()
726 y -= rc.size.height/2; in drawNativeControl()
889 rc.size.width-=2; in drawNativeControl()
938 rc.size.width-=2; in drawNativeControl()
1028 rc.size.height+=1; in drawNativeControl()
1051 rc.size.width += 2; in drawNativeControl()
1052 rc.size.height += 2; in drawNativeControl()
[all …]
/trunk/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()
358 rGlyph2Char[size()] = nFirstCharInCluster; in appendCluster()
467 assert(size() < rGlyph2Char.size()); in append()
662 size_t iSize = aFace.size(); in hashCode()
849 if (mvCharDxs.size() > 0) in LayoutGlyphs()
1065 if (mvGlyphs.size() == 0) return; in expandOrCondense()
1407 if (glyph_slot >= signed(mvGlyphs.size())) in GetNextGlyphs()
1409 glyph_slot = mvGlyphs.size(); in GetNextGlyphs()
1445 *char_index++ = mvCharDxs.size(); in GetNextGlyphs()
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx227 io_rRect.origin.y = maScreenRect.size.height - (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()
774 …if( aScreenRect.origin.x + aScreenRect.size.width > aNewContentRect.origin.x + aNewContentRect.siz… in ShowFullScreen()
775 …aNewContentRect.size.width = aScreenRect.origin.x + aScreenRect.size.width - aNewContentRect.origi… in ShowFullScreen()
777 …aNewContentRect.size.height = aScreenRect.origin.y + aScreenRect.size.height - aNewContentRect.ori… in ShowFullScreen()
781 if( aNewContentRect.size.width == 0 && aNewContentRect.size.height == 0 ) in ShowFullScreen()
1407 if( nWidth != aContentRect.size.width || nHeight != aContentRect.size.height ) in SetPosSize()
1419 aContentRect.size.width = nWidth; in SetPosSize()
1421 aContentRect.size.height = nHeight; in SetPosSize()
1742 if( maClippingRects.size() > SAL_CLIPRECT_COUNT && nRects < maClippingRects.size() ) in BeginSetClipRegion()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabHeader.cxx44 size = _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 +=()
142 size += numAdded; in operator +=()
153 if(i < size) in getString()
170 sortRecord(0,size); in sortRecord()
239 if(_length == size) in sortRecord()
282 if(i == size) in getColumnNumber()
[all …]
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx117 *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()
246 sal_Size size = getBlockSize(slotCount); in createBlock() local
248 block.size = (size + (pagesize - 1)) & ~(pagesize - 1); in createBlock()
276 if (ftruncate(block.fd, block.size) == -1) in createBlock()
316 if (block.exec) munmap(block.exec, block.size); in freeBlock()
323 block.size = getBlockSize(slotCount); in createBlock()
[all …]
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx357 int nControlHeight = frame.size.height; in createUserPane()
358 int nControlWidth = frame.size.width; 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()
460 currentHeight = minRect.size.height; in createUserPane()
820 int nUsableWidth = userPaneRect.size.width; in layoutControls()
[all …]
/trunk/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()
121 if( maChildren.size() > nPara ) in Release()
137 if( maChildren.size() > nPara ) in FireEvent()
154 if( maChildren.size() > nChild ) in IsReferencable()
169 if( maChildren.size() > nParagraphIndex ) in GetChild()
186 if( maChildren.size() > nParagraphIndex ) in CreateChild()
362 … if( maChildren.size() > nStartPara && maChildren.size() >= nEndPara && nEndPara >= nStartPara) in FireEvent()
393 if( maChildren.size() > nStartPara && in Release()
[all …]
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx63 rIndex = list.size(); in lcl_Search()
66 SCROW nHi = list.size() - 1; in lcl_Search()
394 if ( GetDimMemberValues( i ).size() == r. GetDimMemberValues( i ).size() ) in operator ==()
462 if ( !mrLabelNames.size() ) in AddRow()
627 if ( mpTableDataValues[nDim].size()==0 ) in GetDimNumType()
885 while ( mbEmptyRow.size() <= nCurRow ) in AddData()
914 if ( mrLabelNames.size() == 0 ) in AddLabel()
975 return mpSourceData[0].size(); in GetRowCount()
1023 else if ( mpTableDataValues[nDim].size()==0 ) in IsDateDimension()
1033 return mpTableDataValues[nDim].size(); in GetDimMemberCount()
[all …]
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx112 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()
559 m_sizeLast = size; in DrawTrackerRect()
671 int size = GetHandleSize(); in GetHandleRect() local
673 InflateRect(&rectT,size-1, size-1); in GetHandleRect()
698 int size = m_nHandleSize; in GetHandleSize() local
704 if (size * 2 > sizeMax) in GetHandleSize()
[all …]
/trunk/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
335 writeUINT32(pBuffer+VALUE_TYPEOFFSET, size); in setValue()
365 if (writenBytes != (VALUE_HEADERSIZE+size)) in setValue()
401 size += len * 4; in setLongListValue()
463 size += 4 + strlen(pValueList[i]) + 1; in setStringListValue()
492 if (writenBytes != (VALUE_HEADERSIZE+size)) in setStringListValue()
[all …]
H A Dreflwrit.cxx265 size += sizeof(sal_Int64); in getBlopSize()
268 size += sizeof(sal_uInt64); in getBlopSize()
289 return size; in getBlopSize()
619 if (size) in reallocParams()
636 m_paramCount = size; in reallocParams()
644 if (size) in reallocExcs()
658 m_excCount = size; in reallocExcs()
1368 *size = writer->m_blopSize; in typereg_writer_getBlob()
1374 sal_uInt32 size; in getBlop() local
1381 sal_uInt32 size; in getBlopSize() local
[all …]
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx59 for( ; nIndex < rGuideList.size(); nIndex++ ) in SetCustomShapeGuideValue()
64 if ( nIndex == rGuideList.size() ) in SetCustomShapeGuideValue()
169 if ( maAdjustmentGuideList.size() ) in pushToPropSet()
245 if ( maPath2DList.size() ) in pushToPropSet()
256 for ( i = 0; i < maAdjustmentGuideList.size(); i++ ) in pushToPropSet()
266 for ( i = 0; i < maGuideList.size(); i++ ) in pushToPropSet()
272 for ( i = 0; i < maSegments.size(); i++ ) in pushToPropSet()
276 for ( i = 0; i < maPath2DList.size(); i++ ) in pushToPropSet()
279 for ( i = 0, k = 0; i < maPath2DList.size(); i++ ) in pushToPropSet()
287 for ( i = 0; i < maAdjustHandleList.size(); i++ ) in pushToPropSet()
[all …]
/trunk/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()
296 return maFields.size(); in GetDropIndex()
315 if( nFieldIndex < maFields.size() ) in InsertField()
343 … MoveSelection( (mnSelectIndex < maFields.size()) ? mnSelectIndex : (maFields.size() - 1) ); in RemoveField()
381 if( mnSelectIndex < maFields.size() ) in ModifySelectedField()
488 size_t nFieldCount = maFields.size(); in Paint()
696 if( nSelectIndex < maFields.size() ) in MoveSelection()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx163 sal_Int32 nCount(aValidationVec.size()); in AddValidation()
355 if (aValidationVec.size()) in WriteValidations()
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()
1072 sal_Int32 nTables = aTables.size(); in Sort()
1099 return aStyleNames.size() - 1; in AddStyleName()
1153 sal_Int32 nSize(aTables.size() - 1); in AddNewTable()
1211 sal_Int32 nSize(aTables.size() - 1); in AddNewTable()
[all …]
/trunk/main/odk/docs/cpp/ref/
H A Dcpp.css31 #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
33 #adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
41 #adc-cppref dd { font-size:10pt; margin-top:1pt; margin-bottom:1pt; }
43 #adc-cppref p { font-size:10pt; margin-top:3pt; margin-bottom:1pt; }
45 #adc-cppref tr { font-size:10pt; }
46 #adc-cppref td { font-size:10pt; }
55 font-family:Arial; font-size:8pt; font-weight:bold; }
57 #adc-cppref td.flagno { font-family:Arial; font-size:8pt; }
62 font-family:Arial; font-size:12pt; font-weight:bold; }
68 font-family:Arial; font-size:12pt; font-weight:bold; }
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx428 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()
542 if (nObjNum >= maList.size()) in ReplaceObject()
598 if (nOldObjNum >= maList.size() || nNewObjNum >= maList.size()) in NbcSetObjectOrdNum()
626 if (nOldObjNum >= maList.size() || nNewObjNum >= maList.size()) in SetObjectOrdNum()
754 return maList.size(); in GetObjCount()
762 if (nNum >= maList.size()) in GetObj()
764 OSL_ASSERT(nNum<maList.size()); in GetObj()
[all …]
/trunk/main/oox/source/core/
H A Dencryption.cxx473 if ( stack.size() == 3 in startFastElement()
719 if( digest.size() < size ) in toBlock36()
721 sal_uInt32 i = digest.size(); in toBlock36()
722 digest.resize( size ); in toBlock36()
723 for (; i < size; i++) in toBlock36()
727 digest.resize( size ); in toBlock36()
733 if( digest.size() < size ) in toBlock0()
735 sal_uInt32 i = digest.size(); in toBlock0()
736 digest.resize( size ); in toBlock0()
737 for (; i < size; i++) in toBlock0()
[all …]
/trunk/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()
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
303 for( int i = 0; i < size; i++ ) { in main()
313 size = props.size(); in main()
[all …]
/trunk/main/sw/source/core/access/
H A Daccportions.cxx294 DBG_ASSERT( nPortionNo < aPortionAttrs.size(), in IsPortionAttrSet()
359 size_t nBreaks = aLineBreaks.size(); in GetLineCount()
398 size_t nBreaks = aLineBreaks.size(); in GetLastLineBoundary()
449 DBG_ASSERT( rPositions[rPositions.size()-1] >= nValue, in FindBreak()
455 size_t nMax = rPositions.size()-2; in FindBreak()
494 DBG_ASSERT( nMin < rPositions.size()-1, in FindBreak()
510 while ( nResult < rPositions.size() - 2 && in FindLastBreak()
721 if( aFieldPosition.size() < 2 ) return sal_False; in GetAttrFldType()
736 if( aFieldPosition.size() < 2 ) return sal_False; in FillBoundaryIFDateField()
813 if( aModelPositions.size() < 1 ) return sal_True; in IsZeroCorePositionData()
[all …]

Completed in 222 milliseconds

12345678910>>...106