/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_datasupplier.cxx | 249 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult() local 254 for ( sal_uInt32 n = nOldCount; in getResult() 292 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult() 293 xResultSet->rowCountChanged( nOldCount, m_pImpl->m_aResults.size() ); in getResult() 311 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount() local 315 for ( sal_uInt32 n = nOldCount; in totalCount() 345 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount() 346 xResultSet->rowCountChanged( nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | graphic.cxx | 181 sal_Int32 nOldCount = aRet.getLength(); in getSupportedServiceNames() local 183 aRet.realloc( nOldCount + aNew.getLength() ); in getSupportedServiceNames() 186 aRet[ nOldCount++ ] = aNew[ i ]; in getSupportedServiceNames() 197 sal_Int32 nOldCount = aRet.getLength(); in getTypes() local 199 aRet.realloc( nOldCount + 2 ); in getTypes() 200 aRet[ nOldCount ] = ::getCppuType((const uno::Reference< graphic::XGraphic>*)0); in getTypes() 201 aRet[ nOldCount+1 ] = ::getCppuType((const uno::Reference< awt::XBitmap>*)0); in getTypes()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydatasupplier.cxx | 256 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult() local 258 sal_uInt32 nPos = nOldCount; in getResult() 286 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult() 288 nOldCount, m_pImpl->m_aResults.size() ); in getResult() 306 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount() local 323 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount() 325 nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | myucp_datasupplier.cxx | 279 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult() local 281 sal_uInt32 nPos = nOldCount; in getResult() 312 if ( (size_t)nOldCount < m_pImpl->m_aResults.size() ) in getResult() 314 nOldCount, m_pImpl->m_aResults.size() ); in getResult() 332 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount() local 350 if ( (size_t)nOldCount < m_pImpl->m_aResults.size() ) in totalCount() 352 nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
|
/aoo41x/main/ucb/source/ucp/package/ |
H A D | pkgdatasupplier.cxx | 250 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult() local 252 sal_uInt32 nPos = nOldCount; in getResult() 312 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult() 314 nOldCount, m_pImpl->m_aResults.size() ); in getResult() 332 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount() local 382 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount() 384 nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
|
/aoo41x/main/ucbhelper/workben/myucp/ |
H A D | myucp_datasupplier.cxx | 248 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult() local 279 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult() 281 nOldCount, m_pImpl->m_aResults.size() ); in getResult() 299 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount() local 315 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount() 317 nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_datasupplier.cxx | 254 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in getResult() local 339 if ( nOldCount < m_pImpl->m_aResults.size() ) in getResult() 341 nOldCount, m_pImpl->m_aResults.size() ); in getResult() 359 sal_uInt32 nOldCount = m_pImpl->m_aResults.size(); in totalCount() local 375 if ( nOldCount < m_pImpl->m_aResults.size() ) in totalCount() 377 nOldCount, m_pImpl->m_aResults.size() ); in totalCount()
|
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 547 sal_uInt16 nOldCount = pOld->Count(); in Concat() local 548 if( nIdx == nOldCount ) in Concat() 557 while( nLeftPos < nOldCount && nLeft > (*pOld)[ nLeftPos ] ) in Concat() 559 if( nLeftPos >= nOldCount ) in Concat() 562 pOld->Insert( pLongArr, nOldCount, i - 2, USHRT_MAX ); in Concat() 566 while( nRightPos < nOldCount && nRight >= (*pOld)[ nRightPos ] ) in Concat()
|
/aoo41x/main/UnoControls/source/base/ |
H A D | basecontainercontrol.cxx | 474 sal_uInt32 nOldCount = m_xTabControllerList.getLength () ; in addTabController() local 475 Sequence< Reference< XTabController > > aNewList ( nOldCount + 1 ) ; in addTabController() 479 for ( nCount = 0; nCount < nOldCount; ++nCount ) in addTabController() 485 aNewList.getArray () [nOldCount] = rTabController ; in addTabController()
|
/aoo41x/main/cui/source/options/ |
H A D | optpath.cxx | 445 sal_uInt16 nOldCount = aOldPath.GetTokenCount( MULTIPATH_DELIMITER ); in IMPL_LINK() local 447 for ( i = 0; i < nOldCount; ++i ) in IMPL_LINK() 465 nOldCount = sTemp.GetTokenCount( MULTIPATH_DELIMITER ); in IMPL_LINK() 466 for ( i = 0; nOldCount > 0 && i < nOldCount - 1; ++i ) in IMPL_LINK() 472 sWritablePath = sTemp.GetToken( nOldCount - 1, MULTIPATH_DELIMITER ); in IMPL_LINK()
|
/aoo41x/main/svtools/source/config/ |
H A D | fontsubstconfig.cxx | 205 sal_uInt16 nOldCount = OutputDevice::GetFontSubstituteCount(); in Apply() local 207 while (nOldCount) in Apply() 208 OutputDevice::RemoveFontSubstitute(--nOldCount); in Apply()
|
/aoo41x/main/tools/inc/tools/ |
H A D | ref.hxx | 161 sal_uIntPtr nOldCount = Count(); \ 165 Seek( nOldCount ); /* auch Curser gleich */ \ 172 sal_uIntPtr nOldCount = rList.Count(); \ 177 rList.Seek( nOldCount ); /* Curser zurueck */ \
|
/aoo41x/main/forms/source/inc/ |
H A D | property.hxx | 122 sal_Int32 nOldCount = _rProps.getLength(); \ 123 _rProps.realloc( nOldCount + ( count ) ); \ 124 ::com::sun::star::beans::Property* pProperties = _rProps.getArray() + nOldCount; \
|
/aoo41x/main/chart2/source/tools/ |
H A D | CommonConverters.cxx | 350 sal_Int32 nOldCount = rTarget.getLength(); in appendPointSequence() local 352 rTarget.realloc(nOldCount+nAddCount); in appendPointSequence() 354 rTarget[nOldCount+nS]=rAdd[nS]; in appendPointSequence()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 796 sal_Int32 nOldCount = rReturn.Coordinates[0].getLength(); in appendAndCloseBezierCoords() local 798 rReturn.Coordinates[0].realloc(nOldCount+nAddCount+1); in appendAndCloseBezierCoords() 799 rReturn.Flags[0].realloc(nOldCount+nAddCount+1); in appendAndCloseBezierCoords() 804 rReturn.Coordinates[0][nOldCount+nN] = rAdd.Coordinates[0][nAdd]; in appendAndCloseBezierCoords() 805 rReturn.Flags[0][nOldCount+nN] = rAdd.Flags[0][nAdd]; in appendAndCloseBezierCoords() 809 rReturn.Coordinates[0][nOldCount+nAddCount] = rReturn.Coordinates[0][0]; in appendAndCloseBezierCoords() 810 rReturn.Flags[0][nOldCount+nAddCount] = rReturn.Flags[0][0]; in appendAndCloseBezierCoords()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 3344 SCSIZE nOldCount = 0; in ScPercentrank() local 3351 nOldCount = i; in ScPercentrank() 3356 nOldCount = i; in ScPercentrank() 3358 fRes = (double)nOldCount/(double)(nSize-1); in ScPercentrank() 3365 if ( nOldCount == 0 ) in ScPercentrank() 3372 double fFract = ( fNum - aSortArray[nOldCount-1] ) / in ScPercentrank() 3373 ( aSortArray[nOldCount] - aSortArray[nOldCount-1] ); in ScPercentrank() 3374 fRes = ( (double)(nOldCount-1)+fFract )/(double)(nSize-1); in ScPercentrank()
|
/aoo41x/main/editeng/source/uno/ |
H A D | unofield.cxx | 558 sal_Int32 nOldCount = maTypeSequence.getLength(); in getTypes() local 560 maTypeSequence.realloc( nOldCount + 4 ); // !DANGER! keep this updated in getTypes() 561 uno::Type* pTypes = &maTypeSequence.getArray()[nOldCount]; in getTypes()
|
/aoo41x/main/ucb/source/sorter/ |
H A D | sortdynres.cxx | 344 long nOldCount = pCurSet->GetCount(); in impl_notify() local 430 pCurSet->CheckProperties( nOldCount, bWasFinal ); in impl_notify()
|
H A D | sortresult.cxx | 1478 void SortedResultSet::CheckProperties( long nOldCount, sal_Bool bWasFinal ) in CheckProperties() argument 1487 if ( nOldCount != GetCount() ) in CheckProperties() 1495 aEvt.OldValue <<= nOldCount; in CheckProperties()
|
H A D | sortresult.hxx | 200 void CheckProperties( long nOldCount, sal_Bool bWasFinal );
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLSeries2Context.cxx | 244 sal_Int32 nOldCount = aOldSeq.getLength(); in lcl_createAndAddSequenceToSeries() local 245 Sequence< Reference< chart2::data::XLabeledDataSequence > > aNewSeq( nOldCount + 1 ); in lcl_createAndAddSequenceToSeries() 247 for( sal_Int32 nN=0; nN<nOldCount; nN++ ) in lcl_createAndAddSequenceToSeries()
|
H A D | SchXMLTableContext.cxx | 583 sal_Int32 nOldCount = mrTable.nNumberOfColsEstimate; in StartElement() local 584 sal_Int32 nNewCount = nOldCount + nRepeated; in StartElement() 591 for( sal_Int32 nN = nOldCount; nN<nNewCount; nN++ ) in StartElement()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 1036 sal_uInt16 nOldCount = pDoc->GetPrintRangeCount( nTab ); in PagebreakMove() local 1037 if ( nOldCount ) in PagebreakMove() 1039 for (sal_uInt16 nPos=0; nPos<nOldCount; nPos++) in PagebreakMove()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 1151 sal_uInt32 nOldCount = m_pData->m_seqControllers.getLength(); in connectController() local 1152 uno::Sequence< uno::Reference< frame::XController > > aNewSeq( nOldCount + 1 ); in connectController() 1153 for ( sal_uInt32 n = 0; n < nOldCount; n++ ) in connectController() 1155 aNewSeq.getArray()[nOldCount] = xController; in connectController() 1177 sal_uInt32 nOldCount = m_pData->m_seqControllers.getLength(); in disconnectController() local 1178 if ( !nOldCount ) in disconnectController() 1181 uno::Sequence< uno::Reference< frame::XController > > aNewSeq( nOldCount - 1 ); in disconnectController() 1182 for ( sal_uInt32 nOld = 0, nNew = 0; nOld < nOldCount; ++nOld ) in disconnectController()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 880 unsigned int nOldCount = pCols->Count(); in RemoveColumns() local 911 if ( pCols->Count() != nOldCount ) in RemoveColumns() 935 nOldCount in RemoveColumns()
|