Home
last modified time | relevance | path

Searched refs:rOld (Results 26 – 50 of 83) sorted by relevance

1234

/trunk/main/sw/source/core/layout/
H A Dfly.cxx973 const SwFmtFrmSize &rOld = nWhich == RES_FRM_SIZE ? in _UpdateAttr() local
977 if ( rOld.GetWidth() && rOld.GetHeight() ) in _UpdateAttr()
980 Fraction aScaleX( rOld.GetWidth(), rNew.GetWidth() ); in _UpdateAttr()
981 Fraction aScaleY( rOld.GetHeight(), rOld.GetHeight() ); in _UpdateAttr()
H A Dpaintfrm.cxx2710 const SwLineEntry& rOld = *aIter; in Insert() local
2711 const SwLineEntry::OverlapType nOverlapType = rOld.Overlaps( rNew ); in Insert()
2713 const svx::frame::Style& rOldAttr = rOld.maAttribute; in Insert()
2719 ASSERT( rNew.mnStartPos >= rOld.mnStartPos, "Overlap type 3? How this?" ) in Insert()
2722 const SwLineEntry aLeft( nKey, rOld.mnStartPos, rNew.mnStartPos, rOldAttr ); in Insert()
2725 const SwLineEntry aMiddle( nKey, rNew.mnStartPos, rOld.mnEndPos, rCmpAttr ); in Insert()
2728 rNew.mnStartPos = rOld.mnEndPos; in Insert()
2742 const SwLineEntry aLeft( nKey, rOld.mnStartPos, rNew.mnStartPos, rOldAttr ); in Insert()
2748 const SwLineEntry aRight( nKey, rNew.mnEndPos, rOld.mnEndPos, rOldAttr ); in Insert()
2763 const SwLineEntry aLeft( nKey, rNew.mnStartPos, rOld.mnStartPos, rNewAttr ); in Insert()
[all …]
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx261 void SwAttrSet::Changed( const SfxPoolItem& rOld, in Changed() argument
265 pOldSet->PutChgd( rOld ); in Changed()
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx473 SfxItemChangedHint( const SfxPoolItem &rOld,
475 : _rOld( rOld ),
/trunk/main/linguistic/source/
H A Dlngopt.hxx72 ::com::sun::star::uno::Any &rOld,
80 sal_Bool SetValue( ::com::sun::star::uno::Any &rOld,
/trunk/main/sw/source/core/inc/
H A DUndoTable.hxx209 void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld );
210 void SaveNewBoxes( const SwTableNode& rTblNd, const SwTableSortBoxes& rOld,
H A DUndoNumbering.hxx69 void SaveOldNumRule( const SwNumRule& rOld );
H A Dlayfrm.hxx77 void ChgColumns( const SwFmtCol &rOld, const SwFmtCol &rNew,
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx873 const Point &rOld = rInf.GetPos(); in _DrawText() local
978 rInf.SetPos( rOld ); in _DrawText()
1009 const Point &rOld = rInf.GetPos(); in _DrawStretchText() local
1059 rInf.SetPos( rOld ); in _DrawStretchText()
/trunk/main/sw/source/core/undo/
H A Dunnum.cxx184 void SwUndoInsNum::SaveOldNumRule( const SwNumRule& rOld ) in SaveOldNumRule() argument
187 pOldNumRule = new SwNumRule( rOld ); in SaveOldNumRule()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx1465 void ScConditionalFormat::RenameCellStyle(const String& rOld, const String& rNew) in RenameCellStyle() argument
1468 if ( ppEntries[i]->GetStyle() == rOld ) in RenameCellStyle()
1571 void ScConditionalFormatList::RenameCellStyle( const String& rOld, const String& rNew ) in RenameCellStyle() argument
1575 (*this)[i]->RenameCellStyle(rOld,rNew); in RenameCellStyle()
H A Dcolumn2.cxx1066 const SfxItemSet& rOld = pEngine->GetParaAttribs( nPar ); in RemoveEditAttribs() local
1067 if ( rOld.Count() ) in RemoveEditAttribs()
1069 SfxItemSet aNew( *rOld.GetPool(), rOld.GetRanges() ); // leer in RemoveEditAttribs()
/trunk/main/sw/inc/
H A Dswtable.hxx148 void NewSetTabCols( Parm &rP, const SwTabCols &rNew, const SwTabCols &rOld,
181 void SetTabCols( const SwTabCols &rNew, const SwTabCols &rOld,
H A Dsortopt.hxx41 SwSortKey( const SwSortKey& rOld );
/trunk/main/starmath/source/
H A Dunomodel.cxx525 const SmFace rOld = aFormat.GetFont((*ppEntries)->mnMemberId); in _setPropertyValues() local
527 SmFace aSet( sFontName, rOld.GetSize() ); in _setPropertyValues()
528 aSet.SetBorderWidth( rOld.GetBorderWidth() ); in _setPropertyValues()
/trunk/main/svx/source/inc/
H A Dsvxpixelctlaccessiblecontext.hxx194 …void FireAccessibleEvent (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun…
355 …void FireAccessibleEvent (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun…
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx71 String ScEditUtil::ModifyDelimiters( const String& rOld ) in ModifyDelimiters() argument
73 String aRet = rOld; in ModifyDelimiters()
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx490 const String& rOld, const String& rNew, LanguageType eLanguage) in AddAutoCorrection() argument
493 pACorr->PutText( rOld, rNew, eLanguage ); in AddAutoCorrection()
/trunk/main/svx/inc/svx/
H A DSpellDialogChildWindow.hxx86 virtual void AddAutoCorrection(const String& rOld, const String& rNew, LanguageType eLanguage);
/trunk/main/sw/source/ui/inc/
H A DSwSpellDialogChildWindow.hxx49 virtual void AddAutoCorrection(const String& rOld, const String& rNew, LanguageType eLanguage);
/trunk/main/sc/inc/
H A Dsortparam.hxx65 ScSortParam( const ScSubTotalParam& rSub, const ScSortParam& rOld );
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx411 const Any & rOld, in BroadcastAccEvent() argument
426 nId, rNew, rOld ); in BroadcastAccEvent()
/trunk/main/sc/source/ui/inc/
H A Ddbdocfun.hxx95 sal_Bool RenameDBRange( const String& rOld, const String& rNew, sal_Bool bApi );
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx1073 sal_Bool StgDirStrm::Rename( StgDirEntry& rStg, const String& rOld, const String& rNew ) in Rename() argument
1075 StgDirEntry* p = Find( rStg, rOld ); in Rename()
H A Dstg.cxx730 sal_Bool Storage::Rename( const String& rOld, const String& rNew ) in Rename() argument
734 sal_Bool b = pIo->pTOC->Rename( *pEntry, rOld, rNew ); in Rename()

Completed in 133 milliseconds

1234