Searched refs:nCut (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 156 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()
|
/aoo41x/main/tools/source/memtools/ |
H A D | multisel.cxx | 151 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()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 959 xub_StrLen nCut = pPrevNode->Len(); in CopyAndCutAttribs() local 965 if ( pAttrib->GetEnd() < nCut ) in CopyAndCutAttribs() 970 else if ( pAttrib->GetEnd() == nCut ) in CopyAndCutAttribs() 980 …else if ( pAttrib->IsInside( nCut ) || ( !nCut && !pAttrib->GetStart() && !pAttrib->IsFeature() ) ) in CopyAndCutAttribs() 984 …CharAttrib* pNewAttrib = MakeCharAttrib( rPool, *(pAttrib->GetItem()), 0, pAttrib->GetEnd()-nCut ); in CopyAndCutAttribs() 988 pAttrib->GetEnd() = nCut; in CopyAndCutAttribs() 996 DBG_ASSERT( pAttrib->GetStart() >= nCut, "Start < nCut!" ); in CopyAndCutAttribs() 997 DBG_ASSERT( pAttrib->GetEnd() >= nCut, "End < nCut!" ); in CopyAndCutAttribs() 998 pAttrib->GetStart() = pAttrib->GetStart() - nCut; in CopyAndCutAttribs() 999 pAttrib->GetEnd() = pAttrib->GetEnd() - nCut; in CopyAndCutAttribs()
|
/aoo41x/main/registry/source/ |
H A D | regimpl.cxx | 1009 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 D | regimpl.hxx | 137 sal_uInt32 nCut, 154 sal_uInt32 nCut,
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 3314 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()
|
Completed in 50 milliseconds