Searched refs:nOrig (Results 1 – 5 of 5) sorted by relevance
277 sal_uLong nLen, nOrig; in ReadChars() local278 nOrig = nLen = rInput.Read(pArr, ASC_BUFFLEN); in ReadChars()289 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 avaliable, maybe user-defined in GetIndexPuttingAndConverting()595 nKey = GetFormatForLanguageIfBuiltIn( nOrig, SvtSysLocale().GetLanguage() ); in GetIndexPuttingAndConverting()597 if (nKey == nOrig) in GetIndexPuttingAndConverting()
5014 SwTwips nOrig = aGrid.Left() + aGrid.Width(); in PaintGrid() local5015 SwTwips nY = nOrig + nSum * in PaintGrid()5016 ( ( nOrig - aInter.Left() ) / nSum ); in PaintGrid()5145 SwTwips nOrig = aGrid.Top(); in PaintGrid() local5146 SwTwips nY = nOrig + nSum *( (aInter.Top()-nOrig)/nSum ); in PaintGrid()
Completed in 83 milliseconds