Home
last modified time | relevance | path

Searched refs:nEnd (Results 1 – 25 of 442) sorted by path

12345678910>>...18

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx532 ::sal_Int32 nEnd, bool bCut, bool bPaste,
542 ::sal_Int32 nBegin, ::sal_Int32 nEnd);
551 ParagraphImpl * pParagraph, ::sal_Int32 nBegin, ::sal_Int32 nEnd,
562 ::sal_Int32 nBegin, ::sal_Int32 nEnd);
639 void changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd,
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1316 if (nBegin < 0 || nBegin > nEnd in changeParagraphText()
1317 || nEnd > m_rEngine.GetText(nNumber).Len()) in changeParagraphText()
1338 if (nBegin < 0 || nBegin > nEnd in copyParagraphText()
1339 || nEnd > m_rEngine.GetText(nNumber).Len()) in copyParagraphText()
1354 ParagraphImpl * pParagraph, ::sal_Int32 nBegin, ::sal_Int32 nEnd, in changeParagraphAttributes() argument
1362 if (nBegin < 0 || nBegin > nEnd in changeParagraphAttributes()
1363 || nEnd > m_rEngine.GetText(nNumber).Len()) in changeParagraphAttributes()
1400 if (nBegin < 0 || nBegin > nEnd in changeParagraphSelection()
1401 || nEnd > m_rEngine.GetText(nNumber).Len()) in changeParagraphSelection()
1951 ::TextPaM(nNumber, nEnd))); in changeParagraphText()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx778 sal_Int32 nEnd = Max( m_nLastTopEntry + m_nVisibleLineCount, nTop + m_nVisibleLineCount ); in UpdateEntryRange_Impl() local
779 for (sal_uInt16 i = static_cast<sal_uInt16>(nBegin); (i <= static_cast<sal_uInt16>(nEnd)); ++i) in UpdateEntryRange_Impl()
/trunk/main/autodoc/inc/cosv/tpl/
H A Drange.hxx73 T nEnd; member in csv::range
112 nEnd(i_exclusiveUpperBorder) in range()
114 csv_assert( nBegin <= nEnd in range()
134 return nEnd; in end()
141 csv_assert( nBegin <= nEnd in size()
/trunk/main/automation/source/inc/
H A Dtestapp.hxx85 …xub_StrLen ImplSearch( const String &aSource, const xub_StrLen nStart, const xub_StrLen nEnd, cons…
86 …xub_StrLen PreCompilePart( String &aSource, xub_StrLen nStart, xub_StrLen nEnd, String aFinalError…
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx345 sal_uInt16 nStart, nEnd, nCurMethodStart = 0; in BasicExecute() local
355 pM->GetLineRange( nStart, nEnd ); in BasicExecute()
358 if ( nCurMethodStart >= nStart && nCurMethodStart <= nEnd ) in BasicExecute()
673 …for ( sal_uLong nLine = ++aSel.GetStart().GetPara(), nEnd = ++aSel.GetEnd().GetPara(); nLine <= nE… in BasicToggleBreakPointEnabled() local
860 sal_uInt16 nStart, nEnd; in EditMacro() local
864 pMethod->GetLineRange( nStart, nEnd ); in EditMacro()
869 nEnd--; in EditMacro()
H A Dbaside2b.cxx217 xub_StrLen nEnd = nLength; in GetWordAtCursor() local
220 String aURL( URIHelper::FindFirstURLInText( aText, nStart, nEnd, aClass ) ); in GetWordAtCursor()
223 … && nSelStart >= nStart && nSelStart <= nEnd && nSelEnd >= nStart && nSelEnd <= nEnd ) in GetWordAtCursor()
228 nStart = nEnd; in GetWordAtCursor()
229 nEnd = nLength; in GetWordAtCursor()
792 pEditEngine->SetAttrib( TextAttribFontColor( rColor ), nLine, r.nBegin, r.nEnd, sal_True ); in ImpDoHighlight()
H A Dmacrodlg.cxx332 sal_uInt16 nStart, nEnd; in DeleteMacro() local
333 pMethod->GetLineRange( nStart, nEnd ); in DeleteMacro()
335 CutLines( aSource, nStart-1, nEnd-nStart+1, sal_True ); in DeleteMacro()
566 sal_uInt16 nStart, nEnd; in IMPL_LINK() local
567 pMethod->GetLineRange( nStart, nEnd ); in IMPL_LINK()
/trunk/main/basic/inc/basic/
H A Dsbdef.hxx58 xub_StrLen nStart, nEnd; // 1st and last column member
/trunk/main/basic/source/comp/
H A Dtoken.cxx685 aRes.nEnd = nCol2; in Hilite()
707 if( eCurTok != EOLN && aRes.nStart <= aRes.nEnd ) in Hilite()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx292 xub_StrLen nStart=0, nEnd=value.Len(); in StepLIKE() local
293 int bRes = aSearch.SearchFrwrd(value, &nStart, &nEnd); in StepLIKE()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx111 sal_uInt16 nEnd = (*pRanges); in FillItemSet() local
114 OSL_ASSERT( nBeg <= nEnd ); in FillItemSet()
115 for( sal_uInt16 nWhich = nBeg; nWhich <= nEnd; ++nWhich ) in FillItemSet()
/trunk/main/chart2/source/inc/
H A DInternalDataProvider.hxx244 void lcl_increaseMapReferences( sal_Int32 nBegin, sal_Int32 nEnd );
245 void lcl_decreaseMapReferences( sal_Int32 nBegin, sal_Int32 nEnd );
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx495 sal_Int32 nBegin, sal_Int32 nEnd ) in lcl_increaseMapReferences() argument
497 for( sal_Int32 nIndex = nEnd - 1; nIndex >= nBegin; --nIndex ) in lcl_increaseMapReferences()
507 sal_Int32 nBegin, sal_Int32 nEnd ) in lcl_decreaseMapReferences() argument
509 for( sal_Int32 nIndex = nBegin; nIndex < nEnd; ++nIndex ) in lcl_decreaseMapReferences()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx2688 clock_t nEnd = clock(); in createShapes() local
2689 double fDuration =(double(nEnd-nStart)*1000.0)/double(CLOCKS_PER_SEC); in createShapes()
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx633 sal_Int32 nEnd = aBoundary.endPos; in getTextBehindIndex() local
639 bFound = ( aBoundary.endPos > nEnd ); in getTextBehindIndex()
H A Dlocale.cxx442 sal_Int32 nEnd = 0; in fromISO() local
445 nEnd = sParser.indexOf(SEPERATOR_LC, nStart); in fromISO()
446 if (nEnd<0) in fromISO()
451 setLanguage(sParser.copy(nStart, nEnd-nStart)); in fromISO()
452 nStart = nEnd+1; in fromISO()
455 nEnd = sParser.indexOf(SEPERATOR_CV, nStart); in fromISO()
456 if (nEnd<0) in fromISO()
457 nEnd = sParser.indexOf(SEPERATOR_CV_LINUX, nStart); in fromISO()
458 if (nEnd<0) in fromISO()
463 nStart = nEnd+1; in fromISO()
H A Dregpathhelper.cxx77 sal_Int32 nEnd = sArg.lastIndexOf( ']' ); in retrievePortalUserDir() local
78 if( -1 == nStart || -1 == nEnd || nEnd < nStart) in retrievePortalUserDir()
84 OUString aEncHome = sArg.copy( nStart + 1 , nEnd - nStart -1 ); in retrievePortalUserDir()
/trunk/main/cppuhelper/source/
H A Dshlib.cxx237 sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) ); in makeComponentPath() local
238 if (nEnd < 0) // !endsWith in makeComponentPath()
250 nEnd = endsWith( rLibName, OUSTR(".uno") ); in makeComponentPath()
251 if (nEnd < 0) // !endsWith in makeComponentPath()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1587 sal_uInt16 nEnd = pErrorAttrLeft->GetEnd(); in PreNotify() local
1589 SetAttrib( *pNewError, 0, nStart, ++nEnd ); in PreNotify()
1594 MoveErrorMarkTo(nStart, nEnd, bGrammar); in PreNotify()
1607 sal_uInt16 nEnd = pErrorAttr->GetEnd(); in PreNotify() local
1610 SetAttrib( *pNewError, 0, nStart - nAddedChars, nEnd ); in PreNotify()
1615 MoveErrorMarkTo(nStart, nEnd, bGrammar); in PreNotify()
1756 void SentenceEditWindow_Impl::MoveErrorMarkTo(sal_uInt16 nStart, sal_uInt16 nEnd, bool bGrammarErro… in MoveErrorMarkTo() argument
1761 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
1762 …e->SetAttrib( TextAttribFontColor(bGrammarError ? COL_LIGHTBLUE : COL_LIGHTRED), 0, nStart, nEnd ); in MoveErrorMarkTo()
1764 m_nErrorEnd = nEnd; in MoveErrorMarkTo()
[all …]
/trunk/main/cui/source/inc/
H A DSpellDialog.hxx92 … SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16 nEnd );
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1864 sal_uInt16 nEnd = static_cast< sal_uInt16 >( rGeneralArray.Count() ); in Initialize() local
1867 for ( i = 1; i < nEnd; ++i ) in Initialize()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2731 sal_uInt8 nEnd = std::min( (sal_uInt8)(nStart + 3), (sal_uInt8)pActNum->GetLevelCount() ); in Paint() local
2732 for( sal_uInt8 nLevel = nStart; nLevel < nEnd; ++nLevel ) in Paint()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx522 sal_Int32 nStart = 0,nEnd = ::std::min(nMaxElements,nCount); in loadData() local
523 while(nStart != nEnd) in loadData()
526 … RelationLoader* pThread = new RelationLoader(this,xMetaData,m_xTables,aNames,nStart,nEnd); in loadData()
530 nStart = nEnd; in loadData()
531 nEnd += nMaxElements; in loadData()
532 nEnd = ::std::min(nEnd,nCount); in loadData()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx928 const long nEnd, long &nPos ) in FindEntryPos() argument
931 if ( nStart > nEnd ) in FindEntryPos()
936 if ( nStart == nEnd ) in FindEntryPos()
958 const long nMid = nStart + ( ( nEnd - nStart ) / 2 ); in FindEntryPos()
964 return FindEntryPos( pEntry, nMid+1, nEnd, nPos ); in FindEntryPos()

Completed in 164 milliseconds

12345678910>>...18