Home
last modified time | relevance | path

Searched refs:nCount (Results 351 – 375 of 1975) sorted by relevance

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

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx344 if(nCount) in RenderPolygonHairlinePrimitive2D()
349 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonHairlinePrimitive2D()
963 const sal_uInt32 nCount(rPositions.size()); in RenderMarkerArrayPrimitive2D() local
965 if(nCount && !rMarkArrayCandidate.getMarker().IsEmpty()) in RenderMarkerArrayPrimitive2D()
1049 const sal_uInt32 nCount(aHairlinePolyPolygon.count()); in RenderPolygonStrokePrimitive2D() local
1051 if(nCount) in RenderPolygonStrokePrimitive2D()
1062 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D()
1077 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D()
1111 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D()
1150 for(sal_uInt32 a(0); a < nCount; a++) in RenderPolygonStrokePrimitive2D()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx500 sal_Int32 nCount = GetSelectRowCount(); in GetAllSelectedRows() local
501 if( nCount ) in GetAllSelectedRows()
503 _rRows.realloc( nCount ); in GetAllSelectedRows()
505 for( sal_Int32 nIndex = 1; nIndex < nCount; ++nIndex ) in GetAllSelectedRows()
515 sal_Int32 nCount = GetSelectedColumnCount(); in GetAllSelectedColumns() local
516 if( pColumnSel && nCount ) in GetAllSelectedColumns()
518 _rColumns.realloc( nCount ); in GetAllSelectedColumns()
528 DBG_ASSERT( nIndex < nCount, in GetAllSelectedColumns()
/trunk/main/autodoc/source/parser/adoc/
H A Dcx_a_sub.cxx45 uintt nCount = 0; in ReadCharChain() local
49 nCount++; in ReadCharChain()
51 nCount += 4; in ReadCharChain()
55 if (nCount < 50) in ReadCharChain()
56 pNewToken = new Tok_LineStart(UINT8(nCount)); in ReadCharChain()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx932 nCount( nNewCount ), in ScUndoImportTab()
986 for (i=0; i<nCount; i++) in Undo()
1018 for (i=0; i<nCount; i++) in Undo()
1094 nCount( 0 ) in ScUndoRemoveLink()
1108 if (!nCount) in ScUndoRemoveLink()
1120 pTabs[nCount] = i; in ScUndoRemoveLink()
1121 pModes[nCount] = nMode; in ScUndoRemoveLink()
1122 pTabNames[nCount] = pDoc->GetLinkTab(i); in ScUndoRemoveLink()
1123 ++nCount; in ScUndoRemoveLink()
1144 for (sal_uInt16 i=0; i<nCount; i++) in DoChange()
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx347 for ( sal_uInt16 i=0; i<nCount; i++ ) in lcl_GetDBAreaRange()
859 SCTAB nCount = pDoc->GetTableCount(); in GetTableNames() local
860 for ( SCTAB i=0; i<nCount; i++ ) in GetTableNames()
878 if ( nCount > 0 ) in GetAreaNames()
883 for ( i=0; i<nCount; i++ ) in GetAreaNames()
893 for ( i=0, j=0; i<nCount; i++ ) in GetAreaNames()
924 if ( nCount > 0 ) in GetDbNames()
1061 sal_uInt16 nCount = rLinks.Count(); in GetLinkNames() local
1062 for (sal_uInt16 i=0; i<nCount; i++) in GetLinkNames()
1082 sal_uInt16 nCount = rLinks.Count(); in GetLink() local
[all …]
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1048 sal_uLong nCount = rFunctionList.GetCount(); in lcl_UpdateFunctionList() local
1049 for (sal_uLong nPos=0; nPos<nCount; nPos++) in lcl_UpdateFunctionList()
1438 long nCount = pFuncData->GetArgumentCount(); in GetArgType() local
1442 if ( nCount > 0 && nPos >= nCount-1 && pArgs[nCount-1].eType == SC_ADDINARG_VARARGS ) in GetArgType()
1445 if ( nPos < nCount ) in GetArgType()
1474 long nCount = pFuncData->GetArgumentCount(); in SetParam() local
1476 if ( nCount > 0 && nPos >= nCount-1 && pArgs[nCount-1].eType == SC_ADDINARG_VARARGS ) in SetParam()
1478 long nVarPos = nPos-(nCount-1); in SetParam()
1500 long nCount = pFuncData->GetArgumentCount(); in ExecuteCall() local
1502 if ( nCount > 0 && pArgs[nCount-1].eType == SC_ADDINARG_VARARGS ) in ExecuteCall()
[all …]
/trunk/main/i18npool/source/transliteration/
H A DignoreIterationMark_ja_JP.cxx93 ignoreIterationMark_ja_JP::folding( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, Se… in folding() argument
100 rtl_uString * newStr = x_rtl_uString_new_WithLength( nCount ); // defined in x_rtl_ustring.h in folding()
108 offset.realloc( nCount ); in folding()
118 while (-- nCount > 0) { in folding()
138 if (nCount == 0) { in folding()
/trunk/main/cui/source/options/
H A Doptcolor.cxx858 sal_Int32 nCount = aChapterWins.size(); in ColorConfigWindow_Impl() local
859 for(sal_Int32 i = 0; i < nCount; ++i) in ColorConfigWindow_Impl()
891 nCount = aFixedTexts.size(); in ColorConfigWindow_Impl()
893 for( sal_Int32 i = 0; i < nCount; i++ ) in ColorConfigWindow_Impl()
960 for( sal_Int32 i = 1; i < nCount; i++ ) in ColorConfigWindow_Impl()
980 sal_Int32 nCount = aFixedTexts.size(); in ~ColorConfigWindow_Impl() local
1180 for( sal_Int16 i = 0; i < nCount; i++ ) in ColorConfigCtrl_Impl()
1295 for( i = 0; i < nCount; i++ ) in IMPL_LINK()
1335 if(nLastVisible < nCount - 1) in IMPL_LINK()
1340 nLastVisible < nCount - 1 ) in IMPL_LINK()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx435 nCount = sal::static_int_cast< sal_uInt32 >( in CreateParaObject()
443 if( !nCount ) in CreateParaObject()
448 ParagraphDataVector aParagraphDataVector(nCount); in CreateParaObject()
487 sal_uInt16 nCount = aText.GetTokenCount( '\x0A' ); in SetText() local
490 while( nCount > nPos ) in SetText()
898 pUndo->nCount = pParaList->GetAbsPos( pPara ); in Expand()
931 pUndo->nCount = pParaList->GetAbsPos( pPara ); in Collapse()
1309 while( nCount && pPara ) in ImpTextPasted()
1340 nCount--; in ImpTextPasted()
1809 for ( sal_uInt32 n = 0; n < nCount; n++ ) in GetText()
[all …]
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1218 sal_uInt16 nCount = Count(); in operator ==() local
1219 if( nCount != rArg.Count() ) in operator ==()
1221 while( nCount -- ) in operator ==()
1222 if( *GetObject( nCount ) != *rArg.GetObject( nCount ) ) in operator ==()
1239 sal_uInt16 nCount = rArg.Count(); in SfxExecuteItem() local
2111 pImp->nFilterCount = nCount; in SetSlotFilter()
2979 sal_uInt16 nCount = rStack.Count(); in RemoveShell_Impl() local
2980 for ( sal_uInt16 n=0; n<nCount; ++n ) in RemoveShell_Impl()
3016 sal_uInt16 nCount = rList.Count(); in IsAllowed() local
3019 nHigh = nCount - 1; in IsAllowed()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx982 sal_uInt16 nCount = aIter.Count(); in getElementNames() local
992 if (nPos<nCount) in getElementNames()
1522 if ( aValues.getLength() != nCount ) in setPropertyValues()
1525 if ( nCount ) in setPropertyValues()
1531 for (sal_Int32 i = 0; i < nCount; i++) in setPropertyValues()
1554 if ( nCount ) in getPropertyValues()
1557 for (sal_Int32 i=0; i<nCount; i++) in getPropertyValues()
1639 if ( nCount ) in setPropertiesToDefault()
1644 for (sal_Int32 i = 0; i < nCount; i++) in setPropertiesToDefault()
1663 if ( nCount ) in getPropertyDefaults()
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx813 sal_Int32 nCount = aPropertyNames.getLength(); in _setPropertyValues() local
830 for( ; nCount; nCount--, pPropertyNames++, pValues++ ) in _setPropertyValues()
928 sal_Int32 nCount = aPropertyNames.getLength(); in _getPropertyValues() local
931 uno::Sequence< uno::Any > aValues( nCount ); in _getPropertyValues()
947 for( ; nCount; nCount--, pPropertyNames++, pValues++ ) in _getPropertyValues()
1359 for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount-- ) in setPropertiesToDefault()
1368 uno::Sequence< uno::Any > ret( nCount ); in getPropertyDefaults()
1371 …for( const OUString* pName = aPropertyNames.getConstArray(); nCount; pName++, nCount--, pDefaults+… in getPropertyDefaults()
1414 while ( nCount > nNewPos && bOk ) in GoLeft()
1424 nCount -= nNewPos + 1; in GoLeft()
[all …]
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx208 sal_uInt32 nCount = getCount(); in dump() local
209 while (n < nCount) in dump()
211 sal_uInt32 nBytes = nCount - n; in dump()
294 sal_uInt32 nCount = rSeq.getCount(); in dumpLine() local
305 if (i < nCount) in dumpLine()
320 if (i < nCount) in dumpLine()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextprimitive2d.cxx165 const sal_uInt32 nCount(rTarget.size()); in getTextOutlinesAndTransformation() local
167 if(nCount) in getTextOutlinesAndTransformation()
190 const sal_uInt32 nCount(aB2DPolyPolyVector.size()); in create2DDecomposition() local
192 if(nCount) in create2DDecomposition()
195 aRetval.realloc(nCount); in create2DDecomposition()
198 for(sal_uInt32 a(0L); a < nCount; a++) in create2DDecomposition()
/trunk/main/linguistic/source/
H A Dmisc2.cxx194 sal_Int32 nCount = 0; // number of actually added entries in GetMultiPaths_Impl() local
196 pRes[ nCount++ ] = aWritablePath; in GetMultiPaths_Impl()
206 pRes[ nCount++ ] = pPathSeq[k]; in GetMultiPaths_Impl()
209 aRes.realloc( nCount ); in GetMultiPaths_Impl()
277 xub_StrLen i, nCount = rFile.GetTokenCount( '/' ); in SearchFileInPaths() local
278 for ( i = 0; i < nCount; ++i ) in SearchFileInPaths()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx273 long nCount = aDBNames.getLength(); in InitTreeList() local
277 for(long i = 0; i < nCount; i++) in InitTreeList()
403 long nCount = aColNames.getLength(); in RequestingChilds() local
404 for (long i = 0; i < nCount; i++) in RequestingChilds()
434 long nCount = aTblNames.getLength(); in RequestingChilds() local
438 for (long i = 0; i < nCount; i++) in RequestingChilds()
455 long nCount = aQueryNames.getLength(); in RequestingChilds() local
459 for (long i = 0; i < nCount; i++) in RequestingChilds()
/trunk/main/sc/inc/
H A Dcompressedarray.hxx106 const D& Insert( A nStart, size_t nCount );
108 void Remove( A nStart, size_t nCount );
127 size_t nCount; member in ScCompressedArray
142 nCount = nLimit = 1; in Reset()
187 if (nIndex < nCount) in GetNextValue()
189 size_t nEntry = (nIndex < nCount ? nIndex : nCount-1); in GetNextValue()
208 return nCount; in GetEntryCount()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx325 sal_Int32 i, nCount; in Export() local
326 for ( i = 0, nCount = aArgs.getLength(); i < nCount; i++ ) in Export()
347 aArgs.realloc( ++nCount ); in Export()
479 sal_uInt16 nCount = rGF.GetExportFormatCount(); in SaveGraphic() local
483 for ( sal_uInt16 i = 0; i < nCount; i++ ) in SaveGraphic()
495 nCount = rGF.GetImportFormatCount(); in SaveGraphic()
496 for( sal_uInt16 i = 0; i < nCount; i++ ) in SaveGraphic()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx530 nCount++; in lcl_GetCountOrName()
558 nCount++; in lcl_GetCountOrName()
581 nCount++; in lcl_GetCountOrName()
605 nCount++; in lcl_GetCountOrName()
628 nCount++; in lcl_GetCountOrName()
638 return nCount; in lcl_GetCountOrName()
1294 long nCount = 1; in getSupportedServiceNames() local
1297 nCount = 5; in getSupportedServiceNames()
1302 nCount = 5; in getSupportedServiceNames()
1304 nCount = 3; in getSupportedServiceNames()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.hxx49 WW8PropertyImpl(WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount);
51 sal_uInt32 nCount);
54 sal_uInt32 nCount);
78 sal_uInt32 nCount, bool bPap = false);
81 sal_uInt32 nCount, bool bPap = false);
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx444 sal_Int32 nCount = PropertyNames.getLength(); in addPropertiesChangeListener() local
445 if ( !nCount ) in addPropertiesChangeListener()
455 for ( sal_Int32 n = 0; n < nCount; ++n ) in addPropertiesChangeListener()
477 sal_Int32 nCount = PropertyNames.getLength(); in removePropertiesChangeListener() local
478 if ( !nCount ) in removePropertiesChangeListener()
488 for ( sal_Int32 n = 0; n < nCount; ++n ) in removePropertiesChangeListener()
858 sal_Int32 nCount = evt.getLength(); in notifyPropertiesChange() local
859 if ( nCount ) in notifyPropertiesChange()
882 for ( sal_Int32 n = 0; n < nCount; ++n ) in notifyPropertiesChange()
904 p = new PropertyEventSequence( nCount ); in notifyPropertiesChange()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx142 const sal_uInt16 nCount(rImageMap.GetIMapObjectCount()); in ReplaceImageMap() local
144 for ( sal_uInt16 i(nCount); i > 0; i-- ) in ReplaceImageMap()
195 const long nCount = pPage->GetObjCount(); in GetImageMap() local
199 for ( long i = nCount - 1; i > -1; i-- ) in GetImageMap()
526 sal_uIntPtr nCount; in GetHitSdrObj() local
528 if ( pPage && ( ( nCount = pPage->GetObjCount() ) > 0 ) ) in GetHitSdrObj()
530 for ( long i = nCount - 1; i >= 0; i-- ) in GetHitSdrObj()
578 sal_uIntPtr nCount; in GetSdrObj() local
580 if ( pPage && ( ( nCount = pPage->GetObjCount() ) > 0 ) ) in GetSdrObj()
582 for ( sal_uIntPtr i = 0; i < nCount; i++ ) in GetSdrObj()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx260 const int nCount = 8; in GetPropertyNames() local
261 aNames.realloc(nCount); in GetPropertyNames()
274 for(int i = 0; i < nCount; i++) in GetPropertyNames()
621 aNames.realloc(nCount); in GetPropertyNames()
626 for(i = 0; i < nCount; i++) in GetPropertyNames()
1171 const int nCount = 8; in GetPropertyNames() local
1172 static Sequence<OUString> aNames(nCount); in GetPropertyNames()
1185 for(int i = 0; i < nCount; i++) in GetPropertyNames()
1294 const int nCount = 12; in GetPropertyNames() local
1295 aNames.realloc(nCount); in GetPropertyNames()
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx486 sal_Int32 i, nCount, nParas; in RemoveLineBreakCount() local
487 for( i=0, nCount=0, nParas=GetParagraphCount(); i<nParas; ++i ) in RemoveLineBreakCount()
488 nCount += GetParagraph(i).getCharacterCount(); in RemoveLineBreakCount()
489 nCount = nCount + (nParas-1); in RemoveLineBreakCount()
490 if( nCount == 0 && rIndex == 0) return sal_False; in RemoveLineBreakCount()
749 sal_Int32 i, nCount, nParas; in getCharacterCount() local
750 for( i=0, nCount=0, nParas=mpImpl->GetParagraphCount(); i<nParas; ++i ) in getCharacterCount()
751 nCount += mpImpl->GetParagraph(i).getCharacterCount(); in getCharacterCount()
753 nCount = nCount + (nParas-1); in getCharacterCount()
754 return nCount; in getCharacterCount()
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx171 String toUpper( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
172 String toLower( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
173 String toTitle( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;
175 …::rtl::OUString toUpper_rtl( const ::rtl::OUString& rStr, sal_Int32 nPos, sal_Int32 nCount ) cons…
176 …::rtl::OUString toLower_rtl( const ::rtl::OUString& rStr, sal_Int32 nPos, sal_Int32 nCount ) cons…
184 sal_Int32 getStringType( const String& rStr, xub_StrLen nPos, xub_StrLen nCount ) const;

Completed in 212 milliseconds

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