Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporlay.cxx845 if( nChg ) in InitScriptInfo()
889 if ( nChg ) in InitScriptInfo()
890 --nChg; in InitScriptInfo()
898 --nChg; in InitScriptInfo()
967 nChg = nEnd; in InitScriptInfo()
1015 nChg = Min( nChg, nNextCTLScriptStart ); in InitScriptInfo()
1021 if (nChg < rTxt.Len() && nChg > 0 && (i18n::ScriptType::WEAK == in InitScriptInfo()
1717 if ( nPos < nChg ) in CompType()
1780 if( nChg > nIdx ) in Compress()
1782 nI = nChg - nIdx; in Compress()
[all …]
H A Dporfld.cxx212 xub_StrLen nChg = 0; in CheckScript() local
215 nChg =(xub_StrLen)pBreakIt->GetBreakIter()->endOfScript(aTxt,0,nScript); in CheckScript()
216 if( nChg < aTxt.Len() ) in CheckScript()
217 nScript = pBreakIt->GetBreakIter()->getScriptType( aTxt, nChg ); in CheckScript()
223 if ( nChg < aTxt.Len() ) in CheckScript()
224 … nNextScriptChg = (xub_StrLen)pBreakIt->GetBreakIter()->endOfScript( aTxt, nChg, nScript ); in CheckScript()
H A Dfrmform.cxx1194 SwTwips nChg = rLine.CalcBottomLine() - nDocPrtTop - nOldHeight; in FormatAdjust() local
1197 if ( nChg < 0 && in FormatAdjust()
1200 nChg = 0; in FormatAdjust()
1211 if ( IsVertical() && !IsVertLR() && nChg ) in FormatAdjust()
1214 rRepaint.Left( rRepaint.Left() - nChg ); in FormatAdjust()
1215 rRepaint.Width( rRepaint.Width() - nChg ); in FormatAdjust()
1218 AdjustFrm( nChg, bHasToFit ); in FormatAdjust()
H A Dredlnitr.cxx107 xub_StrLen nChg = 0; in CtorInitAttrIter() local
112 nChg = pScriptInfo->GetScriptChg( nCnt ); in CtorInitAttrIter()
128 } while( nChg < rTxtNode.GetTxt().Len() ); in CtorInitAttrIter()
H A Dporrst.cxx330 const SwTwips nChg = nHeight - (Prt().*fnRect->fnGetHeight)(); in FormatEmpty()
332 if( !nChg ) in FormatEmpty()
334 AdjustFrm( nChg ); in FormatEmpty()
H A Dwidorp.cxx431 const SwTwips nChg = (*fnRect->fnYDiff)( nTmpY, nDocPrtTop + nOldHeight ); in FindWidows() local
470 if( 0 > nChg && !pMaster->IsLocked() && pMaster->GetUpper() ) in FindWidows()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx228 sal_uInt16 nChg = 0; in _CheckScript() local
231 nChg = (xub_StrLen)xBreak->endOfScript( aText, nChg, nScript ); in _CheckScript()
232 if( nChg < aText.Len() ) in _CheckScript()
233 nScript = xBreak->getScriptType( aText, nChg ); in _CheckScript()
240 nChg = (xub_StrLen)xBreak->endOfScript( aText, nChg, nScript ); in _CheckScript()
241 if (nChg < aText.Len() && nChg > 0 && in _CheckScript()
243 xBreak->getScriptType(aText, nChg - 1))) in _CheckScript()
249 aScriptChg.push_back( nChg - 1 ); in _CheckScript()
253 aScriptChg.push_back( nChg ); in _CheckScript()
258 aScriptChg.push_back( nChg ); in _CheckScript()
[all …]
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx554 xub_StrLen nChg = aIdx == pStt->nNode in GetScriptType() local
566 while( nChg < nEndPos ) in GetScriptType()
569 pScriptInfo->ScriptType( nChg ) : in GetScriptType()
571 rTxt, nChg ); in GetScriptType()
573 if( !lcl_IsNoEndTxtAttrAtPos( *pTNd, nChg, nRet, sal_True, in GetScriptType()
581 xub_StrLen nFldPos = nChg+1; in GetScriptType()
583 nChg = pScriptInfo ? in GetScriptType()
584 pScriptInfo->NextScriptChg( nChg ) : in GetScriptType()
586 rTxt, nChg, nScript ); in GetScriptType()
590 if( nFldPos < nChg ) in GetScriptType()
[all …]
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx422 sal_uInt16 nChg = 0; in CheckScript() local
425 nChg = (xub_StrLen)xBreak->endOfScript( maText, nChg, nScript ); in CheckScript()
426 if( nChg < maText.Len() ) in CheckScript()
427 nScript = xBreak->getScriptType( maText, nChg ); in CheckScript()
434 nChg = (xub_StrLen)xBreak->endOfScript( maText, nChg, nScript ); in CheckScript()
435 maScriptChg.push_back( nChg ); in CheckScript()
439 if( nChg < maText.Len() ) in CheckScript()
440 nScript = xBreak->getScriptType( maText, nChg ); in CheckScript()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx1438 long nChg; in AdjustNeighbourhood() local
1450 nChg = Min( nDiff, nChg ); in AdjustNeighbourhood()
1471 nChg = nTmp <= 0 ? 0 : nTmp; in AdjustNeighbourhood()
1477 aInva.Height( nChg + nTmp ); in AdjustNeighbourhood()
1483 nChg = nDiff; in AdjustNeighbourhood()
1491 nInvaAdd = -(nDiff - nChg); in AdjustNeighbourhood()
1496 nBorder -= nChg; in AdjustNeighbourhood()
1516 if ( !bTst && nChg ) in AdjustNeighbourhood()
1560 nDiff -= nChg; in AdjustNeighbourhood()
1562 return nChg; in AdjustNeighbourhood()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx243 sal_uInt16 nChg = 0; in GetTextAreaOutline() local
246 nChg = (xub_StrLen)xBI->endOfScript( rText, nChg, nScriptType ); in GetTextAreaOutline()
247 if( nChg < rText.getLength() ) in GetTextAreaOutline()
248 nScriptType = xBI->getScriptType( rText, nChg ); in GetTextAreaOutline()
/trunk/main/starmath/source/
H A Dparse.cxx414 sal_Int16 nChg = rText.Len() - nLen; in Replace() local
415 m_nBufferIndex = m_nBufferIndex + nChg; in Replace()
416 m_nTokenIndex = m_nTokenIndex + nChg; in Replace()

Completed in 96 milliseconds