Home
last modified time | relevance | path

Searched refs:nBreakPos (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sw/source/core/text/
H A Dguess.cxx210 nBreakPos = rInf.GetIdx(); in Guess()
220 nBreakPos = nCutPos; in Guess()
221 xub_StrLen nX = nBreakPos; in Guess()
231 --nBreakPos; in Guess()
238 --nBreakPos; in Guess()
387 nBreakStart = nBreakPos; in Guess()
441 nBreakPos = rInf.GetIdx() - 1; in Guess()
464 nBreakPos = STRING_LEN; in Guess()
469 if( nBreakPos > nCutPos && nBreakPos != STRING_LEN ) in Guess()
492 nBreakPos = nBreakPos - nFieldDiff; in Guess()
[all …]
H A Dguess.hxx43 xub_StrLen nBreakPos; // start index of break position member in SwTxtGuess
49 nBreakPos(0), nFieldDiff(0), nBreakWidth(0) in SwTxtGuess()
63 inline xub_StrLen BreakPos() const {return nBreakPos; } in BreakPos()
/aoo41x/main/vcl/aqua/source/gdi/
H A Datslayout.cxx742 UniCharArrayOffset nBreakPos = mnMinCharPos; in GetTextBreak() local
747 nATSUMaxWidth, false, &nBreakPos ); in GetTextBreak()
756 if( nBreakPos >= static_cast<UniCharArrayOffset>(mnEndCharPos) ) in GetTextBreak()
763 return nBreakPos; in GetTextBreak()
767 eStatus = ATSUGetUnjustifiedBounds( maATSULayout, mnMinCharPos, nBreakPos-mnMinCharPos, in GetTextBreak()
770 return nBreakPos; in GetTextBreak()
773 return nBreakPos; in GetTextBreak()
774 UniCharArrayOffset nBreakPosInWord = nBreakPos; in GetTextBreak()
775 eStatus = ATSUBreakLine( maATSULayout, nBreakPos, nATSURemWidth, false, &nBreakPosInWord ); in GetTextBreak()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx1771 sal_uInt16 nBreakPos = 0xFFFF; in ImpBreakLine() local
1782 nBreakPos = nMaxBreakPos + 1; in ImpBreakLine()
1820 if ( nBreakPos < nMinBreakPos ) in ImpBreakLine()
1822 nBreakPos = nMinBreakPos; in ImpBreakLine()
1827 nBreakPos = nMaxBreakPos; in ImpBreakLine()
1832 nBreakPos = nMaxBreakPos; in ImpBreakLine()
1838 … sal_Unicode cFirstInNextLine = ( (nBreakPos+1) < pNode->Len() ) ? pNode->GetChar( nBreakPos ) : 0; in ImpBreakLine()
1840 nBreakPos++; in ImpBreakLine()
1935 nBreakPos++; in ImpBreakLine()
1947 nBreakPos = nMaxBreakPos; in ImpBreakLine()
[all …]
/aoo41x/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx334 sal_Int32 nBreakPos; in Reset() local
335 m_pParent->CheckColumns(nBreakPos); in Reset()
391 sal_Int32 nBreakPos; variable
392 m_pParent->CheckColumns(nBreakPos);
H A DWCopyTable.cxx910 sal_Int32 nBreakPos = 0; in IMPL_LINK() local
911 sal_Bool bCheckOk = CheckColumns(nBreakPos); in IMPL_LINK()
914 showColumnTypeNotSupported(m_vSourceVec[nBreakPos-1]->first); in IMPL_LINK()
919 pPage->setDisplayRow(nBreakPos); in IMPL_LINK()
/aoo41x/main/vcl/source/gdi/
H A Doutdev3.cxx4824 xub_StrLen nBreakPos = nPos; in ImplGetTextLines() local
4826 …while ( ( nBreakPos < nLen ) && ( rStr.GetChar( nBreakPos ) != _CR ) && ( rStr.GetChar( nBreakPos in ImplGetTextLines()
4827 nBreakPos++; in ImplGetTextLines()
4843 if ( nBreakPos <= nPos ) in ImplGetTextLines()
4844 nBreakPos = nSoftBreak; in ImplGetTextLines()
4935 nBreakPos++; in ImplGetTextLines()
4962 nBreakPos = nSpacePos; in ImplGetTextLines()
4965 nBreakPos++; in ImplGetTextLines()
4975 if ( nBreakPos == nPos ) in ImplGetTextLines()
4976 nBreakPos++; in ImplGetTextLines()
[all …]
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx1805 sal_uInt16 nBreakPos = (sal_uInt16)aLBR.breakIndex; in ImpBreakLine() local
1806 if ( nBreakPos <= pLine->GetStart() ) in ImpBreakLine()
1808 nBreakPos = nMaxBreakPos; in ImpBreakLine()
1809 if ( nBreakPos <= pLine->GetStart() ) in ImpBreakLine()
1810 nBreakPos = pLine->GetStart() + 1; // Sonst Endlosschleife! in ImpBreakLine()
1815 pLine->SetEnd( nBreakPos ); in ImpBreakLine()
1816 sal_uInt16 nEndPortion = SplitTextPortion( nPara, nBreakPos ); in ImpBreakLine()
1818 sal_Bool bBlankSeparator = ( ( nBreakPos >= pLine->GetStart() ) && in ImpBreakLine()
1819 ( pNode->GetText().GetChar( nBreakPos ) == ' ' ) ) ? sal_True : sal_False; in ImpBreakLine()
1825 DBG_ASSERT( nBreakPos > pLine->GetStart(), "SplitTextPortion am Anfang der Zeile?" ); in ImpBreakLine()
[all …]
/aoo41x/main/cui/source/tabpages/
H A Dparagrph.cxx2224 sal_uInt16 nBreakPos = aBreakPositionLB.GetSelectEntryPos(); in IMPL_LINK() local
2225 if ( pListBox->GetSelectEntryPos() == 1 || 1 == nBreakPos) in IMPL_LINK()

Completed in 473 milliseconds