Home
last modified time | relevance | path

Searched refs:size (Results 51 – 75 of 3017) sorted by relevance

12345678910>>...121

/trunk/main/odk/docs/common/ref/
H A Didl.css34 { font-size:13pt; font-weight:bold;
38 { font-size:11pt;
45 #adc-idlref td { font-size:11pt; }
47 { font-family: Arial; font-size:19pt; font-weight:bold;
53 { font-family: Arial; font-size:13pt;
58 { font-size:12pt; font-weight:bold;
73 font-family: Arial; font-size:12pt; font-weight:bold;
78 font-family: Arial; font-size:12pt; font-weight:bold;
83 font-family: Arial; font-size:12pt; }
87 font-family: Arial; font-size:9pt; font-variant:small-caps;
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx44 size = 0; in MacabRecord()
51 size = _size; in MacabRecord()
54 for(i = 0; i < size; i++) in MacabRecord()
61 if(size > 0) in ~MacabRecord()
64 for(i = 0; i < size; i++) in ~MacabRecord()
77 if(_column < size) in insertAtColumn()
102 for(i = 0; i < size; i++) in contains()
119 return size; in getSize()
129 if(i < size) in copy()
149 if(i < size) in get()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.cxx95 if ( maChildren.size() && i == 0 ) in getChild()
97 else if ( maChildren.size() > 1 && i == 1 ) in getChild()
129 if ( maChildren.size() == 2 ) in addChild()
196 awt::Size size( mbHorizontal ? 2 : 0, mbHorizontal ? 0 : 2 ); in getMinimumSize() local
204 size.Width += childSize.Width; in getMinimumSize()
205 size.Height = SAL_MAX( size.Height, childSize.Height ); in getMinimumSize()
209 size.Width = SAL_MAX( size.Width, childSize.Width ); in getMinimumSize()
210 size.Height += childSize.Height; in getMinimumSize()
215 maRequisition = size; in getMinimumSize()
216 return size; in getMinimumSize()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx227 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateEnabled()
243 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateFocused()
260 for ( sal_uInt32 i = 0; i < m_aAccessibleChildren.size(); ++i ) in UpdateVisible()
278 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateSelected()
294 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateChecked()
310 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateAccessibleName()
326 if ( i >= 0 && i < (sal_Int32)m_aAccessibleChildren.size() ) in UpdateItemText()
342 return m_aAccessibleChildren.size(); in GetChildCount()
419 if ( i > (sal_Int32)m_aAccessibleChildren.size() ) in InsertChild()
420 i = m_aAccessibleChildren.size(); in InsertChild()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx125 sal_uInt32 nSize = pData->size(); in Clear()
136 return pData->size(); in Count32()
141 sal_uInt32 nCount = pData->size(); in Count()
156 while( pData->size() <= nIdx ) in GetRef32()
174 while( pData->size() <= nIdx ) in GetRef()
296 if( pData->size() > SBX_MAXINDEX32 ) in Insert32()
319 if( pData->size() > 0x3FF0 ) in Insert()
326 if( nIdx < pData->size() ) in Remove32()
337 if( nIdx < pData->size() ) in Remove()
458 sal_uInt32 nCount = pData->size(); in Find()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx107 if( 0<= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in wasNull()
120 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getString()
132 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getBoolean()
144 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getByte()
157 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getShort()
169 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getInt()
181 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getLong()
193 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getFloat()
205 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getDouble()
217 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in getBytes()
[all …]
H A Dresultsetbase.cxx172 if( sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in next()
216 if( sal::static_int_cast<sal_uInt32>( m_nRow ) == m_aItems.size() - 1 ) in isLast()
239 m_nRow = m_aItems.size(); in afterLast()
260 m_nRow = m_aItems.size() - 1; in last()
292 return 0<= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size(); in absolute()
325 if( sal::static_int_cast<sal_uInt32>( m_nRow ) > m_aItems.size() ) in previous()
326 m_nRow = m_aItems.size(); // Correct Handling of afterLast in previous()
397 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in queryContentIdentifierString()
409 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in queryContentIdentifier()
427 if( 0 <= m_nRow && sal::static_int_cast<sal_uInt32>( m_nRow ) < m_aItems.size() ) in queryContent()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx110 if( 0<= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in wasNull()
124 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
136 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
148 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
161 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
173 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getInt()
185 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getLong()
197 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getFloat()
209 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getDouble()
221 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBytes()
[all …]
H A Dftpresultsetbase.cxx172 if( ++m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in next()
216 if( m_nRow == sal::static_int_cast<sal_Int32>(m_aItems.size()) - 1 ) in isLast()
239 m_nRow = m_aItems.size(); in afterLast()
260 m_nRow = m_aItems.size() - 1; in last()
292 return 0<= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()); in absolute()
325 if( m_nRow > sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in previous()
326 m_nRow = m_aItems.size(); // Correct Handling of afterLast in previous()
397 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in queryContentIdentifierString()
412 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in queryContentIdentifier()
433 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in queryContent()
[all …]
H A Dftpurl.cxx80 size_t size, in append() argument
84 sal_uInt32 nLen = size*nmemb; in append()
112 return _stream->append(buffer,size,nmemb); in memory_write()
217 m_aPathSegmentVec.size() && in parse()
241 if(m_aPathSegmentVec.size() && in parse()
333 if(1+i == m_aPathSegmentVec.size()) in parent()
359 m_aPathSegmentVec.size() ? in child()
418 if(!m_aPathSegmentVec.size()) in open()
599 if(m_aPathSegmentVec.size()) in net_title()
703 if(m_aPathSegmentVec.size()) { in mkdir()
[all …]
/trunk/main/vcl/source/window/
H A Darrange.cxx339 if( ! io_rSizes.empty() && io_rSizes.size() == m_aElements.size() ) in distributeRowWidth()
361 nElements = aIndices.size(); in distributeRowWidth()
379 if( ! io_rSizes.empty() && io_rSizes.size() == m_aElements.size() ) in distributeColumnHeight()
401 nElements = aIndices.size(); in distributeColumnHeight()
433 size_t nElements = m_aElements.size(); in resize()
490 if( i_nIndex >= m_aElements.size() ) in addWindow()
492 nIndex = m_aElements.size(); in addWindow()
508 if( i_nIndex >= m_aElements.size() ) in addChild()
510 nIndex = m_aElements.size(); in addChild()
898 if( ! io_rSizes.empty() && io_rSizes.size() == i_rPrios.size() ) // sanity check in distributeExtraSize()
[all …]
H A Dtoolbox2.cxx807 if( nPos < mpData->m_aItems.size() ) in RemoveItem()
1067 return (sal_uInt16)mpData->m_aItems.size(); in GetItemCount()
1081 int nCount = mpData->m_aItems.size(); in GetItemPos()
1117 return (nPos < mpData->m_aItems.size()) ? mpData->m_aItems[nPos].mnId : 0; in GetItemId()
1223 if ( nPos < mpData->m_aItems.size() ) in GetItemPosRect()
1246 if ( nPos < mpData->m_aItems.size() ) in GetItemPosDropDownRect()
1278 if ( nPos < mpData->m_aItems.size() ) in SetItemBits()
1309 if ( nPos < mpData->m_aItems.size() ) in SetItemData()
1358 sal_uInt16 nCount = (sal_uInt16)mpData->m_aItems.size(); in SetImageList()
2006 sal_uInt16 nCount = (sal_uInt16)mpData->m_aItems.size(); in ImplFillLayoutData()
[all …]
/trunk/main/sw/qa/core/
H A Dbigpointerarray-new.cxx37 return container_.size(); in Count()
42 …DBG_ASSERT(fromPos < container_.size() && toPos < container_.size(), "BigPtrArray.Move preconditio… in Move()
49 …DBG_ASSERT(fromPos < toPos && fromPos < container_.size() && toPos < container_.size(), "BigPtrArr… in ForEach()
66 DBG_ASSERT(pos < container_.size(), "BigPtrArray::operator[] precondition violation"); in operator []()
72 DBG_ASSERT(pos <= container_.size(), "BigPtrArray::Insert precondition violation"); in Insert()
77 if (pos == container_.size()) in Insert()
88 …DBG_ASSERT((pos < container_.size()) && ((container_.begin() + pos + n) < container_.end()), "BigP… in Remove()
95 DBG_ASSERT(pos < container_.size(), "BigPtrArray::Replace precondition violation"); in Replace()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DPropertiesRetriever.java98 int size = properties.size(); in getPropertyValues() local
101 Property[] props = new Property[ size ]; in getPropertyValues()
102 for ( int index = 0 ; index < size; index++ ) { in getPropertyValues()
122 for ( int index = 1 ; index <= size; index++ ) { in getPropertyValues()
180 if ( m_propNames.size() == 0 ) { in parseArguments()
218 int size = tempPrint.length(); in main() local
221 for( int i = 0; i < size; i++ ) { in main()
227 size = properties.size(); in main()
228 for (int index = 0; index < size ; index++ ) { in main()
H A DPropertiesComposer.java103 properties.size() == propertiesValues.size() ) { in setProperties()
117 int size = properties.size(); in setProperties() local
118 PropertyValue[] props = new PropertyValue[ size ]; in setProperties()
119 for ( int index = 0 ; index < size; index++ ) { in setProperties()
143 if ( obj.length == size ) in setProperties()
215 if ( m_propNames.size() == 0 ) { in parseArguments()
219 if ( m_propValues.size() == 0 ) { in parseArguments()
261 int size = tempPrint.length(); in main() local
264 for( int i = 0; i < size; i++ ) { in main()
/trunk/main/sal/osl/unx/
H A Dbacktrace.c103 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
111 for ( pFramePtr = buffer; size > 0 && pFramePtr && *pFramePtr; pFramePtr++, size-- ) in backtrace_symbols_fd()
172 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
179 for ( pFramePtr = buffer; size > 0 && pFramePtr && *pFramePtr; pFramePtr++, size-- ) in backtrace_symbols_fd()
257 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
265 for ( pFramePtr = buffer; size > 0 && pFramePtr && *pFramePtr; pFramePtr++, size-- ) in backtrace_symbols_fd()
323 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd() argument
331 for ( pFramePtr = buffer; size > 0 && pFramePtr && *pFramePtr; pFramePtr++, size-- ) in backtrace_symbols_fd()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s64 .size privateSnippetExecutorVoid,.-privateSnippetExecutorVoid
87 .size privateSnippetExecutorHyper,.-privateSnippetExecutorHyper
109 .size privateSnippetExecutorFloat,.-privateSnippetExecutorFloat
153 .size privateSnippetExecutorClass,.-privateSnippetExecutorClass
165 .uleb128 1 # augmentation size 1:
181 .uleb128 0 # augmentation size 0
201 .uleb128 0 # augmentation size 0
221 .uleb128 0 # augmentation size 0
241 .uleb128 0 # augmentation size 0
261 .uleb128 0 # augmentation size 0
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s64 .size privateSnippetExecutorVoid,.-privateSnippetExecutorVoid
87 .size privateSnippetExecutorHyper,.-privateSnippetExecutorHyper
109 .size privateSnippetExecutorFloat,.-privateSnippetExecutorFloat
153 .size privateSnippetExecutorClass,.-privateSnippetExecutorClass
165 .uleb128 1 # augmentation size 1:
181 .uleb128 0 # augmentation size 0
201 .uleb128 0 # augmentation size 0
221 .uleb128 0 # augmentation size 0
241 .uleb128 0 # augmentation size 0
261 .uleb128 0 # augmentation size 0
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dstring.hxx59 typedef str::size size_type;
150 size_type size() const;
264 csv::str::size i_nLength );
269 csv::str::size i_nLength );
273 csv::str::size i_nLength );
303 csv::str::size i_nLength );
425 String::size() const in size() function in csv::String
430 { return size() == 0; } in empty()
434 { return size(); } in length()
442 { return data() + size(); } in end()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx164 if( 0<= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in wasNull()
177 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
189 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
201 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
214 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
226 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getInt()
238 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getLong()
250 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getFloat()
262 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getDouble()
274 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBytes()
[all …]
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx81 LONG ret = RegEnumKey(hkey, i, &buff[0], buff.size()); in FindProductInstallationPath()
94 DWORD size = sizeof(pbuff); in FindProductInstallationPath() local
96 … hSubKey, TEXT("Path"), NULL, &type, reinterpret_cast<LPBYTE>(pbuff), &size) != ERROR_SUCCESS) || in FindProductInstallationPath()
111 DWORD size = buffer->size(); in GetInstallProperty() local
112 UINT ret = MsiGetProperty(handle, name, &(*buffer)[0], &size); in GetInstallProperty()
116 buffer->resize(size + 1); in GetInstallProperty()
117 size = buffer->size(); in GetInstallProperty()
118 ret = MsiGetProperty(handle, name, &(*buffer)[0], &size); in GetInstallProperty()
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java96 nTypes -= lNames.size(); in split()
107 nFilters -= lNames.size(); in split()
116 nFilters -= lNames.size(); in split()
125 nFilters -= lNames.size(); in split()
134 nFilters -= lNames.size(); in split()
143 nFilters -= lNames.size(); in split()
152 nFilters -= lNames.size(); in split()
161 nFilters -= lNames.size(); in split()
170 nFilters -= lNames.size(); in split()
179 nFilters -= lNames.size(); in split()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx85 if(0 == aRectangles.size()) in ForAllRectangles()
172 if (nLayer<0 || size_t(nLayer)>=mpLayers->size()) in Invalidate()
174 OSL_ASSERT(nLayer>=0 && size_t(nLayer)<mpLayers->size()); in Invalidate()
186 for (sal_uInt32 nLayer=0; nLayer<mpLayers->size(); ++nLayer) in InvalidateAllLayers()
219 if (sal_uInt32(nLayer) >= mpLayers->size()) in RegisterPainter()
221 const sal_Int32 nOldLayerCount (mpLayers->size()); in RegisterPainter()
248 if (nLayer<0 || size_t(nLayer)>=mpLayers->size()) in RemovePainter()
250 OSL_ASSERT(nLayer>=0 && size_t(nLayer)<mpLayers->size()); in RemovePainter()
269 && sal_uInt32(nLayer)<mpLayers->size() in HasPainter()
292 if (mpLayers->size() == 0) in RepaintRectangle()
[all …]
/trunk/main/extras/source/misc_config/wizard/form/styles/
H A Dbeige.css24 font-size: 14px;
30 font-size: 12px;
36 font-size: 12px;
42 font-size: 12px;
47 font-size: 12px;
52 font-size: 12px;
57 font-size: 12px;
63 font-size: 12px;
68 font-size: 12px;
77 font-size: 20px;
H A Dbgr.css24 font-size: 14px;
30 font-size: 12px;
36 font-size: 12px;
42 font-size: 12px;
47 font-size: 12px;
52 font-size: 12px;
57 font-size: 12px;
63 font-size: 12px;
68 font-size: 12px;
77 font-size: 20px;

Completed in 124 milliseconds

12345678910>>...121