Home
last modified time | relevance | path

Searched refs:rRg (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx113 virtual bool Overwrite(const SwPaM &rRg, const String& rStr) = 0;
117 virtual bool InsertString(const SwPaM &rRg, const String&,
126 …virtual SwFlyFrmFmt* Insert(const SwPaM &rRg, const String& rGrfName, const String& rFltName, cons…
131 …virtual SwFlyFrmFmt* Insert(const SwPaM& rRg, const GraphicObject& rGrfObj, const SfxItemSet* pFly…
141 …virtual SwDrawFrmFmt* InsertDrawObj( const SwPaM &rRg, SdrObject& rDrawObj, const SfxItemSet& rFly…
145 …virtual SwFlyFrmFmt* Insert(const SwPaM &rRg, const svt::EmbeddedObjectRef& xObj, const SfxItemSet…
148 …virtual SwFlyFrmFmt* InsertOLE(const SwPaM &rRg, const String& rObjName, sal_Int64 nAspect, const …
186 const SwPaM &rRg,
194 virtual bool InsertItemSet (const SwPaM &rRg, const SfxItemSet&,
H A Dedimp.hxx56 sal_Bool operator==( const SwPamRange& rRg ) in operator ==()
57 { return nStart == rRg.nStart ? sal_True : sal_False; } in operator ==()
58 sal_Bool operator<( const SwPamRange& rRg ) in operator <()
59 { return nStart < rRg.nStart ? sal_True : sal_False; } in operator <()
H A Ddoc.hxx631 void CopyFlyInFlyImpl( const SwNodeRange& rRg,
887 virtual bool Overwrite(const SwPaM &rRg, const String& rStr);
888 virtual bool InsertString(const SwPaM &rRg, const String&,
892 …virtual SwFlyFrmFmt* Insert(const SwPaM& rRg, const GraphicObject& rGrfObj, const SfxItemSet* pFly…
895 const SwPaM &rRg,
902 const SwPaM &rRg,
907 virtual bool InsertItemSet (const SwPaM &rRg, const SfxItemSet&,
1115 const SwNodeRange& rRg,
1230 void ResetAttrs( const SwPaM &rRg,
1235 void RstTxtAttrs(const SwPaM &rRg, sal_Bool bInclRefToxMark = sal_False );
[all …]
H A Dndarr.hxx130 void _DelDummyNodes( const SwNodeRange& rRg );
182 void _Copy( const SwNodeRange& rRg, const SwNodeIndex& rInsPos, in _Copy() argument
184 { _CopyNodes( rRg, rInsPos, bNewFrms ); } in _Copy()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx681 SwPaM aRgTmp( rRg.aStart, rRg.aEnd ); in lcl_DeleteRedlines()
1331 const SwNodeRange& rRg, in CopyWithFlyInFly() argument
1358 SwNodeIndex aTmpI( rRg.aEnd, -1 ); in CopyWithFlyInFly()
1361 !rRg.aStart.GetNode().IsSectionNode() && in CopyWithFlyInFly()
1365 rRg.aEnd.GetIndex() - rRg.aStart.GetIndex(), in CopyWithFlyInFly()
1381 SwPaM aRgTmp( rRg.aStart, rRg.aEnd ); in CopyWithFlyInFly()
1412 const SwNodeRange& rRg, in CopyFlyInFlyImpl() argument
1438 ? rRg.aStart < pAPos->nNode in CopyFlyInFlyImpl()
1439 : rRg.aStart <= pAPos->nNode )) && in CopyFlyInFlyImpl()
1440 pAPos->nNode <= rRg.aEnd ) in CopyFlyInFlyImpl()
[all …]
H A Dnodes.cxx2206 void SwNodes::_DelDummyNodes( const SwNodeRange& rRg ) in _DelDummyNodes() argument
2208 SwNodeIndex aIdx( rRg.aStart ); in _DelDummyNodes()
2209 while( aIdx.GetIndex() < rRg.aEnd.GetIndex() ) in _DelDummyNodes()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx319 SwDataChanged aTmp( rRg, 0 ); in RstTxtAttrs()
326 const SwPosition *pStt = rRg.Start(), *pEnd = rRg.End(); in RstTxtAttrs()
341 SwPaM* pPam = (SwPaM*)&rRg; in ResetAttrs()
346 if( !rRg.HasMark() ) in ResetAttrs()
489 else if( !rRg.HasMark() ) in ResetAttrs()
503 if( pPam != &rRg ) in ResetAttrs()
516 const SwPaM &rRg, in lcl_InsAttr() argument
600 const SwPosition *pStt = rRg.Start(), *pEnd = rRg.End(); in lcl_InsAttr()
1101 const SwPaM &rRg, in InsertPoolItem() argument
1782 const SwPaM &rRg, in SetTxtFmtColl() argument
[all …]
H A Ddocedt.cxx237 rRg.aStart <= pAPos->nNode && pAPos->nNode < rRg.aEnd ) in _SaveFlyInRange()
594 if( pRStt->nNode < rRg.aStart ) in lcl_SaveRedlines()
596 if( pREnd->nNode > rRg.aStart && pREnd->nNode < rRg.aEnd ) in lcl_SaveRedlines()
602 pTmpPos->nNode = rRg.aStart; in lcl_SaveRedlines()
611 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
618 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
623 else if( pRStt->nNode < rRg.aEnd ) in lcl_SaveRedlines()
626 if( pREnd->nNode < rRg.aEnd || in lcl_SaveRedlines()
639 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
648 pTmpPos->nNode = rRg.aEnd; in lcl_SaveRedlines()
[all …]
H A Ddoc.cxx838 bool SwDoc::InsertString( const SwPaM &rRg, const String &rStr, in InsertString() argument
846 const SwPosition& rPos = *rRg.GetPoint(); in InsertString()
863 SwDataChanged aTmp( rRg, 0 ); in InsertString()
957 const SwPaM &rRg, in Insert() argument
972 _InsNoTxtNode( *rRg.GetPoint(), pSwGrfNode, pFlyAttrSet, pGrfAttrSet, pFrmFmt ); in Insert()
978 const SwPaM &rRg, in Insert() argument
989 SwFlyFrmFmt* pSwFlyFrmFmt = _InsNoTxtNode( *rRg.GetPoint(), pSwGrfNode, in Insert()
994 SwFlyFrmFmt* SwDoc::Insert(const SwPaM &rRg, const svt::EmbeddedObjectRef& xObj, in Insert() argument
1008 return _InsNoTxtNode( *rRg.GetPoint(), GetNodes().MakeOLENode( in Insert()
1016 SwFlyFrmFmt* SwDoc::InsertOLE(const SwPaM &rRg, const String& rObjName, in InsertOLE() argument
[all …]
H A Ddoclay.cxx920 const SwPaM &rRg, in InsertDrawObj() argument
936 pChkIdx = &rRg.GetPoint()->nNode; in InsertDrawObj()
941 pAnchor->GetCntntAnchor() ? &pAnchor->GetCntntAnchor()->nNode : &rRg.GetPoint()->nNode; in InsertDrawObj()
962 SwPosition aPos( *rRg.GetNode()->FindFlyStartNode() ); in InsertDrawObj()
967 aAnch.SetAnchor( rRg.GetPoint() ); in InsertDrawObj()
/trunk/main/sw/source/core/undo/
H A Dunmove.cxx100 SwUndoMove::SwUndoMove( SwDoc* pDoc, const SwNodeRange& rRg, in SwUndoMove() argument
111 nSttNode = rRg.aStart.GetIndex(); in SwUndoMove()
112 nEndNode = rRg.aEnd.GetIndex(); in SwUndoMove()
118 if( nMvDestNode < nCntntStt && rRg.aStart.GetIndex() > nCntntStt ) in SwUndoMove()
121 SwPosition aPtPos( rRg.aEnd ); in SwUndoMove()
122 SwCntntNode* pCNd = rRg.aEnd.GetNode().GetCntntNode(); in SwUndoMove()
125 SwPosition aMkPos( rRg.aStart ); in SwUndoMove()
H A Duntbl.cxx710 void SwUndoTblToTxt::SetRange( const SwNodeRange& rRg ) in SetRange() argument
712 nSttNd = rRg.aStart.GetIndex(); in SetRange()
713 nEndNd = rRg.aEnd.GetIndex(); in SetRange()
724 SwUndoTxtToTbl::SwUndoTxtToTbl( const SwPaM& rRg, in SwUndoTxtToTbl() argument
728 : SwUndo( UNDO_TEXTTOTABLE ), SwUndRng( rRg ), aInsTblOpts( rInsTblOpts ), in SwUndoTxtToTbl()
735 const SwPosition* pEnd = rRg.End(); in SwUndoTxtToTbl()
736 SwNodes& rNds = rRg.GetDoc()->GetNodes(); in SwUndoTxtToTbl()
2182 void SwUndoTblMerge::MoveBoxCntnt( SwDoc* pDoc, SwNodeRange& rRg, SwNodeIndex& rPos ) in MoveBoxCntnt() argument
2184 SwNodeIndex aTmp( rRg.aStart, -1 ), aTmp2( rPos, -1 ); in MoveBoxCntnt()
2185 SwUndoMove* pUndo = new SwUndoMove( pDoc, rRg, rPos ); in MoveBoxCntnt()
[all …]
H A Dunredln.cxx379 SwUndoCompDoc::SwUndoCompDoc( const SwPaM& rRg, sal_Bool bIns ) in SwUndoCompDoc() argument
380 : SwUndo( UNDO_COMPAREDOC ), SwUndRng( rRg ), pRedlData( 0 ), in SwUndoCompDoc()
383 SwDoc* pDoc = (SwDoc*)rRg.GetDoc(); in SwUndoCompDoc()
H A Dunsort.cxx62 SwUndoSort::SwUndoSort(const SwPaM& rRg, const SwSortOptions& rOpt) in SwUndoSort() argument
63 : SwUndo(UNDO_SORT_TXT), SwUndRng(rRg), pUndoTblAttr( 0 ), in SwUndoSort()
/trunk/main/sw/source/ui/fldui/
H A Dflddb.cxx123 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local
125 for(i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
H A Dfldref.cxx210 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local
212 for (short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
218 nPos = aTypeLB.InsertEntry(GetFldMgr().GetTypeStr(i), i - rRg.nStart); in Reset()
H A Dflddok.cxx116 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local
127 for(short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
H A Dfldfunc.cxx138 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local
141 for(short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
H A Dfldvar.cxx124 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local
126 for (short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
/trunk/main/sw/source/core/inc/
H A DUndoRedline.hxx131 SwUndoCompDoc( const SwPaM& rRg, sal_Bool bIns );
H A Dmvsave.hxx115 void _SaveFlyInRange( const SwNodeRange& rRg, _SaveFlyArr& rArr );
H A DUndoTable.hxx244 void MoveBoxCntnt( SwDoc* pDoc, SwNodeRange& rRg, SwNodeIndex& rPos );
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1760 const SwPaM& rRg, in SetTxtFmtCollAndListLevel() argument
1766 bRes = rDoc.SetTxtFmtColl(rRg, (SwTxtFmtColl*)rStyleInfo.pFmt) ? true : false; in SetTxtFmtCollAndListLevel()
H A Dww8par.hxx1665 bool SetTxtFmtCollAndListLevel(const SwPaM& rRg, SwWW8StyInf& rStyleInfo);

Completed in 218 milliseconds