Home
last modified time | relevance | path

Searched refs:nTempPos (Results 1 – 10 of 10) sorted by path

/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx756 sal_uInt32 nTempPos = m_nFilePos; in seekRow() local
812 m_nFilePos = nTempPos; // vorherige Position in seekRow()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx49 sal_uInt32 nTempPos = m_nFilePos; in seekRow() local
116 m_nFilePos = nTempPos; // vorherige Position in seekRow()
H A DDTable.cxx1541 sal_uInt32 nTempPos = m_nFilePos, in InsertRow() local
1563 m_nFilePos = nTempPos; // Fileposition restaurieren in InsertRow()
1579 m_nFilePos = nTempPos; in InsertRow()
1583 m_nFilePos = nTempPos; in InsertRow()
2662 sal_uInt32 nTempPos = m_nFilePos; in seekRow() local
2729 m_nFilePos = nTempPos; // vorherige Position in seekRow()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1047 sal_Int32 nTempPos = m_nRowPos; in Move() local
1230 if (nTempPos == -1) in Move()
1231 m_nRowPos = nTempPos; in Move()
1250 m_nRowPos = nTempPos; // vorherige Position in Move()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx425 SwTwips nTempPos = aToken.nTabStopPosition >= 0 ? in CreateOrUpdateExample() local
427 nTempPos = TWIP_TO_MM100(nTempPos); in CreateOrUpdateExample()
428 pPropValArr[4].Value <<= (sal_Int32)nTempPos; in CreateOrUpdateExample()
/trunk/main/tools/inc/tools/
H A Dstring.hxx401 xub_StrLen nTempPos = 0; in GetToken() local
402 return GetToken( nToken, cTok, nTempPos ); in GetToken()
408 xub_StrLen nTempPos = 0; in GetQuotedToken() local
409 return GetQuotedToken( nToken, rQuotedPairs, cTok, nTempPos ); in GetQuotedToken()
676 xub_StrLen nTempPos = 0; in GetToken() local
677 return GetToken( nToken, cTok, nTempPos ); in GetToken()
683 xub_StrLen nTempPos = 0; in GetQuotedToken() local
684 return GetQuotedToken( nToken, rQuotedPairs, cTok, nTempPos ); in GetQuotedToken()
/trunk/main/tools/source/memtools/
H A Dtable.cxx275 sal_uIntPtr nTempPos = ImplGetIndex( nStartKey, &nPos ); in GetUniqueKey() local
276 if ( nTempPos != TABLE_ENTRY_NOTFOUND ) in GetUniqueKey()
277 nPos = nTempPos; in GetUniqueKey()
/trunk/main/vcl/source/control/
H A Dfield2.cxx372 nMaxPos = nTempPos; in ImplPatternMaxPos()
375 nTempPos++; in ImplPatternMaxPos()
445 xub_StrLen nTempPos = nNewPos; in ImplPatternLeftPos() local
446 while ( nTempPos ) in ImplPatternLeftPos()
450 nNewPos = nTempPos-1; in ImplPatternLeftPos()
453 nTempPos--; in ImplPatternLeftPos()
466 xub_StrLen nTempPos = nNewPos; in ImplPatternRightPos() local
471 nNewPos = nTempPos+1; in ImplPatternRightPos()
474 nTempPos++; in ImplPatternRightPos()
500 xub_StrLen nTempPos; in ImplPatternProcessKeyInput() local
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx1140 const sal_uLong nTempPos = mnDocFilePos; in ImplReadEmbedded() local
1145 mnDocFilePos = nTempPos; in ImplReadEmbedded()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx4340 … sal_uInt16 nTempPos = sal::static_int_cast<sal_uInt16>(it - mpData->m_aItems.begin()); in MouseMove() local
4354 ImplDrawItem( nTempPos, 2 ); in MouseMove()

Completed in 80 milliseconds