Home
last modified time | relevance | path

Searched refs:nCount (Results 126 – 150 of 1975) sorted by relevance

12345678910>>...79

/trunk/main/sfx2/source/dialog/
H A Dstyfitem.cxx57 sal_uIntPtr nCount = ReadLongRes(); in SfxStyleFamilyItem() local
58 for( sal_uIntPtr i = 0; i < nCount; i++ ) in SfxStyleFamilyItem()
118 sal_uIntPtr nCount = ReadLongRes(); in SfxStyleFamilies() local
119 for( sal_uIntPtr i = 0; i < nCount; i++ ) in SfxStyleFamilies()
166 sal_uInt16 nCount = aImages.GetImageCount( ); in updateImages() local
167 …DBG_ASSERT( Count() == nCount, "SfxStyleFamilies::updateImages: found the image list, but missing … in updateImages()
168 if ( nCount > Count() ) in updateImages()
169 nCount = Count(); in updateImages()
172 for ( sal_uInt16 i = 0; i < nCount; ++i ) in updateImages()
/trunk/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx364 sal_Int32 nCount = rTicks.getLength(); in getAllTicks() local
372 for( nTick=nCount-1; nTick>nCount-1-nCheckCount && nTick>=0; nTick--) in getAllTicks()
381 rTicks.realloc(nCount-nInvisibleAtUpperBorder); in getAllTicks()
399 sal_Int32 nCount = aAllTicks[nDepth].getLength(); in getAllTicks() local
403 rTickInfoVector.reserve( nCount ); in getAllTicks()
404 for(sal_Int32 nN = 0; nN<nCount; nN++) in getAllTicks()
477 sal_Int32 nCount = getTickCount(nDepth); in initIter() local
478 for(sal_Int32 nN = 0; nN<nCount; nN++) in initIter()
486 if(nCount) in initIter()
510 sal_Int32 nCount = getTickCount(nDepth); in getStartDepth() local
[all …]
/trunk/main/framework/source/uielement/
H A Dmenubarmerger.cxx99 const sal_uInt32 nCount( rReferencePath.size() ); in FindReferencePath() local
110 if ( i == nCount-1 ) in FindReferencePath()
139 while (( pCurrMenu != 0 ) && ( i < nCount ) && ( eResult == RP_OK )); in FindReferencePath()
265 sal_uInt16 nCount( 1 ); in RemoveMenuItems() local
267 nCount = std::max( nParam, nCount ); in RemoveMenuItems()
270 while (( nPos < pMenu->GetItemCount() ) && ( i < nCount )) in RemoveMenuItems()
338 const sal_uInt32 nCount = rAddonMenuItems.size(); in ProcessFallbackOperation() local
339 for ( sal_uInt32 i = 0; i < nCount; ++i ) in ProcessFallbackOperation()
425 const sal_Int32 nCount = rSubMenuEntries.getLength(); in GetSubMenu() local
426 rSubMenu.reserve(rSubMenu.size() + nCount); in GetSubMenu()
[all …]
/trunk/main/svtools/source/filter/
H A DSvFilterOptionsDialog.cxx139 sal_Int32 i, nCount; in getPropertyValues() local
140 for ( i = 0, nCount = maMediaDescriptor.getLength(); i < nCount; i++ ) in getPropertyValues()
145 if ( i == nCount ) in getPropertyValues()
146 maMediaDescriptor.realloc( ++nCount ); in getPropertyValues()
161 sal_Int32 i, nCount; in setPropertyValues() local
162 for ( i = 0, nCount = maMediaDescriptor.getLength(); i < nCount; i++ ) in setPropertyValues()
189 sal_Int32 j, nCount = maMediaDescriptor.getLength(); in execute() local
190 for ( j = 0; j < nCount; j++ ) in execute()
/trunk/main/sc/workben/
H A Dtest.cxx614 long nCount = 0; in lcl_Cells() local
646 ++nCount; in lcl_Cells()
1126 String aBla = nCount; in lcl_Bla()
1127 xLock->setActionLocks(nCount); in lcl_Bla()
1257 aTimeText.SetText( nCount ); in lcl_Scenario()
1351 aTimeText.SetText(nCount); in lcl_FillTab()
1415 aTimeText.SetText(nCount); in lcl_Styles()
1568 if (nCount < 1) in IMPL_LINK()
1569 nCount = 1; in IMPL_LINK()
1572 for (long i=0; i<nCount; i++) in IMPL_LINK()
[all …]
/trunk/main/sc/source/core/data/
H A Dconditio.cxx1370 for (i=0; i<nCount; i++) in DoRepaint()
1502 sal_uInt16 nCount = rList.Count(); in ScConditionalFormatList() local
1527 sal_uInt16 nCount = Count(); in operator ==() local
1540 sal_uInt16 nCount = Count(); in GetFormat() local
1551 sal_uInt16 nCount = Count(); in CompileAll() local
1558 sal_uInt16 nCount = Count(); in CompileXML() local
1566 sal_uInt16 nCount = Count(); in UpdateReference() local
1573 sal_uLong nCount=Count(); in RenameCellStyle() local
1580 sal_uInt16 nCount = Count(); in UpdateMoveTab() local
1587 sal_uInt16 nCount = Count(); in SourceChanged() local
[all …]
H A Dvalidat.cxx919 sal_uInt16 nCount = rList.Count(); in ScValidationDataList() local
921 for (sal_uInt16 i=0; i<nCount; i++) in ScValidationDataList()
932 sal_uInt16 nCount = rList.Count(); in ScValidationDataList() local
934 for (sal_uInt16 i=0; i<nCount; i++) in ScValidationDataList()
944 sal_uInt16 nCount = Count(); in GetData() local
945 for (sal_uInt16 i=0; i<nCount; i++) in GetData()
955 sal_uInt16 nCount = Count(); in CompileXML() local
963 sal_uInt16 nCount = Count(); in UpdateReference() local
970 sal_uInt16 nCount = Count(); in UpdateMoveTab() local
978 sal_uInt16 nCount = Count(); in MarkUsedExternalReferences() local
[all …]
H A Dattrib.cxx503 nCount ( rCpy.nCount ) in ScTableListItem()
505 if ( nCount > 0 ) in ScTableListItem()
507 pTabArr = new SCTAB [nCount]; in ScTableListItem()
539 if ( rCpy.nCount > 0 ) in operator =()
541 pTabArr = new SCTAB [rCpy.nCount]; in operator =()
548 nCount = rCpy.nCount; in operator =()
560 sal_Bool bEqual = (nCount == rCmp.nCount); in operator ==()
562 if ( nCount > 0 ) in operator ==()
568 while ( bEqual && i<nCount ) in operator ==()
606 if ( nCount>0 && pTabArr ) in GetPresentation()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx59 if ( _nIndex < 0 || _nIndex >= nCount ) in checkSelection_Impl()
102 m_aAccessibleChildren.reserve(nCount); in VCLXAccessibleList()
260 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in UpdateSelection_Impl_Acc() local
621 sal_Int32 nCount = 0; in getAccessibleChildCount() local
623 nCount = m_pListBoxHelper->GetEntryCount(); in getAccessibleChildCount()
625 return nCount; in getAccessibleChildCount()
853 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in UpdateSelection_Impl() local
955 for ( sal_uInt16 i = 0; i < nCount; ++i ) in selectAllAccessibleChildren()
974 sal_Int32 nCount = 0; in getSelectedAccessibleChildCount() local
976 nCount = m_pListBoxHelper->GetSelectEntryCount(); in getSelectedAccessibleChildCount()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextCharStyleNamesElementExport.cxx47 nCount( 0 ) in XMLTextCharStyleNamesElementExport()
55 nCount = aNames.getLength(); in XMLTextCharStyleNamesElementExport()
56 OSL_ENSURE( nCount > 0, "no char style found" ); in XMLTextCharStyleNamesElementExport()
57 if ( bAllStyles ) ++nCount; in XMLTextCharStyleNamesElementExport()
58 if( nCount > 1 ) in XMLTextCharStyleNamesElementExport()
62 sal_Int32 i = nCount; in XMLTextCharStyleNamesElementExport()
78 if( nCount > 1 ) in ~XMLTextCharStyleNamesElementExport()
80 sal_Int32 i = nCount; in ~XMLTextCharStyleNamesElementExport()
/trunk/main/svx/source/toolbars/
H A Dfontworkbar.cxx64 sal_uIntPtr nCount = rMarkList.GetMarkCount(), i; in SetAlignmentState() local
67 for( i = 0; i < nCount; i++ ) in SetAlignmentState()
101 sal_uIntPtr nCount = rMarkList.GetMarkCount(), i; in SetCharacterSpacingState() local
104 for( i = 0; i < nCount; i++ ) in SetCharacterSpacingState()
126 sal_uIntPtr nCount = rMarkList.GetMarkCount(), i; in SetKernCharacterPairsState() local
129 for( i = 0; i < nCount; i++ ) in SetKernCharacterPairsState()
145 sal_uIntPtr nCount = rMarkList.GetMarkCount(), i; in SetFontWorkShapeTypeState() local
149 for( i = 0; i < nCount; i++ ) in SetFontWorkShapeTypeState()
253 for(i=0;(i<nCount) && !bFound ; i++) in checkForSelectedFontWork()
477 for( i = 0; i < nCount; i++ ) in execute()
[all …]
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx609 aSels.GetObject(nPos)->Min() += nCount; in Insert()
610 aSels.GetObject(nPos)->Max() += nCount; in Insert()
615 aTotRange.Max() += nCount; in Insert()
617 nSelCount += nCount; in Insert()
662 void MultiSelection::Append( long nCount ) in Append() argument
665 aTotRange.Max() += nCount; in Append()
668 nSelCount += nCount; in Append()
833 sal_uIntPtr nCount = aSels.Count(); in SetTotalRange() local
834 while( nCount ) in SetTotalRange()
836 pRange = aSels.GetObject( nCount - 1 ); in SetTotalRange()
[all …]
/trunk/main/oox/source/drawingml/
H A Dtextrun.cxx89 sal_Int32 nCount = 0; in insertAt() local
95 nCount++; in insertAt()
97 …while( ( ( nCount + nIndex ) < getText().getLength() ) && ( ( getText()[ nCount + nIndex ] & 0xff0… in insertAt()
106 nCount++; in insertAt()
108 …while( ( ( nCount + nIndex ) < getText().getLength() ) && ( ( getText()[ nCount + nIndex ] & 0xff0… in insertAt()
113 rtl::OUString aSubString( getText().copy( nIndex, nCount ) ); in insertAt()
115 nIndex += nCount; in insertAt()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx168 rNotes.reserve(nCount); in AddNotes()
952 sal_Int32 nCount(0); in GetBackShapeCount() local
956 return nCount; in GetBackShapeCount()
967 if(nIndex < nCount) in GetBackShape()
971 nIndex -= nCount; in GetBackShape()
982 sal_Int32 nCount(0); in GetForeShapeCount() local
986 return nCount; in GetForeShapeCount()
1001 nIndex -= nCount; in GetForeShape()
1012 sal_Int32 nCount(0); in GetControlCount() local
1016 return nCount; in GetControlCount()
[all …]
/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx259 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in removeByIdentifier() local
262 for( i = 0; i < nCount; i++ ) in removeByIdentifier()
292 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in replaceByIdentifer() local
294 for( i = 0; i < nCount; i++ ) in replaceByIdentifer()
333 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in getByIdentifier() local
334 for( sal_uInt16 i = 0; i < nCount; i++ ) in getByIdentifier()
370 for( i = 0; i < nCount; i++ ) in getIdentifiers()
472 sal_Int32 nCount = 0; in getCount() local
479 nCount += 4; in getCount()
483 nCount += pList->GetCount(); in getCount()
[all …]
/trunk/main/cui/source/tabpages/
H A Dconnect.cxx500 sal_uInt16 nCount = aCtlPreview.GetLineDeltaAnz(); in IMPL_LINK() local
502 aFtLine3.Enable( nCount > 2 ); in IMPL_LINK()
503 aMtrFldLine3.Enable( nCount > 2 ); in IMPL_LINK()
504 if( nCount > 2 ) in IMPL_LINK()
509 aFtLine2.Enable( nCount > 1 ); in IMPL_LINK()
510 aMtrFldLine2.Enable( nCount > 1 ); in IMPL_LINK()
511 if( nCount > 1 ) in IMPL_LINK()
516 aFtLine1.Enable( nCount > 0 ); in IMPL_LINK()
517 aMtrFldLine1.Enable( nCount > 0 ); in IMPL_LINK()
518 if( nCount > 0 ) in IMPL_LINK()
[all …]
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx874 for ( i = 0; i < nCount; i++ ) in ReadPixMapEtc()
880 nByteCount -= 1 + nCount; in ReadPixMapEtc()
886 for ( i = 0; i < nCount; i++ ) in ReadPixMapEtc()
900 sal_uInt16 nByteCount, nCount, nDestBPL,nD; in ReadPixMapEtc() local
942 nCount=((sal_uInt16)nFlagCounterByte)+1; in ReadPixMapEtc()
957 if ( nCount + nx > nWidth ) in ReadPixMapEtc()
958 nCount = nWidth - nx; in ReadPixMapEtc()
963 for (i=0; i<nCount; i++) in ReadPixMapEtc()
977 sal_uInt16 nByteCount, nCount; in ReadPixMapEtc() local
1040 while( nCount-- ) in ReadPixMapEtc()
[all …]
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx102 sal_uInt16 nCount = (sal_uInt16)mpWinList->Count(); in ImplTile() local
103 if ( nCount < 3 ) in ImplTile()
128 nCols = ImplCeilSqareRoot( nCount ); in ImplTile()
129 nOffset = (nCols*nCols) - nCount; in ImplTile()
191 long nCount = (long)mpWinList->Count(); in ImplHorz() local
201 nHeight /= nCount; in ImplHorz()
204 nOver = nRectHeight - (nCount*nHeight); in ImplHorz()
225 long nCount = (long)mpWinList->Count(); in ImplVert() local
235 nWidth /= nCount; in ImplVert()
238 nOver = nRectWidth - (nCount*nWidth); in ImplVert()
/trunk/main/writerfilter/source/doctok/
H A DDffImpl.cxx291 sal_uInt32 nCount = get_property_count(); in get_extraoffset() local
293 if (pos < nCount) in get_extraoffset()
295 nResult = 0x8 + nCount * WW8FOPTE::getSize(); in get_extraoffset()
354 sal_uInt32 nCount = getCount() - 8; in get_blip() local
356 if (aTmp.getU32(0x4) - 8 < nCount) in get_blip()
357 nCount = aTmp.getU32(0x4) - 8; in get_blip()
359 if (nCount) in get_blip()
404 sal_uInt32 nCount = aStructBase.getU32(0x4) - 0x11;
408 aFBSE.get_foDelay() + 0x19, nCount));
484 sal_uInt32 nCount = getCount(); in resolveNoAuto() local
[all …]
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx259 if (nCount > 0) in getAccessibleChild()
261 if (nIndex < nCount) in getAccessibleChild()
264 nIndex -= nCount; in getAccessibleChild()
479 sal_Int32 nCount (aServiceNames.getLength()); in getSupportedServiceNames() local
482 aServiceNames.realloc (nCount + 1); in getSupportedServiceNames()
485 aServiceNames[nCount] = sAdditionalServiceName; in getSupportedServiceNames()
558 for ( sal_Int32 i = 0; i < nCount; i++ ) in getGroupPosition()
760 … for( sal_Int32 i = 0, nCount = xShapes->getCount(); ( i < nCount ) && !bRet; ++i ) in implIsSelected() local
800 for(sal_Int32 i = 0, nCount = getAccessibleChildCount(); i < nCount; ++i ) in implSelect() local
1031 if ( nCount ) in GetSelAccContextInTable()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx353 if(0L == nCount) in adaptiveSubdivideByCount()
355 nCount = COUNT_SUBDIVIDE_DEFAULT; in adaptiveSubdivideByCount()
1494 if(nCount > 1) in applyLineDashing()
1516 if(nCount > 1) in applyLineDashing()
1529 pGapTarget->remove(nCount - 1); in applyLineDashing()
2338 if(nCount > 2L) in addTriangleFan()
3199 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nCount : nCount - 1); in createSimplifiedPolygon()
3668 if(nIndex >= nCount) in getTangentEnteringPoint()
3676 … sal_uInt32 nPrev(bClosed ? (nIndex + nCount - 1) % nCount : nIndex ? nIndex - 1 : nIndex); in getTangentEnteringPoint()
3701 nPrev = bClosed ? (nPrev + nCount - 1) % nCount : nPrev ? nPrev - 1 : nIndex; in getTangentEnteringPoint()
[all …]
/trunk/main/sw/source/filter/ww8/
H A DWW8Sttbf.cxx64 sal_uInt32 nCount) in getUString() argument
68 if (nCount > 0) in getUString()
73 nCount); in getUString()
81 nOffset, nCount); in getUString()
92 sal_uInt32 nCount) in getString() argument
96 if (nCount > 0) in getString()
99 nCount); in getString()
107 nOffset, nCount); in getString()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx959 if ( bOn && nCount > 0 ) in DrawTextOpaque()
963 for( MSHORT i = 0; i < nCount; ++i ) in DrawTextOpaque()
1064 if ( bOn && nCount > 0 ) in DrawFlyRect()
1439 if( nCount && bWrapAllowed ) in InitAnchoredObjList()
1628 if( nCount ) in CalcMinBottom()
1849 MSHORT nCount; in ContourRect() local
1867 if( bSet && nIdx < nCount ) in ContourRect()
1899 MSHORT nCount = rPol.GetSize(); in ShowContour() local
1900 if( nCount > 1 && rPol[ 0 ] == rPol[ nCount - 1 ] ) in ShowContour()
1913 MSHORT nCount = rPol.GetSize(); in ShowContour() local
[all …]
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx220 if( (nPoints + nCount) > nSize ) in InsertSpace()
221 Resize( nPoints + nCount ); in InsertSpace()
233 memset( &pFlagAry [nPos], 0, nCount ); in InsertSpace()
235 nPoints = nPoints + nCount; in InsertSpace()
253 if( (nPos + nCount) <= nPoints ) in Remove()
263 memset( &pPointAry[nPoints - nCount], 0, nCount * sizeof( Point ) ); in Remove()
264 memset( &pFlagAry [nPoints - nCount], 0, nCount ); in Remove()
265 nPoints = nPoints - nCount; in Remove()
647 pImpXPolygon->Remove( nPos, nCount ); in Remove()
668 sal_uInt16 nCount = pImpXPolygon->nPoints; in Move() local
[all …]
/trunk/main/svx/source/table/
H A Dpropertyset.cxx70 sal_uInt32 nCount = rProps.size(); in addProperties() local
71 maProperties.resize( nIndex + nCount ); in addProperties()
73 while( nCount-- ) in addProperties()
195 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues() local
196 if( nCount != aValues.getLength() ) in setPropertyValues()
199 while( nCount-- ) in setPropertyValues()
217 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues() local
218 Sequence< Any > aValues( nCount ); in getPropertyValues()
222 while( nCount-- ) in getPropertyValues()

Completed in 230 milliseconds

12345678910>>...79