/trunk/main/i18npool/source/search/ |
H A D | levdis.cxx | 365 int WLevDistance::CalcLPQR( int nX, int nY, int nZ, bool bRelaxed ) in CalcLPQR() argument 370 if ( nZ < 0 ) nZ = 0; in CalcLPQR() 371 if ( 0 == (nMin = Min3( nX, nY, nZ )) ) // mindestens einer 0 in CalcLPQR() 373 nMax = Max3( nX, nY, nZ ); // entweder 0 bei drei 0 oder Max in CalcLPQR() 374 if ( 0 == (nMid = Mid3( nX, nY, nZ )) ) // sogar zwei 0 in CalcLPQR() 380 nLimit = KGV( KGV( nX, nY ), nZ ); in CalcLPQR() 383 nDelR0 = ( nZ ? nLimit / nZ : nLimit + 1 ); in CalcLPQR() 627 int nLim, nP0, nQ0, nR0, nX, nY, nZ; in main() local 688 nZ = atoi(argv[args+4]); in main() 694 nZ = LEVDISDEFAULT_ZLONGER; in main() [all …]
|
/trunk/main/tools/source/generic/ |
H A D | bigint.cxx | 203 long nZ = 0; in AddLong() local 205 nZ = (long)nNum[i] + (long)rB.nNum[i] + k; in AddLong() 206 if (nZ & 0xff0000L) in AddLong() 210 rErg.nNum[i] = (sal_uInt16)(nZ & 0xffffL); in AddLong() 214 if (nZ & 0xff0000L) // oder if(k) in AddLong() 248 long nZ, k; in SubLong() local 269 nZ = (long)nNum[i] - (long)rB.nNum[i] + k; in SubLong() 270 if (nZ < 0) in SubLong() 283 if (nZ < 0) in SubLong() 318 sal_uInt32 nZ, k; in MultLong() local [all …]
|
/trunk/main/basegfx/inc/basegfx/tuple/ |
H A D | b3i64tuple.hxx | 74 B3I64Tuple(sal_Int64 nX, sal_Int64 nY, sal_Int64 nZ) in B3I64Tuple() argument 77 mnZ(nZ) in B3I64Tuple() 125 void setZ(sal_Int64 nZ) in setZ() argument 127 mnZ = nZ; in setZ()
|
H A D | b3ituple.hxx | 73 B3ITuple(sal_Int32 nX, sal_Int32 nY, sal_Int32 nZ) in B3ITuple() argument 76 mnZ(nZ) in B3ITuple() 124 void setZ(sal_Int32 nZ) in setZ() argument 126 mnZ = nZ; in setZ()
|
/trunk/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 2652 long nZ; in ImplDitherFloyd() local 2664 for( nZ = 0; nZ < nWidth; nZ++ ) in ImplDitherFloyd() 2666 aColor = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( 0, nZ ) ); in ImplDitherFloyd() 2675 for( nZ = 0; nZ < nWidth; nZ++ ) in ImplDitherFloyd() 2677 aColor = pReadAcc->GetPixel( 0, nZ ); in ImplDitherFloyd() 2695 for( nZ = 0; nZ < nWidth; nZ++ ) in ImplDitherFloyd() 2697 aColor = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nZ ) ); in ImplDitherFloyd() 2706 for( nZ = 0; nZ < nWidth; nZ++ ) in ImplDitherFloyd() 2708 aColor = pReadAcc->GetPixel( nY, nZ ); in ImplDitherFloyd()
|
/trunk/main/svx/source/stbctrls/ |
H A D | zoomctrl.cxx | 51 ZoomPopup_Impl( sal_uInt16 nZ, sal_uInt16 nValueSet ); 65 ZoomPopup_Impl::ZoomPopup_Impl( sal_uInt16 nZ, sal_uInt16 nValueSet ) in ZoomPopup_Impl() argument 69 nZoom( nZ ) in ZoomPopup_Impl()
|
/trunk/main/chart2/source/view/charttypes/ |
H A D | BarChart.cxx | 499 for( sal_Int32 nZ=1; aZSlotIter != aZSlotEnd; aZSlotIter++, nZ++ ) in createShapes() local 642 fLogicZ = nZ+0.5; in createShapes() 900 for( sal_Int32 nZ=1; aZSlotIter != aZSlotEnd; aZSlotIter++, nZ++ ) in createShapes() local
|
H A D | AreaChart.cxx | 497 for( sal_Int32 nZ=1; aZSlotIter != aZSlotEnd; aZSlotIter++, nZ++ ) in impl_createSeriesShapes() local 675 for( sal_Int32 nZ=1; aZSlotIter != aZSlotEnd; aZSlotIter++, nZ++ ) in createShapes() local 713 fLogicZ = nZ+0.5; in createShapes()
|
H A D | BubbleChart.cxx | 249 for( sal_Int32 nZ=1; aZSlotIter != aZSlotEnd; aZSlotIter++, nZ++ ) in createShapes() local 278 fLogicZ = nZ+0.5; in createShapes()
|
H A D | VSeriesPlotter.cxx | 1251 for(size_t nZ =0; nZ<m_aZSlots.size();nZ++ ) in getMinimumYInRange() local 1253 ::std::vector< VDataSeriesGroup >& rXSlots = m_aZSlots[nZ]; in getMinimumYInRange() 1285 for(size_t nZ =0; nZ<m_aZSlots.size();nZ++ ) in getMaximumYInRange() local 1287 ::std::vector< VDataSeriesGroup >& rXSlots = m_aZSlots[nZ]; in getMaximumYInRange()
|
H A D | CandleStickChart.cxx | 185 for( sal_Int32 nZ=0; aZSlotIter != aZSlotEnd; aZSlotIter++, nZ++ ) in createShapes() local
|
/trunk/main/basegfx/inc/basegfx/point/ |
H A D | b3ipoint.hxx | 68 B3IPoint(sal_Int32 nX, sal_Int32 nY, sal_Int32 nZ) in B3IPoint() argument 69 : B3ITuple(nX, nY, nZ) in B3IPoint()
|
/trunk/main/sc/source/core/tool/ |
H A D | hints.cxx | 61 SCsCOL nX, SCsROW nY, SCsTAB nZ ) : in ScUpdateRefHint() argument 66 nDz( nZ ) in ScUpdateRefHint()
|
/trunk/main/basegfx/inc/basegfx/vector/ |
H A D | b3ivector.hxx | 68 B3IVector(sal_Int32 nX, sal_Int32 nY, sal_Int32 nZ) in B3IVector() argument 69 : B3ITuple(nX, nY, nZ) in B3IVector()
|
/trunk/main/sc/inc/ |
H A D | editutil.hxx | 67 ScEditUtil( ScDocument* pDocument, SCCOL nX, SCROW nY, SCTAB nZ, in ScEditUtil() argument 71 pDoc(pDocument),nCol(nX),nRow(nY),nTab(nZ), in ScEditUtil()
|
H A D | hints.hxx | 72 SCsCOL nX, SCsROW nY, SCsTAB nZ );
|
/trunk/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 723 sal_Int32 nZ = 0; in getMultinomial() local 734 nZ += n; in getMultinomial() 739 if( nZ > 170 ) in getMultinomial() 742 double fRet = Fak( nZ ) / fN; in getMultinomial()
|
/trunk/main/starmath/source/ |
H A D | view.cxx | 1167 … sal_uInt16 nZ = (sal_uInt16) Min((long)Fraction(OutputSize.Width() * 100L, GraphicSize.Width()), in Impl_Print() local 1169 …uInt16) Max ((sal_uInt16) MINZOOM, Min((sal_uInt16) MAXZOOM, (sal_uInt16) (nZ - 10))), (sal_uInt16… in Impl_Print() 1769 …sal_uInt16 nZ = (sal_uInt16) Min((long)Fraction(OutputSize.Width() * 100L, GraphicSize.Width()), in Execute() local 1771 aGraphic.SetZoom (nZ); in Execute()
|
/trunk/extras/l10n/source/cs/ |
H A D | localize.sdf | 3443 …RRCODE_SFX_MACROS_SUPPORT_DISABLED 0 cs Došlo k pokusu o spuštění makra.\nZ bezpečnostních důvod… 19831 crashrep source\all\crashrep.ulf 0 LngText %WELCOME_BODY3% 0 cs Ochrana soukromí\nZískáváme pouz…
|
/trunk/extras/l10n/source/hu/ |
H A D | localize.sdf | 520 …ájl $(ARG2) óta Ön által szerkesztésre zárolva van egy másik rendszeren.\n\nZárja be a dokumentumo… 10430 …gyesítés van folyamatban, amelyet a következő felhasználó indított: „%1”\n\nZárolt fájl megosztott…
|
/trunk/extras/l10n/source/sk/ |
H A D | localize.sdf | 3443 …RCODE_SFX_MACROS_SUPPORT_DISABLED 0 sk Došlo k pokusu o spustenie makra.\nZ bezpečnostných dôvod…
|
/trunk/extras/l10n/source/pl/ |
H A D | localize.sdf | 10806 …rona komórek będzie aktywna dopiero po zabezpieczeniu bieżącego arkusza.\n\nZ menu 'Narzędzia' nal…
|