Home
last modified time | relevance | path

Searched refs:size (Results 226 – 250 of 3145) sorted by relevance

12345678910>>...126

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java495 for (int i = 0; i < _allItems.size(); i++) in initializeTitles()
814 for (int i = 0; i < topicsData.size() - 1; i++) in createMinutes()
865 if (i < topicsData.size() - 2) in createMinutes()
968 for (int i = 0; i < _allItems.size(); i++) in ItemsTable()
1028 for (int i = 0; i < items.size(); i++) in write()
1209 for (int i = 0; i < _allItems.size(); i++) in Topics()
1307 while (topic >= writtenTopics.size()) in write2()
1330 for (int i = 0; i < topicCells.size(); i++) in write2()
1500 while (writtenTopics.size() > topics) in reduceDocumentTo()
1559 for (int i = 0; i < formats.size(); i++) in formatTable()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java139 Integer[] nIntegerValues = new Integer[_aIntegerVector.size()]; in IntegerTointList()
140 int[] nintValues = new int[_aIntegerVector.size()]; in IntegerTointList()
165 Boolean[] bBooleanValues = new Boolean[_aBooleanVector.size()]; in BooleanTobooleanList()
166 boolean[] bbooleanValues = new boolean[_aBooleanVector.size()]; in BooleanTobooleanList()
392 int FieldCount = StringVector.size(); in ArrayoutofString()
523 retarray = new String[retvector.size()]; in removeOutdatedFields()
547 retarray = new String[retvector.size()][2]; in removeOutdatedFields()
576 PropertyValue[] internalArray = new PropertyValue[secdimvector.size()]; in removeOutdatedFields()
581 PropertyValue[][] retarray = new PropertyValue[firstdimvector.size()][]; in removeOutdatedFields()
734 String[] sretlist = new String[tempbaselist.size()]; in removefromList()
/trunk/main/extensions/source/mozbootstrap/
H A DMNSProfileDiscover.cxx147 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in LoadXPToolkitProfiles()
154 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfilePath()
167 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in getProfileCount()
173 list.realloc(static_cast<sal_Int32>(m_Product.mProfileList.size())); in getProfileList()
184 return static_cast< ::sal_Int32 >(m_Product.mProfileList.size()); in getProfileList()
196 if (m_Product.mProfileList.size() == 0) in getDefaultProfile()
216 …if (!m_Product.mProfileList.size() || m_Product.mProfileList.find(profileName) == m_Product.mProfi… in getProfileExists()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx113 if ( ( i_row < 0 ) || ( size_t( i_row ) > m_aData.size() ) in impl_getCellData_throw()
119 if ( size_t( i_column ) < rRow.size() ) in impl_getCellData_throw()
130 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in impl_getRowDataAccess_throw()
134 if ( rRowData.size() < i_requiredColumnCount ) in impl_getRowDataAccess_throw()
168 if ( ( i_row < 0 ) || ( size_t( i_row ) >= m_aRowHeaders.size() ) ) in getRowHeading()
284 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in removeRow()
331 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in updateRowData()
351 if ( size_t( columnIndex ) >= rDataRow.size() ) in updateRowData()
371 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aRowHeaders.size() ) ) in updateRowHeading()
H A Ddefaultgridcolumnmodel.cxx85 aColumns.reserve( i_copySource.m_aColumns.size() ); in DefaultGridColumnModel()
111 if ( aColumns.size() == i_copySource.m_aColumns.size() ) in DefaultGridColumnModel()
123 return m_aColumns.size(); in getColumnCount()
143 sal_Int32 index = m_aColumns.size() - 1; in addColumn()
163 if ( ( i_columnIndex < 0 ) || ( size_t( i_columnIndex ) >= m_aColumns.size() ) ) in removeColumn()
215 if ( index >=0 && index < ((sal_Int32)m_aColumns.size())) in getColumn()
233 const size_t lastColIndex = m_aColumns.size() - 1; in setDefaultColumns()
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx116 inline size_type size() const { return maData.size(); } in size() function in oox::Matrix
118 … inline size_type height() const { return this->empty() ? 0 : (this->size() / this->width()); } in height()
351 …return ((0 <= nIndex) && (static_cast< size_t >( nIndex ) < rVector.size())) ? &rVector[ static_ca… in getVectorElement()
357 …return ((0 <= nIndex) && (static_cast< size_t >( nIndex ) < rVector.size())) ? &rVector[ static_ca… in getVectorElementAccess()
363 …return ((0 <= nIndex) && (static_cast< size_t >( nIndex ) < rVector.size())) ? rVector[ static_cas… in getVectorElement()
369 …return ((0 <= nIndex) && (static_cast< size_t >( nIndex ) < rVector.size())) ? rVector[ static_cas… in getVectorElementAccess()
406 …::star::uno::Sequence< ValueType >( &rVector.front(), static_cast< sal_Int32 >( rVector.size() ) ); in vectorToSequence()
415 ::com::sun::star::uno::Sequence< ValueType > aSeq( static_cast< sal_Int32 >( rMap.size() ) ); in mapToSequence()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx584 if( nIndex < m_aColumns.size()) in getDataSeriesByColumn()
593 if( nIndex < m_aColumns.size()) in getCellType()
604 if( nIndex < m_aColumns.size() && in getCellNumber()
624 if( nIndex < m_aColumns.size() && in getCellAny()
644 if( nIndex < m_aColumns.size() && in getCellText()
662 if( nIndex < m_aColumns.size()) in getNumberFormatKey()
671 if( nIndex < m_aColumns.size() && in setCellAny()
722 return static_cast< sal_Int32 >( m_aColumns.size()); in getColumnCount()
749 static_cast< sal_uInt32 >( nColumnIndex ) < m_aColumns.size()) in getRoleOfColumn()
757 if( nColumnIndex>=0 && nColumnIndex<static_cast< sal_Int32 >(m_aColumns.size()) ) in isCategoriesColumn()
[all …]
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1255 if( m_aMCIDParents.size() > 0 ) in emit()
2547 return m_aObjects.size(); in createObject()
2809 if( aAttribObjects.size() > 1 ) in emitStructureAttributes()
2818 if( aAttribObjects.size() > 1 ) in emitStructureAttributes()
4553 int nAnnots = m_aLinks.size(); in emitLinkAnnotations()
4774 int nAnnots = m_aNotes.size(); in emitNoteAnnotations()
5468 int nAnnots = m_aWidgets.size(); in emitWidgetAnnotations()
5737 if( m_aPages.size() < 1 ) in emitAnnotations()
5779 if(m_aStructure.size() > 1) in emitCatalog()
6018 if( m_aWidgets.size() > 0 ) in emitCatalog()
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx50 o << "#include \"cppuhelper/compbase" << interfaces.size() << ".hxx\"\n"; in generateIncludes()
53 o << "#include \"cppuhelper/implbase" << interfaces.size() << ".hxx\"\n"; in generateIncludes()
157 << "::rtl::OUString >" << " s(" << services.size() << ");\n"; in generateCompHelperDefinition()
645 parentname.append(static_cast<sal_Int32>(interfaces.size())); in generateClassDefinition()
648 << interfaces.size() << "<"; in generateClassDefinition()
651 parentname.append(static_cast<sal_Int32>(interfaces.size())); in generateClassDefinition()
652 o << " public ::cppu::WeakImplHelper" << interfaces.size() << "<"; in generateClassDefinition()
807 o << " ::cppu::WeakComponentImplHelper" << interfaces.size() << "<"; in generateClassDefinition()
1012 if (interfaces.size() > 12) in generateSkeleton()
1127 if (services.size() != 1) { in generateCalcAddin()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DQueryMetaData.java112 if (oToBeAddedFieldColumns.size() > 0) in addSeveralFieldColumns()
115 … FieldColumn[] LocFieldColumns = new FieldColumn[nOldFieldCount + oToBeAddedFieldColumns.size()]; in addSeveralFieldColumns()
117 for (int i = 0; i < oToBeAddedFieldColumns.size(); i++) in addSeveralFieldColumns()
148 FieldColumns = new FieldColumn[oRemainingFieldColumns.size()]; in removeSeveralFieldColumnsByDisplayFieldName()
185 String[] sIncludedCommandNames = new String[CommandNamesV.size()]; in getIncludedCommandNames()
209 String[] sIncludedCommandNames = new String[CommandNames.size()]; in getIncludedCommandNames()
262 UniqueAggregateFieldNames = new String[UniqueAggregateFieldVector.size()]; in getUniqueAggregateFieldNames()
/trunk/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx108 const sal_uInt32 nCount = rSourceVector.size(); in copyItemContainer()
193 return m_aItemVector.size(); in getCount()
200 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
214 if ( sal_Int32( m_aItemVector.size()) == Index ) in insertByIndex()
216 else if ( sal_Int32( m_aItemVector.size()) >Index ) in insertByIndex()
234 if ( (sal_Int32)m_aItemVector.size() > Index ) in removeByIndex()
251 if ( sal_Int32( m_aItemVector.size()) > Index ) in replaceByIndex()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java131 if (result.size() != 0) in findMethods()
137 int len = classpath.size(); in getClassLoader()
176 URL[] urls = new URL[files.size()]; in getClassLoader()
211 if(classFiles == null || classFiles.size() == 0) in findClassNames()
215 if(javaFiles == null || javaFiles.size() == 0) in findClassNames()
219 for (int i = 0; i < classFiles.size(); i++) in findClassNames()
227 for (int j = 0; j < javaFiles.size() && finished == false; j++) in findClassNames()
/trunk/main/chart2/source/model/main/
H A DBaseCoordinateSystem.cxx183 m_aAllAxis.resize(rSource.m_aAllAxis.size()); in BaseCoordinateSystem()
185 for( nN=0; nN<m_aAllAxis.size(); nN++ ) in BaseCoordinateSystem()
189 for( nN=0; nN<m_aAllAxis.size(); nN++ ) in BaseCoordinateSystem()
198 for( tAxisVecVecType::size_type nN=0; nN<m_aAllAxis.size(); nN++ ) in ~BaseCoordinateSystem()
228 … if( m_aAllAxis[ nDimensionIndex ].size() < static_cast< tAxisVecVecType::size_type >( nIndex+1 )) in setAxisByDimension()
251 OSL_ASSERT( m_aAllAxis.size() == static_cast< size_t >( getDimension())); in getAxisByDimension()
266 OSL_ASSERT( m_aAllAxis.size() == static_cast< size_t >( getDimension())); in getMaximumAxisIndexByDimension()
268 sal_Int32 nRet = m_aAllAxis[ nDimensionIndex ].size(); in getMaximumAxisIndexByDimension()
/trunk/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx93 intt nResult = i_r1.size() - i_r2.size(); in compare_PtrLevelVector()
296 if ( (nRelatedCe.IsValid() AND instances.size() == 1) in Connect2CeOnlyKnownViaBaseClass()
297 OR instances.size() == 0 ) in Connect2CeOnlyKnownViaBaseClass()
327 AND aPtrLevels.size() == 0 in IsBuiltInType()
482 if (i_qualification.size() > 0) in CheckForRelatedCe_inNode()
547 intt nResult = intt(aTplParameters.size()) - intt(i_rOther.aTplParameters.size()); in Compare()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java54 byte[] data, long[] size ); in winreg_RegQueryValueEx() argument
168 long[] size = new long[1]; in getValue() local
169 size[0] = buffer.length; in getValue()
173 size ) ) { in getValue()
191 result = new byte[ (int) size[0] ]; in getValue()
192 System.arraycopy( buffer, 0, result, 0, (int)size[0] ); in getValue()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx258 if (!m_image || m_image->size() != widgetRect.size()) in drawNativeControl()
610 int size = kapp->style()->pixelMetric( in getNativeControlRegion() local
613 boundingRect.adjust( -size, -size, size, size ); in getNativeControlRegion()
675 int size = kapp->style()->pixelMetric(QStyle::PM_ComboBoxFrameWidth) - 2; in getNativeControlRegion() local
690 contentRect.adjust(-size,-size,size,size); in getNativeControlRegion()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx54 uLong ZCALLBACK cb_sread OF((voidpf opaque, voidpf stream, void* vuf, uLong size));
55 uLong ZCALLBACK cb_swrite OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
90 uLong ZCALLBACK cb_sread (voidpf /*opaque*/, voidpf stream, void* buf, uLong size) { in cb_sread() argument
94 hr = ((IStream *)stream)->Read (buf, size, &newsize); in cb_sread()
158 uLong ZCALLBACK cb_swrite (voidpf /*opaque*/, voidpf stream, const void* buf, uLong size) { in cb_swrite() argument
161 hr = ((IStream*)stream)->Write (buf, size, &writecount); in cb_swrite()
/trunk/main/idlc/source/
H A Doptions.cxx160 if (!Options::checkArgument(rArgs, buffer.c_str(), buffer.size())) in checkCommandFile()
178 if (!Options::checkArgument(rArgs, buffer.c_str(), buffer.size())) in checkCommandFile()
203 m_options[rArg.c_str()] = OString(rArg.c_str(), rArg.size()); in setOption()
236 OString filename((*first).c_str(), (*first).size()); in initOptions()
255 OString param((*first).c_str(), (*first).size()); in initOptions()
265 OString param((*first).c_str(), (*first).size()); in initOptions()
303 OString param("-D"); param += OString((*first).c_str(), (*first).size()); in initOptions()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dfrobnicate-icons.php43 foreach ($render_sizes as $size => $prefix) {
51 $exec .="-w $size -h $size";
54 exec("rsvg -w $size -h $size $SVG $PNG\n");
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx157 size() const { return m_aSubContents.size(); } in size() function
241 if ( _rxContent.isValid() && _rxContent->size() ) in operator ()()
272 if ( _rLHS->getSubContents().size() != _rRHS->getSubContents().size() ) in operator ()()
275 if ( _rLHS->getSubContents().size() ) in operator ()()
379 m_rStorage << (sal_Int32)_rContent.size(); in operator ()()
559 if ( _rLHS.size() != _rRHS.size() ) in equalStates()
587 *m_pCacheStream << (sal_Int32)m_aCurrentState.size(); in storeState()
/trunk/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx482 if (fileList.size() == 0) in CalcSizeForStringListBuffer()
485 size_t size = 1; // one for the very final '\0' in CalcSizeForStringListBuffer() local
489 size += iter->length() + 1; // length including terminating '\0' in CalcSizeForStringListBuffer()
491 return (size * sizeof(FileList_ValueType_t::value_type)); in CalcSizeForStringListBuffer()
497 size_t size = CalcSizeForStringListBuffer(fileList); in FileListToByteSequence() local
499 if (size > 0) in FileListToByteSequence()
501 bseq.realloc(size); in FileListToByteSequence()
503 ZeroMemory(p, size); in FileListToByteSequence()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s38 .size privateSnippetExecutorGeneral, .-privateSnippetExecutorGeneral
55 .size privateSnippetExecutorVoid, .-privateSnippetExecutorVoid
74 .size privateSnippetExecutorHyper, .-privateSnippetExecutorHyper
92 .size privateSnippetExecutorFloat, .-privateSnippetExecutorFloat
110 .size privateSnippetExecutorDouble, .-privateSnippetExecutorDouble
128 .size privateSnippetExecutorStruct, .-privateSnippetExecutorStruct
247 .size callVirtualMethod, .-callVirtualMethod
260 .size callVirtualMethodExceptionHandler, .-callVirtualMethodExceptionHandler
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java160 if (filterItem.size() > 0) in FileProvider()
168 if (filterItem.size() > 0) in FileProvider()
178 for (int i = 0; i < list.size(); i++) { in FileProvider()
252 if (filterItems.size() == 0) { in filter()
258 for (int i = 0; i < filterItems.size(); i++) { in filter()
262 Object[] data = new Object[filterItem.size()]; in filter()
264 for (int j = 1; j < filterItem.size(); j++) in filter()
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c224 int size; /* For -S */ local
291 size = 0; /* Compile the value */
293 size *= 10;
294 size += (*ap++ - '0');
297 sizp->size = size; /* Datum size */
299 sizp->psize = size; /* Pointer size */
/trunk/main/xmloff/source/core/
H A Dattrlist.cxx82 return sal::static_int_cast< sal_Int16 >(m_pImpl->vecAttribute.size()); in getLength()
109 …return ( static_cast< SvXMLAttributeList_Impl::size_type >( i ) < m_pImpl->vecAttribute.size() ) ?… in getNameByIndex()
120 …return ( static_cast< SvXMLAttributeList_Impl::size_type >( i ) < m_pImpl->vecAttribute.size() ) ?… in getValueByIndex()
204 m_pImpl->vecAttribute.size() + nMax; in AppendAttributeList()
226 < m_pImpl->vecAttribute.size() ) in SetValueByIndex()
235 < m_pImpl->vecAttribute.size() ) in RemoveAttributeByIndex()
243 < m_pImpl->vecAttribute.size() ) in RenameAttributeByIndex()

Completed in 255 milliseconds

12345678910>>...126