Home
last modified time | relevance | path

Searched refs:nCount (Results 626 – 650 of 1975) sorted by relevance

1...<<21222324252627282930>>...79

/trunk/main/i18npool/inc/
H A Dtransliteration_Ignore.hxx44 …folding( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::uno::Se…
63 …transliterate( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, com::sun::star::u…
132 …rtl::OUString SAL_CALL folding( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, \
160 …rtl::OUString SAL_CALL folding( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, \
H A DcharacterclassificationImpl.hxx46 sal_Int32 nPos, sal_Int32 nCount, const com::sun::star::lang::Locale& rLocale )
49 sal_Int32 nPos, sal_Int32 nCount, const com::sun::star::lang::Locale& rLocale )
52 sal_Int32 nCount, const com::sun::star::lang::Locale& rLocale )
64 sal_Int32 nCount, const com::sun::star::lang::Locale& rLocale )
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx500 sal_Int32 nCount(0); in AddInsertionAttributes() local
542 nCount = nEndPosition - nStartPosition + 1; in AddInsertionAttributes()
546 DBG_ASSERT(nCount > 0, "wrong insertion count"); in AddInsertionAttributes()
547 if (nCount > 1) in AddInsertionAttributes()
549 SvXMLUnitConverter::convertNumber(sBuffer, nCount); in AddInsertionAttributes()
766 sal_uInt32 nCount (pChangeTrack->GetActionMax()); in CollectAutoStyles() local
767 if (nCount) in CollectAutoStyles()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx549 sal_uInt16 nCount = 0; in GetState() local
552 nCount = rMgr.GetUndoActionCount(); in GetState()
553 if(nCount) in GetState()
556 aStr += rMgr.GetUndoActionComment(--nCount); in GetState()
564 nCount = rMgr.GetRedoActionCount(); in GetState()
565 if(nCount) in GetState()
568 aStr += rMgr.GetRedoActionComment(--nCount); in GetState()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb722 Dim nCount As Integer = 0
733 nCount = nCount + 1
744 nCount = nCount + 1
752 nCount = nCount + 1
756 Return nCount = 3
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx207 sal_uInt16 nCount = pFamilies->Count(); in SfxManageStyleSheetPage() local
210 for ( i = 0; i < nCount; ++i ) in SfxManageStyleSheetPage()
220 if ( i < nCount ) in SfxManageStyleSheetPage()
224 nCount = (sal_uInt16)rList.Count(); in SfxManageStyleSheetPage()
231 for ( i = 0; i < nCount; ++i ) in SfxManageStyleSheetPage()
/trunk/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx352 nCount = maColorTable->Count(); in FillValueSet()
395 if ( nLines * nCols >= nCount ) in SetSize()
558 if ( nLines * nCols >= nCount ) in Resizing()
576 long nMaxLines = nCount / nCols; in Resizing()
577 if( nCount % nCols ) in Resizing()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx225 SCSIZE nCount = pParam->GetEntryCount(); in lcl_fillQueryEntries() local
226 for (SCSIZE i = 0; i < nCount; ++i) in lcl_fillQueryEntries()
235 nCount = pParam->GetEntryCount(); in lcl_fillQueryEntries()
239 for (SCSIZE i = 0; i < nCount; ++i) in lcl_fillQueryEntries()
245 for (SCSIZE i = 0; i < nCount; ++i) in lcl_fillQueryEntries()
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx506 const sal_uLong nCount = Min( GetScanlineSize(), nSrcScanlineSize ); in CopyScanline() local
508 if( nCount ) in CopyScanline()
511 memcpy( mpScanBuf[ nY ], aSrcScanline, nCount ); in CopyScanline()
568 const sal_uLong nCount = nHeight * mpBuffer->mnScanlineSize; in CopyBuffer() local
570 memcpy( mpBuffer->mpBits, rReadAcc.GetBuffer(), nCount ); in CopyBuffer()
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx114 for (sal_uInt16 nCount = aBookmarkBox.GetRemovedCount(); nCount > 0; nCount--) in Apply() local
116 String sRemoved = aBookmarkBox.GetRemovedEntry( nCount -1 ).GetName(); in Apply()
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLAnalyzeService.cxx112 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL() local
114 if (nCount > 0) in getURL()
119 nCount); in getURL()
129 if (nCount != 1024) in getURL()
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx151 sal_uLong nCount = 255 - ( 255 * i / ( mnDstColors - 1 ) ); in ReadRAS() local
152 …mpAcc->SetPaletteColor( i, BitmapColor( (sal_uInt8)nCount, (sal_uInt8)nCount, (sal_uInt8)nCount ) … in ReadRAS()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1007 int nCount = aOS2Metric.sKerningPairs; in GetKernPairs() local
1008 if( nCount ) in GetKernPairs()
1011 pPairs = new KERNINGPAIRS[ nCount+1 ]; in GetKernPairs()
1013 mnFontKernPairCount = nCount; in GetKernPairs()
1014 Ft2QueryKerningPairs( mhPS, nCount, (KERNINGPAIRS*)pPairs ); in GetKernPairs()
1017 nCount = (nCount < nPairs) ? nCount : nPairs; in GetKernPairs()
1018 Ft2QueryKerningPairs( mhPS, nCount, (KERNINGPAIRS*)pPairs ); in GetKernPairs()
1019 return nCount; in GetKernPairs()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx170 sal_uInt16 i, nCount = rPolyPoly.Count(); in AddPolyPolygon() local
171 for ( i = 0; i < nCount; i++ ) in AddPolyPolygon()
763 sal_uInt16 nCount = aPoly.GetSize(); in ImplDrawClippedPolyPolygon() local
764 if ( nCount ) in ImplDrawClippedPolyPolygon()
766 if ( aPoly[ nCount - 1 ] != aPoly[ 0 ] ) in ImplDrawClippedPolyPolygon()
769 aPoly.Insert( nCount, aPoint ); in ImplDrawClippedPolyPolygon()
1132 sal_uInt16 i, nCount = aPathObj.Count(); in StrokeAndFillPath() local
1133 for ( i = 0; i < nCount; i++ ) in StrokeAndFillPath()
1361 sal_uInt16 nCount = rPolygon.GetSize(); in DrawPolygon() local
1362 if ( nCount ) in DrawPolygon()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx694 SCCOLROW nCount = 0; in Redo() local
698 nCount = aBlockRange.aEnd.Row() - aSource.aEnd.Row(); in Redo()
701 nCount = aBlockRange.aEnd.Col() - aSource.aEnd.Col(); in Redo()
704 nCount = aSource.aStart.Row() - aBlockRange.aStart.Row(); in Redo()
721 aMarkData, nCount, in Redo()
1658 SCTAB nCount = pDoc->GetTableCount(); in Undo() local
1659 for (SCTAB nTab=0; nTab<nCount; nTab++) in Undo()
1708 SCTAB nCount = pDoc->GetTableCount(); in Redo() local
1709 for (SCTAB nTab=0; nTab<nCount; nTab++) in Redo()
1757 sal_uInt16 nCount = pLinkManager->GetLinks().Count(); in lcl_FindAreaLink() local
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx421 const sal_uInt32 nCount(aTargets.size()); in ~TargetHolder() local
423 for(sal_uInt32 a(0); a < nCount; a++) in ~TargetHolder()
444 const sal_uInt32 nCount(aTargets.size()); in getPrimitive2DSequence() local
445 drawinglayer::primitive2d::Primitive2DSequence xRetval(nCount); in getPrimitive2DSequence()
447 for(sal_uInt32 a(0); a < nCount; a++) in getPrimitive2DSequence()
1646 const sal_uInt32 nCount(rMetaFile.GetActionCount()); in interpretMetafile() local
1648 for(sal_uInt32 nAction(0); nAction < nCount; nAction++) in interpretMetafile()
1682 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1706 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1759 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
[all …]
/trunk/main/canvas/source/null/
H A Dnull_usagecounter.hxx50 const sal_Int32 nCount( osl_decrementInterlockedCount( &s_nCount ) ); in ~UsageCounter() local
52 if( !nCount ) in ~UsageCounter()
61 nCount ); in ~UsageCounter()
/trunk/main/sd/source/ui/dlg/
H A Dsdpreslt.cxx193 sal_uInt16 nCount = pDoc->GetMasterPageCount(); in FillValueSet() local
195 for (sal_uInt16 nLayout = 0; nLayout < nCount; nLayout++) in FillValueSet()
313 sal_uInt16 nCount = pTemplDoc->GetMasterPageCount(); in IMPL_LINK() local
315 for (sal_uInt16 nLayout = 0; nLayout < nCount; nLayout++) in IMPL_LINK()
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx111 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL() local
113 if (nCount > 0) in getURL()
118 nCount); in getURL()
128 if (nCount != 1024) in getURL()
/trunk/main/offapi/com/sun/star/text/
H A DXTextCursor.idl63 @param nCount
79 boolean goLeft( [in] short nCount,
86 @param nCount
102 boolean goRight( [in] short nCount,
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx169 sal_uInt16 nCount = rPoly.GetSize(); in HasContour() local
170 for( sal_uInt16 i=0 ; i<nCount; i++ ) in HasContour()
239 sal_uInt16 nCount = rPoly.GetSize(); in GetContourAPI() local
240 for( sal_uInt16 i=0 ; i<nCount; i++ ) in GetContourAPI()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx223 const sal_uInt32 nCount = xShapes->getCount(); in select() local
224 for( sal_uInt32 i = 0; i < nCount; i++ ) in select()
301 sal_uInt32 nCount = rMarkList.GetMarkCount(); in getSelection() local
302 if( nCount ) in getSelection()
305 for( sal_uInt32 nNum = 0; nNum < nCount; nNum++) in getSelection()
H A Dunocpres.cxx434 const sal_uInt32 nCount = pList?pList->Count():0; in getElementNames() local
436 uno::Sequence< OUString > aSequence( nCount ); in getElementNames()
440 while( nIdx < nCount ) in getElementNames()
479 const sal_uInt32 nCount = pList?pList->Count():0; in getSdCustomShow() local
483 while( nIdx < nCount ) in getSdCustomShow()
/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx372 void SimpleTokenizer_Impl::setKeyWords( const char** ppKeyWords, sal_uInt16 nCount ) in setKeyWords() argument
375 nKeyWordCount = nCount; in setKeyWords()
424 int nCount = mpActualPos - rpStartPos; in getNextToken() local
428 for( int i = 0 ; i < nCount ; i++ ) in getNextToken()
439 String aKWString(rpStartPos, sal::static_int_cast< xub_StrLen >(nCount) ); in getNextToken()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx89 void AddEvent( long nType, long nPos, long nCount );
202 void InsertNew( long nPos, long nCount );
203 void SetChanged( long nPos, long nCount );
204 void Remove( long nPos, long nCount, EventList *pList );
205 void Move( long nPos, long nCount, long nOffset );

Completed in 170 milliseconds

1...<<21222324252627282930>>...79