Home
last modified time | relevance | path

Searched refs:rSave (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dundraw.cxx250 ::lcl_RestoreAnchor( rSave.pFmt, rSave.nNodeIdx ); in UndoImpl()
253 pObj = rSave.pObj; in UndoImpl()
282 pObj = rSave.pObj; in RedoImpl()
290 ::lcl_SaveAnchor( rSave.pFmt, rSave.nNodeIdx ); in RedoImpl()
319 rSave.pObj = pObj; in AddObj()
320 rSave.pFmt = pFmt; in AddObj()
392 ::lcl_SaveAnchor( rSave.pFmt, rSave.nNodeIdx ); in UndoImpl()
444 ::lcl_RestoreAnchor( rSave.pFmt, rSave.nNodeIdx ); in RedoImpl()
460 rSave.pFmt = pFmt; in AddObj()
461 rSave.pObj = 0; in AddObj()
[all …]
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4350 pPcd->Save( rSave.aS[n++] ); in SaveAllPLCFx()
4742 rSave.nPLCFxMemOfs = 0; in Save()
4765 WW8PLCFx::Save( rSave ); in Save()
4768 rSave.nAttrEnd = nAttrEnd; in Save()
4769 rSave.bLineEnd = bLineEnd; in Save()
4774 WW8PLCFx::Restore( rSave ); in Restore()
4777 nAttrEnd = rSave.nAttrEnd; in Restore()
4778 bLineEnd = rSave.bLineEnd; in Restore()
4785 pPLCFx->Save( rSave ); in Save()
4809 pPLCFx->Restore( rSave ); in Restore()
[all …]
H A Dww8scan.hxx309 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 );
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx5187 rSave.nPLCFxPos = GetIdx(); in Save()
5189 rSave.nPLCFxMemOfs = 0; in Save()
5212 WW8PLCFx::Save( rSave ); in Save()
5215 rSave.nAttrEnd = nAttrEnd; in Save()
5216 rSave.bLineEnd = bLineEnd; in Save()
5221 WW8PLCFx::Restore( rSave ); in Restore()
5224 nAttrEnd = rSave.nAttrEnd; in Restore()
5225 bLineEnd = rSave.bLineEnd; in Restore()
5232 pPLCFx->Save( rSave ); in Save()
5256 pPLCFx->Restore( rSave ); in Restore()
[all …]
H A Dww8scan.hxx398 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 );
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx2057 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()
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx1174 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 Ddocedt.cxx201 _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()

Completed in 136 milliseconds