Searched refs:nTxtStart (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | frminf.cxx | 124 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 D | inftxt.hxx | 158 xub_StrLen nTxtStart; // TxtOfst bei Follows member in SwTxtInfo 168 inline xub_StrLen GetTxtStart() const { return nTxtStart; } in GetTxtStart()
|
H A D | inftxt.cxx | 209 nTxtStart = pFrm->GetOfst(); in CtorInitTxtInfo() 220 nTxtStart( rInf.GetTxtStart() ) in SwTxtInfo()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 637 WW8_CP nTxtStart = nStart; in InsertAttrsAsDrawingAttrs() local 638 if (nTxtStart < nStartCp) in InsertAttrsAsDrawingAttrs() 639 nTxtStart = nStartCp; in InsertAttrsAsDrawingAttrs() 667 nStartReplace = nTxtStart; in InsertAttrsAsDrawingAttrs() 679 nTxtStart - nStartReplace), cReplaceSymbol); in InsertAttrsAsDrawingAttrs() 682 nTxtStart - nStartCp ) ); in InsertAttrsAsDrawingAttrs() 758 GetESelection( nTxtStart - nStartCp, nEnd - nStartCp ) ); in InsertAttrsAsDrawingAttrs()
|
H A D | writerwordglue.cxx | 535 xub_StrLen nTxtStart, bool bSplitOnCharSet) in GetPseudoCharRuns() argument 720 aRunChanges.end(), myImplHelpers::IfBeforeStart(nTxtStart)), aRunChanges.end()); in GetPseudoCharRuns()
|
/aoo4110/main/linguistic/source/ |
H A D | misc.cxx | 595 sal_Int32 nTxtStart = nPosL; in GetAltSpelling() local 597 rRplc = aHyphenatedWord.copy( nTxtStart, nTxtLen ); in GetAltSpelling()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 470 sal_uInt16 nTxtStart, in DrawPortionInfo() argument 487 mnTextStart(nTxtStart), in DrawPortionInfo()
|
/aoo4110/main/starmath/source/ |
H A D | parse.cxx | 958 xub_StrLen nTxtStart = m_nBufferIndex; in NextToken() local 966 … m_aCurToken.aText = m_aBufferString.Copy( sal::static_int_cast< xub_StrLen >(nTxtStart), in NextToken() 967 … sal::static_int_cast< xub_StrLen >(m_nBufferIndex - nTxtStart) ); in NextToken()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1903 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4904 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()
|
Completed in 714 milliseconds