Home
last modified time | relevance | path

Searched refs:nOrig (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx275 sal_uLong nLen, nOrig; in ReadChars() local
276 nOrig = nLen = rInput.Read(pArr, ASC_BUFFLEN); in ReadChars()
287 rInput.SeekRel(-(long(nOrig))); in ReadChars()
/trunk/main/sot/source/sdstor/
H A Dstgstrms.cxx207 sal_Int32 nOrig = nBgn; in AllocPages() local
228 if( nOrig == STG_EOF ) in AllocPages()
229 nOrig = nBegin; in AllocPages()
260 return nOrig; in AllocPages()
/trunk/main/sw/source/core/text/
H A Dporftn.hxx46 KSHORT nOrig = KSHRT_MAX );
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx591 sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge ); in GetIndexPuttingAndConverting() local
592 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()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5127 SwTwips nOrig = aGrid.Left() + aGrid.Width(); in PaintGrid() local
5128 SwTwips nY = nOrig + nSum * in PaintGrid()
5129 ( ( nOrig - aInter.Left() ) / nSum ); in PaintGrid()
5258 SwTwips nOrig = aGrid.Top(); in PaintGrid() local
5259 SwTwips nY = nOrig + nSum *( (aInter.Top()-nOrig)/nSum ); in PaintGrid()

Completed in 73 milliseconds