Home
last modified time | relevance | path

Searched refs:nCount (Results 226 – 250 of 1960) sorted by relevance

12345678910>>...79

/aoo41x/main/cosv/source/strings/
H A Dstreamstr.cxx470 size_type nCount = min(i_nCount, length()); in pop_front() local
472 MoveData( dpData + nCount, pEnd, -(seek_type(nCount)) ); in pop_front()
474 pCur -= nCount; in pop_front()
475 pEnd -= nCount; in pop_front()
482 size_type nCount = min(i_nCount, length()); in pop_back() local
483 pEnd -= nCount; in pop_back()
536 intt nCount = 0; in operator_read_line() local
537 for ( nCount = i_src.read(&c, 1); in operator_read_line()
538 nCount == 1 AND c != 13 AND c != 10; in operator_read_line()
539 nCount = i_src.read(&c, 1) ) in operator_read_line()
[all …]
H A Dstring.cxx59 : nCount(1) in S_Data()
70 nCount(1) in S_Data()
77 csv_assert( nCount == 0 ); in ~S_Data()
85 ++ (const_cast< uintt& >(nCount)); in Acquire()
87 ++nCount; in Acquire()
97 -- (const_cast< uintt& >(nCount)); in Release()
99 --nCount; in Release()
101 if (nCount == 0) in Release()
/aoo41x/main/sw/source/core/text/
H A Dporfld.cxx1156 sal_uInt16 nCount = aExpand.Len(); in Paint() local
1157 if( !nCount ) in Paint()
1171 while( i < nCount ) in Paint()
1204 sal_uInt16 nCount = aExpand.Len(); in Format() local
1205 if( !nCount ) in Format()
1217 if( nCount > 4 ) in Format()
1263 while( i < nCount ) in Format()
1295 if( nCount < 3 ) in Format()
1299 if( nCount < 2 ) in Format()
1336 switch( nCount ) in Format()
[all …]
/aoo41x/main/i18npool/source/transliteration/
H A DignoreKiKuFollowedBySa_ja_JP.cxx40 ignoreKiKuFollowedBySa_ja_JP::folding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount,… in folding() argument
45 rtl_uString * newStr = x_rtl_uString_new_WithLength( nCount ); // defined in x_rtl_ustring.h in folding()
53 offset.realloc( nCount ); in folding()
63 while (-- nCount > 0) { in folding()
77 nCount --; in folding()
88 if (nCount == 0) { in folding()
H A DignoreIandEfollowedByYa_ja_JP.cxx80 ignoreIandEfollowedByYa_ja_JP::folding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount in folding() argument
85 rtl_uString * newStr = x_rtl_uString_new_WithLength( nCount ); // defined in x_rtl_ustring.h in folding()
93 offset.realloc( nCount ); in folding()
106 while (-- nCount > 0) { in folding()
120 nCount --; in folding()
131 if (nCount == 0) { in folding()
/aoo41x/main/starmath/source/
H A Dsmmod.cxx100 sal_uInt16 nCount = sal::static_int_cast< xub_StrLen >(rExportNames.Count()); in GetUiSymbolName() local
101 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetUiSymbolName()
121 sal_uInt16 nCount = sal::static_int_cast< xub_StrLen >(rUiNames.Count()); in GetExportSymbolName() local
122 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetExportSymbolName()
142 sal_uInt16 nCount = sal::static_int_cast< xub_StrLen >(rExportNames.Count()); in GetUiSymbolSetName() local
143 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetUiSymbolSetName()
163 sal_uInt16 nCount = sal::static_int_cast< xub_StrLen >(rUiNames.Count()); in GetExportSymbolSetName() local
164 for (sal_uInt16 i = 0; i < nCount && !aRes.Len(); ++i) in GetExportSymbolSetName()
/aoo41x/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx53 sal_Int32 nCount, const Locale& rLocale ) throw(RuntimeException) in toUpper() argument
55 … return getLocaleSpecificCharacterClassification(rLocale)->toUpper(Text, nPos, nCount, rLocale); in toUpper()
60 sal_Int32 nCount, const Locale& rLocale ) throw(RuntimeException) in toLower() argument
62 … return getLocaleSpecificCharacterClassification(rLocale)->toLower(Text, nPos, nCount, rLocale); in toLower()
67 sal_Int32 nCount, const Locale& rLocale ) throw(RuntimeException) in toTitle() argument
69 … return getLocaleSpecificCharacterClassification(rLocale)->toTitle(Text, nPos, nCount, rLocale); in toTitle()
108 sal_Int32 nCount, const Locale& rLocale ) throw(RuntimeException) in getStringType() argument
110 …return getLocaleSpecificCharacterClassification(rLocale)->getStringType(Text, nPos, nCount, rLocal… in getStringType()
/aoo41x/main/sfx2/source/notify/
H A Deventsupplier.cxx84 long nCount = maEventNames.getLength(); in replaceByName() local
85 for ( long i=0; i<nCount; i++ ) in replaceByName()
143 long nCount = maEventNames.getLength(); in getByName() local
145 for ( long i=0; i<nCount; i++ ) in getByName()
167 long nCount = maEventNames.getLength(); in hasByName() local
169 for ( long i=0; i<nCount; i++ ) in hasByName()
212 if ( !nCount ) in Execute()
216 while ( nIndex < nCount ) in Execute()
398 long nCount = aProperties.getLength(); in ConvertToMacro() local
401 if ( !nCount ) in ConvertToMacro()
[all …]
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx445 sal_Int32 nCount; member in test_OPropertySetHelper_Listener
451 , nCount( n ) in test_OPropertySetHelper_Listener()
1059 pPS_L->nCount = 10; in test_PropertySetHelper()
1060 Sequence< Any > aSeq( pPS_L->nCount ); in test_PropertySetHelper()
1092 OSL_ENSURE( pPS_L->nCount == pPS_L->nCurrent, "not all listeners called" ); in test_PropertySetHelper()
1095 pPS_L->nCount = 0; in test_PropertySetHelper()
1115 pPS_L->nCount = 6; in test_PropertySetHelper()
1116 Sequence< Any > aSeq( pPS_L->nCount ); in test_PropertySetHelper()
1134 OSL_ENSURE( pPS_L->nCount == pPS_L->nCurrent, "not all listeners called" ); in test_PropertySetHelper()
1139 pPS_L->nCount = 4; in test_PropertySetHelper()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx84 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in ClearAll() local
85 for(long i = nCount-1; i >= 0; --i) in ClearAll()
137 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in getMinimumWidth() local
139 for(long i = nCount-1; i >= 0; --i) in getMinimumWidth()
158 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in CommitModified() local
159 for ( sal_uInt16 i=0; i<nCount; ++i ) in CommitModified()
282 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in Update() local
283 for (sal_uInt16 i=0;i<nCount;++i) in Update()
305 sal_uInt16 nCount = m_aTabControl.GetPageCount(); in forEachPage() local
306 for ( sal_uInt16 i=0; i<nCount; ++i ) in forEachPage()
/aoo41x/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx52 …::OUString& aPassword, const uno::Sequence< sal_Int8 >& aSalt, sal_Int32 nCount, sal_Int32 nHashLe… in GeneratePBKDF2Hash() argument
56 if ( !aPassword.isEmpty() && aSalt.getLength() && nCount && nHashLength ) in GeneratePBKDF2Hash()
66 nCount ); in GeneratePBKDF2Hash()
84 sal_Int32 nCount = 1024; in GenerateNewModifyPasswordInfo() local
86 uno::Sequence< sal_Int8 > aNewHash = GeneratePBKDF2Hash( aPassword, aSalt, nCount, 16 ); in GenerateNewModifyPasswordInfo()
95 aResult[2].Value <<= nCount; in GenerateNewModifyPasswordInfo()
112 sal_Int32 nCount = 0; in IsModifyPasswordCorrect() local
121 aInfo[nInd].Value >>= nCount; in IsModifyPasswordCorrect()
127 && aSalt.getLength() && nCount > 0 && aHash.getLength() ) in IsModifyPasswordCorrect()
129 …uno::Sequence< sal_Int8 > aNewHash = GeneratePBKDF2Hash( aPassword, aSalt, nCount, aHash.getLength… in IsModifyPasswordCorrect()
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygon.hxx61 B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
82 void insert(sal_uInt32 nIndex, const B3DPoint& rPoint, sal_uInt32 nCount = 1);
83 void append(const B3DPoint& rPoint, sal_uInt32 nCount = 1);
107 …void insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount
108 void append(const B3DPolygon& rPoly, sal_uInt32 nIndex = 0, sal_uInt32 nCount = 0);
111 void remove(sal_uInt32 nIndex, sal_uInt32 nCount = 1);
/aoo41x/main/svx/source/svdraw/
H A Dsvdoashp.cxx714 for ( i = 0; i < nCount; i++ ) in MergeDefaultAttributes()
759 seqCoordinates.realloc( nCount ); in MergeDefaultAttributes()
760 for ( i = 0; i < nCount; i++ ) in MergeDefaultAttributes()
779 seqGluePoints.realloc( nCount ); in MergeDefaultAttributes()
780 for ( i = 0; i < nCount; i++ ) in MergeDefaultAttributes()
800 seqSegments.realloc( nCount ); in MergeDefaultAttributes()
801 for ( i = 0; i < nCount; i++ ) in MergeDefaultAttributes()
959 seqTextFrames.realloc( nCount ); in MergeDefaultAttributes()
983 seqEquations.realloc( nCount ); in MergeDefaultAttributes()
1003 seqHandles.realloc( nCount ); in MergeDefaultAttributes()
[all …]
/aoo41x/main/sc/source/core/data/
H A Ddociter.cxx335 } while ( pCol->nCount == 0 ); in GetThis()
367 if ( nColRow < pCol->nCount && in GetThis()
1067 } while ( pCol->nCount == 0 ); in GetThis()
1174 } while ( pCol->nCount == 0 ); in GetThis()
1413 if (!pCol->nCount) in BinarySearch()
1461 if (nLastInRange < pCol->nCount) in BinarySearch()
1669 nColRow = pCol->nCount - 1; in BinarySearch()
1715 if ( nIndex < pCol->nCount ) in SetTab()
1742 if ( ++nIndex < pCol->nCount ) in GetNext()
2053 if ( nIndex < pArray->nCount ) in GetNext()
[all …]
/aoo41x/main/sd/source/filter/xml/
H A Dsdtransform.cxx213 sal_uInt32 nCount = mrOutliner.GetParagraphCount(); in transformTextShape() local
219 for(sal_uInt16 nPara = 0; nPara < nCount; nPara++) in transformTextShape()
301 const sal_uInt16 nCount = rAttr.GetAttrCount(); in getBulletState() local
302 for( sal_uInt16 nItem = 0; nItem < nCount; nItem++ ) in getBulletState()
345 const sal_uInt16 nCount = rAttr.GetAttrCount(); in removeAlienAttributes() local
346 for( sal_uInt16 nItem = 0; nItem < nCount; nItem++ ) in removeAlienAttributes()
350 if( nCount == 1 ) in removeAlienAttributes()
359 for( nItem = 0; nItem < nCount; nItem++ ) in removeAlienAttributes()
/aoo41x/main/sal/rtl/source/
H A Dstrtmpl.c95 int nCount = (nRet <= 0) ? nStr1Len : nStr2Len; in IMPL_RTL_STRNAME() local
99 while( (--nCount >= 0) && (*++pStr1 == *++pStr2) ); in IMPL_RTL_STRNAME()
101 if( nCount >= 0 ) in IMPL_RTL_STRNAME()
967 while ( nCount > 0 ) in IMPL_RTL_STRINGNAME()
972 nCount--; in IMPL_RTL_STRINGNAME()
1226 nCount -= nIndex; in IMPL_RTL_STRINGNAME()
1231 if ( nCount >= pStr->length-nIndex ) in IMPL_RTL_STRINGNAME()
1233 nCount = pStr->length-nIndex; in IMPL_RTL_STRINGNAME()
1236 if ( !nIndex && (nCount >= pStr->length) ) in IMPL_RTL_STRINGNAME()
1259 nNewLen = pStr->length-nCount; in IMPL_RTL_STRINGNAME()
[all …]
/aoo41x/main/svtools/source/contnr/
H A Dsvlbox.cxx583 sal_uInt16 nCount = aItems.Count(); in DeleteItems_Impl() local
584 while( nCount ) in DeleteItems_Impl()
586 nCount--; in DeleteItems_Impl()
608 while( nCurPos < nCount ) in Clone()
647 while( nCur < nCount ) in GetFirstItem()
1183 while ( nCurPos < nCount ) in RecalcViewData()
1288 for ( i = 0; i < nCount; ++i ) in FillEntryPath()
1321 sal_uLong nCount = 0; in GetLevelChildCount() local
1325 ++nCount; in GetLevelChildCount()
1329 return nCount; in GetLevelChildCount()
[all …]
/aoo41x/main/basegfx/source/tools/
H A Ddebugplotter.cxx236 const sal_uInt32 nCount( rCurrPoly.count() ); in ~DebugPlotter() local
237 for( sal_uInt32 k=0; k<nCount; ++k ) in ~DebugPlotter()
244 const B2DPoint& rP2( rCurrPoly.getPrevControlPoint((k + 1) % nCount) ); in ~DebugPlotter()
245 … const B2DPoint& rP3( k+1<nCount ? rCurrPoly.getB2DPoint(k+1) : rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter()
334 const sal_uInt32 nCount( rCurrPoly.count() ); in ~DebugPlotter() local
335 for( sal_uInt32 k=0; k<nCount; ++k ) in ~DebugPlotter()
396 const sal_uInt32 nCount( rPoly.count() ); in plot() local
397 for( sal_uInt32 i=0; i<nCount; ++i ) in plot()
/aoo41x/main/svtools/source/filter/
H A DFilterConfigItem.cxx254 sal_Int32 i, nCount; in GetPropertyValue() local
255 for ( i = 0, nCount = rPropSeq.getLength(); i < nCount; i++ ) in GetPropertyValue()
275 sal_Int32 i, nCount; in WritePropertyValue() local
276 for ( i = 0, nCount = rPropSeq.getLength(); i < nCount; i++ ) in WritePropertyValue()
281 if ( i == nCount ) in WritePropertyValue()
282 rPropSeq.realloc( ++nCount ); in WritePropertyValue()
608 sal_Int32 i, nCount = aFilterData.getLength(); in GetStatusIndicator() local
609 for ( i = 0; i < nCount; i++ ) in GetStatusIndicator()
/aoo41x/main/svtools/source/filter/igif/
H A Dgifread.cxx175 void GIFReader::ReadPaletteEntries( BitmapPalette* pPal, sal_uLong nCount ) in ReadPaletteEntries() argument
177 const sal_uLong nLen = 3UL * nCount; in ReadPaletteEntries()
185 for( sal_uLong i = 0UL; i < nCount; ) in ReadPaletteEntries()
195 if( nCount < 256UL ) in ReadPaletteEntries()
199 if( nCount < 255UL ) in ReadPaletteEntries()
326 sal_uInt16 nCount = (sal_uInt16) cSize + 1; in ReadExtension() local
327 char* pBuffer = new char[ nCount ]; in ReadExtension()
330 rIStm.Read( pBuffer, nCount ); in ReadExtension()
441 void GIFReader::FillImages( HPBYTE pBytes, sal_uLong nCount ) in FillImages() argument
443 for( sal_uLong i = 0UL; i < nCount; i++ ) in FillImages()
/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx141 sal_uInt16 nCount = 0; in InitRangeFinder() local
196 if (!nCount) in InitRangeFinder()
210 ++nCount; in InitRangeFinder()
217 if (nCount) in InitRangeFinder()
1651 for (sal_uInt16 i=0; i<nCount; i++) in UpdateParenthesis()
1708 if (nCount > 0) in UpdateActiveView()
1711 for (sal_uInt16 i=1; i<nCount; i++) in UpdateActiveView()
1812 for (sal_uInt16 i=0; i<nCount; i++) in RemoveAdjust()
1848 for (sal_uInt16 i=0; i<nCount; i++) in RemoveRangeFinder()
2028 if (nCount > 1) in lcl_SetTopSelection()
[all …]
/aoo41x/main/vcl/win/source/app/
H A Dsalinst.cxx299 sal_uLong n = nCount; in ImplSalReleaseYieldMutex()
306 return nCount; in ImplSalReleaseYieldMutex()
311 void ImplSalAcquireYieldMutex( sal_uLong nCount ) in ImplSalAcquireYieldMutex() argument
318 while ( nCount ) in ImplSalAcquireYieldMutex()
321 nCount--; in ImplSalAcquireYieldMutex()
648 void WinSalInstance::AcquireYieldMutex( sal_uLong nCount ) in AcquireYieldMutex() argument
650 ImplSalAcquireYieldMutex( nCount ); in AcquireYieldMutex()
712 sal_uLong nCount = pYieldMutex->GetAcquireCount( nCurThreadId ); in Yield() local
713 sal_uLong n = nCount; in Yield()
736 n = nCount; in Yield()
[all …]
/aoo41x/main/sc/source/ui/view/
H A Dtabvwshf.cxx192 sal_uInt16 nCount = pDlg->GetSelectEntryCount(); in ExecuteTable() local
193 for (sal_uInt16 nPos=0; nPos<nCount; nPos++) in ExecuteTable()
255 SCTAB nCount = 0; in ExecuteTable() local
260 nTabs[nCount++] = static_cast<SCTAB>(n); in ExecuteTable()
264 if (nCount != 0) in ExecuteTable()
268 ImportTables( pDlg->GetDocShellTables(), nCount, nTabs, in ExecuteTable()
291 SCTAB nCount=pDlg->GetTableCount(); in ExecuteTable() local
294 if(nCount==1 && pDlg->GetFirstTable()->Len()>0) in ExecuteTable()
303 InsertTables( NULL, nTabNr,nCount ); in ExecuteTable()
329 if(nCount==1 && pDlg->GetFirstTable()->Len()>0) in ExecuteTable()
[all …]
/aoo41x/main/vcl/aqua/source/app/
H A Dsalinst.cxx518 sal_uLong n = nCount; in ReleaseYieldMutex()
525 return nCount; in ReleaseYieldMutex()
536 while ( nCount ) in AcquireYieldMutex()
539 nCount--; in AcquireYieldMutex()
689 sal_uLong nCount = ReleaseYieldMutex(); in Yield() local
703 AcquireYieldMutex( nCount ); in Yield()
730 sal_uLong nCount = ReleaseYieldMutex(); in Yield() local
741 AcquireYieldMutex( nCount ); in Yield()
756 AcquireYieldMutex( nCount ); in Yield()
791 sal_uLong nCount = ReleaseYieldMutex(); in Yield() local
[all …]
/aoo41x/main/sw/source/ui/misc/
H A Dredlndlg.cxx498 sal_uInt16 nCount = pSh->GetRedlineCount(); in Activate() local
504 for ( i = 0; i < nCount; i++) in Activate()
552 if (nCount != aRedlineParents.Count()) in Activate()
555 Init(nCount); in Activate()
560 for (i = 0; i < nCount; i++) in Activate()
639 sal_uInt16 nCount = pSh->GetRedlineCount(); in CalcDiff() local
642 for (i = nStart + 1; i < nCount; i++) in CalcDiff()
748 sal_uInt16 nCount = pSh->GetRedlineCount(); in RemoveParents() local
1373 for (sal_uInt16 i = 0; i < nCount; i++) in Initialize()
1394 sal_uInt16 nCount = pTable->TabCount(); in FillInfo() local
[all …]

Completed in 654 milliseconds

12345678910>>...79