Home
last modified time | relevance | path

Searched refs:nCount (Results 176 – 200 of 1960) sorted by relevance

12345678910>>...79

/aoo41x/main/svx/source/dialog/
H A Dlangbox.cxx86 sal_Int32 nCount = rSeq.getLength(); in lcl_LocaleSeqToLangSeq() local
88 Sequence< sal_Int16 > aLangs( nCount ); in lcl_LocaleSeqToLangSeq()
90 for (sal_Int32 i = 0; i < nCount; ++i) in lcl_LocaleSeqToLangSeq()
123 sal_uInt16 nCount = rLb.GetEntryCount(); in TypeToPos_Impl() local
125 for ( sal_uInt16 i=0; nPos == LISTBOX_ENTRY_NOTFOUND && i<nCount; i++ ) in TypeToPos_Impl()
166 sal_uInt32 nCount = aLangTable.GetEntryCount(); in Init() local
167 for ( sal_uInt32 i = 0; i < nCount; i++ ) in Init()
274 sal_uInt32 nCount; in SetLanguageList() local
279 nCount = xKnown.getLength(); in SetLanguageList()
283 nCount = aLangTable.GetEntryCount(); in SetLanguageList()
[all …]
/aoo41x/main/sc/source/core/data/
H A Ddpoutputgeometry.cxx53 void ScDPOutputGeometry::setRowFieldCount(sal_uInt32 nCount) in setRowFieldCount() argument
55 mnRowFields = nCount; in setRowFieldCount()
58 void ScDPOutputGeometry::setColumnFieldCount(sal_uInt32 nCount) in setColumnFieldCount() argument
60 mnColumnFields = nCount; in setColumnFieldCount()
63 void ScDPOutputGeometry::setPageFieldCount(sal_uInt32 nCount) in setPageFieldCount() argument
65 mnPageFields = nCount; in setPageFieldCount()
68 void ScDPOutputGeometry::setDataFieldCount(sal_uInt32 nCount) in setDataFieldCount() argument
70 mnDataFields = nCount; in setDataFieldCount()
H A Ddpobject.cxx676 aMembers.reserve(nCount); in GetMembers()
1709 sal_uInt16 nCount = 0; in lcl_CountBits() local
1714 ++nCount; in lcl_CountBits()
1717 return nCount; in lcl_CountBits()
2281 long nCount = 0; in GetRegisteredSources() local
2310 ++nCount; in GetRegisteredSources()
2420 while ( nPos < nCount ) in DeleteOnTab()
2439 if ( nCount != r.nCount ) in RefsEqual()
2451 if ( nCount == r.nCount ) in WriteRefsTo()
2463 DBG_ASSERT( nCount >= r.nCount, "WriteRefsTo: missing entries in document" ); in WriteRefsTo()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Ddetdata.cxx47 sal_uInt16 nCount = rList.Count(); in ScDetOpList() local
49 for (sal_uInt16 i=0; i<nCount; i++) in ScDetOpList()
70 sal_uInt16 nCount = Count(); in UpdateReference() local
71 for (sal_uInt16 i=0; i<nCount; i++) in UpdateReference()
104 sal_uInt16 nCount = Count(); in operator ==() local
105 sal_Bool bEqual = ( nCount == r.Count() ); in operator ==()
106 for (sal_uInt16 i=0; i<nCount && bEqual; i++) // Reihenfolge muss auch gleich sein in operator ==()
H A Dchartlis.cxx501 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in StartAllListeners()
532 for ( sal_uInt16 nIndex = nCount; nIndex-- >0; ) in FreeUnused()
551 for ( sal_uInt16 nIndex = nCount; nIndex-- >0; ) in FreeUno()
583 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in UpdateDirtyCharts()
596 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in SetDirty()
609 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in SetDiffDirty()
643 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in SetRangeDirty()
668 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in UpdateScheduledSeriesRanges()
679 for ( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in UpdateChartsContainingTab()
691 if ( pDoc != r.pDoc || nCount != r.nCount ) in operator ==()
[all …]
/aoo41x/main/sw/source/ui/config/
H A Dusrpref.cxx116 const int nCount = bWeb ? 12 : 19; in GetPropertyNames() local
117 Sequence<OUString> aNames(nCount); in GetPropertyNames()
119 for(int i = 0; i < nCount; i++) in GetPropertyNames()
267 const int nCount = bWeb ? 15 : 21; in GetPropertyNames() local
270 for(int i = 0; i < nCount; i++) in GetPropertyNames()
416 const int nCount = 7; in GetPropertyNames() local
417 Sequence<OUString> aNames(nCount); in GetPropertyNames()
419 for(int i = 0; i < nCount; i++) in GetPropertyNames()
518 const int nCount = 3; in GetPropertyNames() local
519 Sequence<OUString> aNames(nCount); in GetPropertyNames()
[all …]
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx465 rPage.nCount = sal_uInt16(nValue); in operator >>()
468 for (sal_uInt16 i = 0; i < rPage.nCount; i++) in operator >>()
490 nValue = rPage.nCount; in operator <<()
494 for (; i < rPage.nCount; i++) in operator <<()
523 for (sal_uInt16 i = 0; i < nCount; i++) in PrintPage()
548 for (sal_uInt16 i = 0; i < nCount; i++) in PrintPage()
616 DBG_ASSERT(nCount > nPos, "falscher Indexzugriff"); in operator []()
623 DBG_ASSERT(nCount > nPos, "falscher Indexzugriff"); in operator []()
630 DBG_ASSERT(nCount > nPos, "falscher Indexzugriff"); in Remove()
632 for (sal_uInt16 i = nPos; i < (nCount-1); i++) in Remove()
[all …]
/aoo41x/main/svx/source/gallery2/
H A Dgalexpl.cxx51 for( sal_uIntPtr i = 0, nCount = pGal->GetThemeCount(); i < nCount; i++ ) in FillThemeList() local
76 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in FillObjList() local
106 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in FillObjListTitle() local
267 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in GetSdrObjCount() local
301 …for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(), nActPos = 0; ( i < nCount ) && !bRet; i… in GetSdrObj() local
/aoo41x/main/svx/source/svdraw/
H A Dimpgrfll.cxx213 long nCount = nDiffX / rBmpOutputSize.Width() + 1; in ImpCalcBmpFillSizes() local
215 if ( rBmpOffPerCent.Height() && ( nCount & 1L ) ) in ImpCalcBmpFillSizes()
216 nCount++; in ImpCalcBmpFillSizes()
218 aStartPoint.X() -= ( nCount * rBmpOutputSize.Width() ); in ImpCalcBmpFillSizes()
223 long nCount = nDiffY / rBmpOutputSize.Height() + 1; in ImpCalcBmpFillSizes() local
225 if ( rBmpOffPerCent.Width() && ( nCount & 1L ) ) in ImpCalcBmpFillSizes()
226 nCount++; in ImpCalcBmpFillSizes()
228 aStartPoint.Y() -= ( nCount * rBmpOutputSize.Height() ); in ImpCalcBmpFillSizes()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx589 sal_uInt16 nCount=0; in MakeExpanded_Impl() local
807 for(i = 0; i < nCount; ++i) in MakeTree_Impl()
1023 for(i = 0; i < nCount; ++i) in ReadResource()
1072 if(nCount > 4) in ReadResource()
1075 for( ; nCount--; ) in ReadResource()
1339 if ( nCount ) in FillTreeBox()
1490 while( nPos < nCount ) in UpdateStyles_Impl()
1834 sal_uInt16 nCount = 0; in Execute_Impl() local
1836 pItems[ nCount++ ] = &aItem; in Execute_Impl()
1839 pItems[ nCount++ ] = &aMask; in Execute_Impl()
[all …]
/aoo41x/main/xmloff/source/text/
H A DXMLIndexTOCStylesContext.cxx78 sal_Int16 nCount = xAttrList->getLength(); in StartElement() local
79 for(sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in StartElement()
107 const sal_Int32 nCount = aStyleNames.size(); in EndElement() local
108 Sequence<OUString> aStyleNamesSequence(nCount); in EndElement()
109 for(sal_Int32 i = 0; i < nCount; i++) in EndElement()
137 sal_Int16 nCount = xAttrList->getLength(); in CreateChildContext() local
138 for(sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in CreateChildContext()
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx62 B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount);
83 void insert(sal_uInt32 nIndex, const basegfx::B2DPoint& rPoint, sal_uInt32 nCount = 1);
84 void append(const basegfx::B2DPoint& rPoint, sal_uInt32 nCount);
86 void reserve(sal_uInt32 nCount);
219 …void insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount
236 void append(const B2DPolygon& rPoly, sal_uInt32 nIndex = 0, sal_uInt32 nCount = 0);
239 void remove(sal_uInt32 nIndex, sal_uInt32 nCount = 1);
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx136 for (sal_Int32 i = 0, nCount = rParamContainer->getCount(); i<nCount; ++i, ++pValues) in DBG_NAME() local
300 for (sal_Int32 i = 0, nCount = m_xParams->getCount(); i<nCount; ++i, ++pValues) in IMPL_LINK() local
323 sal_uInt16 nCount = m_aAllParams.GetEntryCount(); in IMPL_LINK() local
324 …DBG_ASSERT(nCount == m_aVisitedParams.size(), "OParameterDialog::OnButtonClicked : inconsistent li… in IMPL_LINK()
327 sal_uInt16 nNext = (nCurrent + 1) % nCount; in IMPL_LINK()
329 nNext = (nNext + 1) % nCount; in IMPL_LINK()
333 nNext = (nCurrent + 1) % nCount; in IMPL_LINK()
/aoo41x/main/sc/source/ui/unoobj/
H A Dchartuno.cxx341 sal_Int32 nCount = 0; in getCount() local
357 ++nCount; in getCount()
363 return nCount; in getCount()
411 long nCount = getCount(); in getElementNames() local
412 uno::Sequence<rtl::OUString> aSeq(nCount); in getElementNames()
434 DBG_ASSERT(nPos<nCount, "huch, verzaehlt?"); in getElementNames()
441 DBG_ASSERT(nPos==nCount, "nanu, verzaehlt?"); in getElementNames()
587 for ( sal_Int32 i = 0; i < nCount; ++i ) in setFastPropertyValue_NoBroadcast()
729 sal_uLong nCount = xRanges->Count(); in getRanges() local
732 uno::Sequence<table::CellRangeAddress> aSeq(nCount); in getRanges()
[all …]
H A Dviewuno.cxx672 sal_uLong nCount = rRanges.Count(); in lcl_TabInRanges() local
673 for (sal_uLong i=0; i<nCount; i++) in lcl_TabInRanges()
845 if (nCount) in select()
1414 for ( sal_uInt16 n=0; n<nCount; n++ ) in EndMouseListening()
1436 for ( sal_uInt16 n=0; n<nCount; n++ ) in EndActivationListening()
1471 for ( sal_uInt16 n=nCount; n--; ) in removeEnhancedMouseClickHandler()
1505 for ( sal_uInt16 n=nCount; n--; ) in removeActivationEventListener()
1818 for ( sal_uInt16 n=nCount; n--; ) in removeSelectionChangeListener()
2081 for ( sal_uInt16 n=nCount; n--; ) in removePropertyChangeListener()
2185 for ( sal_uInt16 n=nCount; n--; ) in removeRangeSelectionListener()
[all …]
H A Ddapiuno.cxx265 for (sal_uInt16 i=0; i<nCount; i++) in lcl_GetDPObject()
557 for (i=0; i<nCount; i++) in getElementNames()
567 for (i=0; i<nCount; i++) in getElementNames()
2191 if ( nCount > 0 ) in getSubtotals()
2211 if( nCount == 1 ) in setSubtotals()
2222 else if( nCount > 1 ) in setSubtotals()
2557 while (nItem < nCount && !bRet) in HasString()
2866 for( sal_Int32 nIdx = 0, nCount = xItemsIA->getCount(); nIdx < nCount; ++nIdx ) in lclExtractGroupMembers() local
3408 if (mnIndex < nCount) in getName()
3445 if( mnIndex < nCount ) in setPropertyValue()
[all …]
/aoo41x/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx474 if(nCount > 2) in TrapezoidSubdivider()
476 nAllPointCount += nCount; in TrapezoidSubdivider()
492 if(nCount > 2) in TrapezoidSubdivider()
494 for(b = 0; b < nCount; b++) in TrapezoidSubdivider()
512 if(nCount > 2) in TrapezoidSubdivider()
517 for(b = 0; b < nCount; b++) in TrapezoidSubdivider()
563 const sal_uInt32 nCount(maNewPoints.size()); in ~TrapezoidSubdivider() local
565 for(sal_uInt32 a(0); a < nCount; a++) in ~TrapezoidSubdivider()
1201 const sal_uInt32 nCount(aSource.count()); in createLineTrapezoidFromB2DPolyPolygon() local
1203 if(!nCount) in createLineTrapezoidFromB2DPolyPolygon()
[all …]
/aoo41x/main/svx/source/toolbars/
H A Dextrusionbar.cxx579 for(i=0; i<nCount; i++) in execute()
655 sal_uIntPtr nCount = rMarkList.GetMarkCount(), i; in getExtrusionDirectionState() local
668 for(i=0;i<nCount; i++) in getExtrusionDirectionState()
806 sal_uIntPtr nCount = rMarkList.GetMarkCount(), i; in getExtrusionProjectionState() local
816 for(i=0;i<nCount; i++) in getExtrusionProjectionState()
875 for(i=0;i<nCount; i++) in getExtrusionSurfaceState()
961 for(i=0;i<nCount; i++) in getExtrusionDepthState()
1047 for(i=0;i<nCount; i++) in getExtrusionLightingDirectionState()
1122 for(i=0;i<nCount; i++) in getExtrusionLightingIntensityState()
1192 for(i=0;i<nCount; i++) in getExtrusionColorState()
[all …]
/aoo41x/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx67 …teration_Numeric::transliterateBullet( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, in transliterateBullet() argument
70 sal_Int32 number = -1, j = 0, endPos = startPos + nCount; in transliterateBullet()
75 rtl_uString* pStr = x_rtl_uString_new_WithLength( nCount ); // our x_rtl_ustring.h in transliterateBullet()
79 offset.realloc(nCount); in transliterateBullet()
121 transliteration_Numeric::transliterate( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, in transliterate() argument
125 return transliterateBullet( inStr, startPos, nCount, offset); in transliterate()
127 …iveNumberSupplier(useOffset).getNativeNumberString( inStr.copy(startPos, nCount), aLocale, nNative… in transliterate()
/aoo41x/main/filter/source/pdf/
H A Dpdfdialog.cxx178 sal_Int32 i, nCount; in getPropertyValues() local
180 for( i = 0, nCount = maMediaDescriptor.getLength(); i < nCount; i++ ) in getPropertyValues()
186 if( i == nCount ) in getPropertyValues()
187 maMediaDescriptor.realloc( ++nCount ); in getPropertyValues()
202 for( sal_Int32 i = 0, nCount = maMediaDescriptor.getLength(); i < nCount; i++ ) in setPropertyValues() local
/aoo41x/main/sw/source/core/table/
H A Dswnewtable.cxx431 else if( nCurrBox+1 < nCount ) in CollectBoxSelection()
459 if( nCurrBox+1 < nCount ) in CollectBoxSelection()
613 long nCount = 0; in lcl_InsertPosition() local
626 ++nCount; in lcl_InsertPosition()
631 if( nCount ) in lcl_InsertPosition()
632 nAddWidth /= nCount; in lcl_InsertPosition()
1098 sal_uInt16 nCount = aBoxes.Count(); in lcl_UnMerge() local
1099 if( nCount < 2 ) in lcl_UnMerge()
1101 if( nCnt > nCount ) in lcl_UnMerge()
1102 nCnt = nCount; in lcl_UnMerge()
[all …]
/aoo41x/main/xmloff/source/style/
H A Dimpastp4.cxx144 sal_uInt32 nCount = maFamilyList.Count(); in GetRegisteredNames() local
145 for( sal_uInt32 i = 0; i < nCount; i++ ) in GetRegisteredNames()
373 sal_uInt32 nCount = 0; in exportXML() local
382 nCount = pFamily->mnCount; in exportXML()
387 if( pFamily && nCount > 0 ) in exportXML()
397 new SvXMLAutoStylePoolPExport_Impl[nCount]; in exportXML()
400 for( i=0; i < nCount; i++ ) in exportXML()
417 DBG_ASSERT( nPos < nCount, in exportXML()
419 if( nPos < nCount ) in exportXML()
435 for( i=0; i<nCount; i++ ) in exportXML()
/aoo41x/main/oox/source/xls/
H A Dformulaparser.cxx688 if( nCount > 0 ) in appendSpaces()
1483 sal_uInt8 nType, nCount; in importSpaceToken() local
1484 rStrm >> nType >> nCount; in importSpaceToken()
1491 appendLeadingSpaces( nCount, true ); in importSpaceToken()
2264 sal_uInt8 nType, nCount; in importSpaceToken4() local
2265 rStrm >> nType >> nCount; in importSpaceToken4()
2623 sal_Int32 nCount = rStrm.readuInt16(); in skipMemAreaAddData() local
2638 sal_uInt32 nCount; in readNlrSRangeAddData() local
2639 rStrm >> nCount; in readNlrSRangeAddData()
2641 nCount &= BIFF_TOK_NLR_ADDMASK; in readNlrSRangeAddData()
[all …]
/aoo41x/main/linguistic/source/
H A Ddlistimp.cxx234 sal_Int32 nCount = aDicListEvtListeners.getLength(); in AddDicListEvtListener() local
368 size_t nCount = rDicList.size(); in SearchForDictionaries() local
369 for(j = 0; j < nCount; j++) in SearchForDictionaries()
376 if(j >= nCount) // dictionary not yet in DicList in SearchForDictionaries()
389 nCount++; in SearchForDictionaries()
451 size_t nCount = rDicList.size(); in getDictionaryByName() local
452 for (size_t i = 0; i < nCount; i++) in getDictionaryByName()
618 size_t nCount = rDicList.size(); in dispose() local
619 for (size_t i = 0; i < nCount; i++) in dispose()
732 size_t nCount = rDicList.size();; in SaveDics() local
[all …]
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx76 const sal_uInt32 nCount(rEntries.size()); in createSingleGradientEntryFill() local
79 if(nCount) in createSingleGradientEntryFill()
123 const sal_uInt32 nCount(rEntries.size()); in checkPreconditions() local
125 if(1 == nCount) in checkPreconditions()
138 for(sal_uInt32 a(0); a < nCount; a++) in checkPreconditions()
199 const sal_uInt32 nCount(rEntries.size()); in createRun() local
201 if(nCount) in createRun()
216 while(fPos < 1.0 && nIndex + 1 < nCount) in createRun()
225 const SvgGradientEntry& rEnd = rEntries[nCount - 1]; in createRun()
713 maMirroredGradientEntries.reserve(nCount); in createMirroredGradientEntries()
[all …]

Completed in 1403 milliseconds

12345678910>>...79