Home
last modified time | relevance | path

Searched refs:nCnt (Results 1 – 25 of 207) sorted by last modified time

123456789

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx116 sal_Int32 nCnt = 0; in lcl_RemoveMissingEntries() local
123 pRes[ nCnt++ ] = pEntry[i]; in lcl_RemoveMissingEntries()
126 aRes.realloc( nCnt ); in lcl_RemoveMissingEntries()
180 sal_Int32 nCnt = 0; in lcl_GetNewEntries() local
186 pRes[ nCnt++ ] = pEntry[i]; in lcl_GetNewEntries()
189 aRes.realloc( nCnt ); in lcl_GetNewEntries()
200 sal_Int32 nCnt = 0; in lcl_MergeSeq() local
213 pRes[ nCnt++ ] = pEntry[i]; in lcl_MergeSeq()
217 aRes.realloc( nCnt ); in lcl_MergeSeq()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx108 sal_uInt16 nCnt = 0; in CtorInitAttrIter() local
112 nChg = pScriptInfo->GetScriptChg( nCnt ); in CtorInitAttrIter()
113 sal_uInt16 nScript = pScriptInfo->GetScriptType( nCnt++ ); in CtorInitAttrIter()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1285 for( long nCnt = 0; nCnt < aSortAlgorithmLB.GetEntryCount(); ++nCnt ) in ApplyTOXDescription() local
1287 const String* pEntryData = (const String*)aSortAlgorithmLB.GetEntryData( (sal_uInt16)nCnt ); in ApplyTOXDescription()
1291 aSortAlgorithmLB.SelectEntryPos( (sal_uInt16)nCnt ); in ApplyTOXDescription()
1674 for( sal_uInt16 nCnt = 0; nCnt < nEnd; ++nCnt ) in IMPL_LINK() local
1676 sUINm = pIndexRes->GetTranslation( sAlg = aSeq[ nCnt ] ); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1095 sal_uInt16 nCnt = static_cast< sal_uInt16 >(Count()); in SetAttr() local
1096 for (sal_uInt16 i=0; i < nCnt; ++i) in SetAttr()
1102 --nCnt; in SetAttr()
H A Dww8atr.cxx643 for ( sal_uInt16 nCnt = 0; nCnt < aTStop.Count(); ++nCnt ) in CorrectTabStopInSet() local
645 SvxTabStop& rTab = (SvxTabStop&)aTStop[ nCnt ]; in CorrectTabStopInSet()
653 aTStop.Remove( nCnt ); in CorrectTabStopInSet()
654 --nCnt; in CorrectTabStopInSet()
H A Dwrtw8esh.cxx3063 sal_uInt16 n, nCnt = static_cast< sal_uInt16 >(rSrcArr.size()); in MakeZOrderArrAndFollowIds() local
3064 SvULongsSort aSort( 255 < nCnt ? 255 : nCnt, 255 ); in MakeZOrderArrAndFollowIds()
3066 rDstArr.reserve(nCnt); in MakeZOrderArrAndFollowIds()
3067 for (n = 0; n < nCnt; ++n) in MakeZOrderArrAndFollowIds()
3081 for (n = 0; n < nCnt; ++n) in MakeZOrderArrAndFollowIds()
H A Dww8graf.cxx3273 sal_uInt16 nCnt = static_cast< sal_uInt16 >(Count()); in Flush() local
3274 for (sal_uInt16 i=0; i < nCnt; ++i) in Flush()
3280 --nCnt; in Flush()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx388 SwTblToTxtSave::SwTblToTxtSave( SwDoc& rDoc, sal_uLong nNd, sal_uLong nEndIdx, xub_StrLen nCnt ) in SwTblToTxtSave() argument
389 : m_nSttNd( nNd ), m_nEndNd( nEndIdx), m_nCntnt( nCnt ), m_pHstry( 0 ) in SwTblToTxtSave()
1550 sal_uInt16 nCnt, sal_Bool bFlg, sal_Bool bSmHght ) in SwUndoTblNdsChg() argument
1555 nCount( nCnt ), nRelDiff( 0 ), nAbsDiff( 0 ), in SwUndoTblNdsChg()
2883 sal_uInt16 nCnt ) in InsertRow() argument
2890 0, 0, nCnt, sal_True, sal_False ); in InsertRow()
2893 sal_Bool bRet = rTbl.InsertRow( rTbl.GetFrmFmt()->GetDoc(), rBoxes, nCnt, sal_True ); in InsertRow()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2091 sal_uInt16 nCnt = 0; in GetPlusHdlCount() local
2107 if (nPnt>0 && rXPoly.GetFlags(nPnt-1)==XPOLY_CONTROL) nCnt++; in GetPlusHdlCount()
2109 if (nPnt<nPntMax && rXPoly.GetFlags(nPnt+1)==XPOLY_CONTROL) nCnt++; in GetPlusHdlCount()
2115 return nCnt; in GetPlusHdlCount()
H A Dsvdpage.cxx783 sal_uIntPtr nCnt=GetObjCount(); in CountAllObjects() local
784 sal_uIntPtr nAnz=nCnt; in CountAllObjects()
788 nCnt+=pSubOL->CountAllObjects(); in CountAllObjects()
791 return nCnt; in CountAllObjects()
/trunk/main/sfx2/inc/sfx2/
H A Dlinkmgr.hxx82 void Remove( sal_uInt16 nPos, sal_uInt16 nCnt = 1 );
137 void RemoveServer( sal_uInt16 nPos, sal_uInt16 nCnt = 1 ) in RemoveServer() argument
138 { aServerTbl.Remove( nPos, nCnt ); } in RemoveServer()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx123 void LinkManager::Remove( sal_uInt16 nPos, sal_uInt16 nCnt ) in Remove() argument
125 if( nCnt && nPos < aLinkTbl.Count() ) in Remove()
127 if( nPos + nCnt > aLinkTbl.Count() ) in Remove()
128 nCnt = aLinkTbl.Count() - nPos; in Remove()
131 for( sal_uInt16 n = nCnt; n; --n, ++ppRef ) in Remove()
140 aLinkTbl.Remove( nPos, nCnt ); in Remove()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2067 sal_Int32 nCnt, sal_Bool bCheckCorrectness ) in ImpAdjustFormatCodeDefault() argument
2071 if ( !nCnt ) in ImpAdjustFormatCodeDefault()
2078 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault()
2146 for ( nElem = 0; nElem < nCnt; nElem++ ) in ImpAdjustFormatCodeDefault()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx965 sal_Int16 nCnt = 0; in HideTabWin() local
982 ++nCnt; in HideTabWin()
988 if (nCnt) in HideTabWin()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1501 int nCnt; in GetSelectionType() local
1507 nCnt = nsSelectionType::SEL_DRW_TXT; in GetSelectionType()
1511 nCnt = nsSelectionType::SEL_DRW_FORM; in GetSelectionType()
1516 nCnt |= nsSelectionType::SEL_BEZ; in GetSelectionType()
1518 nCnt |= nsSelectionType::SEL_MEDIA; in GetSelectionType()
1534 return nCnt; in GetSelectionType()
1537 nCnt = GetCntType(); in GetSelectionType()
1543 if ( !(nCnt & (CNT_GRF | CNT_OLE)) ) in GetSelectionType()
1548 nCnt |= nsSelectionType::SEL_TBL; in GetSelectionType()
1564 nCnt |= nsSelectionType::SEL_NUM; in GetSelectionType()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx95 int SkipToken( short nCnt = -1 ); // n Tokens zurueck "skippen"
96 TokenStackType* GetStackPtr( short nCnt );
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx461 virtual int IsEndPara( SvxNodeIdx* pNd, xub_StrLen nCnt ) const;
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2142 for( sal_uInt16 nCnt = sizeof( _HTMLAttrTable ) / sizeof( _HTMLAttr* ); in AppendTxtNode() local
2143 nCnt--; ++pTbl ) in AppendTxtNode()
3149 for( sal_uInt16 nCnt = sizeof( _HTMLAttrTable ) / sizeof( _HTMLAttr* ); in SaveAttrTab() local
3150 nCnt--; (++pTbl, ++pSaveTbl) ) in SaveAttrTab()
3202 for( sal_uInt16 nCnt = sizeof( _HTMLAttrTable ) / sizeof( _HTMLAttr* ); in SplitAttrTab() local
3203 nCnt--; (++pTbl, ++pSaveTbl) ) in SplitAttrTab()
3279 for( sal_uInt16 nCnt = sizeof( _HTMLAttrTable ) / sizeof( _HTMLAttr* ); in RestoreAttrTab() local
3280 nCnt--; (++pTbl, ++pSaveTbl) ) in RestoreAttrTab()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx445 sal_Int32 i, nCnt; in SolveSolver() local
446 for ( i = 0, nCnt = rSolver.aCList.Count(); i < nCnt; i++ ) in SolveSolver()
2316 sal_Int16 nCnt; in ApplyCustomShapeGeometryAttributes() local
2341 if ( !nCnt ) in ApplyCustomShapeGeometryAttributes()
2342 nCnt = 1; in ApplyCustomShapeGeometryAttributes()
2384 nCnt = nTmp & 0xff; in ApplyCustomShapeGeometryAttributes()
2390 nCnt = nTmp & 0xff; in ApplyCustomShapeGeometryAttributes()
2401 nCnt = (sal_Int16)nTmp; in ApplyCustomShapeGeometryAttributes()
3114 if ( nCnt-- ) in Last()
3116 pCList->nCurrent = nCnt; in Last()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1466 sal_uInt16 nCnt = 1; in ExecUndo() local
1477 sal_uInt16 nSteps = nCnt; in ExecUndo()
1478 if ( nCount < nCnt ) in ExecUndo()
1480 nCnt = nCnt - nCount; in ExecUndo()
1484 nCnt = 0; in ExecUndo()
1490 if ( nCnt ) in ExecUndo()
1501 sal_uInt16 nSteps = nCnt; in ExecUndo()
1502 if ( nCount < nCnt ) in ExecUndo()
1504 nCnt = nCnt - nCount; in ExecUndo()
1508 nCnt = 0; in ExecUndo()
[all …]
H A Ddrwtxtsh.cxx611 sal_uInt16 nId = rReq.GetSlot(), nCnt = 1; in ExecUndo() local
618 1 < (nCnt = ((SfxUInt16Item*)pItem)->GetValue()) ) in ExecUndo()
625 while( nCnt-- ) in ExecUndo()
628 while( nCnt-- ) in ExecUndo()
/trunk/main/starmath/source/
H A Daccessibility.cxx347 sal_uInt16 nCnt = pAccParent->GetAccessibleChildWindowCount(); in getAccessibleIndexInParent() local
348 for (sal_uInt16 i = 0; i < nCnt && nIdx == -1; ++i) in getAccessibleIndexInParent()
1936 sal_uInt16 nCnt = pAccParent->GetAccessibleChildWindowCount(); in getAccessibleIndexInParent() local
1937 for (sal_uInt16 i = 0; i < nCnt && nIdx == -1; ++i) in getAccessibleIndexInParent()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1835 sal_uLong nCnt = pOutliner->GetAbsPos( in PrepareOutline() local
1838 nCnt -= nParaPos; in PrepareOutline()
1840 if ( nCnt && pPara ) in PrepareOutline()
1842 pOutliner->Remove(pPara, nCnt); in PrepareOutline()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1185 sal_uInt16 nCnt = aPortions.Count(); in WriteFieldText() local
1187 for ( sal_uInt16 nPos = 0; nPos < nCnt; nPos++ ) in WriteFieldText()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx304 int __EXPORT EditRTFParser::IsEndPara( SvxNodeIdx* pNd, sal_uInt16 nCnt ) const in IsEndPara()
306 return ( nCnt == ( ((EditNodeIdx*)pNd)->GetNode()->Len()) ); in IsEndPara()

Completed in 292 milliseconds

123456789