Searched refs:nTempPos (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/main/vcl/source/control/ |
| H A D | field2.cxx | 367 xub_StrLen nTempPos = nMaxPos; in ImplPatternMaxPos() local 368 while ( nTempPos < rEditMask.Len() ) in ImplPatternMaxPos() 370 if ( rEditMask.GetChar(nTempPos) != EDITMASK_LITERAL ) in ImplPatternMaxPos() 372 nMaxPos = nTempPos; in ImplPatternMaxPos() 375 nTempPos++; in ImplPatternMaxPos() 445 xub_StrLen nTempPos = nNewPos; in ImplPatternLeftPos() local 446 while ( nTempPos ) in ImplPatternLeftPos() 448 if ( rEditMask.GetChar(nTempPos-1) != EDITMASK_LITERAL ) in ImplPatternLeftPos() 450 nNewPos = nTempPos-1; in ImplPatternLeftPos() 453 nTempPos--; in ImplPatternLeftPos() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | impgraph.cxx | 1140 const sal_uLong nTempPos = mnDocFilePos; in ImplReadEmbedded() local 1145 mnDocFilePos = nTempPos; in ImplReadEmbedded()
|
| /AOO42X/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()
|