Home
last modified time | relevance | path

Searched refs:nCut (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx957 xub_StrLen nCut = pPrevNode->Len(); in CopyAndCutAttribs() local
963 if ( pAttrib->GetEnd() < nCut ) in CopyAndCutAttribs()
968 else if ( pAttrib->GetEnd() == nCut ) in CopyAndCutAttribs()
978 …else if ( pAttrib->IsInside( nCut ) || ( !nCut && !pAttrib->GetStart() && !pAttrib->IsFeature() ) ) in CopyAndCutAttribs()
982 …CharAttrib* pNewAttrib = MakeCharAttrib( rPool, *(pAttrib->GetItem()), 0, pAttrib->GetEnd()-nCut ); in CopyAndCutAttribs()
986 pAttrib->GetEnd() = nCut; in CopyAndCutAttribs()
994 DBG_ASSERT( pAttrib->GetStart() >= nCut, "Start < nCut!" ); in CopyAndCutAttribs()
995 DBG_ASSERT( pAttrib->GetEnd() >= nCut, "End < nCut!" ); in CopyAndCutAttribs()
996 pAttrib->GetStart() = pAttrib->GetStart() - nCut; in CopyAndCutAttribs()
997 pAttrib->GetEnd() = pAttrib->GetEnd() - nCut; in CopyAndCutAttribs()
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx151 xub_StrLen nCut = 0; in MultiSelection() local
175 nCut++; in MultiSelection()
179 nCut++; in MultiSelection()
191 nCut++; in MultiSelection()
212 nCut++; in MultiSelection()
224 aStr.ReleaseBufferAccess( nCut ); in MultiSelection()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx3314 for ( sal_uLong nCut = nStart; nCut <= nEnd; nCut++ ) in Undo() local
3316 ScChangeAction* pCut = aPasteCutTable.Remove( nCut ); in Undo()
3319 DBG_ASSERT( !aTable.Get( nCut ), "ScChangeTrack::Undo: nCut dup" ); in Undo()
3320 Append( pCut, nCut ); in Undo()
/trunk/main/registry/source/
H A Dregimpl.cxx1009 sal_uInt32 nCut, in loadAndSaveValue() argument
1027 if (nCut) in loadAndSaveValue()
1029 sTargetPath = sSourcePath.copy(nCut); in loadAndSaveValue()
1343 sal_uInt32 nCut, in loadAndSaveKeys() argument
1348 OUString sRelPath(pSourceKey->getName().copy(nCut)); in loadAndSaveKeys()
1387 sName, nCut, bWarnings, bReport); in loadAndSaveKeys()
1391 sName, nCut, bWarnings, bReport); in loadAndSaveKeys()
H A Dregimpl.hxx137 sal_uInt32 nCut,
154 sal_uInt32 nCut,
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx156 sal_uInt16 nCut; member in SvxBoundArgs
248 if( nCut & 1 ) in CheckCut()
250 if( nCut & 2 ) in CheckCut()
255 if( nLowDiff && ( ( nCut & 1 ) || nLast == 1 || nNext == 1 ) ) in CheckCut()
261 if( nUpDiff && ( ( nCut & 2 ) || nLast == 2 || nNext == 2 ) ) in CheckCut()
397 nCut = nNext ^ nLast; in Calc()
401 if( nCut & 4 ) in Calc()
410 if( nCut & 8 ) in Calc()

Completed in 58 milliseconds