Home
last modified time | relevance | path

Searched refs:size (Results 26 – 50 of 3017) sorted by relevance

12345678910>>...121

/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm350 aPreviewFrame.size.width = 190;
351 aPreviewFrame.size.height -= 7;
363 aPreviewFrame.size.height -= 61;
617 … nX -= aSubRect.size.width + (aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width));
665 aUnion.size.height += 10;
666 aUnion.size.width += 20;
667 [pNSView setFrameSize: aUnion.size];
688 aRect.size = aTabSize;
815 aCheckRect.size.width += 1;
955 aTextRect.origin.y = aBtnRect.origin.y + (aBtnRect.size.height - aTextRect.size.height)/2;
[all …]
/trunk/main/svtools/source/filter/
H A DFilterConfigCache.cxx353 if( nFormat < aImport.size() ) in GetImportFilterName()
408 if( nFormat < aImport.size() ) in GetImportFormatName()
415 if( nFormat < aImport.size() ) in GetImportFormatMediaType()
422 if( nFormat < aImport.size() ) in GetImportFormatShortName()
436 if( nFormat < aImport.size() ) in GetImportFilterType()
443 if( nFormat < aImport.size() ) in GetImportFilterTypeName()
475 if( nFormat < aExport.size() ) in GetExportFilterName()
530 if( nFormat < aExport.size() ) in GetExportFormatName()
537 if( nFormat < aExport.size() ) in GetExportFormatMediaType()
544 if( nFormat < aExport.size() ) in GetExportFormatShortName()
[all …]
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx82 if (!file.write(buffer, size)) { in write()
175 Branch branch = m_code.size(); in instrIfAcmpne()
183 Branch branch = m_code.size(); in instrIfeq()
191 Branch branch = m_code.size(); in instrIfnull()
249 std::list< std::pair< sal_Int32, Code * > >::size_type size = blocks.size(); in instrLookupswitch() local
250 if (size > SAL_MAX_INT32) { in instrLookupswitch()
256 Position pos1 = m_code.size(); in instrLookupswitch()
341 Position pos1 = m_code.size(); in instrTableswitch()
347 std::list< Code * >::size_type size = blocks.size(); in instrTableswitch() local
432 OSL_ASSERT(start < end && end <= m_code.size() && handler <= m_code.size()); in addException()
[all …]
/trunk/main/svl/source/undo/
H A Dundo.cxx452 size_t nPos = m_pData->pActUndoArray->aUndoActions.size(); in SetMaxUndoActionCount()
470 if ( nPos == m_pData->pActUndoArray->aUndoActions.size() ) in SetMaxUndoActionCount()
598 size_t deletePos = pUndoArray->aUndoActions.size() - 1; in ImplClearRedo()
837 return pUndoArray->aUndoActions.size() - pUndoArray->nCurUndoAction; in ImplGetRedoActionCount_Lock()
949 return m_pData->pActUndoArray->aUndoActions.size(); in GetRepeatActionCount()
1170 for( size_t n = 0; n < pListAction->aUndoActions.size(); n++ ) in ImplLeaveListAction()
1360 for(size_t i=nCurUndoAction;i<aUndoActions.size();i++) in Redo()
1362 nCurUndoAction = aUndoActions.size(); in Redo()
1369 for(size_t i=nCurUndoAction;i<aUndoActions.size();i++) in RedoWithContext()
1371 nCurUndoAction = aUndoActions.size(); in RedoWithContext()
[all …]
/trunk/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()
279 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult()
297 return m_pImpl->m_aResults.size(); in totalCount()
315 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount()
322 return m_pImpl->m_aResults.size(); in totalCount()
329 return m_pImpl->m_aResults.size(); in currentCount()
346 if ( nIndex < m_pImpl->m_aResults.size() ) in queryPropertyValues()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DTDefTableHandler.cxx249 if( m_aCellBorderPositions.size() > 2 ) in getRowProperties()
257 for( sal_uInt32 nBorder = 1; nBorder < m_aCellBorderPositions.size() - 1; ++nBorder ) in getRowProperties()
276 if( m_aCellBorderPositions.size() > nCell ) in fillCellProperties()
287 if( m_aTopBorderLines.size() > nCell ) in fillCellProperties()
289 if( m_aLeftBorderLines.size() > nCell ) in fillCellProperties()
291 if( m_aBottomBorderLines.size() > nCell ) in fillCellProperties()
293 if( m_aRightBorderLines.size() > nCell ) in fillCellProperties()
295 if( m_aInsideHBorderLines.size() > nCell ) in fillCellProperties()
297 if( m_aInsideVBorderLines.size() > nCell ) in fillCellProperties()
306 if( m_aCellBorderPositions.size() > 1 ) in getTableWidth()
[all …]
/trunk/main/external/mingwheaders/
H A Dmingw_headers.patch256 #define __bcount(size)
257 #define __bcount_opt(size)
278 #define __ecount(size)
279 #define __ecount_opt(size)
286 #define __in_bcount(size)
288 #define __in_ecount(size)
291 +#define __in_xcount(size)
306 #define __out_bcount(size)
312 #define __out_ecount(size)
313 +#define __out_ecount(size)
[all …]
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DParagraph.java246 if (size == 0) { in parseText()
255 if (size != 10) { in parseText()
256 fontSize = size; in parseText()
262 if (size == 10) { in parseText()
267 fontSize = size; in parseText()
495 dataWords = (short)(26 + segs.size() + 3 + 4); in getParagraphData()
587 if (bos.size() % 4 != 0) { in getParagraphData()
588 padding = 4 - (bos.size() % 4); in getParagraphData()
605 if ((lineDescriptors.size() * 10) % 4 != 0) { in getParagraphData()
624 if (bos.size() % 4 != 2) { in getParagraphData()
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasupplier.cxx145 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
178 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
207 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContent()
243 if ( m_pImpl->m_aResults.size() > nIndex ) in getResult()
286 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult()
304 return m_pImpl->m_aResults.size(); in totalCount()
323 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount()
330 return m_pImpl->m_aResults.size(); in totalCount()
337 return m_pImpl->m_aResults.size(); in currentCount()
354 if ( nIndex < m_pImpl->m_aResults.size() ) in queryPropertyValues()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_datasupplier.cxx148 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
178 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
206 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContent()
241 if ( m_pImpl->m_aResults.size() > nIndex ) in getResult()
339 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult()
357 return m_pImpl->m_aResults.size(); in totalCount()
375 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount()
382 return m_pImpl->m_aResults.size(); in totalCount()
389 return m_pImpl->m_aResults.size(); in currentCount()
405 if ( nIndex < m_pImpl->m_aResults.size() ) in queryPropertyValues()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.cxx167 if ( (size_t)nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
200 if ( (size_t)nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
266 if ( (size_t)nIndex < m_pImpl->m_aResults.size() ) in getResult()
279 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult()
314 nOldCount, m_pImpl->m_aResults.size() ); in getResult()
330 return m_pImpl->m_aResults.size(); in totalCount()
332 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount()
352 nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
357 return m_pImpl->m_aResults.size(); in totalCount()
364 return m_pImpl->m_aResults.size(); in currentCount()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx139 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
352 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
362 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
387 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
412 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
437 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
726 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode()
855 if( rNodeStack.size() < 1 ) in operator ()()
893 if( rNodeStack.size() < 2 ) in operator ()()
926 if( rNodeStack.size() < 3 ) in operator ()()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSetMetaData.cxx48 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in getColumnDisplaySize()
63 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in getColumnType()
81 if(m_vMapping.size()) in getColumnCount()
82 return m_mColumns.size(); in getColumnCount()
94 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in getColumnName()
107 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in getColumnLabel()
115 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in isCurrency()
131 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in isSigned()
145 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in getPrecision()
157 if(m_mColumns.size() && (m_mColumnsIter = m_mColumns.find(column)) != m_mColumns.end()) in getScale()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java238 int l = scrollfields.size(); in insertRowAtEnd()
258 for (int i = 0; i < scrollfields.size() - 1; i++) in saveTopics()
281 int l = scrollfields.size(); in removeLastRow()
414 for (int i = lastFocusRow; i < scrollfields.size() - 1; i++)
604 while (scrollfields.size() > 1 && isRowEmpty(scrollfields.size() - 2))
642 if (topic < scrollfields.size())
714 if (actuallRow + 1 < scrollfields.size())
798 if (actuallRow == scrollfields.size() - 1)
846 if ((row1 + nscrollvalue + 1 == scrollfields.size()) ||
847 (row2 + nscrollvalue + 1 == scrollfields.size()))
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm138 for( size_t i = 0; i < rButtons.size(); ++i )
142 aImgRect.origin.y = floor((aFrame.size.height - aFromRect.size.height)/2);
143 aImgRect.size = aFromRect.size;
146 aImgRect.origin.x += aFromRect.size.width + 2;
161 for( size_t i = 0; i < rButtons.size(); ++i )
165 aImgRect.origin.y = (aFrame.size.height - aFromRect.size.height)/2;
166 aImgRect.size = aFromRect.size;
167 … if( aMousePt.x >= aImgRect.origin.x && aMousePt.x <= (aImgRect.origin.x+aImgRect.size.width) &&
178 aImgRect.origin.x += aFromRect.size.width + 2;
194 for( size_t i = 0; i < rButtons.size(); ++i )
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx147 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
172 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
201 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContent()
237 if ( m_pImpl->m_aResults.size() > nIndex ) in getResult()
312 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult()
330 return m_pImpl->m_aResults.size(); in totalCount()
382 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount()
389 return m_pImpl->m_aResults.size(); in totalCount()
396 return m_pImpl->m_aResults.size(); in currentCount()
413 if ( nIndex < m_pImpl->m_aResults.size() ) in queryPropertyValues()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx146 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifierString()
171 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContentIdentifier()
200 if ( nIndex < m_pImpl->m_aResults.size() ) in queryContent()
236 if ( m_pImpl->m_aResults.size() > nIndex ) in getResult()
292 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult()
309 return m_pImpl->m_aResults.size(); in totalCount()
345 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount()
351 return m_pImpl->m_aResults.size(); in totalCount()
358 return m_pImpl->m_aResults.size(); in currentCount()
375 if ( nIndex < m_pImpl->m_aResults.size() ) in queryPropertyValues()
[all …]
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx358 ASSERT( nCnt < aScriptChg.size(),"No ScriptChange today!"); in GetScriptChg()
363 ASSERT( nCnt < aScriptType.size(),"No ScriptType today!"); in GetScriptType()
367 inline size_t SwScriptInfo::CountDirChg() const { return aDirChg.size(); } in CountDirChg()
370 ASSERT( nCnt < aDirChg.size(),"No DirChange today!"); in GetDirChg()
375 ASSERT( nCnt < aDirType.size(),"No DirType today!"); in GetDirType()
379 inline size_t SwScriptInfo::CountKashida() const { return aKashida.size(); } in CountKashida()
382 ASSERT( nCnt < aKashida.size(),"No Kashidas today!"); in GetKashida()
389 ASSERT( nCnt < aCompChg.size(),"No CompressionStart today!"); in GetCompStart()
394 ASSERT( nCnt < aCompLen.size(),"No CompressionLen today!"); in GetCompLen()
400 ASSERT( nCnt < aCompType.size(),"No CompressionType today!"); in GetCompType()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java142 if (keycolumncontainer.size() > 0) in removePrimaryKeys()
251 for (int i = 0; i < columncontainer.size(); i++) in createTable()
270 if (keycolumncontainer.size() > 0) in createTable()
405 if (this.columncontainer.size() > 0) in modifyColumn()
447 if (this.columncontainer.size() > 0) in modifyColumn()
474 if (columncontainer.size() > 0) in dropColumnbyName()
497 if (columncontainer.size() > 0) in getColumnNames()
523 if (columncontainer.size() > 0) in hasByName()
546 if (this.columncontainer.size() > 0) in getColumnDescriptorByName()
582 if (columncontainer.size() > _index) in getByIndex()
[all …]
/trunk/main/chart2/source/tools/
H A DInternalData.cxx73 Sequence< T > aResult( rValarray.size()); in lcl_ValarrayToSequence()
74 for( size_t i = 0; i < rValarray.size(); ++i ) in lcl_ValarrayToSequence()
180 enlargeData( nColumnIndex + 1, rNewData.size() ); in setColumnValues()
183 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setColumnValues()
192 enlargeData( rNewData.size(), nRowIndex+1 ); in setRowValues()
195 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setRowValues()
216 if( nRowIndex >= static_cast< sal_Int32 >( m_aRowLabels.size() ) ) in setComplexRowLabel()
233 if( nRowIndex < static_cast< sal_Int32 >( m_aRowLabels.size() ) ) in getComplexRowLabel()
387 if( nAfterIndex < static_cast< sal_Int32 >( m_aRowLabels.size())) in insertRow()
423 if( nAtIndex < static_cast< sal_Int32 >( m_aColumnLabels.size())) in deleteColumn()
[all …]
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx88 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count() argument
92 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_count()
105 static void scan_and_mark(void const * area, size_t size, map2_type & m2, open_type & open) in scan_and_mark() argument
126 std::cout << "... " << m.size() << " objects in m.\n"; in find_unreachable_objects_impl()
135 std::cout << "... " << m2.size() << " objects in m2.\n"; in find_unreachable_objects_impl()
149 std::cout << "... " << m2.size() << " objects in open.\n"; in find_unreachable_objects_impl()
198 return m2.size(); in find_unreachable_objects()
203 static void scan_and_free(void * area, size_t size, map2_type const & m2, free_list_type & free) in scan_and_free() argument
245 std::cout << "... about to free " << free.size() << " objects.\n"; in free_unreachable_objects()
257 void sp_scalar_constructor_hook(void * px, std::size_t size, void * pn) in sp_scalar_constructor_hook() argument
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DXSlideRenderer.idl49 specified size.
51 The reason for not using the given size directly as preview size and
54 b) leaving the adaption of the actual preview size (according to the
61 The maximum size of the preview measured in pixels. When the
62 aspect ratios of this size and of the given slide differ, then
64 this size.
68 requested size. The intermediate size is nSuperSampleFactor
69 times the original size. Values larger than 1 result in higher
94 /** Return a size that has the given aspect ratio and shares either the
95 width or the height with the given maximum size.
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Dxsecverify.cxx140 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in addReference()
150 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in addStreamReference()
179 int refNum = refInfors.size(); in setReferenceCount()
209 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in setX509IssuerName()
215 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in setX509SerialNumber()
221 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in setX509Certificate()
263 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in setSignatureValue()
270 …erenceInformation &reference = si.vSignatureReferenceInfors[si.vSignatureReferenceInfors.size()-1]; in setDigestValue()
276 …tureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; in setDate()
315 int sigNum = m_vInternalSignatureInformations.size(); in collectToVerify()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XBreakIterator.java192 log.println("Word " + vBounds.size() + "(" in _nextWord()
199 log.println("In text there are " + vBounds.size() in _nextWord()
228 tRes.tested("previousWord()", vPrevBounds.size() == vBounds.size() ); in _previousWord()
243 for(int i = 0; i < vBounds.size(); i++) { in _getWordBoundary()
274 for(int i = 0; i < vBounds.size(); i++) { in _getWordType()
301 for(int i = 0; i < vBounds.size(); i++) { in _isBeginWord()
333 for(int i = 0; i < vBounds.size(); i++) { in _isEndWord()
396 for(int i = 0; i < vSentenceStart.size(); i++) { in _endOfSentence()
596 (vCharBlockBounds.size() - 1)).endPos; in _beginOfCharBlock()
628 for(int i = 0; i < vCharBlockBounds.size(); i++) { in _nextCharBlock()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx253 awt::Size size; in AddRectangle() local
254 size.Height = nHeight; in AddRectangle()
255 size.Width = nWidth; in AddRectangle()
297 awt::Size size; in AddEllipse() local
299 size.Width = nWidth; in AddEllipse()
333 awt::Size size; in AddLine() local
335 size.Width = nWidth; in AddLine()
385 awt::Size size; in AddTextboxInWriter() local
387 size.Width = nWidth; in AddTextboxInWriter()
434 awt::Size size; in AddShape() local
[all …]

Completed in 184 milliseconds

12345678910>>...121