Searched refs:nTempPos (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | field2.cxx | 372 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 …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | string.hxx | 401 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()
|
/aoo41x/main/tools/source/memtools/ |
H A D | table.cxx | 275 sal_uIntPtr nTempPos = ImplGetIndex( nStartKey, &nPos ); in GetUniqueKey() local 276 if ( nTempPos != TABLE_ENTRY_NOTFOUND ) in GetUniqueKey() 277 nPos = nTempPos; in GetUniqueKey()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cntex.cxx | 425 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()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1541 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()
|
H A D | DNoException.cxx | 49 sal_uInt32 nTempPos = m_nFilePos; in seekRow() local 116 m_nFilePos = nTempPos; // vorherige Position in seekRow()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 1047 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()
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 756 sal_uInt32 nTempPos = m_nFilePos; in seekRow() local 812 m_nFilePos = nTempPos; // vorherige Position in seekRow()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impgraph.cxx | 1140 const sal_uLong nTempPos = mnDocFilePos; in ImplReadEmbedded() local 1145 mnDocFilePos = nTempPos; in ImplReadEmbedded()
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 4340 … 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 131 milliseconds