/trunk/main/sw/source/core/edit/ |
H A D | eddel.cxx | 135 DeleteSel( *PCURCRSR, &bUndo ); in Delete() 171 PCURCRSR->DeleteMark(); in Copy() 172 pPos = (SwPosition*)PCURCRSR->GetPoint(); in Copy() 197 *PCURCRSR->Start() <= *pTmp && *pTmp < *PCURCRSR->End() ) in Copy() 219 PCURCRSR->DeleteMark(); in Copy() 220 pPos = (SwPosition*)PCURCRSR->GetPoint(); in Copy() 239 if( !PCURCRSR->HasMark() || *PCURCRSR->GetPoint() == *PCURCRSR->GetMark() ) in Copy() 250 const bool bSuccess( GetDoc()->CopyRange( *PCURCRSR, *pPos, false ) ); in Copy() 319 if( PCURCRSR->HasMark() && *PCURCRSR->GetMark() != *PCURCRSR->GetPoint() ) in Replace() 321 bRet = GetDoc()->ReplaceRange( *PCURCRSR, rNewStr, bRegExpRplc ) in Replace() [all …]
|
H A D | edatmisc.cxx | 54 GetDoc()->ResetAttrs(*PCURCRSR, sal_True, pAttrs); in ResetAttr() 74 if ( !PCURCRSR->HasMark() ) in GCAttr() 77 PCURCRSR->GetPoint()->nNode.GetNode().GetTxtNode(); in GCAttr() 85 const SwNodeIndex& rEnd = PCURCRSR->End()->nNode; in GCAttr() 86 SwNodeIndex aIdx( PCURCRSR->Start()->nNode ); in GCAttr() 141 if( PCURCRSR->HasMark() && ( bIsTblMode || in SetAttrItem() 142 *PCURCRSR->GetPoint() != *PCURCRSR->GetMark() )) in SetAttrItem() 144 GetDoc()->InsertPoolItem(*PCURCRSR, rHint, nFlags ); in SetAttrItem() 171 if( PCURCRSR->HasMark() && ( bIsTblMode || in SetAttrSet() 172 *PCURCRSR->GetPoint() != *PCURCRSR->GetMark() )) in SetAttrSet() [all …]
|
H A D | edattr.cxx | 87 if (PCURCRSR->IsInFrontOfLabel()) in GetCurAttr() 111 sal_uLong nSttNd = PCURCRSR->GetMark()->nNode.GetIndex(), in GetCurAttr() 112 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in GetCurAttr() 114 nEndCnt = PCURCRSR->GetPoint()->nContent.GetIndex(); in GetCurAttr() 182 sal_uLong nSttNd = PCURCRSR->GetMark()->nNode.GetIndex(), in GetCurTxtFmtColl() 183 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in GetCurTxtFmtColl() 340 nEndNd = PCURCRSR->GetPoint()->nNode.GetIndex(); in IsMoveLeftMargin() 504 const SwPosition *pStt = PCURCRSR->Start(), in GetScriptType() 505 *pEnd = pStt == PCURCRSR->GetMark() in GetScriptType() 506 ? PCURCRSR->GetPoint() in GetScriptType() [all …]
|
H A D | edglss.cxx | 239 if( !PCURCRSR->HasMark() ) in _CopySelToDoc() 241 if( 0 != (pNd = PCURCRSR->GetCntntNode()) && in _CopySelToDoc() 244 PCURCRSR->SetMark(); in _CopySelToDoc() 245 PCURCRSR->Move( fnMoveForward, fnGoCntnt ); in _CopySelToDoc() 246 bRet = GetDoc()->CopyRange( *PCURCRSR, aPos, false ) in _CopySelToDoc() 248 PCURCRSR->Exchange(); in _CopySelToDoc() 249 PCURCRSR->DeleteMark(); in _CopySelToDoc() 254 bRet = GetDoc()->CopyRange( *PCURCRSR, aPos, false ) || bRet; in _CopySelToDoc()
|
H A D | editsh.cxx | 84 const bool bSuccess = GetDoc()->InsertString(*PCURCRSR, c); in SV_IMPL_PTRARR() 88 SaveTblBoxCntnt( PCURCRSR->GetPoint() ); in SV_IMPL_PTRARR() 185 if( !GetDoc()->Overwrite(*PCURCRSR, rStr ) ) in Overwrite() 189 SaveTblBoxCntnt( PCURCRSR->GetPoint() ); in Overwrite() 206 GetDoc()->ClearBoxNumAttrs( PCURCRSR->GetPoint()->nNode ); in SplitNode() 207 GetDoc()->SplitNode( *PCURCRSR->GetPoint(), bCheckTableStart ); in SplitNode() 231 GetDoc()->ClearBoxNumAttrs( PCURCRSR->GetPoint()->nNode ); in AppendTxtNode() 1171 if( PCURCRSR->HasMark() ) in TransliterateText() 1172 GetDoc()->TransliterateText( *PCURCRSR, aTrans ); in TransliterateText() 1187 if( PCURCRSR->HasMark() ) in CountWords() [all …]
|
H A D | edtab.cxx | 138 if( PCURCRSR->HasMark() ) in TextToTable() 139 bRet |= 0 != GetDoc()->TextToTable( rInsTblOpts, *PCURCRSR, cCh, in TextToTable() 198 if( PCURCRSR->HasMark() && *PCURCRSR->GetPoint() != *PCURCRSR->GetMark() ) in IsTextToTableAvailable() 203 sal_uLong nStt = PCURCRSR->GetMark()->nNode.GetIndex(), in IsTextToTableAvailable() 204 nEnd = PCURCRSR->GetPoint()->nNode.GetIndex(); in IsTextToTableAvailable()
|
H A D | edsect.cxx | 53 GetDoc()->InsertSwSection( *PCURCRSR, rNewData, 0, pAttr ); in InsertSection() 202 const SwPosition* pStt = PCURCRSR->Start(), in SetSectionAttr() 203 * pEnd = PCURCRSR->End(); in SetSectionAttr() 271 const SwPosition* pStt = PCURCRSR->Start(), in GetFullSelectedSectionCount() 272 * pEnd = PCURCRSR->End(); in GetFullSelectedSectionCount()
|
H A D | edfld.cxx | 231 const bool bSuccess(GetDoc()->InsertPoolItem(*PCURCRSR, aFld, nInsertFlags)); in Insert2() 322 if( PCURCRSR->HasMark() && bOkay ) // ... mit Selektion in UpdateFlds() 325 SwPaM aCurPam( *PCURCRSR->GetMark(), *PCURCRSR->GetPoint() ); in UpdateFlds() 326 SwPaM aPam( *PCURCRSR->GetPoint() ); in UpdateFlds()
|
H A D | edtox.cxx | 78 const SwPosition *pStt = PCURCRSR->Start(), in Insert() 79 *pEnd = PCURCRSR->End(); in Insert() 88 *PCURCRSR, rMark, nsSetAttrMode::SETATTR_DONTEXPAND ); in Insert()
|
H A D | edfcol.cxx | 80 if ( !PCURCRSR->HasReadonlySel( GetViewOptions()->IsFormView() ) ) in SetTxtFmtColl() 82 GetDoc()->SetTxtFmtColl( *PCURCRSR, pLocal, true, bResetListAttrs ); in SetTxtFmtColl()
|
H A D | edredln.cxx | 108 bRet = bRet || GetDoc()->SetRedlineComment( *PCURCRSR, rS ); in SetRedlineComment()
|
H A D | autofmt.cxx | 2695 if( PCURCRSR->HasMark() ) in AutoFormat() 2697 SwAutoFormat aFmt( this, aAFFlags, &PCURCRSR->Start()->nNode, in AutoFormat() 2698 &PCURCRSR->End()->nNode ); in AutoFormat()
|
/trunk/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 58 #define PCURCRSR (_pCurrCrsr) macro 144 lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs() 170 bChange |= lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs() 179 lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs() 294 lcl_PaMCorrRel1( PCURCRSR, pOldNode, aNewPos, nCntIdx); in PaMCorrRel() 307 lcl_PaMCorrRel1( PCURCRSR, pOldNode, aNewPos, nCntIdx ); in PaMCorrRel() 315 lcl_PaMCorrRel1( PCURCRSR, pOldNode, aNewPos, nCntIdx ); in PaMCorrRel()
|
H A D | docbm.cxx | 1055 #define PCURCRSR (_pCurrCrsr) macro 1598 lcl_ChkPaM( rSaveArr, nNode, nCntnt, *PCURCRSR, in _SaveCntntIdx() 1613 lcl_ChkPaM( rSaveArr, nNode, nCntnt, *PCURCRSR, aSave, sal_False ); in _SaveCntntIdx() 1622 lcl_ChkPaM( rSaveArr, nNode, nCntnt, *PCURCRSR, aSave, sal_False ); in _SaveCntntIdx() 1731 pPos = &PCURCRSR->GetBound( 0x0800 == in _RestoreCntntIdx() 1755 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx() 1771 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx() 1891 pPos = &PCURCRSR->GetBound( 0x0800 == in _RestoreCntntIdx() 1915 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx() 1931 pPos = &PCURCRSR->GetBound( 0x0400 == in _RestoreCntntIdx()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 849 0 != ( pDestNd = GetDoc()->IsIdxInTbl( PCURCRSR->GetPoint()->nNode ))) in Paste() 851 SwPosition aDestPos( *PCURCRSR->GetPoint() ); in Paste() 854 const SwStartNode* pSttNd = PCURCRSR->GetNode()->FindTableBoxStartNode(); in Paste() 865 else if( !PCURCRSR->HasMark() && PCURCRSR->GetNext() == PCURCRSR && in Paste() 900 SwNode & rNode(PCURCRSR->GetPoint()->nNode.GetNode()); in Paste() 975 SwPosition* pPos = PCURCRSR->GetPoint(); in Paste() 991 lcl_SetAnchor( *PCURCRSR->GetPoint(), *PCURCRSR->GetNode(), in Paste() 1044 SwPosition& rInsPos = *PCURCRSR->GetPoint(); in Paste()
|
H A D | fedesc.cxx | 238 if( 0 != (pCNd = PCURCRSR->GetCntntNode() ) && in GetSelectedPageDescs() 244 if( PCURCRSR->HasMark() && in GetSelectedPageDescs() 245 0 != (pCNd = PCURCRSR->GetCntntNode( sal_False ) ) && in GetSelectedPageDescs()
|
H A D | fews.cxx | 612 SwPaM* pPam = PCURCRSR; in Sort()
|
H A D | fefly1.cxx | 921 pFmt = GetDoc()->Insert(*PCURCRSR, xObj, in InsertObject()
|
/trunk/main/sw/source/core/fields/ |
H A D | fldlst.cxx | 206 SwPosition aPos(*PCURCRSR->GetPoint()); in RemoveUnselectedFlds() 210 if (aPos >= *PCURCRSR->Start() && aPos < *PCURCRSR->End()) in RemoveUnselectedFlds()
|
/trunk/main/sw/inc/ |
H A D | edimp.hxx | 36 #define PCURCRSR (_pStartCrsr) macro
|