Home
last modified time | relevance | path

Searched refs:nCount (Results 251 – 275 of 1975) sorted by relevance

1...<<11121314151617181920>>...79

/trunk/main/filter/source/svg/
H A Dsvgexport.cxx64 for ( sal_Int32 i = 0, nCount = rFilterData.getLength(); i < nCount; i++ ) in SVGExport() local
451 const sal_Int32 nCount(aPrimitiveSequence.getLength()); in implExportDocument() local
453 for(sal_Int32 nIndex = 0; nIndex < nCount; nIndex++) in implExportDocument()
626 for( sal_Int32 i = 0, nCount = rxDrawPages->getCount(); i < nCount; ++i ) in implGenerateMetaData() local
787 for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i ) in implExportShapes() local
956 sal_Int32 i, nCount; in implCreateObjects() local
958 for( i = 0, nCount = rxMasterPages->getCount(); i < nCount; ++i ) in implCreateObjects()
975 for( i = 0, nCount = rxDrawPages->getCount(); i < nCount; ++i ) in implCreateObjects()
1044 for( sal_Int32 i = 0, nCount = rxShapes->getCount(); i < nCount; ++i ) in implCreateObjectsFromShapes() local
1200 …for( sal_uInt32 nCurAction = 0, nCount = rMtf.GetActionCount(); ( nCurAction < nCount ) && !bRet; … in implHasText() local
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2743 if (nCount) in getCellRangesByName()
2831 for (SCTAB i=0; i<nCount; i++) in getElementNames()
2931 if ( pDocShell && nCount > 0 && nIndex >= 0 && nStartCol+nIndex+nCount-1 <= nEndCol ) in removeByIndex()
3004 for (SCCOL i=0; i<nCount; i++) in getElementNames()
3197 if ( pDocShell && nCount > 0 && nIndex >= 0 && nStartRow+nIndex+nCount-1 <= nEndRow ) in removeByIndex()
3577 sal_uLong nCount = 0; in getCount() local
3583 ++nCount; in getCount()
3585 return nCount; in getCount()
3747 SCTAB nCount = 0; in getCount() local
3757 ++nCount; in getCount()
[all …]
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygon.hxx62 B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
83 void insert(sal_uInt32 nIndex, const B3DPoint& rPoint, sal_uInt32 nCount = 1);
84 void append(const B3DPoint& rPoint, sal_uInt32 nCount = 1);
108 …void insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount
109 void append(const B3DPolygon& rPoly, sal_uInt32 nIndex = 0, sal_uInt32 nCount = 0);
112 void remove(sal_uInt32 nIndex, sal_uInt32 nCount = 1);
/trunk/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()
/trunk/main/tools/inc/tools/
H A Dstring.hxx257 ByteString& Replace( xub_StrLen nIndex, xub_StrLen nCount, const ByteString& rStr );
258 ByteString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN );
261 ByteString& Fill( xub_StrLen nCount, sal_Char cFillChar = ' ' );
262 ByteString& Expand( xub_StrLen nCount, sal_Char cExpandChar = ' ' );
394 inline ByteString ByteString::Copy( xub_StrLen nIndex, xub_StrLen nCount ) const in Copy()
396 return ByteString( *this, nIndex, nCount ); in Copy()
564 UniString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN );
567 UniString& Fill( xub_StrLen nCount, sal_Unicode cFillChar = ' ' );
568 UniString& Expand( xub_StrLen nCount, sal_Unicode cExpandChar = ' ' );
669 inline UniString UniString::Copy( xub_StrLen nIndex, xub_StrLen nCount ) const in Copy()
[all …]
/trunk/main/cui/source/options/
H A Doptpath.cxx160 sal_uInt16 nCount = rValue.GetTokenCount( cDelim ); in Convert_Impl() local
162 for ( sal_uInt16 i=0; i<nCount ; ++i ) in Convert_Impl()
170 if ( i+1 < nCount) in Convert_Impl()
599 if ( nCount > 0 ) in IMPL_LINK()
602 for ( ; i < nCount - 1; ++i ) in IMPL_LINK()
763 long i, nCount = aPathSeq.getLength(); in GetPathList() local
766 for ( i = 0; i < nCount; ++i ) in GetPathList()
779 long i, nCount = aPathSeq.getLength(); in GetPathList() local
782 for ( i = 0; i < nCount; ++i ) in GetPathList()
833 Sequence< ::rtl::OUString > aPathSeq( nCount ); in SetPathList()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx639 double nCount = 1.0; in ScNPV() local
651 nCount++; in ScNPV()
726 nCount = 0.0; in ScIRR()
735 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR()
736 nCount++; in ScIRR()
740 fNenner += -nCount * fWert / pow(1.0+x,nCount+1.0); in ScIRR()
741 nCount++; in ScIRR()
792 nCount++; in ScMIRR()
1253 sal_uInt16 nCount = 0; in RateIteration() local
1286 nCount++; in RateIteration()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4383 nCount++; in ReadWord2Chpx()
4396 nCount++; in ReadWord2Chpx()
4409 nCount++; in ReadWord2Chpx()
4422 nCount++; in ReadWord2Chpx()
4430 nCount+=2; in ReadWord2Chpx()
4434 nCount+=2; in ReadWord2Chpx()
4438 nCount++; in ReadWord2Chpx()
4446 nCount++; in ReadWord2Chpx()
4453 nCount++; in ReadWord2Chpx()
4457 nCount++; in ReadWord2Chpx()
[all …]
/trunk/main/i18npool/source/transliteration/
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()
H A DhalfwidthToFullwidth.cxx51 halfwidthToFullwidth::transliterate( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, S… in transliterate() argument
57 …const OUString& newStr = transliteration_OneToOne::transliterate( inStr, startPos, nCount, offset); in transliterate()
81 …ana::transliterate( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int… in transliterate() argument
87 …const OUString& newStr = transliteration_OneToOne::transliterate( inStr, startPos, nCount, offset); in transliterate()
111 …JIS::transliterate( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Sequence< sal_Int… in transliterate() argument
117 …const OUString& newStr = transliteration_OneToOne::transliterate( inStr, startPos, nCount, offset); in transliterate()
/trunk/main/svx/source/dialog/
H A Drulritem.cxx451 const sal_uInt16 nCount = ((const SvxColumnItem&)rCmp).Count(); in operator ==() local
452 for(sal_uInt16 i = 0; i < nCount;++i) { in operator ==()
534 const sal_uInt16 nCount = rCopy.Count(); in SvxColumnItem() local
536 for ( sal_uInt16 i = 0; i < nCount; ++i ) in SvxColumnItem()
556 const sal_uInt16 nCount = rCopy.Count(); in operator =() local
557 for(sal_uInt16 i = 0; i < nCount;++i) in operator =()
566 const sal_uInt16 nCount = Count(); in CalcOrtho() local
567 DBG_ASSERT(nCount >= 2, "keine Spalten"); in CalcOrtho()
568 if(nCount < 2) in CalcOrtho()
572 for(sal_uInt16 i = 1; i < nCount; ++i) { in CalcOrtho()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx88 sal_Int32 nCount; in DoFunc() local
111 for( nCount = 0; nCount < nArgs ; nCount++ ) in DoFunc()
112 aStack >> eParam[ nCount ]; in DoFunc()
159 for( nCount = nLast - 1 ; nCount >= 0 ; nCount-- ) in DoFunc()
161 if( nCount != nNull ) in DoFunc()
162 aPool << ocSep << eParam[ nCount ]; in DoFunc()
/trunk/main/svx/source/form/
H A Dfmundo.cxx221 sal_uInt16 nCount = rModel.GetPageCount(); in dispose() local
223 for (i = 0; i < nCount; i++) in dispose()
234 nCount = rModel.GetMasterPageCount(); in dispose()
235 for (i = 0; i < nCount; i++) in dispose()
272 sal_uInt16 nCount = rModel.GetPageCount(); in ModeChanged() local
274 for (i = 0; i < nCount; i++) in ModeChanged()
285 nCount = rModel.GetMasterPageCount(); in ModeChanged()
286 for (i = 0; i < nCount; i++) in ModeChanged()
379 sal_Int32 nCount = xCont->getCount(); in lcl_searchElement() local
381 for (sal_Int32 i = 0; i < nCount; i++) in lcl_searchElement()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx126 sal_Int32 nCount = 0; in DBG_NAME() local
129 ++nCount; in DBG_NAME()
131 m_vColumnSize.resize(nCount); in DBG_NAME()
132 m_vNumberFormat.resize(nCount); in DBG_NAME()
133 for(sal_Int32 i=0;i<nCount;++i) in DBG_NAME()
208 if ( nCount < 1 ) in ODatabaseExport()
209 nCount = 18; in ODatabaseExport()
210 aTypes.reserve(nCount+1); in ODatabaseExport()
211 aNullable.reserve(nCount+1); in ODatabaseExport()
663 sal_Int32 nCount = 2; in CreateDefaultColumn() local
[all …]
H A DTokenWriter.cxx119 xub_StrLen nCount = rExchange.GetTokenCount(char(11)); in DBG_NAME() local
123 for(xub_StrLen i=SBA_FORMAT_SELECTION_COUNT;i<nCount;++i) in DBG_NAME()
509 sal_Int32 nCount = aNames.getLength(); in Write() local
511 if ( !nCount ) in Write()
513 nCount = m_xResultSetMetaData->getColumnCount(); in Write()
517 for( sal_Int32 i=1; i<=nCount; ++i ) in Write()
529 ::rtl::OString* pHorzChar = new ::rtl::OString[nCount]; in Write()
531 for ( sal_Int32 i=1; i <= nCount; ++i ) in Write()
612 appendRow(pHorzChar,nCount,k,kk); in Write()
876 aNames.realloc(nCount); in WriteTables()
[all …]
/trunk/main/svl/source/items/
H A Ditempool.cxx366 for ( sal_uInt16 n = 0; n < nCount; ++n ) in ReleaseDefaults()
823 size_t n, nCount = (*ppItemArr)->size(); in Put() local
826 n < nCount; in Put()
1064 sal_uInt16 nCount = nEnd - nStart + 1; in GetWhich() local
1065 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetWhich()
1071 sal_uInt16 nCount = nEnd - nStart + 1; in GetWhich() local
1072 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetWhich()
1115 sal_uInt16 nCount = nEnd - nStart + 1; in GetTrueWhich() local
1116 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetTrueWhich()
1122 sal_uInt16 nCount = nEnd - nStart + 1; in GetTrueWhich() local
[all …]
/trunk/main/vcl/source/gdi/
H A Dimage.cxx453 for( sal_Int32 i = 0, nCount = pResMgr->ReadLong(); i < nCount; ++i ) in ImageList() local
457 sal_Int32 nCount = pResMgr->ReadLong(); in ImageList() local
458 ImplInit( static_cast< sal_uInt16 >( nCount ), Size() ); in ImageList()
461 for( sal_Int32 i = 0; i < nCount; ++i ) in ImageList()
575 sal_uInt16 nCount = GetImageCount(); in GetAsHorizontalStrip() local
576 if( !nCount ) in GetAsHorizontalStrip()
578 aSize.Width() *= nCount; in GetAsHorizontalStrip()
581 for (sal_uInt16 nIdx = 0; nIdx < nCount; nIdx++) in GetAsHorizontalStrip()
599 for (sal_uInt16 nIdx = 0; nIdx < nCount; nIdx++) in GetAsHorizontalStrip()
638 sal_uInt16 nCount, in InsertFromHorizontalBitmap() argument
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx625 sal_uInt16 nCount = 0; in IMPL_LINK() local
634 for(sal_uInt16 i = 0; i < 80 && nCount < 40; i++, nCur++) in IMPL_LINK()
641 nCount++; in IMPL_LINK()
654 while ( p && nCount < MAX_SYNTAX_HIGHLIGHT) in IMPL_LINK()
660 nCount ++; in IMPL_LINK()
743 size_t nCount = aPortionList.size(); in ImpDoHighlight() local
744 if ( !nCount ) in ImpDoHighlight()
747 SwTextPortion& rLast = aPortionList[nCount-1]; in ImpDoHighlight()
750 nCount--; in ImpDoHighlight()
752 if ( !nCount ) in ImpDoHighlight()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx282 const int nCount = pDefaults->Count(); in CheckNamedItem() local
284 for( nIndex = 0; nIndex < nCount; nIndex++ ) in CheckNamedItem()
2020 sal_uInt32 nCount, nSurrogate; in checkForUniqueItem() local
2025 nCount = pPool1->GetItemCount2( XATTR_LINESTART ); in checkForUniqueItem()
2047 nCount = pPool1->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
2093 nCount = pPool2->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
2151 nCount = pPool1->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
2418 sal_uInt16 nCount, nSurrogate; in checkForUniqueItem() local
2445 nCount = pPool1->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
2491 nCount = pPool2->GetItemCount2( XATTR_LINEEND ); in checkForUniqueItem()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx344 sal_Int32 nCount = 0; in getAccessibleChildCount() local
346 nCount = getListBox()->GetLevelChildCount( pEntry ); in getAccessibleChildCount()
348 return nCount; in getAccessibleChildCount()
943 sal_Int32 i, nCount = 0; in clearAccessibleSelection() local
945 for ( i = 0; i < nCount; ++i ) in clearAccessibleSelection()
963 sal_Int32 i, nCount = 0; in selectAllAccessibleChildren() local
965 for ( i = 0; i < nCount; ++i ) in selectAllAccessibleChildren()
980 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChildCount() local
986 for ( i = 0; i < nCount; ++i ) in getSelectedAccessibleChildCount()
1007 sal_Int32 i, nSelCount = 0, nCount = 0; in getSelectedAccessibleChild() local
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx84 const XTrapezoid*, int nCount ) const;
86 const _XTrap*, int nCount ) const;
316 int nXSrc, int nYSrc, const XTrapezoid* pXT, int nCount ) const in CompositeTrapezoids()
320 nXSrc, nYSrc, pXT, nCount ); in CompositeTrapezoids()
323 nXSrc, nYSrc, pXT, nCount ); in CompositeTrapezoids()
328 const _XTrap* pTraps, int nCount ) const in AddTraps()
331 XRenderAddTraps( mpDisplay, aDst, nXOfs, nYOfs, pTraps, nCount ); in AddTraps()
335 (*mpXRenderAddTraps)( mpDisplay, aDst, nXOfs, nYOfs, pTraps, nCount ); in AddTraps()
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx204 (WW8StructBase & rParent, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference() argument
205 : WW8StructBase(rParent, nOffset, nCount) in WW8BinaryObjReference()
210 (WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference() argument
211 : WW8StructBase(pParent, nOffset, nCount) in WW8BinaryObjReference()
222 (WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference() argument
223 : WW8StructBase(rStream, nOffset, nCount) in WW8BinaryObjReference()
418 sal_uInt32 nCount = mString.getLength(); in toString() local
419 for (sal_uInt32 n = 0; n < nCount; ++n) in toString()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccRelation.cpp107 int nCount = xTargets.getLength(); in get_target() local
108 if( targetIndex >= nCount ) in get_target()
148 int nCount = xTargets.getLength(); in get_targets() local
150 *target = (IUnknown*)::CoTaskMemAlloc(nCount*sizeof(IUnknown)); in get_targets()
158 for(int i=0; i<nCount ; i++) in get_targets()
166 *nTargets = nCount; in get_targets()

Completed in 207 milliseconds

1...<<11121314151617181920>>...79