Searched refs:nThisSize (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/svl/source/items/ |
H A D | nranges.cxx | 476 NUMTYPE nThisSize = Count_Impl(_pRanges); in operator -=() local 477 NUMTYPE nTargetSize = 1 + ( nThisSize + Count_Impl(rRanges._pRanges) ); in operator -=() 480 memcpy( pTarget, _pRanges, sizeof(NUMTYPE)*nThisSize ); in operator -=() 686 NUMTYPE nThisSize = Count_Impl(_pRanges); in operator /=() local 687 NUMTYPE nTargetSize = 1 + ( nThisSize + Count_Impl(rRanges._pRanges) ); in operator /=() 690 memcpy( pTarget, _pRanges, sizeof(NUMTYPE)*nThisSize ); in operator /=()
|
/aoo4110/main/sc/source/core/data/ |
H A D | attrib.cxx | 82 sal_uInt16 nThisSize = pThis->GetOutWidth() + pThis->GetDistance() + pThis->GetInWidth(); in ScHasPriority() local 85 if (nThisSize > nOtherSize) in ScHasPriority() 87 else if (nThisSize < nOtherSize) in ScHasPriority()
|
/aoo4110/main/svx/source/table/ |
H A D | tablelayouter.cxx | 926 sal_uInt16 nThisSize = pThis->GetOutWidth() + pThis->GetDistance() + pThis->GetInWidth(); in HasPriority() local 929 if (nThisSize > nOtherSize) in HasPriority() 932 else if (nThisSize < nOtherSize) in HasPriority()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2250 sal_uInt16 nThisSize = nSizeTwips; in SetWidthOrHeight() local 2253 nThisSize = nSizeTwips + GetOptimalColWidth( nCol, nTab, bFormula ); in SetWidthOrHeight() 2254 if ( nThisSize ) in SetWidthOrHeight() 2255 pDoc->SetColWidth( nCol, nTab, nThisSize ); in SetWidthOrHeight()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1039 sal_uInt16 nThisSize = STD_EXTRA_WIDTH + pDoc->GetOptimalColWidth( nCol, nTab, in Redo() local 1042 pDoc->SetColWidth( nCol, nTab, nThisSize ); in Redo()
|
/aoo4110/main/editeng/source/items/ |
H A D | frmitems.cxx | 1715 const sal_uInt16 nThisSize = GetOutWidth() + GetDistance() + GetInWidth(); in HasPriority() local 1718 if (nThisSize > nOtherSize) in HasPriority() 1722 else if (nThisSize < nOtherSize) in HasPriority()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3236 sal_uInt16 nThisSize = nSizeTwips; in SetWidthOrHeight() local 3239 nThisSize = nSizeTwips + in SetWidthOrHeight() 3241 if ( nThisSize ) in SetWidthOrHeight() 3242 pDoc->SetColWidth( nCol, nTab, nThisSize ); in SetWidthOrHeight()
|
Completed in 81 milliseconds