Home
last modified time | relevance | path

Searched refs:nTxtLen (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx264 xub_StrLen nStart, nEnde, nTxtLen; in Find() local
278 nTxtLen = ((SwTxtNode*)pNode)->GetTxt().Len(); in Find()
282 nEnde = bSrchForward ? nTxtLen : 0; in Find()
370 nTxtLen = nEndeInside-nStartInside; in Find()
376 nTxtLen = nStartInside-nEndeInside; in Find()
380 nStartInside,nEndeInside,nTxtLen, pNode,pPam); in Find()
403 nStart,nEnde,nTxtLen, pNode,pPam); in Find()
416 xub_StrLen &nStart, xub_StrLen &nEnde, xub_StrLen nTxtLen,SwNode* pNode, SwPaM* pPam) in DoSearch() argument
530 else if( ( bChkEmptyPara && !nStart && !nTxtLen ) || bChkParaEnd ) in DoSearch()
533 GetPoint()->nContent = bChkParaEnd ? nTxtLen : 0; in DoSearch()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx247 const sal_uInt16 nTxtLen = Min( rTxt.Len(), nLen ); in DoOnCapitals() local
261 while( nPos < nTxtLen ) in DoOnCapitals()
269 while( nPos < nTxtLen ) in DoOnCapitals()
299 while( nPos < nTxtLen ) in DoOnCapitals()
306 if( ++nPos < nTxtLen ) in DoOnCapitals()
329 while( nPos < nTxtLen && CH_BLANK == aCharString && ++nPos < nTxtLen ) in DoOnCapitals()
/trunk/main/linguistic/source/
H A Dmisc2.cxx138 sal_Int32 nTxtLen = rTxt.getLength(); in StripTrailingChars() local
139 sal_Int32 nIdx = nTxtLen - 1; in StripTrailingChars()
143 rtl::OUString aRes( rTxt.copy( nTxtLen - nTrailing ) ); in StripTrailingChars()
144 rTxt = rTxt.copy( 0, nTxtLen - nTrailing ); in StripTrailingChars()
H A Dmisc.cxx596 sal_Int32 nTxtLen = nAltPosL - nPosL + 1; in GetAltSpelling() local
597 rRplc = aHyphenatedWord.copy( nTxtStart, nTxtLen ); in GetAltSpelling()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1626 xub_StrLen nLBTxtLen = aSearchLB.GetText().Len(), nTxtLen; in IMPL_LINK() local
1629 nTxtLen = aSearchAttrText.GetText().Len(); in IMPL_LINK()
1631 nTxtLen = pImpl->aSearchFormats.GetText().Len(); in IMPL_LINK()
1633 if ( nLBTxtLen || nTxtLen ) in IMPL_LINK()
2077 xub_StrLen nTxtLen; in IMPL_LINK() local
2080 nTxtLen = aSearchAttrText.GetText().Len(); in IMPL_LINK()
2082 nTxtLen = pImpl->aSearchFormats.GetText().Len(); in IMPL_LINK()
2091 if( nTxtLen ) in IMPL_LINK()
2116 aLayoutBtn.SetText( bFormat && nTxtLen ? aLayoutStr : aStylesStr ); in IMPL_LINK()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx787 xub_StrLen nTxtLen = aEngine.GetTextLen(nPara); in InsertBookmark() local
788 ESelection aInsSel( nPara, nTxtLen, nPara, nTxtLen ); in InsertBookmark()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx380 const xub_StrLen nTxtLen = m_Text.Len(); in SplitCntntNode() local
382 _MakeNewTxtNode( rPos.nNode, sal_False, nSplitPos==nTxtLen ); in SplitCntntNode()
388 if (nSplitPos == nTxtLen) in SplitCntntNode()
415 if ( GetDepends() && m_Text.Len() && (nTxtLen / 2) < nSplitPos ) in SplitCntntNode()
517 if ( (nTxtLen != nSplitPos) || in SplitCntntNode()
522 if( 1 == nTxtLen - nSplitPos ) in SplitCntntNode()
529 SwDelTxt aHint( nSplitPos, nTxtLen - nSplitPos ); in SplitCntntNode()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1189 int nTPLen = 0, nTxtLen = 0; in CreateBinTextObject() local
1193 nTxtLen += pParaPortion->GetLines().GetObject( --nTest )->GetLen(); in CreateBinTextObject()
1194 …DBG_ASSERT( ( nTPLen == pParaPortion->GetNode()->Len() ) && ( nTxtLen == pParaPortion->GetNode()->… in CreateBinTextObject()
1391 int nTPLen = 0, nTxtLen = 0; in InsertBinTextObject() local
1395 nTxtLen += pParaPortion->GetLines().GetObject( --nTest )->GetLen(); in InsertBinTextObject()
1396 …DBG_ASSERT( ( nTPLen == pParaPortion->GetNode()->Len() ) && ( nTxtLen == pParaPortion->GetNode()->… in InsertBinTextObject()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx471 sal_uInt16 nTxtLen, in DrawPortionInfo() argument
488 mnTextLen(nTxtLen), in DrawPortionInfo()
/trunk/main/sw/inc/
H A Dpam.hxx171 xub_StrLen &nStart, xub_StrLen &nEnde,xub_StrLen nTxtLen,SwNode* pNode, SwPaM* pPam);
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1545 xub_StrLen nTxtLen = pEngine->GetTextLen(nLastPar); in TransliterateText() local
1546 ESelection aSelAll( 0, 0, nLastPar, nTxtLen ); in TransliterateText()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx929 const xub_StrLen nTxtLen = rText.getLength(); in DeleteAndInsert() local
938 if(nTxtLen) in DeleteAndInsert()

Completed in 110 milliseconds