Searched refs:nOrig (Results 1 – 5 of 5) sorted by relevance
275 sal_uLong nLen, nOrig; in ReadChars() local276 nOrig = nLen = rInput.Read(pArr, ASC_BUFFLEN); in ReadChars()287 rInput.SeekRel(-(long(nOrig))); in ReadChars()
207 sal_Int32 nOrig = nBgn; in AllocPages() local228 if( nOrig == STG_EOF ) in AllocPages()229 nOrig = nBegin; in AllocPages()260 return nOrig; in AllocPages()
46 KSHORT nOrig = KSHRT_MAX );
591 sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge ); in GetIndexPuttingAndConverting() local592 if (nOrig == NUMBERFORMAT_ENTRY_NOT_FOUND) in GetIndexPuttingAndConverting()593 nKey = nOrig; // none available, maybe user-defined in GetIndexPuttingAndConverting()595 nKey = GetFormatForLanguageIfBuiltIn( nOrig, SvtSysLocale().GetLanguage() ); in GetIndexPuttingAndConverting()597 if (nKey == nOrig) in GetIndexPuttingAndConverting()
5127 SwTwips nOrig = aGrid.Left() + aGrid.Width(); in PaintGrid() local5128 SwTwips nY = nOrig + nSum * in PaintGrid()5129 ( ( nOrig - aInter.Left() ) / nSum ); in PaintGrid()5258 SwTwips nOrig = aGrid.Top(); in PaintGrid() local5259 SwTwips nY = nOrig + nSum *( (aInter.Top()-nOrig)/nSum ); in PaintGrid()
Completed in 49 milliseconds