Home
last modified time | relevance | path

Searched refs:rOld (Results 1 – 25 of 83) sorted by last modified time

1234

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1169 const SfxPoolItem& rOld = pOldFmt->GetFmtAttr( RES_BOXATR_FORMAT ), in NewFrmFmt() local
1171 if( rOld != rNew ) in NewFrmFmt()
1172 pFmt->ModifyNotification( (SfxPoolItem*)&rOld, (SfxPoolItem*)&rNew ); in NewFrmFmt()
1614 const SwTableSortBoxes& rOld ) in SaveNewBoxes() argument
1622 Ptrs.pNewSttNds = new SvULongs( (sal_uInt8)(rTblBoxes.Count() - rOld.Count()), 5 ); in SaveNewBoxes()
1624 for( n = 0, i = 0; n < rOld.Count(); ++i ) in SaveNewBoxes()
1626 if( rOld[ n ] == rTblBoxes[ i ] ) in SaveNewBoxes()
1667 const SwTableSortBoxes& rOld, in SaveNewBoxes() argument
1679 ASSERT( rOld.Count() <= rTblBoxes.Count(), "more unexpected boxes" ); in SaveNewBoxes()
1682 if( ( n < rOld.Count() ) && in SaveNewBoxes()
[all …]
/trunk/main/sw/source/core/layout/
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 …]
H A Dfrmtool.cxx2858 if ( rOld.Pos() != aFrm.Pos() ) in Notify()
2860 if ( rOld.HasArea() && in Notify()
2874 if( pSh && rOld.HasArea() ) in Notify()
2875 pSh->InvalidateWindows( rOld ); in Notify()
2888 SwRect aTmp( rOld ); in Notify()
2894 SwTwips nOld = rOld.Right(); in Notify()
2898 SwRect aTmp( rOld ); in Notify()
2904 if ( rOld.Top() != aFrm.Top() ) in Notify()
2906 SwRect aTmp( rOld ); in Notify()
2912 nOld = rOld.Bottom(); in Notify()
[all …]
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1017 const Point &rOld = rInf.GetPos(); in DrawTextOpaque() local
1026 rInf.SetPos( rOld ); in DrawTextOpaque()
1044 rInf.SetPos( rOld ); in DrawTextOpaque()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx259 const SwPageDesc& rOld = in ChgAllPageOrientation() local
262 if( rOld.GetLandscape() != bNewOri ) in ChgAllPageOrientation()
264 SwPageDesc aNew( rOld ); in ChgAllPageOrientation()
267 GetDoc()->CopyPageDesc(rOld, aNew); in ChgAllPageOrientation()
306 const SwPageDesc &rOld = const_cast<const SwDoc *>(pMyDoc)->GetPageDesc( i ); in ChgAllPageSize() local
307 SwPageDesc aNew( rOld ); in ChgAllPageSize()
310 GetDoc()->CopyPageDesc( rOld, aNew ); in ChgAllPageSize()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4801 ImplPPTCharPropSet& rOld = *pCharSet; in ImplMakeUnique() local
4802 rOld.mnRefCount--; in ImplMakeUnique()
4803 pCharSet = new ImplPPTCharPropSet( rOld ); in ImplMakeUnique()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx845 const BitmapColor& rOld = pR->GetPaletteColor( (sal_uInt16) i ); in ImplConvertGhosted() local
846 aNewPal[ (sal_uInt16) i ] = BitmapColor( ( rOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
847 ( rOld.GetGreen() >> 1 ) | 0x80, in ImplConvertGhosted()
848 ( rOld.GetBlue() >> 1 ) | 0x80 ); in ImplConvertGhosted()
H A Dpdfwriter_impl.cxx10729 GraphicsState& rOld = m_aGraphicsStack.front(); in pop() local
10747 rOld.m_aClipRegion = aState.m_aClipRegion; in pop()
10748 rOld.m_bClipRegion = aState.m_bClipRegion; in pop()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1204 void lcl_GetInsDelRanges( const ScRange& rOld, const ScRange& rNew, in lcl_GetInsDelRanges() argument
1212 SCCOL nStartX = rOld.aStart.Col(); in lcl_GetInsDelRanges()
1213 SCROW nStartY = rOld.aStart.Row(); in lcl_GetInsDelRanges()
1214 SCCOL nOldEndX = rOld.aEnd.Col(); in lcl_GetInsDelRanges()
1215 SCROW nOldEndY = rOld.aEnd.Row(); in lcl_GetInsDelRanges()
1218 SCTAB nTab = rOld.aStart.Tab(); in lcl_GetInsDelRanges()
1278 if ( rOld == rNew ) in CanFitBlock()
1311 DeleteAreaTab( rOld, IDF_ALL ); in FitBlock()
1331 ScRange aGrowSource = rOld; in FitBlock()
1332 aGrowSource.aEnd.SetCol(Min( rOld.aEnd.Col(), rNew.aEnd.Col() )); in FitBlock()
[all …]
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()
H A Ddocumen8.cxx375 sal_Bool ScDocument::RenamePageStyleInUse( const String& rOld, const String& rNew ) in RenamePageStyleInUse() argument
381 if ( pTab[i]->GetPageStyle() == rOld ) in RenamePageStyleInUse()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1814 const SfxItemSet& rOld = pEngine->GetParaAttribs( i ); in RemoveAdjust()
1815 if ( rOld.GetItemState( EE_PARA_JUST ) == SFX_ITEM_SET ) in RemoveAdjust()
1817 SfxItemSet aNew( rOld ); in RemoveAdjust()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx909 const SfxItemSet& rOld = rEngine.GetParaAttribs( i ); in PutData() local
910 if ( rOld.Count() ) in PutData()
917 rEngine.SetParaAttribs( i, SfxItemSet( *rOld.GetPool(), rOld.GetRanges() ) ); in PutData()
/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/sc/inc/
H A Deditutil.hxx58 static String ModifyDelimiters( const String& rOld );
/trunk/main/svx/source/inc/
H A Dsvxrectctaccessiblecontext.hxx272 …void FireAccessibleEvent (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun…
/trunk/main/svl/source/items/
H A Dstyle.cxx865 void SfxStyleSheetBasePool::ChangeParent(const XubString& rOld, in ChangeParent() argument
873 if( p->GetParent().Equals( rOld ) ) in ChangeParent()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx921 PrinterGfx::PSBinLineTo (const Point& rCurrent, Point& rOld, sal_Int32& nColumn) in PSBinLineTo() argument
926 PSBinPath (rCurrent, rOld, lineto, nColumn); in PSBinLineTo()
931 PrinterGfx::PSBinMoveTo (const Point& rCurrent, Point& rOld, sal_Int32& nColumn) in PSBinMoveTo() argument
936 PSBinPath (rCurrent, rOld, moveto, nColumn); in PSBinMoveTo()
975 PrinterGfx::PSBinPath (const Point& rCurrent, Point& rOld, in PSBinPath() argument
983 sal_Int32 nXPrec = getAlignedHexValueOf (rCurrent.X() - rOld.X(), pPath + 1); in PSBinPath()
984 sal_Int32 nYPrec = getAlignedHexValueOf (rCurrent.Y() - rOld.Y(), pPath + 1 + nXPrec); in PSBinPath()
1030 rOld = rCurrent; in PSBinPath()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx282 void PSBinLineTo (const Point& rCurrent, Point& rOld,
284 void PSBinMoveTo (const Point& rCurrent, Point& rOld,
289 void PSBinPath (const Point& rCurrent, Point& rOld,
/trunk/main/sw/source/ui/inc/
H A Dgloshdl.hxx54 sal_Bool ConvertToNew(SwTextBlocks& rOld);
61 sal_Bool RenameGroup(const String & rOld, String& rNew, const String& rNewTitle);
H A DSwSpellDialogChildWindow.hxx49 virtual void AddAutoCorrection(const String& rOld, const String& rNew, LanguageType eLanguage);
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx241 sal_Bool SwGlossaryHdl::RenameGroup(const String & rOld, String& rNew, const String& rNewTitle) in RenameGroup() argument
244 String sOldGroup(rOld); in RenameGroup()
245 if(STRING_NOTFOUND == rOld.Search(GLOS_DELIM)) in RenameGroup()
247 if(rOld == rNew) in RenameGroup()
/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/sw/source/ui/cctrl/
H A Dswlbox.cxx60 SwBoxEntry::SwBoxEntry(const SwBoxEntry& rOld) : in SwBoxEntry() argument
61 bModified(rOld.bModified), in SwBoxEntry()
62 bNew(rOld.bNew), in SwBoxEntry()
63 aName(rOld.aName), in SwBoxEntry()
64 nId(rOld.nId) in SwBoxEntry()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2398 static OUString OldNameToNewName_Impl( const OUString &rOld ) in OldNameToNewName_Impl() argument
2404 OUString sServiceNameCC( rOld ); in OldNameToNewName_Impl()

Completed in 388 milliseconds

1234