Home
last modified time | relevance | path

Searched refs:nLast (Results 1 – 25 of 87) sorted by last modified time

1234

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1181 long nLast = 0; in ImplFindItemPos() local
1196 if ( nLast || !it->maRect.IsEmpty() ) in ImplFindItemPos()
1200 if ( nLast && in ImplFindItemPos()
1201 ((nLast < it->maRect.Top()) || it->maRect.IsEmpty()) ) in ImplFindItemPos()
1210 else if ( !nLast ) in ImplFindItemPos()
1211 nLast = it->maRect.Bottom(); in ImplFindItemPos()
1216 if ( nLast && in ImplFindItemPos()
1217 ((nLast < it->maRect.Left()) || it->maRect.IsEmpty()) ) in ImplFindItemPos()
1226 else if ( !nLast ) in ImplFindItemPos()
1227 nLast = it->maRect.Right(); in ImplFindItemPos()
H A Dmenu.cxx3044 sal_uInt16 nLast = GetItemCount() - 1; in RemoveDisabledEntries() local
3045 MenuItemData* pItem = pItemList->GetDataFromPos( nLast ); in RemoveDisabledEntries()
3047 RemoveItem( nLast ); in RemoveDisabledEntries()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx465 KSHORT nLast = 0; in GetEndCharRect() local
480 nLast = nX; in GetEndCharRect()
490 pOrig->Pos().X() += nLast; in GetEndCharRect()
H A Dfrmform.cxx2114 MSHORT nLast; in Format() local
2119 nLast = nPgNr; in Format()
2122 if( nLast > nPgNr ) in Format()
2124 else if( nLast == nPgNr ) in Format()
2126 else if( nLast < nPgNr - 1 ) in Format()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1028 xub_StrLen nLast; in GetTextBoundary() local
1031 ( nLast = pWrongList->Pos( nWrongPos ) ) >= nBegin ) in GetTextBoundary()
1033 nLast = nWrongPos in GetTextBoundary()
1038 ( nLast == STRING_LEN || nLast < pWrongList->GetEndInv() ) ) in GetTextBoundary()
1040 nLast = nBegin > pWrongList->GetEndInv() in GetTextBoundary()
1044 else if ( nLast < STRING_LEN ) in GetTextBoundary()
1046 nLast += pWrongList->Len( nWrongPos ); in GetTextBoundary()
1057 if (STRING_LEN == nLast)//first in GetTextBoundary()
1063 rBound.startPos = max(nLast,(xub_StrLen)rBound.startPos); in GetTextBoundary()
1067 rBound.startPos = max(nLast,(xub_StrLen)rBound.startPos); in GetTextBoundary()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1402 sal_uInt16 nLast = (sal_uInt16)(pView->GetVisiblePos( (SvLBoxEntry*)(pView->LastVisible()))); in FillView() local
1404 sal_uInt16 nCurDispEntries = nLast-nThumb+1; in FillView()
1927 sal_uInt16 nLast = (sal_uInt16)(pView->GetVisiblePos( (SvLBoxEntry*)(pView->LastVisible()))); in EntryInserted() local
1929 sal_uInt16 nCurDispEntries = nLast-nThumb+1; in EntryInserted()
H A Dimivctl1.cxx3286 sal_uLong nLast = std::max( nFront, nBack ); in SelectRange() local
3303 for ( i=nFirst; i<=nLast; i++ ) in SelectRange()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3030 sal_uInt16 n1st=0,nLast=0; in _MovAllPoints() local
3035 nLast=n1st; in _MovAllPoints()
3036 while (nLast<nPolyAnz && aTempPolyPoly[nLast].GetPointCount()!=0) nLast++; in _MovAllPoints()
3040 for (i=n1st+1; i<nLast; i++) in _MovAllPoints()
3079 for (i=n1st; i<nLast; i++) in _MovAllPoints()
3089 n1st=nLast+1; in _MovAllPoints()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx217 void ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nLast );
1033 … AccessibleTextHelper_Impl::ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nLast ) in ParagraphsMoved() argument
1074 else if( nMiddle < nLast ) in ParagraphsMoved()
1076 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1080 ::std::swap(nMiddle, nLast); in ParagraphsMoved()
1081 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1084 if( nFirst < nParas && nMiddle < nParas && nLast < nParas ) in ParagraphsMoved()
1098 ::std::advance( end, nLast+1 ); in ParagraphsMoved()
1107 maParaManager.Release(nFirst, nLast+1); in ParagraphsMoved()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1447 SCROW nLast = rRow; in FindDataAreaPos() local
1454 while (nIndex<nCount-1 && pItems[nIndex].nRow==nLast+1 in FindDataAreaPos()
1458 ++nLast; in FindDataAreaPos()
1461 if (pItems[nIndex].nRow==nLast+1 && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1462 ++nLast; in FindDataAreaPos()
1470 while (nIndex>0 && pItems[nIndex].nRow+1==nLast in FindDataAreaPos()
1474 --nLast; in FindDataAreaPos()
1477 if (pItems[nIndex].nRow+1==nLast && !pItems[nIndex].pCell->IsBlank()) in FindDataAreaPos()
1478 --nLast; in FindDataAreaPos()
1481 if (nLast==rRow) in FindDataAreaPos()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1140 sal_uInt32 nLast = nFirst+nCount; in SelectRange() local
1142 if( nLast <= nCount ) in SelectRange()
1143 nLast = nCount - 1; in SelectRange()
1144 ESelection aSel( nFirst, 0, nLast, EE_INDEX_MAX ); in SelectRange()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java258 int nLast = aWord.length() - 1 - nHyphMinTrailing; in hyphenate() local
262 if (4 <= nLast) in hyphenate()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1874 sal_uInt16 nLast = 0; in lcl_queryMacro() local
1876 String sLibName = sMacro.GetToken( 0, '.', nLast ); in lcl_queryMacro()
1877 String sModule = sMacro.GetToken( 0, '.', nLast ); in lcl_queryMacro()
1878 sMacro.Erase( 0, nLast ); in lcl_queryMacro()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx258 sal_Int32 nLast = rFilePath.lastIndexOf( '/' ); in setDownloadFile() local
259 if ( nLast != -1 ) in setDownloadFile()
261 msDownloadFile = rFilePath.copy( nLast+1 ); in setDownloadFile()
262 const rtl::OUString aDownloadURL = rFilePath.copy( 0, nLast ); in setDownloadFile()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1568 return Get( nLast ); in Get()
1578 ( ( FuncDataList* ) this )->nLast = n; in Get()
1583 ( ( FuncDataList* ) this )->nLast = 0xFFFFFFFF; in Get()
/trunk/main/basic/source/classes/
H A Dimage.cxx125 sal_uIntPtr nLast = r.Tell() + nLen; in Load() local
145 while( ( nNext = r.Tell() ) < nLast ) in Load()
247 r.Seek( nLast ); in Load()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx176 nLast( 0xFFFFFFFF ) in ScaFuncDataList()
193 return Get( nLast ); in Get()
201 const_cast< ScaFuncDataList* >( this )->nLast = nIndex; in Get()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2533 void Document::notifySelectionChange( sal_Int32 nFirst, sal_Int32 nLast ) in notifySelectionChange() argument
2535 if ( nFirst < nLast ) in notifySelectionChange()
2537 Paragraphs::iterator aEnd( ::std::min( m_xParagraphs->begin() + nLast, m_aVisibleEnd ) ); in notifySelectionChange()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1311 sal_uInt16 nLast = 0; // becomes the index of the last line of the splitting in lcl_CalculateSplitLineHeights() local
1327 if( nEnd > nLast ) in lcl_CalculateSplitLineHeights()
1328 nLast = nEnd; in lcl_CalculateSplitLineHeights()
1335 SwTwips* pLines = new SwTwips[ nLast + 1 - nFirst ]; in lcl_CalculateSplitLineHeights()
1336 for( sal_uInt16 i = nFirst; i <= nLast; ++i ) in lcl_CalculateSplitLineHeights()
1417 SwTwips nLast = 0; in NewSplitRow() local
1429 aFSz.SetHeight( *pSplit - nLast ); in NewSplitRow()
1431 nLast = *pSplit; in NewSplitRow()
1441 aFSz.SetHeight( *pCurr - nLast ); in NewSplitRow()
1443 nLast = *pCurr; in NewSplitRow()
/trunk/main/xmloff/source/style/
H A Dfonthdl.cxx85 if( nLast > 0 ) in importXML()
86 nLast--; in importXML()
89 while( sal_Unicode(' ') == rStrImpValue[nLast] && nLast > nFirst ) in importXML()
90 nLast--; in importXML()
101 nLast--; in importXML()
104 if( nFirst <= nLast ) in importXML()
150 if( 0L == nLast ) in exportXML()
155 nLast--; in exportXML()
158 while( sal_Unicode(' ') == aStrFamilyName[nLast] && nLast > nFirst ) in exportXML()
159 nLast--; in exportXML()
[all …]
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1178 sal_uInt16 nLast = mpEntryList->GetLastSelected(); in SelectEntries() local
1179 if ( nLast != LISTBOX_ENTRY_NOTFOUND ) in SelectEntries()
1181 if ( ( nLast > nSelect ) && ( nLast > nAnchor ) ) in SelectEntries()
1183 for ( sal_uInt16 n = nSelect+1; n <= nLast; n++ ) in SelectEntries()
1192 else if ( ( nLast < nSelect ) && ( nLast < nAnchor ) ) in SelectEntries()
1194 for ( sal_uInt16 n = nLast; n < nSelect; n++ ) in SelectEntries()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx508 … GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16& nLast );
647 …Window::GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16& nLast ) in GetAssertionEntryRange() argument
657 nLast = nInbetweenEntry + 1; in GetAssertionEntryRange()
658 while ( nLast < nEntryCount ) in GetAssertionEntryRange()
660 if ( maLstBox.GetEntryData( nLast ) != NULL ) in GetAssertionEntryRange()
662 ++nLast; in GetAssertionEntryRange()
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx1049 if( rRange.nFirst < rRange.nLast ) in hasValue()
1051 if( i_nValue >= rRange.nFirst && i_nValue <= rRange.nLast ) in hasValue()
1056 if( i_nValue >= rRange.nLast && i_nValue <= rRange.nFirst ) in hasValue()
1069 if( rRange.nLast < rRange.nFirst ) in operator ++()
1072 if( nCurrent > rRange.nLast ) in operator ++()
1080 if( nCurrent < rRange.nLast ) in operator ++()
/trunk/main/tools/source/generic/
H A Dpoly.cxx911 sal_uInt16 nLast = 0, nNewCount = 1; in Optimize() local
918 if( ( mpImplPolygon->mpPointAry[ i ] != mpImplPolygon->mpPointAry[ nLast ] ) && in Optimize()
919 ( !nReduce || ( nReduce < (sal_uIntPtr) FRound( CalcDistance( nLast, i ) ) ) ) ) in Optimize()
921 aNewPoly[ nNewCount++ ] = mpImplPolygon->mpPointAry[ nLast = i ]; in Optimize()
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx116 sal_Int32 nLast; member
118 Range() : nFirst( -1 ), nLast( -1 ) {} in Range()
119 Range( sal_Int32 i_nFirst, sal_Int32 i_nLast ) : nFirst( i_nFirst ), nLast( i_nLast ) {} in Range()
127 bool insertRange( sal_Int32 nFirst, sal_Int32 nLast, bool bSequence, bool bMayAdjust );

Completed in 310 milliseconds

1234