Home
last modified time | relevance | path

Searched refs:nFirst (Results 1 – 25 of 63) sorted by last modified time

123

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx187 nNdIdx( rTxtNd.GetIndex() ), nFirst( nRed ), in SwRedlineItr()
227 if( nAct > nFirst ) in _Seek()
228 nAct = nFirst; // Die Prüfung muss von vorne beginnen in _Seek()
236 nAct = nFirst; in _Seek()
357 if( !bShow || MSHRT_MAX == nFirst ) in _GetNextRedln()
361 nAct = nFirst; in _GetNextRedln()
391 if( nFirst == MSHRT_MAX ) in CheckLine()
400 for( nAct = nFirst; nAct < rDoc.GetRedlineTbl().Count() ; ++nAct ) in CheckLine()
H A Ditrcrsr.cxx262 nFirst = nLeft; in CtorInitTxtMargin()
332 nFirst = nLeft + nFirstLineOfs; in CtorInitTxtMargin()
336 nFirst = pFrm->Frm().Left() + in CtorInitTxtMargin()
346 nFirst += pFrm->GetAdditionalFirstLineOffset(); in CtorInitTxtMargin()
349 if( nFirst >= nRight ) in CtorInitTxtMargin()
350 nFirst = nRight - 1; in CtorInitTxtMargin()
H A Dwrong.cxx436 xub_StrLen nFirst = Pos( 0 ); in InvalidateWrong() local
438 Invalidate( nFirst, nLast ); in InvalidateWrong()
H A Dredlnitr.hxx76 xub_StrLen nFirst; member in SwRedlineItr
102 inline void Reset() { if( nAct != nFirst ) nAct = STRING_LEN; in Reset()
H A Ditrtxt.hxx136 SwTwips nFirst; member in SwTxtMargin
160 inline SwTwips FirstLeft() const { return nFirst; } in FirstLeft()
171 inline SwTwips GetLeftMin() const { return nFirst < nLeft ? nFirst : nLeft; } in GetLeftMin()
172 inline sal_Bool HasNegFirst() const { return nFirst < nLeft; } in HasNegFirst()
326 return IsFirstTxtLine() ? nFirst : Left(); in GetLeftMargin()
331 return (nDropLines >= nLineNr && 1 != nLineNr) ? nFirst + nDropLeft : nLeft; in Left()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx778 SCSIZE nFirst = SCSIZE_MAX; in lcl_LUP_solve() local
788 if (nFirst != SCSIZE_MAX) in lcl_LUP_solve()
790 for (SCSIZE j = nFirst; j < i; ++j) in lcl_LUP_solve()
794 nFirst = i; in lcl_LUP_solve()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx423 sal_Int32 nFirst = 0, nSecond = 0; in compareBookmarks() local
424 _first >>= nFirst; in compareBookmarks()
427 return (nFirst != nSecond) ? CompareBookmark::NOT_EQUAL : CompareBookmark::EQUAL; in compareBookmarks()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx105 SCROW nFirst; member
107 ScDefaultAttr(const ScPatternAttr* pPatAttr) : pAttr(pPatAttr), nFirst(0), nCount(0) {} in ScDefaultAttr()
3872 aAttr.nFirst = nStartRow; in GetColDefault()
3878 aAttr.nFirst = aItr->nFirst; in GetColDefault()
3892 ( aItr->nCount == aDefaultItr->nCount && aItr->nFirst < aDefaultItr->nFirst ) ) in GetColDefault()
3896 nDefault = aDefaultItr->nFirst; in GetColDefault()
5343 sal_uInt16 nFirst = ((const SfxUInt16Item&)rSet.Get(ATTR_PAGE_FIRSTPAGENO)).GetValue(); in NeedPageResetAfterTab() local
5344 if ( nFirst != 0 ) in NeedPageResetAfterTab()
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx217 void ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nLast );
1033 …void AccessibleTextHelper_Impl::ParagraphsMoved( sal_Int32 nFirst, sal_Int32 nMiddle, sal_Int32 nL… in ParagraphsMoved() argument
1070 if( nMiddle < nFirst ) in ParagraphsMoved()
1072 ::std::swap(nFirst, nMiddle); in ParagraphsMoved()
1076 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1081 nLast = nLast + nMiddle - nFirst; in ParagraphsMoved()
1084 if( nFirst < nParas && nMiddle < nParas && nLast < nParas ) in ParagraphsMoved()
1097 ::std::advance( begin, nFirst ); in ParagraphsMoved()
1107 maParaManager.Release(nFirst, nLast+1); in ParagraphsMoved()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1137 void OutlinerView::SelectRange( sal_uInt32 nFirst, sal_uInt32 nCount ) in SelectRange() argument
1140 sal_uInt32 nLast = nFirst+nCount; in SelectRange()
1144 ESelection aSel( nFirst, 0, nLast, EE_INDEX_MAX ); in SelectRange()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx294 void SelectRange( sal_uInt32 nFirst, sal_uInt32 nCount );
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1687 sal_Int32 nFirst = -1, nSecond = -1; in CalculatePagePairsForProspectPrinting() local
1694 nFirst = nPage; in CalculatePagePairsForProspectPrinting()
1700 rPagePairs.push_back( std::pair< sal_Int32, sal_Int32 >(nFirst, nSecond) ); in CalculatePagePairsForProspectPrinting()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx874 sal_uInt8 nFirst, nSecond; in ImpDetectPBM() local
875 rStm >> nFirst >> nSecond; in ImpDetectPBM()
876 if ( nFirst == 'P' && ( ( nSecond == '1' ) || ( nSecond == '4' ) ) ) in ImpDetectPBM()
901 sal_uInt8 nFirst, nSecond; in ImpDetectPGM() local
903 rStm >> nFirst >> nSecond; in ImpDetectPGM()
904 if ( nFirst == 'P' && ( ( nSecond == '2' ) || ( nSecond == '5' ) ) ) in ImpDetectPGM()
929 sal_uInt8 nFirst, nSecond; in ImpDetectPPM() local
931 rStm >> nFirst >> nSecond; in ImpDetectPPM()
1153 sal_uInt8 nFirst, nSecond; in ImpDetectSGF() local
1155 rStm >> nFirst >> nSecond; in ImpDetectSGF()
[all …]
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3285 sal_uLong nFirst = std::min( nFront, nBack ); in SelectRange() local
3294 for ( i=0; i<nFirst; i++ ) in SelectRange()
3303 for ( i=nFirst; i<=nLast; i++ ) in SelectRange()
/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()
2538 …for ( Paragraphs::iterator aIt = ::std::max( m_xParagraphs->begin() + nFirst, m_aVisibleBegin ); a… in notifySelectionChange()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1325 if( nStart < nFirst ) in lcl_CalculateSplitLineHeights()
1326 nFirst = nStart; 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()
1341 pLines[ i - nFirst ] = nHeight; in lcl_CalculateSplitLineHeights()
1346 SwTwips nBase = pSplit->first <= nFirst ? 0 : in lcl_CalculateSplitLineHeights()
1357 return nFirst; in lcl_CalculateSplitLineHeights()
1424 InsertSpannedRow( pDoc, nFirst, 1 ); in NewSplitRow()
1433 ++nFirst; in NewSplitRow()
1437 SwTableLine* pRow = GetTabLines()[ nFirst ]; in NewSplitRow()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx2047 sal_Int32 nFirst = nLength - 2; in AddCurrency() local
2048 while ( nFirst >= 0 && aFormatCode.charAt( nFirst ) != '"' ) in AddCurrency()
2049 --nFirst; in AddCurrency()
2050 if ( nFirst >= 0 ) in AddCurrency()
2054 if ( nFirst > 0 ) in AddCurrency()
2055 aFormatCode.append( aOld.copy( 0, nFirst ) ); in AddCurrency()
2056 if ( nLength > nFirst + 2 ) in AddCurrency()
2057 aFormatCode.append( aOld.copy( nFirst + 1, nLength - nFirst - 2 ) ); in AddCurrency()
H A Dfonthdl.cxx82 sal_Int32 nFirst = nPos; in importXML() local
93 while( sal_Unicode(' ') == rStrImpValue[nFirst] && nFirst <= nLast ) in importXML()
94 nFirst++; in importXML()
97 sal_Unicode c = rStrImpValue[nFirst]; in importXML()
100 nFirst++; in importXML()
104 if( nFirst <= nLast ) in importXML()
109 OUString sTemp = rStrImpValue.copy( nFirst, nLast-nFirst+1 ); in importXML()
138 sal_Int32 nFirst = nPos; in exportXML() local
162 while( sal_Unicode(' ') == aStrFamilyName[nFirst] && nFirst <= nLast ) in exportXML()
163 nFirst++; in exportXML()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1447 gint nFirst = 0; in NWPaintGTKScrollbar() local
1449 if ( has_backward ) nFirst += 1; in NWPaintGTKScrollbar()
1450 if ( has_forward2 ) nFirst += 1; in NWPaintGTKScrollbar()
1726 gint nFirst = 0; in NWGetScrollButtonRect() local
1730 if ( has_forward2 ) nFirst += 1; in NWGetScrollButtonRect()
1731 if ( has_backward ) nFirst += 1; in NWGetScrollButtonRect()
1747 buttonHeight *= nFirst; in NWGetScrollButtonRect()
1754 buttonWidth *= nFirst; in NWGetScrollButtonRect()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx508 …void GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16…
647 void DbgWindow::GetAssertionEntryRange( sal_uInt16 nInbetweenEntry, sal_uInt16& nFirst, sal_uInt16&… in GetAssertionEntryRange() argument
649 nFirst = nInbetweenEntry; in GetAssertionEntryRange()
650 while ( nFirst > 0 ) in GetAssertionEntryRange()
652 if ( maLstBox.GetEntryData( nFirst ) != NULL ) in GetAssertionEntryRange()
654 --nFirst; in GetAssertionEntryRange()
/trunk/main/tools/source/ref/
H A Dglobname.cxx225 sal_uInt32 nFirst = 0; in MakeId() local
231 nFirst = nFirst * 16 + (*pStr - '0'); in MakeId()
233 nFirst = nFirst * 16 + (toupper( *pStr ) - 'A' + 10 ); in MakeId()
285 *(sal_uInt32 *)pImp->szData = nFirst; in MakeId()
/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 ++()
1094 nCurrent = pEnumerator->maSequence[nRangeIndex].nFirst; in operator ++()
1120 maSequence.empty() ? -1 : maSequence[0].nFirst ); in begin()
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx115 sal_Int32 nFirst; 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 );
/trunk/main/toolkit/source/awt/
H A Dvclxfont.cxx135 ::com::sun::star::uno::Sequence< sal_Int16 > VCLXFont::getCharWidths( sal_Unicode nFirst, sal_Unico… in getCharWidths() argument
146 sal_Int16 nCount = nLast-nFirst + 1; in getCharWidths()
152 String(static_cast< sal_Unicode >(nFirst+n)) )); in getCharWidths()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxfont.hxx80 …::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getCharWidths( sal_Unicode nFirst, sal_Unico…

Completed in 243 milliseconds

123