Home
last modified time | relevance | path

Searched refs:nTxtStart (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/linguistic/source/
H A Dmisc.cxx595 sal_Int32 nTxtStart = nPosL; in GetAltSpelling() local
597 rRplc = aHyphenatedWord.copy( nTxtStart, nTxtLen ); in GetAltSpelling()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4904 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImplGetTextLines() local
4905 sal_uInt16 nTxtEnd = nTxtStart; in ImplGetTextLines()
4922 ++nTxtStart; in ImplGetTextLines()
4928 if ( nTxtEnd > nTxtStart ) in ImplGetTextLines()
4933 nBreakPos = nWordStart + nTxtStart; in ImplGetTextLines()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx634 WW8_CP nTxtStart = nStart; in InsertAttrsAsDrawingAttrs() local
635 if (nTxtStart < nStartCp) in InsertAttrsAsDrawingAttrs()
636 nTxtStart = nStartCp; in InsertAttrsAsDrawingAttrs()
664 nStartReplace = nTxtStart; in InsertAttrsAsDrawingAttrs()
676 nTxtStart - nStartReplace), cReplaceSymbol); in InsertAttrsAsDrawingAttrs()
679 nTxtStart - nStartCp ) ); in InsertAttrsAsDrawingAttrs()
755 GetESelection( nTxtStart - nStartCp, nEnd - nStartCp ) ); in InsertAttrsAsDrawingAttrs()
H A Dwriterwordglue.cxx535 xub_StrLen nTxtStart, bool bSplitOnCharSet) in GetPseudoCharRuns() argument
720 aRunChanges.end(), myImplHelpers::IfBeforeStart(nTxtStart)), aRunChanges.end()); in GetPseudoCharRuns()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1903 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImpBreakLine() local
1904 sal_uInt16 nTxtEnd = nTxtStart; in ImpBreakLine()
1921 ++nTxtStart; in ImpBreakLine()
1927 if ( nTxtEnd > nTxtStart ) in ImpBreakLine()
1933 nBreakPos = nWordStart + nTxtStart; in ImpBreakLine()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx470 sal_uInt16 nTxtStart, in DrawPortionInfo() argument
487 mnTextStart(nTxtStart), in DrawPortionInfo()
/trunk/main/sw/source/core/text/
H A Dfrminf.cxx124 xub_StrLen nTxtStart = rLine.GetTxtStart(); in GetLineStart() local
126 if( rLine.GetStart() == nTxtStart ) in GetLineStart()
131 if( ((SwTxtCursor&)rLine).GetCharRect( &aRect, nTxtStart ) ) in GetLineStart()
263 sal_Bool SwTxtFrmInfo::IsBullet( xub_StrLen nTxtStart ) const in IsBullet()
267 aInf.SetIdx( nTxtStart ); in IsBullet()
268 return aLine.IsSymbol( nTxtStart ); in IsBullet()
H A Dinftxt.cxx212 nTxtStart = pFrm->GetOfst(); in CtorInitTxtInfo()
223 nTxtStart( rInf.GetTxtStart() ) in SwTxtInfo()
H A Dinftxt.hxx158 xub_StrLen nTxtStart; // TxtOfst bei Follows member in SwTxtInfo
168 inline xub_StrLen GetTxtStart() const { return nTxtStart; } in GetTxtStart()
/trunk/main/starmath/source/
H A Dparse.cxx968 xub_StrLen nTxtStart = m_nBufferIndex; in NextToken() local
976 … m_aCurToken.aText = m_aBufferString.Copy( sal::static_int_cast< xub_StrLen >(nTxtStart), in NextToken()
977 … sal::static_int_cast< xub_StrLen >(m_nBufferIndex - nTxtStart) ); in NextToken()

Completed in 120 milliseconds