Home
last modified time | relevance | path

Searched refs:size (Results 326 – 350 of 3145) sorted by relevance

1...<<11121314151617181920>>...126

/trunk/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx256 …OSL_ENSURE(static_cast<sal_uInt32>(j+1) < m_aWidth.size(),"Illegal pos of col iter. There should b… in EndElement()
291 …_uInt32>(m_nRowIndex-1 ) < m_aGrid.size() && static_cast<sal_uInt32>( m_nColumnIndex-1 ) < m_aGrid… in addCell()
293 …_uInt32>(m_nRowIndex-1 ) < m_aGrid.size() && static_cast<sal_uInt32>( m_nColumnIndex-1 ) < m_aGrid… in addCell()
315 m_aGrid.push_back(::std::vector<TCell>(m_aWidth.size())); in incrementRowIndex()
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx55 return maEntries.size(); in GetEntryCount()
69 SCSIZE nCopy = ::std::min(maEntries.size(), nNew); in Resize()
78 if (nPos >= maEntries.size()) in DeleteQuery()
81 size_t n = maEntries.size(); in DeleteQuery()
99 if ( nIndex >= maEntries.size() ) in FillInExcelSyntax()
309 size_t n = maEntries.size(); in MoveToDest()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx247 return nIdx < maList.size() ? maList[nIdx].mnLen : 0; in Len()
252 return nIdx < maList.size() ? maList[nIdx].mnPos : 0; in Pos()
255 inline sal_uInt16 Count() const { return (sal_uInt16)maList.size(); } in Count()
262 if ( nWhere >= maList.size() ) in Insert()
276 return nIdx < maList.size() ? maList[nIdx].mpSubList : 0; in SubList()
283 return nIdx < maList.size() ? &maList[nIdx] : 0; in GetElement()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx104 resize( size() + 1 ); in AppendOperand()
641 mxData->mbOk = mxData->maOpPosStack.size() == 1; in RecalcTokenClasses()
757 if( rConvInfo.mnTokPos < mxData->maOpListVec.size() ) in RecalcTokenClass()
780 mxData->mbOk = mxData->maTokVec.size() <= EXC_TOKARR_MAXLEN; in FinalizeFormula()
1890 mxData->mpRefLog->resize( mxData->mpRefLog->size() + 1 ); in GetNewRefLogEntry()
2170 if( mxData->maOpListVec.size() <= nTokPos ) in PushOperatorPos()
2192 orVector.resize( orVector.size() + 2 ); in lclAppend()
2198 orVector.resize( orVector.size() + 4 ); in lclAppend()
2204 orVector.resize( orVector.size() + 8 ); in lclAppend()
2211 size_t nSize = orVector.size(); in lclAppend()
[all …]
/trunk/main/sw/source/core/text/
H A DSwGrammarMarkUp.cxx50 if( !maSentence.size() ) in MoveGrammar()
69 if( !maSentence.size() ) in SplitGrammarList()
91 if( !pNext->maSentence.size() ) in JoinGrammarList()
137 if( !maSentence.size() ) in getSentenceStart()
152 if( !maSentence.size() ) in getSentenceEnd()
/trunk/main/comphelper/source/xml/
H A Dattributelist.cxx65 return (sal_Int16)(m_pImpl->vecAttribute.size()); in getLength()
70 …return ( i < static_cast < sal_Int16 > (m_pImpl->vecAttribute.size()) ) ? m_pImpl->vecAttribute[i]… in getNameByIndex()
75 if( i < static_cast < sal_Int16 > (m_pImpl->vecAttribute.size() ) ) { in getTypeByIndex()
83 …return ( i < static_cast < sal_Int16 > (m_pImpl->vecAttribute.size() ) ) ? m_pImpl->vecAttribute[i… in getValueByIndex()
161 sal_Int32 nTotalSize = m_pImpl->vecAttribute.size() + nMax; in AppendAttributeList()
/trunk/main/editeng/source/outliner/
H A Doutlobj.cxx57 if( (maParagraphDataVector.size() == 0) && (pEditTextObject->GetParagraphCount() != 0) ) in ImplOutlinerParaObject()
194 return mpImplOutlinerParaObject->maParagraphDataVector.size(); in Count()
199 if(nPara < mpImplOutlinerParaObject->maParagraphDataVector.size()) in GetDepth()
221 if(nIndex < mpImplOutlinerParaObject->maParagraphDataVector.size()) in GetParagraphData()
253 const sal_uInt32 nCount(mpImplOutlinerParaObject->maParagraphDataVector.size()); in SetStyleSheets()
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx137 m_nKHigh( rSortedPoints.size() - 1 ) in lcl_SplineCalculation()
151 m_nKHigh( rSortedPoints.size() - 1 ) in lcl_SplineCalculation()
161 if( m_aPoints.size() <= 1 ) in Calculate()
165 const lcl_tSizeType n = m_aPoints.size() - 1; in Calculate()
231 if( m_aPoints.size() <= 1 ) in CalculatePeriodic()
235 const lcl_tSizeType n = m_aPoints.size() - 1; in CalculatePeriodic()
377 ( x <= m_aPoints[ m_aPoints.size() - 1 ].first ), in GetInterpolatedValue()
380 const lcl_tSizeType n = m_aPoints.size() - 1; in GetInterpolatedValue()
431 const lcl_tSizeType n = aUniquePoints.size() - 1; in createParameterT()
747 const lcl_tSizeType n = aPointsIn.size() - 1; in CalculateBSplines()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx453 if (nIndex < maTabBarButtons.size()) in ActivatePage()
519 for (nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in AddTabBarButton()
538 AddTabBarButton(rButton, maTabBarButtons.size()); in AddTabBarButton()
567 for (nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in RemoveTabBarButton()
587 for (sal_uInt32 nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in HasTabBarButton()
605 sal_uInt32 nCount (maTabBarButtons.size()); in GetTabBarButtons()
627 for (sal_uInt16 nIndex=0; nIndex<maTabBarButtons.size(); ++nIndex) in UpdateActiveButton()
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx177 return maRoadmapItems.size(); in getCount()
182 if (( Index >= (sal_Int32)maRoadmapItems.size()) || (Index < 0)) in getByIndex()
193 if ((Index > (sal_Int32)maRoadmapItems.size()) || ( Index < 0 ) ) in MakeRMItemValidation()
276 if ( ( Index >= ( (sal_Int32)maRoadmapItems.size() + 1 ) ) || (Index < 0)) in insertByIndex()
300 if (( Index > (sal_Int32)maRoadmapItems.size()) || (Index < 0)) in removeByIndex()
311 if ( n_CurrentItemID >= (sal_Int32)maRoadmapItems.size() ) in removeByIndex()
314 maRoadmapItems.size()-1); in removeByIndex()
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx175 const sal_uInt32 nCount = rSourceVector.size(); in copyItemContainer()
260 return m_aItemVector.size(); in getCount()
267 if ( sal_Int32( m_aItemVector.size()) > Index ) in getByIndex()
281 if ( sal_Int32( m_aItemVector.size()) == Index ) in insertByIndex()
283 else if ( sal_Int32( m_aItemVector.size()) >Index ) in insertByIndex()
301 if ( (sal_Int32)m_aItemVector.size() > Index ) in removeByIndex()
318 if ( sal_Int32( m_aItemVector.size()) > Index ) in replaceByIndex()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx330 int CurlSession::Curl_DebugCallback( CURL *, curl_infotype type, unsigned char *data, size_t size, … in Curl_DebugCallback() argument
333 return session->curlDebugOutput( type, reinterpret_cast<char*>( data ), size ); in Curl_DebugCallback()
336 int CurlSession::curlDebugOutput( curl_infotype type, char *data, int size ) in curlDebugOutput() argument
361 if ( size >= 1 && ( data[size - 1] == '\r' || data[size - 1] == '\n' ) ) in curlDebugOutput()
362 --size; in curlDebugOutput()
363 if ( size >= 1 && ( data[size - 1] == '\r' || data[size - 1] == '\n' ) ) in curlDebugOutput()
364 --size; in curlDebugOutput()
365 rtl::OString message( data, size ); in curlDebugOutput()
440 if( asn1DerCertificates.size() <= 0 ) in verifyCertificateChain()
492 for (nIndex=0; nIndex < asn1DerCertificates.size(); ++nIndex) in verifyCertificateChain()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimage.cxx486 ImplInit( sal::static_int_cast< sal_uInt16 >( rNameVector.size() ), Size() ); in ImageList()
489 for( sal_uInt32 i = 0; i < rNameVector.size(); ++i ) in ImageList()
615 sal_uInt16 nItems = sal::static_int_cast< sal_uInt16 >( rNameVector.size() ); in InsertFromHorizontalStrip()
764 for( sal_uInt32 i = 0; i < mpImplData->maImages.size(); ++i ) in RemoveImage()
854 return mpImplData ? static_cast< sal_uInt16 >( mpImplData->maImages.size() ) : 0; in GetImageCount()
865 for( sal_uInt32 i = 0; i < mpImplData->maImages.size(); ++i ) in GetImagePos()
888 for( sal_uInt32 i = 0; i < mpImplData->maImages.size(); i++ ) in GetImagePos()
922 for( sal_uInt32 i = 0; i < mpImplData->maImages.size(); i++ ) in GetImageIds()
951 for( sal_uInt32 i = 0; i < mpImplData->maImages.size(); i++ ) in GetImageNames()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx368 size_t nCount = rDicList.size(); in SearchForDictionaries()
401 size_t n = rDicList.size(); in GetDicPos()
422 return static_cast< sal_Int16 >(GetOrCreateDicList().size()); in getCount()
433 uno::Sequence< uno::Reference< XDictionary > > aDics( rDicList.size() ); in getDictionaries()
451 size_t nCount = rDicList.size(); in getDictionaryByName()
615 if (aDicList.size() > 0) in dispose()
618 size_t nCount = rDicList.size(); in dispose()
728 if (aDicList.size() > 0) in SaveDics()
732 size_t nCount = rDicList.size();; in SaveDics()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx681 …OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind en… in next()
858 …OSL_ENSURE((nNewEndPos - m_nStartPos - nNewStartPos) < (sal_Int32)m_pMatrix->size(),"Position is b… in moveWindow()
865 …OSL_ENSURE((nNewEndPos - m_nStartPos -1) < (sal_Int32)m_pMatrix->size(),"Position is behind end()!… in moveWindow()
952 …OSL_ENSURE((m_nPosition - m_nStartPos -1) < (sal_Int32)m_pMatrix->size(),"Position is behind end()… in moveWindow()
1107 …OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind en… in last()
1155 …OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind en… in absolute()
1225 …OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind en… in previous()
1366 …OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind en… in deleteRow()
1500 if(m_bAfterLast || columnIndex >= (sal_Int32)(*m_aInsertRow)->get().size()) in checkUpdateConditions()
1623 …return ( nValue < 0 || nValue >= static_cast<sal_Int32>(m_pMatrix->size()) ) ? m_pMatrix->end() : … in calcPosition()
[all …]
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx66 size(size_) in FontAttributes()
75 size(0.0) in FontAttributes()
83 double size; // device pixel member
92 size == rFont.size; in operator ==()
/trunk/main/helpcontent2/source/auxiliary/af/
H A Ddefault.css58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; }
61 { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrast1.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrast2.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrastblack.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrastwhite.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
/trunk/main/helpcontent2/source/auxiliary/ast/
H A Ddefault.css58 { font-size: 11pt; margin-top: 2px; margin-bottom: 2px; }
61 { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrast1.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrast2.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }
H A Dhighcontrastwhite.css58 { font-size: 11pt; }
61 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px; }
64 { font-size: 14pt; }
67 { font-size: 12pt; }
70 { font-size: 11pt; }

Completed in 133 milliseconds

1...<<11121314151617181920>>...126