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.cxx1694 BSaveStruct* pSave = (BSaveStruct*)rSaveList.GetObject( nObjectStartIndex ); in ResolveBitmapActions() local
1695 Rectangle aRect( pSave->aOutRect ); in ResolveBitmapActions()
1702 pSave = (BSaveStruct*)rSaveList.GetObject( i ); in ResolveBitmapActions()
1703 if ( pSave->aOutRect != aRect ) in ResolveBitmapActions()
1712 pSave = (BSaveStruct*)rSaveList.GetObject( i ); in ResolveBitmapActions()
1714 sal_uInt32 nWinRop = pSave->nWinRop; in ResolveBitmapActions()
1741 if ( ( pSave->aBmp.GetPrefSize() == pSave2->aBmp.GetPrefSize() ) && in ResolveBitmapActions()
1742 ( pSave->aBmp.GetPrefMapMode() == pSave2->aBmp.GetPrefMapMode() ) ) in ResolveBitmapActions()
1752 Bitmap aMask( pSave->aBmp ); aMask.Invert(); in ResolveBitmapActions()
1763 Bitmap aMask( pSave->aBmp ); in ResolveBitmapActions()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlctxt.cxx246 _HTMLAttrContext_SaveDoc *pSave = pCntxt->GetSaveDocContext( sal_True ); in SaveDocContext() local
247 pSave->SetStripTrailingPara( (HTML_CNTXT_STRIP_PARA & nFlags) != 0 ); in SaveDocContext()
248 pSave->SetKeepNumRules( (HTML_CNTXT_KEEP_NUMRULE & nFlags) != 0 ); in SaveDocContext()
249 pSave->SetFixHeaderDist( (HTML_CNTXT_HEADER_DIST & nFlags) != 0 ); in SaveDocContext()
250 pSave->SetFixFooterDist( (HTML_CNTXT_FOOTER_DIST & nFlags) != 0 ); in SaveDocContext()
256 if( !pSave->GetKeepNumRules() ) in SaveDocContext()
261 pSave->SetNumInfo( GetNumInfo() ); in SaveDocContext()
272 _HTMLAttrTable *pSaveAttrTab = pSave->GetAttrTab( sal_True ); in SaveDocContext()
277 pSave->SetPos( *pPam->GetPoint() ); in SaveDocContext()
285 pSave->SetContextStMin( nContextStMin ); in SaveDocContext()
[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()
595 _RestoreCntntIdx( aBkmkArr, *pNewNd, pSave->m_nCntnt, in UndoTableToText()
596 pSave->m_nCntnt + 1 ); in UndoTableToText()
610 pTxtNd->GetTxtNode()->RestoreMetadata(pSave->m_pMetadataUndoStart); in UndoTableToText()
618 if( pSave->m_pHstry ) in UndoTableToText()
620 sal_uInt16 nTmpEnd = pSave->m_pHstry->GetTmpEnd(); in UndoTableToText()
621 pSave->m_pHstry->TmpRollback( GetDoc(), 0 ); in UndoTableToText()
[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.cxx545 _SaveRedline* pSave = new _SaveRedline( pCurrent, *pStart ); in lcl_SaveRedlines() local
546 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
561 _SaveRedline* pSave = rArr[ n ]; in lcl_RestoreRedlines() local
562 pSave->SetPos( rPos ); in lcl_RestoreRedlines()
563 pDoc->AppendRedline( pSave->pRedl, true ); in lcl_RestoreRedlines()
604 _SaveRedline* pSave = new _SaveRedline( pNewRedl, rRg.aStart ); in lcl_SaveRedlines() local
606 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
628 _SaveRedline* pSave = new _SaveRedline( pTmp, rRg.aStart ); in lcl_SaveRedlines() local
630 rArr.C40_INSERT( _SaveRedline, pSave, rArr.Count() ); in lcl_SaveRedlines()
641 _SaveRedline* pSave = new _SaveRedline( pNewRedl, rRg.aStart ); in lcl_SaveRedlines() local
[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()