/trunk/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 209 *pEndPos = (SwPosition*)rRange.End(); in InsertSwSection() local 241 pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection() 263 pEndPos->nNode.Assign( *pPrvNd ); in InsertSwSection() 264 pEndPos->nContent.Assign( pEndPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection() 268 pCNd = pEndPos->nNode.GetNode().GetCntntNode(); in InsertSwSection() 269 if( pCNd && pCNd->Len() != pEndPos->nContent.GetIndex() ) in InsertSwSection() 272 SplitNode( *pEndPos, false ); in InsertSwSection() 278 pEndPos->nNode--; in InsertSwSection() 285 pEndPos->nNode--; in InsertSwSection() 286 pTNd = pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection() [all …]
|
/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() 811 const sal_Unicode* pEndPos; in parseLine() local 815 while( getNextToken( eType, pStartPos, pEndPos ) ) in parseLine() 834 const sal_Unicode* pEndPos; in getHighlightPortions() local 837 while( getNextToken( eType, pStartPos, pEndPos ) ) in getHighlightPortions() 842 portion.nEnd = (sal_uInt16)(pEndPos - mpStringBegin); in getHighlightPortions()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 146 SwPosition *pEndPos = 0; in SelAll() local 156 pEndPos = new SwPosition( *pTmpCrsr->GetMark() ); in SelAll() 188 if( *pTmpCrsr->GetPoint() < *pEndPos || in SelAll() 190 *pEndPos == *pTmpCrsr->GetPoint() ) ) in SelAll() 194 delete pEndPos; in SelAll()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 514 sal_uInt8* pEndPos = p+2; in Start() local 515 sal_uInt8* pTc0 = ( nSize >= nCount * 10 ) ? pEndPos + 2 * nCount : 0; in Start() 524 sal_uInt16 nPos1 = SVBT16ToShort( pEndPos ); in Start() 530 pEndPos+=2; in Start()
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 591 SwPosition* pEndPos = pCrsr->End(); in Convert() local 595 pEndPos->nNode.GetNode().IsTxtNode()) in Convert() 599 pEndPos->nNode.GetNode().GetTxtNode(), pEndPos->nContent ); in Convert()
|
/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/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 180 const SwPosition* pEndPos = NULL; in lcl_FillBookmarkArray() local 183 pEndPos = &rEndPos; in lcl_FillBookmarkArray() 190 pEndPos = pCrossRefEndPos.get(); in lcl_FillBookmarkArray() 192 if(pEndPos) in lcl_FillBookmarkArray() 197 BKM_TYPE_END, *pEndPos))); in lcl_FillBookmarkArray()
|
H A D | unorefmk.cxx | 922 SwPosition const * const pEndPos( rPam.End() ); in CheckForOwnMemberMeta() local 923 if (&pEndPos->nNode.GetNode() != pTxtNode) in CheckForOwnMemberMeta() 930 const xub_StrLen nEndPos(pEndPos->nContent.GetIndex()); in CheckForOwnMemberMeta()
|
/trunk/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 2009 *pEndPos = rCrsr.GetPoint() == pStartPos ? rCrsr.GetMark() : rCrsr.GetPoint(); in CalcFrmRects() local 2018 ( pStartPos->nNode != pEndPos->nNode && in CalcFrmRects() 2019 ( !pEndPos->nNode.GetNode().IsCntntNode() || in CalcFrmRects() 2020 !pEndPos->nNode.GetNode().GetCntntNode()->getLayoutFrm(this) ) ) ) in CalcFrmRects() 2030 SwCntntFrm const* pEndFrm = pEndPos->nNode.GetNode(). in CalcFrmRects() 2031 GetCntntNode()->getLayoutFrm( this, &rCrsr.GetEndPos(), pEndPos ); in CalcFrmRects() 2125 pEndFrm->GetCharRect( aEndRect, *pEndPos, &aTmpState ); in CalcFrmRects() 2399 pEndPos->nContent.GetIndex() ) in CalcFrmRects()
|
/trunk/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 656 SwPosition* pEndPos = pCrsr->End(); in InsertSoftHyph() local 661 if( pSttPos->nNode != pEndPos->nNode || !nLastHyphLen ) in InsertSoftHyph() 663 ASSERT( pSttPos->nNode == pEndPos->nNode, in InsertSoftHyph() 666 *pSttPos = *pEndPos; in InsertSoftHyph() 1509 const SwPosition* pEndPos = pCrsr->End(); in lcl_CutRedlines() local 1510 xub_StrLen nEnd = pEndPos->nContent.GetIndex(); in lcl_CutRedlines()
|
H A D | editsh.cxx | 889 SwPosition* pSttPos = pCrsr->Start(), *pEndPos = pCrsr->End(); in SetNumberingRestart() local 891 sal_uLong nEndNd = pEndPos->nNode.GetIndex(); in SetNumberingRestart()
|
/trunk/main/forms/source/component/ |
H A D | ListBox.cxx | 415 … const ::rtl::OUString* pEndPos = _rPropertyNames.getConstArray() + _rPropertyNames.getLength(); in setPropertyValues() local 417 pStartPos, pEndPos, in setPropertyValues() 421 pStartPos, pEndPos, in setPropertyValues() 424 if ( ( pSelectedItemsPos != pEndPos ) && ( pStringItemListPos != pEndPos ) ) in setPropertyValues()
|
/trunk/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1891 SwPosition* pSttPos = rPaM.Start(), *pEndPos = rPaM.End(); in Spell() local 1899 pConvArgs->SetEnd( pEndPos->nNode.GetNode().GetTxtNode(), pEndPos->nContent ); in Spell() 1904 pEndPos->nNode.GetNode().GetTxtNode(), pEndPos->nContent, in Spell() 1908 sal_uLong nEndNd = pEndPos->nNode.GetIndex(); in Spell() 1977 pEndPos->nNode = nCurrNd; in Spell() 2029 pEndPos->nNode = nCurrNd; in Spell()
|
H A D | docbm.cxx | 290 const SwPosition* const pEndPos = &pMark->GetMarkEnd(); 296 pEndPos->nNode.GetIndex(), 297 pEndPos->nContent.GetIndex());
|
/trunk/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 203 ScRefAddress* pEndPos, in IsAbsArea() argument 228 if ( pStartPos && pEndPos ) in IsAbsArea() 231 *pEndPos = endPos; in IsAbsArea()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 824 *pEndPos = aRegion.GetPoint(); in lcl_FindSelection() local 826 *pEndPos = *pTmpCrsr->End(); in lcl_FindSelection() 834 while( *pSttPos <= *pEndPos && in lcl_FindSelection() 886 *pEndPos = *pCurCrsr->Start(); in lcl_FindSelection() 891 if( *pSttPos == *pEndPos ) // im Bereich, aber am Ende in lcl_FindSelection()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1430 LanguageType ImpEditEngine::GetLanguage( const EditPaM& rPaM, sal_uInt16* pEndPos ) const in GetLanguage() 1432 …short nScriptType = GetScriptType( rPaM, pEndPos ); // pEndPos will be valid now, pointing to Scri… in GetLanguage() 1439 if ( pEndPos && pAttr && ( pAttr->GetEnd() < *pEndPos ) ) in GetLanguage() 1440 *pEndPos = pAttr->GetEnd(); in GetLanguage()
|
H A D | impedit2.cxx | 1866 sal_uInt16 ImpEditEngine::GetScriptType( const EditPaM& rPaM, sal_uInt16* pEndPos ) const in GetScriptType() 1870 if ( pEndPos ) in GetScriptType() 1871 *pEndPos = rPaM.GetNode()->Len(); in GetScriptType() 1887 if( pEndPos ) in GetScriptType() 1888 *pEndPos = rTypes[n].nEndPos; in GetScriptType()
|
H A D | impedit.hxx | 620 sal_uInt16 GetScriptType( const EditPaM& rPaM, sal_uInt16* pEndPos = NULL ) const; 925 LanguageType GetLanguage( const EditPaM& rPaM, sal_uInt16* pEndPos = NULL ) const;
|
/trunk/main/sw/source/core/access/ |
H A D | accmap.cxx | 3657 SwPosition* pEndPos = pCrsr->End(); in _BuildSelectedParas() local 3660 for ( ; aIdx.GetIndex() <= pEndPos->nNode.GetIndex(); ++aIdx ) in _BuildSelectedParas() 3679 pTxtNode == &(pEndPos->nNode.GetNode()) in _BuildSelectedParas() 3680 ? pEndPos->nContent.GetIndex() in _BuildSelectedParas()
|
H A D | accpara.cxx | 2208 SwPosition* pEndPos = new SwPosition( *pTxtNode ); in _getRunAttributesImpl() local 2209 … pEndPos->nContent.Assign( const_cast<SwTxtNode*>(pTxtNode), static_cast<sal_uInt16>(nIndex+1) ); in _getRunAttributesImpl() 2211 pPaM = new SwPaM( *pStartPos, *pEndPos ); in _getRunAttributesImpl() 2214 delete pEndPos; in _getRunAttributesImpl()
|
/trunk/main/sc/inc/ |
H A D | rangeutl.hxx | 76 ScRefAddress* pEndPos = 0,
|