Home
last modified time | relevance | path

Searched refs:nDelCount (Results 1 – 9 of 9) sorted by path

/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx825 const sal_uInt32 nDelCount = pNumFmtShell->GetUpdateDataCount(); in FillItemSet() local
827 if ( nDelCount > 0 ) in FillItemSet()
829 sal_uInt32* pDelArr = new sal_uInt32[nDelCount]; in FillItemSet()
831 pNumFmtShell->GetUpdateData( pDelArr, nDelCount ); in FillItemSet()
832 pNumItem->SetDelFormatArray( pDelArr, nDelCount ); in FillItemSet()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1194 SCSIZE nDelCount = nCount - nNewCount; in InsertRow() local
1195 ScBaseCell** ppDelCells = new ScBaseCell*[nDelCount]; in InsertRow()
1196 SCROW* pDelRows = new SCROW[nDelCount]; in InsertRow()
1197 for (i = 0; i < nDelCount; i++) in InsertRow()
1204 for (i = 0; i < nDelCount; i++) in InsertRow()
H A Ddrwlayer.cxx1227 long nDelCount = 0;
1238 ppObj[nDelCount++] = pObject;
1244 for (i=1; i<=nDelCount; i++)
1247 for (i=1; i<=nDelCount; i++)
1269 long nDelCount = 0; in DeleteObjectsInArea() local
1287 ppObj[nDelCount++] = pObject; in DeleteObjectsInArea()
1295 for (i=1; i<=nDelCount; i++) in DeleteObjectsInArea()
1298 for (i=1; i<=nDelCount; i++) in DeleteObjectsInArea()
1325 long nDelCount = 0; in DeleteObjectsInSelection() local
1360 for (i=1; i<=nDelCount; i++) in DeleteObjectsInSelection()
[all …]
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx694 long nDelCount = 0; in DeleteArrowsAt() local
708 ppObj[nDelCount++] = pObject; in DeleteArrowsAt()
715 for (i=1; i<=nDelCount; i++) in DeleteArrowsAt()
718 for (i=1; i<=nDelCount; i++) in DeleteArrowsAt()
769 long nDelCount = 0; in DeleteBox() local
792 for (i=1; i<=nDelCount; i++) in DeleteBox()
795 for (i=1; i<=nDelCount; i++) in DeleteBox()
1300 long nDelCount = 0; in DeleteAll() local
1336 for (i=1; i<=nDelCount; i++) in DeleteAll()
1339 for (i=1; i<=nDelCount; i++) in DeleteAll()
[all …]
/trunk/main/sc/source/ui/view/
H A Ddbfunc.cxx203 long nDelCount = rDelAreaList.Count(); in NotifyCloseDbNameDlg() local
204 for (long nDelPos=0; nDelPos<nDelCount; nDelPos++) in NotifyCloseDbNameDlg()
H A Dtabvwsh5.cxx406 const sal_uInt32 nDelCount = rInfoItem.GetDelCount(); in UpdateNumberFormatter() local
408 if ( nDelCount > 0 ) in UpdateNumberFormatter()
412 for ( sal_uInt16 i=0; i<nDelCount; i++ ) in UpdateNumberFormatter()
/trunk/main/svx/inc/svx/
H A Dnuminf.hxx81 sal_uInt32 GetDelCount() const { return nDelCount; } in GetDelCount()
90 sal_uInt32 nDelCount; member in SvxNumberInfoItem
/trunk/main/svx/source/items/
H A Dnuminf.cxx45 nDelCount ( 0 )
108 nDelCount ( rItem.nDelCount ) in SvxNumberInfoItem()
111 if ( rItem.nDelCount > 0 ) in SvxNumberInfoItem()
113 pDelFormatArr = new sal_uInt32[ rItem.nDelCount ]; in SvxNumberInfoItem()
115 for ( sal_uInt16 i = 0; i < rItem.nDelCount; ++i ) in SvxNumberInfoItem()
152 if ( nDelCount == rOther.nDelCount ) in operator ==()
154 if ( nDelCount > 0 ) in operator ==()
160 for ( sal_uInt16 i = 0; i < nDelCount && bEqual; ++i ) in operator ==()
164 else if ( nDelCount == 0 ) in operator ==()
232 nDelCount = nCount; in SetDelFormatArray()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx111 sal_uLong nDelCount ) in lcl_SetCpyPos() argument
115 nNdOff -= nDelCount; in lcl_SetCpyPos()
172 sal_uLong nDelCount = 0; in lcl_CopyBookmarks() local
179 lcl_NonCopyCount(rPam, aCorrIdx, pMark->GetMarkPos().nNode.GetIndex(), nDelCount); in lcl_CopyBookmarks()
180 lcl_SetCpyPos( pMark->GetMarkPos(), rStt, *pCpyStt, *aTmpPam.GetPoint(), nDelCount); in lcl_CopyBookmarks()
184 … lcl_NonCopyCount(rPam, aCorrIdx, pMark->GetOtherMarkPos().nNode.GetIndex(), nDelCount); in lcl_CopyBookmarks()
608 sal_uLong nDelCount = 0; in lcl_DeleteRedlines() local
637 lcl_NonCopyCount( rPam, aCorrIdx, pRStt->nNode.GetIndex(), nDelCount ); in lcl_DeleteRedlines()
639 *pDelPam->GetPoint(), nDelCount ); in lcl_DeleteRedlines()
647 lcl_NonCopyCount( rPam, aCorrIdx, pREnd->nNode.GetIndex(), nDelCount ); in lcl_DeleteRedlines()
[all …]

Completed in 70 milliseconds