Home
last modified time | relevance | path

Searched refs:pStartPos (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx670 ( /*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 Dselect.cxx145 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 Dtrvlfrm.cxx2008 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 Dsyntaxhighlight.hxx128 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 DListBox.cxx414 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 Drangeutl.cxx202 ScRefAddress* pStartPos, in IsAbsArea() argument
228 if ( pStartPos && pEndPos ) in IsAbsArea()
230 *pStartPos = startPos; in IsAbsArea()
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx897 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 Daccmap.cxx3656 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 Daccpara.cxx2206 SwPosition* pStartPos = new SwPosition( *pTxtNode ); in _getRunAttributesImpl() local
2207pStartPos->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 Drangeutl.hxx75 ScRefAddress* pStartPos = 0,
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1473 const SwPosition* pStartPos = pCrsr->Start(); in lcl_CollectDeletedRedlines() local
1477 const xub_StrLen nStartIndex = pStartPos->nContent.GetIndex(); in lcl_CollectDeletedRedlines()

Completed in 85 milliseconds