Home
last modified time | relevance | path

Searched refs:pSave (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx2140 pSave->aFont = maFont; in Push()
2144 pSave->nMapMode = mnMapMode; in Push()
2145 pSave->nGfxMode = mnGfxMode; in Push()
2146 pSave->nBkMode = mnBkMode; in Push()
2147 pSave->aBkColor = maBkColor; in Push()
2150 pSave->aActPos = maActPos; in Push()
2151 pSave->aXForm = maXForm; in Push()
2163 pSave->aPathObj = aPathObj; in Push()
2182 maFont = pSave->aFont; in Pop()
2186 mnBkMode = pSave->nBkMode; in Pop()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlctxt.cxx256 if( !pSave->GetKeepNumRules() ) in SaveDocContext()
261 pSave->SetNumInfo( GetNumInfo() ); in SaveDocContext()
277 pSave->SetPos( *pPam->GetPoint() ); in SaveDocContext()
299 if( !pSave ) in RestoreDocContext()
302 if( pSave->GetStripTrailingPara() ) in RestoreDocContext()
305 if( pSave->GetPos() ) in RestoreDocContext()
307 if( pSave->GetFixHeaderDist() || pSave->GetFixFooterDist() ) in RestoreDocContext()
309 pSave->GetPos() ); in RestoreDocContext()
316 SplitAttrTab( *pSave->GetPos() ); in RestoreDocContext()
323 *pPam->GetPoint() = *pSave->GetPos(); in RestoreDocContext()
[all …]
/trunk/main/svl/source/config/
H A Dsrchcfg.cxx191 SvxSearchEngineDataPtr pSave = pImpl->aEngineArr[i]; in Commit() local
195 sTmpName += wrapConfigurationElementName(pSave->sEngineName); in Commit()
201 case 0 : pSetValues[nProp].Value <<= pSave->sAndPrefix; break; in Commit()
202 case 1 : pSetValues[nProp].Value <<= pSave->sAndSuffix; break; in Commit()
203 case 2 : pSetValues[nProp].Value <<= pSave->sAndSeparator; break; in Commit()
204 case 3 : pSetValues[nProp].Value <<= pSave->nAndCaseMatch; break; in Commit()
206 case 4 : pSetValues[nProp].Value <<= pSave->sOrPrefix; break; in Commit()
207 case 5 : pSetValues[nProp].Value <<= pSave->sOrSuffix; break; in Commit()
208 case 6 : pSetValues[nProp].Value <<= pSave->sOrSeparator; break; in Commit()
209 case 7 : pSetValues[nProp].Value <<= pSave->nOrCaseMatch; break; in Commit()
[all …]
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx240 SwFrm *pSave = 0; in ChgColumns() local
249 pSave = ::SaveCntnt( this ); in ChgColumns()
260 if ( pSave ) in ChgColumns()
261 ::RestoreCntnt( pSave, this, 0, true ); in ChgColumns()
308 if ( pSave ) in ChgColumns()
314 ::RestoreCntnt( pSave, (SwLayoutFrm*)((SwLayoutFrm*)Lower())->Lower(), 0, true ); in ChgColumns()
H A Dsectfrm.cxx392 SwFrm* pSave = ::SaveCntnt( pCol ); in Paste() local
393 ::RestoreCntnt( pSave, pSibling->GetUpper(), pTmp, true ); in Paste()
712 SwFrm *pSave = bSave ? ::SaveCntnt( pDel ) : NULL; in MoveCntntAndDelete() local
714 if( pSave && pUp->IsFtnFrm() ) in MoveCntntAndDelete()
745 if( pSave ) in MoveCntntAndDelete()
764 if( pSave ) in MoveCntntAndDelete()
766 lcl_InvalidateInfFlags( pSave, bSize ); in MoveCntntAndDelete()
767 ::RestoreCntnt( pSave, pUp, pPrv, true ); in MoveCntntAndDelete()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx578 SwTblToTxtSave* pSave = rSavedData[ --n ]; in UndoTableToText() local
581 aSttIdx = pSave->m_nSttNd - ( ( USHRT_MAX != pSave->m_nCntnt ) ? 1 : 0); in UndoTableToText()
584 if( USHRT_MAX != pSave->m_nCntnt ) in UndoTableToText()
589 SwIndex aCntPos( pTxtNd, pSave->m_nCntnt - 1 ); in UndoTableToText()
596 pSave->m_nCntnt + 1 ); in UndoTableToText()
618 if( pSave->m_pHstry ) in UndoTableToText()
622 pSave->m_pHstry->SetTmpEnd( nTmpEnd ); in UndoTableToText()
627 if ( pSave->m_nEndNd - 1 > pSave->m_nSttNd ) in UndoTableToText()
636 aEndIdx = pSave->m_nEndNd; in UndoTableToText()
1799 if( pSave->GetHistory() ) in UndoImpl()
[all …]
H A Dunins.cxx750 SwHistory* pSave = pHistory; in RedoImpl() local
756 pHistory = pSave; in RedoImpl()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx548 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
563 _SaveRedline* pSave = rArr[ n ]; in lcl_RestoreRedlines() local
564 pSave->SetPos( rPos ); in lcl_RestoreRedlines()
565 pDoc->AppendRedline( pSave->pRedl, true ); in lcl_RestoreRedlines()
608 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
630 _SaveRedline* pSave = new _SaveRedline( pTmp, rRg.aStart ); in lcl_SaveRedlines() local
632 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
645 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
668 _SaveRedline* pSave = rArr[ n ]; in lcl_RestoreRedlines() local
669 pSave->SetPos( nInsPos ); in lcl_RestoreRedlines()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxttab.cxx403 std::auto_ptr< SwFontSave > pSave( 0 ); in PreFormat() local
410 pSave.reset( new SwFontSave( rInf, const_cast<SwFont*>(pNumberPortionFont) ) ); in PreFormat()
593 std::auto_ptr< SwFontSave > pSave( 0 ); in Paint() local
604 pSave.reset( new SwFontSave( rInf, const_cast<SwFont*>(pNumberPortionFont) ) ); in Paint()
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx178 SfxBroadcaster* pSave = pCst; in Broadcast() local
185 pSave->Broadcast( SbxHint( nHintId, this ) ); in Broadcast()
187 pCst = pSave; in Broadcast()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx160 Cursor *pSave = pView->GetWindow()->GetCursor(); in ~SwHHCWrapper() local
169 pView->GetWindow()->SetCursor( pSave ); in ~SwHHCWrapper()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1768 ScBaseCell* pSave = pRefUndo ? pOld->CloneWithoutNote( *pDocument ) : 0; in UpdateDeleteTab() local
1777 pRefUndo->Insert( nRow, pSave ); in UpdateDeleteTab()
1778 else if(pSave) in UpdateDeleteTab()
1779 pSave->Delete(); in UpdateDeleteTab()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx2109 SfxBroadcaster* pSave = pCst; in Broadcast() local
2121 pCst = pSave; in Broadcast()
2122 pSave->Broadcast( SbxHint( nHintId, pThisCopy ) ); in Broadcast()
2128 pCst = pSave; in Broadcast()
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx387 *pSave = pFrm; in UpdateField() local
391 if( pFrm || 0 != ( pFrm = pSave )) in UpdateField()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx1182 const SwPageDesc *pSave = pAktPageDesc; in OutPageDescription() local
1230 pAktPageDesc = pSave; in OutPageDescription()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx2444 SvStream * pSave; in ReadField() local
2456 pSave=pOS2MET; in ReadField()
2500 pOS2MET=pSave; in ReadField()

Completed in 147 milliseconds