/trunk/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 59 void removeSegment(SCCOLROW nPos1, SCCOLROW nPos2); 112 maSegments.insert_back(nPos1, nPos2+1, nValue); in setValue() 139 if (!getRangeData(nPos1, aData)) in getSumValue() 144 SCROW nCurPos = nPos1; in getSumValue() 167 SCCOLROW nPos1, nPos2; in getRangeData() local 184 rData.mnPos1 = nPos1; in getRangeData() 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/svl/source/items/ |
H A D | nranges.cxx | 482 NUMTYPE nPos1 = 0, nPos2 = 0, nTargetPos = 0; in operator -=() local 483 while( _pRanges[ nPos1 ] ) in operator -=() 497 nPos1 += 2; in operator -=() 506 nPos1 += 2; in operator -=() 522 _pRanges[ nPos1 ] = u2 + 1; in operator -=() 538 nPos1 += 2; // nothing left at all in operator -=() 545 nPos1 += 2; // minuend deleted in operator -=() 565 _pRanges[ nPos1 ] = u2 + 1; in operator -=() 703 nPos1 += 2; in operator /=() 724 nPos1 += 2; in operator /=() [all …]
|
H A D | style.cxx | 1221 sal_uLong nPos1 = rStream.Tell(); in Store() local 1225 rStream.Seek( nPos1 ); in Store() 1226 rStream << (sal_uInt32) ( nPos2 - nPos1 - sizeof( sal_uInt32 ) ); in Store()
|
/trunk/main/xmloff/source/xforms/ |
H A D | SchemaRestrictionContext.cxx | 190 sal_Int32 nPos1 = rValue.indexOf( sal_Unicode('-') ); in lcl_date() local 191 sal_Int32 nPos2 = rValue.indexOf( sal_Unicode('-'), nPos1 + 1 ); in lcl_date() 192 if( nPos1 > 0 && nPos2 > 0 ) in lcl_date() 196 rValue.copy( 0, nPos1 ).toInt32() ); in lcl_date() 198 rValue.copy( nPos1 + 1, nPos2 - nPos1 - 1 ).toInt32() ); in lcl_date()
|
/trunk/main/filter/source/placeware/ |
H A D | exporter.cxx | 206 sal_Int32 nPos1 = rURL.lastIndexOf( (sal_Unicode)'/' ); in createSlideFile() local 207 if( -1 != nPos1 ) in createSlideFile() 210 if( nPos2 > nPos1 ) in createSlideFile() 212 aTemp = rURL.copy( nPos1 + 1, nPos2 - nPos1 - 1 ); in createSlideFile() 216 aTemp = rURL.copy( nPos1 + 1 ); in createSlideFile()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | writerwordglue.cxx | 1026 xub_StrLen nPos1 = nPos - 1; in IsPreviousAM() local 1029 if(nPos1 > nPos || nPos2 > nPos){ in IsPreviousAM() 1033 (rParams.GetChar(nPos1) == 'M'||rParams.GetChar(nPos1) == 'm')&& in IsPreviousAM() 1039 xub_StrLen nPos1 = nPos + 1; in IsNextPM() local 1043 if(nPos1 >= rParams.Len() - 1 || nPos2 > rParams.Len() - 1){ in IsNextPM() 1047 (rParams.GetChar(nPos1) == 'P'||rParams.GetChar(nPos1) == 'p')&& in IsNextPM()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AResultSet.cxx | 877 sal_Int32 nPos1; in compareBookmarks() local 878 first >>= nPos1; 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/svtools/source/filter/ixbm/ |
H A D | xbmread.cxx | 104 long nPos1; in FindTokenLine() local 117 if( ( nPos1 = aRet.Search( pTok1 ) ) != STRING_NOTFOUND ) in FindTokenLine() 126 ( nPos2 > nPos1 ) ) in FindTokenLine()
|
/trunk/main/cui/source/dialogs/ |
H A D | hyphen.cxx | 302 xub_StrLen nPos = 0, nPos1 = 0, nPos2 = 0; in EraseUnusableHyphens_Impl() local 329 nPos1 = nPos; //save for later use in 2) below in EraseUnusableHyphens_Impl() 336 const String aSearchRange( aTxt.Copy( 0, nPos1 ) ); in EraseUnusableHyphens_Impl()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 524 sal_uInt16 nPos1 = SVBT16ToShort( pEndPos ); in Start() local 526 rOut.SetCellWidth( nPos1 - nPos, i - nCellsDeleted ); in Start() 531 nPos = nPos1; in Start()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.cxx | 404 long nPos1 = aSz.Width()/3 * 2; in SwSendMailDialog() local 407 nPos1, in SwSendMailDialog() 416 static long nTabs[] = {3, 0, nPos1, aSz.Width() }; in SwSendMailDialog()
|
/trunk/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 250 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument 258 return xTrans->equals( rStr1, nPos1, nCount1, nMatch1, rStr2, nPos2, nCount2, nMatch2 ); in equals()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 546 sal_Int32 nPos1 = aURL.lastIndexOf( '/', nPos ); in getParentURL() local 547 if ( nPos1 != -1 ) in getParentURL() 548 nPos1 = aURL.lastIndexOf( '/', nPos1 ); in getParentURL() 550 if ( nPos1 != -1 ) in getParentURL()
|
/trunk/main/tools/source/memtools/ |
H A D | multisel.cxx | 104 sal_Bool MultiSelection::ImplMergeSubSelections( sal_uIntPtr nPos1, sal_uIntPtr nPos2 ) in ImplMergeSubSelections() argument 111 if ( (aSels.GetObject(nPos1)->Max() + 1) == aSels.GetObject(nPos2)->Min() ) in ImplMergeSubSelections() 114 aSels.GetObject(nPos1)->Max() = aSels.GetObject(nPos2)->Max(); in ImplMergeSubSelections()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlbison.y | 4787 sal_Int32 nPos1 = sStr.indexOf(sSQL_TOKEN); 4788 if(nPos1 != -1) 4790 ::rtl::OUString sFirst = sStr.copy(0,nPos1); 4791 sal_Int32 nPos2 = sStr.indexOf(sSQL_TOKEN,nPos1+1); 4794 …::rtl::OUString sSecond = sStr.copy(nPos1+sSQL_TOKEN.getLength(),nPos2-nPos1-sSQL_TOKEN.getLength(… 4799 sFirst += sStr.copy(nPos1+sSQL_TOKEN.getLength());
|
/trunk/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 1419 xub_StrLen nPos1=aString.Search('(',nPos); in IMPL_LINK() local 1420 EditNextFunc( sal_False, nPos1); in IMPL_LINK() 1460 xub_StrLen nPos1=m_aFormulaHelper.GetFunctionEnd(aString,nFStart); in IMPL_LINK() local 1462 if(nPos1>nPos || nPos1==STRING_NOTFOUND) in IMPL_LINK()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 1279 sal_Int32 nPos1 = aURL.lastIndexOf( '/', nPos ); in getParentURL() local 1280 if ( nPos1 != -1 ) in getParentURL() 1281 nPos1 = aURL.lastIndexOf( '/', nPos1 ); in getParentURL() 1283 if ( nPos1 == -1 ) in getParentURL()
|
/trunk/main/offapi/com/sun/star/i18n/ |
H A D | XTransliteration.idl | 230 @param nPos1 257 boolean equals( [in] string aStr1, [in] long nPos1, [in] long nCount1,
|
/trunk/main/l10ntools/source/ |
H A D | export.cxx | 1243 sal_uInt16 nPos1 = sOrig.Search('\"'); 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/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 113 const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
/trunk/main/tools/inc/tools/ |
H A D | multisel.hxx | 65 TOOLS_DLLPRIVATE sal_Bool ImplMergeSubSelections( sal_uIntPtr nPos1, sal_uIntPtr nPos2 );
|
/trunk/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 198 sal_uLong nPos1=rInp.Tell(); in operator >>() local 199 if(nPos == nPos1) InfoBox( NULL, "tellg funkt nich" ).Execute(); in operator >>()
|
/trunk/main/vcl/source/control/ |
H A D | field2.cxx | 2734 xub_StrLen nPos1 = aText.Search( ImplGetLocaleDataWrapper().getTimeSep(), nPos ); in ImplTimeSpinArea() local 2736 nPos = nPos1 < nPos2 ? nPos1 : nPos2; in ImplTimeSpinArea()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1374 sal_uInt16 nPos1 = 0; in ParagraphToHTMLString() local 1379 ESelection aSelection( nPara, nPos1, nPara, nPos2); in ParagraphToHTMLString() 1388 nPos1 = nPos2; in ParagraphToHTMLString()
|
/trunk/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 634 const int nPos1 = nPos0 + nLength; in ImplLayoutArgs() local 637 AddRun( nPos0, nPos1, bRTL ); in ImplLayoutArgs()
|