Home
last modified time | relevance | path

Searched refs:nPos2 (Results 1 – 25 of 35) sorted by path

12

/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx879 sal_Int32 nPos2; in compareBookmarks() local
880 second >>= nPos2; in compareBookmarks()
881 if(nPos1 == nPos2) // they should be equal in compareBookmarks()
884 …OSL_ENSURE((nPos1 >= 0 && nPos1 < (sal_Int32)m_aBookmarks.size()) || (nPos1 >= 0 && nPos2 < (sal_I… in compareBookmarks()
887 m_pRecordSet->CompareBookmarks(m_aBookmarks[nPos1],m_aBookmarks[nPos2],&eNum); in compareBookmarks()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4791 sal_Int32 nPos2 = sStr.indexOf(sSQL_TOKEN,nPos1+1);
4792 if(nPos2 != -1)
4794 …::rtl::OUString sSecond = sStr.copy(nPos1+sSQL_TOKEN.getLength(),nPos2-nPos1-sSQL_TOKEN.getLength(…
4796 sFirst += sStr.copy(nPos2+sSQL_TOKEN.getLength());
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx302 xub_StrLen nPos = 0, nPos1 = 0, nPos2 = 0; in EraseUnusableHyphens_Impl() local
337nPos2 = aSearchRange.SearchBackward( '-' ); // the '-' position the core will use by default in EraseUnusableHyphens_Impl()
338 if (nPos2 != STRING_NOTFOUND) in EraseUnusableHyphens_Impl()
340 String aLeft( aSearchRange.Copy( 0, nPos2 ) ); in EraseUnusableHyphens_Impl()
348 aTxt.Replace( 0, nPos2, aLeft ); in EraseUnusableHyphens_Impl()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx564 int nPos2 = nPos % nWINDOWLEN; in DecompressVBA() local
565 if (nPos2 <= 0x10) in DecompressVBA()
567 else if (nPos2 <= 0x20) in DecompressVBA()
569 else if (nPos2 <= 0x40) in DecompressVBA()
571 else if (nPos2 <= 0x80) in DecompressVBA()
573 else if (nPos2 <= 0x100) in DecompressVBA()
575 else if (nPos2 <= 0x200) in DecompressVBA()
577 else if (nPos2 <= 0x400) in DecompressVBA()
579 else if (nPos2 <= 0x800) in DecompressVBA()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx209 sal_Int32 nPos2 = rURL.lastIndexOf( (sal_Unicode)'.' ); in createSlideFile() local
210 if( nPos2 > nPos1 ) in createSlideFile()
212 aTemp = rURL.copy( nPos1 + 1, nPos2 - nPos1 - 1 ); in createSlideFile()
/trunk/main/l10ntools/source/
H A Dexport.cxx1244 sal_uInt16 nPos2 = sOrig.SearchBackward('\"'); in UnmergeUTF8() local
1245 if( nPos1 > 0 && nPos2 > 0 && nPos1 < nPos2){ in UnmergeUTF8()
1246 ByteString sPart = sOrig.Copy(nPos1+1 , nPos2-1); in UnmergeUTF8()
/trunk/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl242 @param nPos2
259 [in] string aStr2, [in] long nPos2, [in] long nCount2,
/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx59 void removeSegment(SCCOLROW nPos1, SCCOLROW nPos2);
112 maSegments.insert_back(nPos1, nPos2+1, nValue); in setValue()
146 while (nEndPos <= nPos2) in getSumValue()
155 if (nCurPos <= nPos2) in getSumValue()
157 nEndPos = ::std::min(nEndPos, nPos2); in getSumValue()
167 SCCOLROW nPos1, nPos2; in getRangeData() local
193 maSegments.shift_left(nPos1, nPos2); in removeSegment()
266 void setTrue(SCCOLROW nPos1, SCCOLROW nPos2);
267 void setFalse(SCCOLROW nPos1, SCCOLROW nPos2);
272 setValue(nPos1, nPos2, true); in setTrue()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx320 SCCOL nPos2; in ModifyOffset() local
321 if ( SeekOffset( pOffset, nNewOffset, &nPos2, nOffsetTol ) ) in ModifyOffset()
323 nNewOffset = (sal_uInt16)(*pOffset)[nPos2]; in ModifyOffset()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3412 sal_uInt32 nNumberingType = 0, nPos2 = rExtBuStr.Tell(); in ImplWriteTextStyleAtom() local
3465 sal_uInt32 nBulletSize = ( rExtBuStr.Tell() - nPos2 ) - 8; in ImplWriteTextStyleAtom()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1377 sal_uInt16 nPos2 = aPortionList.GetObject(nPortion); in ParagraphToHTMLString() local
1379 ESelection aSelection( nPara, nPos1, nPara, nPos2); in ParagraphToHTMLString()
1388 nPos1 = nPos2; in ParagraphToHTMLString()
/trunk/main/starmath/source/
H A Dmathtype.cxx2658 sal_uLong nPos2=0; in HandleOperator() local
2661 nPos2 = pS->Tell(); in HandleOperator()
2764 if (nPos2) in HandleOperator()
2765 pS->Seek(nPos2); in HandleOperator()
/trunk/main/svl/source/items/
H A Dnranges.cxx482 NUMTYPE nPos1 = 0, nPos2 = 0, nTargetPos = 0; in operator -=() local
487 NUMTYPE l2 = rRanges._pRanges[ nPos2 ]; // lower bound of interval 2 in operator -=()
513 nPos2 += 2; in operator -=()
523 nPos2 += 2; // this cannot hurt any longer in operator -=()
569 nPos2 += 2; in operator -=()
692 NUMTYPE nPos1 = 0, nPos2 = 0, nTargetPos = 0; in operator /=() local
693 while( _pRanges[ nPos1 ] != 0 && rRanges._pRanges[ nPos2 ] != 0 ) in operator /=()
697 NUMTYPE l2 = rRanges._pRanges[ nPos2 ]; // lower bound of interval 2 in operator /=()
709 nPos2 += 2; in operator /=()
732 nPos2 += 2; in operator /=()
[all …]
H A Dstyle.cxx1224 sal_uLong nPos2 = rStream.Tell(); in Store() local
1226 rStream << (sal_uInt32) ( nPos2 - nPos1 - sizeof( sal_uInt32 ) ); in Store()
1227 rStream.Seek( nPos2 ); in Store()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx4263 sal_uLong nPos2 = GetEntryListPos( pPredecessor ); in SetEntryPredecessor() local
4264 if( nPos1 == (nPos2 + 1) ) in SetEntryPredecessor()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx105 long nPos2; in FindTokenLine() local
125 if( ( ( nPos2 = aRet.Search( pTok2 ) ) != STRING_NOTFOUND ) && in FindTokenLine()
126 ( nPos2 > nPos1 ) ) in FindTokenLine()
134 if( ( ( nPos3 = aRet.Search( pTok3 ) ) != STRING_NOTFOUND ) && ( nPos3 > nPos2 ) ) in FindTokenLine()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx666 sal_uInt16 nPos2 = GetModelColumnPos(nColId); in PreExecuteColumnContextMenu() local
670 ::cppu::extractInterface(xColumn, xColumns->getByIndex(nPos2)); in PreExecuteColumnContextMenu()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1690 sal_uInt16 nPos1, nPos2; in lcl_Merge_MoveLine() local
1693 nPos2 = nMvPos; in lcl_Merge_MoveLine()
1696 nPos2 = pNewLn->GetUpper()->GetTabLines().Count(); in lcl_Merge_MoveLine()
1698 lcl_CpyLines( nPos1, nPos2, in lcl_Merge_MoveLine()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1858 static bool lcl_SimilarPosition( const sal_Int32 nPos1, const sal_Int32 nPos2 ) in lcl_SimilarPosition() argument
1860 return abs( nPos1 - nPos2 ) < COL_POS_FUZZY; in lcl_SimilarPosition()
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx277 xub_StrLen nPos2 = STRING_NOTFOUND; in NewDivision() local
280 nPos2 = aHRef.SearchBackward( cDelim, nPos ); in NewDivision()
281 if( STRING_NOTFOUND != nPos2 ) in NewDivision()
284 nPos = nPos2; in NewDivision()
285 nPos2 = nTmp; in NewDivision()
296 if( STRING_NOTFOUND == nPos2 ) in NewDivision()
302 aURL += aHRef.Copy( nPos+1, nPos2 - (nPos+1) ); in NewDivision()
304 aURL += String(rtl::Uri::decode( aHRef.Copy( nPos2+1 ), in NewDivision()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx399 sal_uInt16 nPos2 = aAttr.GetPos( nPos ); in Start() local
400 if( nPos2 != SVX_TAB_NOTFOUND ) in Start()
401 aAttr.Remove( nPos2, 1 ); // sonst weigert sich das Insert() in Start()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx1027 xub_StrLen nPos2 = nPos - 2; in IsPreviousAM() local
1029 if(nPos1 > nPos || nPos2 > nPos){ in IsPreviousAM()
1034 (rParams.GetChar(nPos2) == 'A'||rParams.GetChar(nPos2) == 'a') in IsPreviousAM()
1040 xub_StrLen nPos2 = nPos + 2; in IsNextPM() local
1043 if(nPos1 >= rParams.Len() - 1 || nPos2 > rParams.Len() - 1){ in IsNextPM()
1048 (rParams.GetChar(nPos2) == 'M'||rParams.GetChar(nPos2) == 'm') in IsNextPM()
H A Dwrtww8gr.cxx1026 sal_uInt32 nPos2 = rStrm.Tell(); // Ende merken in WriteGraphicNode() local
1029 UInt32ToSVBT32( nPos2 - nPos, nLen ); // Grafik-Laenge ausrechnen in WriteGraphicNode()
1031 rStrm.Seek( nPos2 ); // Pos wiederherstellen in WriteGraphicNode()
H A Dww8par.cxx1632 sal_uInt16 nPos2 = aAttr.GetPos( nPos ); in Read_Tab() local
1633 if (nPos2 != SVX_TAB_NOTFOUND) in Read_Tab()
1634 aAttr.Remove(nPos2, 1); // sonst weigert sich das Insert() in Read_Tab()
H A Dww8par6.cxx3334 sal_Int32 nPos2 = nPos * ( 10 * 100 ); // HalfPoints in 100 * tw in Read_SubSuperProp() local
3343 nPos2 /= nHeight; // ... nun in % ( gerundet ) in Read_SubSuperProp()
3344 if( nPos2 > 100 ) // zur Sicherheit in Read_SubSuperProp()
3345 nPos2 = 100; in Read_SubSuperProp()
3346 if( nPos2 < -100 ) in Read_SubSuperProp()
3347 nPos2 = -100; in Read_SubSuperProp()
3348 SvxEscapementItem aEs( (short)nPos2, 100, RES_CHRATR_ESCAPEMENT ); in Read_SubSuperProp()

Completed in 349 milliseconds

12