Home
last modified time | relevance | path

Searched refs:nRemoved (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx773 sal_Int32 nLength = aUserData.getLength(), nRemoved = 0; in convertAnimationNode() local
782 nRemoved++; in convertAnimationNode()
787 nRemoved++; in convertAnimationNode()
791 if( nRemoved ) in convertAnimationNode()
797 if( nRemoved ) in convertAnimationNode()
799 aUserData.realloc( aUserData.getLength() - nRemoved ); in convertAnimationNode()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4816 sal_uInt16 nRemoved = 0; in InsertAreaLink() local
4826 if ( !nRemoved ) in InsertAreaLink()
4841 ++nRemoved; in InsertAreaLink()
4867 if ( nRemoved ) in InsertAreaLink()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1499 sal_uInt16 nRemoved = 0; in GetTblFrmFmt() local
1505 while ( (*pTblFrmFmtTbl)[ i + nRemoved]->GetInfo( aGetHt )) in GetTblFrmFmt()
1507 nRemoved++; in GetTblFrmFmt()
1511 return *((*pTblFrmFmtTbl)[nRemoved + nFmt]); in GetTblFrmFmt()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx1451 sal_uLong nRemoved = 1 + GetChildCount(pEntry); in Remove() local
1484 nEntryCount -= nRemoved; in Remove()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx403 sal_Int32 nRemoved = 0; in PathRemoveFileSpec() local
421 nRemoved = nDelLen; in PathRemoveFileSpec()
428 nRemoved = nDelLen - 1; in PathRemoveFileSpec()
433 return nRemoved; in PathRemoveFileSpec()
465 sal_Int32 nRemoved = PathRemoveFileSpec( lpszPath, szFile, MAX_PATH + 1 ); in GetCaseCorrectPathNameEx() local
466 sal_Int32 nLastStepRemoved = nRemoved; in GetCaseCorrectPathNameEx()
471 nRemoved += nLastStepRemoved; in GetCaseCorrectPathNameEx()
474 if ( nRemoved ) in GetCaseCorrectPathNameEx()

Completed in 70 milliseconds