Searched refs:rSave (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sw/source/core/undo/ |
| H A D | undraw.cxx | 248 SwUndoGroupObjImpl& rSave = *( pObjArr + n ); in UndoImpl() local 250 ::lcl_RestoreAnchor( rSave.pFmt, rSave.nNodeIdx ); in UndoImpl() 251 rFlyFmts.Insert( rSave.pFmt, rFlyFmts.Count() ); in UndoImpl() 253 pObj = rSave.pObj; in UndoImpl() 255 SwDrawContact *pContact = new SwDrawContact( rSave.pFmt, pObj ); in UndoImpl() 260 ASSERT( rSave.pFmt->ISA(SwDrawFrmFmt), in UndoImpl() 262 if ( rSave.pFmt->ISA(SwDrawFrmFmt) ) in UndoImpl() 264 static_cast<SwDrawFrmFmt*>(rSave.pFmt)->PosAttrSet(); in UndoImpl() 280 SwUndoGroupObjImpl& rSave = *( pObjArr + n ); in RedoImpl() local 282 pObj = rSave.pObj; in RedoImpl() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 4346 void WW8PLCFMan::SaveAllPLCFx( WW8PLCFxSaveAll& rSave ) const in SaveAllPLCFx() 4350 pPcd->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4352 pPcdA->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4356 aD[i].Save( rSave.aS[n++] ); in SaveAllPLCFx() 4359 void WW8PLCFMan::RestoreAllPLCFx( const WW8PLCFxSaveAll& rSave ) in RestoreAllPLCFx() argument 4363 pPcd->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4365 pPcdA->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4369 aD[i].Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4738 void WW8PLCFx::Save( WW8PLCFxSave1& rSave ) const in Save() 4740 rSave.nPLCFxPos = GetIdx(); in Save() [all …]
|
| H A D | ww8scan.hxx | 309 virtual void Save( WW8PLCFxSave1& rSave ) const; 310 virtual void Restore( const WW8PLCFxSave1& rSave ); 486 virtual void Save( WW8PLCFxSave1& rSave ) const; 487 virtual void Restore( const WW8PLCFxSave1& rSave ); 655 void Save( WW8PLCFxSave1& rSave ) const; 656 void Restore( const WW8PLCFxSave1& rSave ); 727 void SaveAllPLCFx( WW8PLCFxSaveAll& rSave ) const; 728 void RestoreAllPLCFx( const WW8PLCFxSaveAll& rSave );
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8scan.cxx | 4791 void WW8PLCFMan::SaveAllPLCFx( WW8PLCFxSaveAll& rSave ) const in SaveAllPLCFx() 4795 pPcd->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4797 pPcdA->Save( rSave.aS[n++] ); in SaveAllPLCFx() 4801 aD[i].Save( rSave.aS[n++] ); in SaveAllPLCFx() 4804 void WW8PLCFMan::RestoreAllPLCFx( const WW8PLCFxSaveAll& rSave ) in RestoreAllPLCFx() argument 4808 pPcd->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4810 pPcdA->Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 4814 aD[i].Restore( rSave.aS[n++] ); in RestoreAllPLCFx() 5185 void WW8PLCFx::Save( WW8PLCFxSave1& rSave ) const in Save() 5187 rSave.nPLCFxPos = GetIdx(); in Save() [all …]
|
| H A D | ww8scan.hxx | 398 virtual void Save( WW8PLCFxSave1& rSave ) const; 399 virtual void Restore( const WW8PLCFxSave1& rSave ); 622 virtual void Save( WW8PLCFxSave1& rSave ) const; 623 virtual void Restore( const WW8PLCFxSave1& rSave ); 817 void Save( WW8PLCFxSave1& rSave ) const; 818 void Restore( const WW8PLCFxSave1& rSave ); 902 void SaveAllPLCFx( WW8PLCFxSaveAll& rSave ) const; 903 void RestoreAllPLCFx( const WW8PLCFxSaveAll& rSave );
|
| /AOO41X/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 2057 void SwTable::RestoreRowSpan( const SwSaveRowSpan& rSave ) in RestoreRowSpan() argument 2062 ASSERT( rSave.mnSplitLine < nLineCount, "Restore behind last line?" ) in RestoreRowSpan() 2063 if( rSave.mnSplitLine < nLineCount ) in RestoreRowSpan() 2065 SwTableLine* pLine = GetTabLines()[rSave.mnSplitLine]; in RestoreRowSpan() 2068 ASSERT( nColCount == rSave.mnRowSpans.size(), "Wrong row span store" ) in RestoreRowSpan() 2069 if( nColCount == rSave.mnRowSpans.size() ) in RestoreRowSpan() 2076 if( nRowSp != rSave.mnRowSpans[ nCurrCol ] ) in RestoreRowSpan() 2078 ASSERT( -nRowSp == rSave.mnRowSpans[ nCurrCol ], "Pardon me?!" ) in RestoreRowSpan() 2079 ASSERT( rSave.mnRowSpans[ nCurrCol ] < 0, "Pardon me?!" ) in RestoreRowSpan() 2082 sal_uInt16 nLine = rSave.mnSplitLine; in RestoreRowSpan()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docbm.cxx | 1174 const SwPaM& rPam, _SwSaveTypeCountContent& rSave, in lcl_ChkPaM() argument 1188 rSave.SetContent( pPos->nContent.GetIndex() ); in lcl_ChkPaM() 1189 rSave.Add( rSaveArr ); in lcl_ChkPaM() 1198 rSave.SetContent( pPos->nContent.GetIndex() ); in lcl_ChkPaM() 1199 rSave.IncType(); in lcl_ChkPaM() 1200 rSave.Add( rSaveArr ); in lcl_ChkPaM() 1201 rSave.DecType(); in lcl_ChkPaM()
|
| H A D | docedt.cxx | 201 _SaveFly& rSave = rArr[n]; in _RestFlyInRange() local 202 SwFrmFmt* pFmt = rSave.pFrmFmt; in _RestFlyInRange() 204 if( rSave.bInsertPosition ) in _RestFlyInRange() 212 aPos.nNode = rSttIdx.GetIndex() + rSave.nNdDiff; in _RestFlyInRange()
|