Searched refs:pStartPos (Results 1 – 11 of 11) sorted by relevance
/trunk/main/svtools/source/edit/ |
H A D | syntaxhighlight.cxx | 670 ( /*out*/const sal_Unicode* pStartPos, /*out*/const sal_Unicode* pEndPos ) in getTokStr() argument 672 return String( pStartPos, (sal_uInt16)( pEndPos - pStartPos ) ); in getTokStr() 678 /*out*/const sal_Unicode* pStartPos, /*out*/const sal_Unicode* pEndPos ) in getFullTokenStr() argument 697 aOut += String( pStartPos, (sal_uInt16)( pEndPos - pStartPos ) ); in getFullTokenStr() 810 const sal_Unicode* pStartPos; in parseLine() local 815 while( getNextToken( eType, pStartPos, pEndPos ) ) in parseLine() 833 const sal_Unicode* pStartPos; in getHighlightPortions() local 837 while( getNextToken( eType, pStartPos, pEndPos ) ) in getHighlightPortions() 841 portion.nBegin = (sal_uInt16)(pStartPos - mpStringBegin); in getHighlightPortions()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 145 SwPosition *pStartPos = 0; in SelAll() local 155 pStartPos = new SwPosition( *pTmpCrsr->GetPoint() ); in SelAll() 178 if( pStartPos ) in SelAll() 189 ( *pStartPos == *pTmpCrsr->GetMark() && in SelAll() 193 delete pStartPos; in SelAll()
|
/trunk/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 2008 SwPosition *pStartPos = rCrsr.Start(), in CalcFrmRects() local 2009 *pEndPos = rCrsr.GetPoint() == pStartPos ? rCrsr.GetMark() : rCrsr.GetPoint(); in CalcFrmRects() 2016 if( !pStartPos->nNode.GetNode().IsCntntNode() || in CalcFrmRects() 2017 !pStartPos->nNode.GetNode().GetCntntNode()->getLayoutFrm(this) || in CalcFrmRects() 2018 ( pStartPos->nNode != pEndPos->nNode && in CalcFrmRects() 2027 SwCntntFrm const* pStartFrm = pStartPos->nNode.GetNode(). in CalcFrmRects() 2028 GetCntntNode()->getLayoutFrm( this, &rCrsr.GetSttPos(), pStartPos ); in CalcFrmRects() 2083 if ( pStartPos == rCrsr.GetPoint() ) in CalcFrmRects() 2103 if ( pStartPos == rCrsr.GetPoint() ) in CalcFrmRects() 2120 pStartFrm->GetCharRect( aStRect, *pStartPos, &aTmpState ); in CalcFrmRects() [all …]
|
/trunk/main/svtools/inc/svtools/ |
H A D | syntaxhighlight.hxx | 128 String getTokStr( /*out*/const sal_Unicode* pStartPos, /*out*/const sal_Unicode* pEndPos ); 133 /*out*/const sal_Unicode* pStartPos, /*out*/const sal_Unicode* pEndPos );
|
/trunk/main/forms/source/component/ |
H A D | ListBox.cxx | 414 const ::rtl::OUString* pStartPos = _rPropertyNames.getConstArray(); in setPropertyValues() local 417 pStartPos, pEndPos, in setPropertyValues() 421 pStartPos, pEndPos, in setPropertyValues() 428 pSelectSequenceValue = _rValues.getConstArray() + ( pSelectedItemsPos - pStartPos ); in setPropertyValues()
|
/trunk/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 202 ScRefAddress* pStartPos, in IsAbsArea() argument 228 if ( pStartPos && pEndPos ) in IsAbsArea() 230 *pStartPos = startPos; in IsAbsArea()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 897 SwPosition const * const pStartPos( rPam.Start() ); in CheckForOwnMemberMeta() local 898 if (&pStartPos->nNode.GetNode() != pTxtNode) in CheckForOwnMemberMeta() 906 const xub_StrLen nStartPos(pStartPos->nContent.GetIndex()); in CheckForOwnMemberMeta()
|
/trunk/main/sw/source/core/access/ |
H A D | accmap.cxx | 3656 SwPosition* pStartPos = pCrsr->Start(); in _BuildSelectedParas() local 3659 SwNodeIndex aIdx( pStartPos->nNode ); in _BuildSelectedParas() 3676 pTxtNode == &(pStartPos->nNode.GetNode()) in _BuildSelectedParas() 3677 ? pStartPos->nContent.GetIndex() in _BuildSelectedParas()
|
H A D | accpara.cxx | 2206 SwPosition* pStartPos = new SwPosition( *pTxtNode ); in _getRunAttributesImpl() local 2207 … pStartPos->nContent.Assign( const_cast<SwTxtNode*>(pTxtNode), static_cast<sal_uInt16>(nIndex) ); in _getRunAttributesImpl() 2211 pPaM = new SwPaM( *pStartPos, *pEndPos ); in _getRunAttributesImpl() 2213 delete pStartPos; in _getRunAttributesImpl()
|
/trunk/main/sc/inc/ |
H A D | rangeutl.hxx | 75 ScRefAddress* pStartPos = 0,
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1473 const SwPosition* pStartPos = pCrsr->Start(); in lcl_CollectDeletedRedlines() local 1477 const xub_StrLen nStartIndex = pStartPos->nContent.GetIndex(); in lcl_CollectDeletedRedlines()
|
Completed in 87 milliseconds