Home
last modified time | relevance | path

Searched refs:nCalc (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Deditutil.cxx580 sal_Int32 nCalc; in lcl_GetCharStr() local
583 nCalc = nNo % coDiff; in lcl_GetCharStr()
584 if( !nCalc ) in lcl_GetCharStr()
585 nCalc = coDiff; in lcl_GetCharStr()
586 aStr.Insert( (sal_Unicode)('a' - 1 + nCalc ), 0 ); in lcl_GetCharStr()
587 nNo = sal::static_int_cast<sal_Int32>( nNo - nCalc ); in lcl_GetCharStr()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx743 sal_uLong nCalc; in GetCharStr() local
746 nCalc = nNo % coDiff; in GetCharStr()
747 if( !nCalc ) in GetCharStr()
748 nCalc = coDiff; in GetCharStr()
749 rStr.Insert( sal_Unicode(cAdd + nCalc ), 0 ); in GetCharStr()
750 nNo -= nCalc; in GetCharStr()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx224 SwTwips nCalc = nSz; in getGridColsOfRow() local
226 nCalc = ( nCalc * nPageSize ) / nTblSz; in getGridColsOfRow()
228 pResult->push_back( nCalc ); in getGridColsOfRow()
H A Drtfattributeoutput.cxx838 SwTwips nCalc = nSz; in TableDefinition() local
839 nCalc *= nPageSize; in TableDefinition()
840 nCalc /= nTblSz; in TableDefinition()
841 m_aRowDefs.append( (sal_Int32)(pFmt->GetLRSpace().GetLeft() + nCalc) ); in TableDefinition()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx963 long Window::CalcZoom( long nCalc ) const in CalcZoom()
970 double n = (double)nCalc; in CalcZoom()
973 nCalc = WinFloatRound( n ); in CalcZoom()
975 return nCalc; in CalcZoom()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1970 sal_uInt16 nCalc; in lcl_GetTblBoxColStr() local
1973 nCalc = nCol % coDiff; in lcl_GetTblBoxColStr()
1974 if( nCalc >= 26 ) in lcl_GetTblBoxColStr()
1975 rNm.Insert( sal_Unicode('a' - 26 + nCalc ), 0 ); in lcl_GetTblBoxColStr()
1977 rNm.Insert( sal_Unicode('A' + nCalc ), 0 ); in lcl_GetTblBoxColStr()
1979 if( 0 == (nCol = nCol - nCalc) ) in lcl_GetTblBoxColStr()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx730 SwTwips nCalc = nLineDiff / ( nCharCnt - nSub ); in _Adjust() local
732 if( nCalc < SHRT_MAX ) in _Adjust()
733 nTmp = -short(nCalc); in _Adjust()
738 nLineDiff -= nCalc * ( nCharCnt - 1 ); in _Adjust()

Completed in 76 milliseconds