/aoo41x/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 113 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 D | edimp.hxx | 56 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 D | doc.hxx | 631 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, 1223 void ResetAttrs( const SwPaM &rRg, 1228 void RstTxtAttrs(const SwPaM &rRg, sal_Bool bInclRefToxMark = sal_False ); [all …]
|
H A D | ndarr.hxx | 130 void _DelDummyNodes( const SwNodeRange& rRg ); 182 void _Copy( const SwNodeRange& rRg, const SwNodeIndex& rInsPos, in _Copy() argument 184 { _CopyNodes( rRg, rInsPos, bNewFrms ); } in _Copy()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 681 SwPaM aRgTmp( rRg.aStart, rRg.aEnd ); in lcl_DeleteRedlines() 1328 const SwNodeRange& rRg, in CopyWithFlyInFly() argument 1355 SwNodeIndex aTmpI( rRg.aEnd, -1 ); in CopyWithFlyInFly() 1358 !rRg.aStart.GetNode().IsSectionNode() && in CopyWithFlyInFly() 1362 rRg.aEnd.GetIndex() - rRg.aStart.GetIndex(), in CopyWithFlyInFly() 1378 SwPaM aRgTmp( rRg.aStart, rRg.aEnd ); in CopyWithFlyInFly() 1409 const SwNodeRange& rRg, in CopyFlyInFlyImpl() argument 1435 ? rRg.aStart < pAPos->nNode in CopyFlyInFlyImpl() 1436 : rRg.aStart <= pAPos->nNode )) && in CopyFlyInFlyImpl() 1437 pAPos->nNode <= rRg.aEnd ) in CopyFlyInFlyImpl() [all …]
|
H A D | nodes.cxx | 2206 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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 319 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 595 const SwPosition *pStt = rRg.Start(), *pEnd = rRg.End(); in lcl_InsAttr() 1089 const SwPaM &rRg, in InsertPoolItem() argument 1770 const SwPaM &rRg, in SetTxtFmtColl() argument [all …]
|
H A D | docedt.cxx | 237 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 D | doc.cxx | 851 bool SwDoc::InsertString( const SwPaM &rRg, const String &rStr, in InsertString() argument 859 const SwPosition& rPos = *rRg.GetPoint(); in InsertString() 876 SwDataChanged aTmp( rRg, 0 ); in InsertString() 970 const SwPaM &rRg, in Insert() argument 985 _InsNoTxtNode( *rRg.GetPoint(), pSwGrfNode, pFlyAttrSet, pGrfAttrSet, pFrmFmt ); in Insert() 991 const SwPaM &rRg, in Insert() argument 1002 SwFlyFrmFmt* pSwFlyFrmFmt = _InsNoTxtNode( *rRg.GetPoint(), pSwGrfNode, in Insert() 1007 SwFlyFrmFmt* SwDoc::Insert(const SwPaM &rRg, const svt::EmbeddedObjectRef& xObj, in Insert() argument 1021 return _InsNoTxtNode( *rRg.GetPoint(), GetNodes().MakeOLENode( in Insert() 1029 SwFlyFrmFmt* SwDoc::InsertOLE(const SwPaM &rRg, const String& rObjName, in InsertOLE() argument [all …]
|
H A D | doclay.cxx | 928 const SwPaM &rRg, in InsertDrawObj() argument 944 pChkIdx = &rRg.GetPoint()->nNode; in InsertDrawObj() 949 pAnchor->GetCntntAnchor() ? &pAnchor->GetCntntAnchor()->nNode : &rRg.GetPoint()->nNode; in InsertDrawObj() 970 SwPosition aPos( *rRg.GetNode()->FindFlyStartNode() ); in InsertDrawObj() 975 aAnch.SetAnchor( rRg.GetPoint() ); in InsertDrawObj()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unmove.cxx | 100 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 D | unredln.cxx | 379 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 D | untbl.cxx | 710 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 D | unsort.cxx | 62 SwUndoSort::SwUndoSort(const SwPaM& rRg, const SwSortOptions& rOpt) in SwUndoSort() argument 63 : SwUndo(UNDO_SORT_TXT), SwUndRng(rRg), pUndoTblAttr( 0 ), in SwUndoSort()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | flddb.cxx | 123 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local 125 for(i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
|
H A D | fldref.cxx | 210 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 D | flddok.cxx | 116 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local 127 for(short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
|
H A D | fldfunc.cxx | 138 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local 141 for(short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
|
H A D | fldvar.cxx | 124 const SwFldGroupRgn& rRg = GetFldMgr().GetGroupRange(IsFldDlgHtmlMode(), GetGroup()); in Reset() local 126 for (short i = rRg.nStart; i < rRg.nEnd; ++i) in Reset()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoRedline.hxx | 131 SwUndoCompDoc( const SwPaM& rRg, sal_Bool bIns );
|
H A D | mvsave.hxx | 115 void _SaveFlyInRange( const SwNodeRange& rRg, _SaveFlyArr& rArr );
|
H A D | UndoTable.hxx | 244 void MoveBoxCntnt( SwDoc* pDoc, SwNodeRange& rRg, SwNodeIndex& rPos );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1760 const SwPaM& rRg, in SetTxtFmtCollAndListLevel() argument 1766 bRes = rDoc.SetTxtFmtColl(rRg, (SwTxtFmtColl*)rStyleInfo.pFmt) ? true : false; in SetTxtFmtCollAndListLevel()
|
H A D | ww8par.hxx | 1665 bool SetTxtFmtCollAndListLevel(const SwPaM& rRg, SwWW8StyInf& rStyleInfo);
|