Home
last modified time | relevance | path

Searched refs:rNew (Results 76 – 100 of 266) sorted by relevance

1234567891011

/aoo41x/main/sc/source/core/data/
H A Dconditio.cxx442 void ScConditionEntry::SetSrcString( const String& rNew ) in SetSrcString() argument
447 aSrcString = rNew; in SetSrcString()
1255 void ScConditionalFormat::AddEntry( const ScCondFormatEntry& rNew ) in AddEntry() argument
1260 ppNew[nEntryCount] = new ScCondFormatEntry(rNew); in AddEntry()
1465 void ScConditionalFormat::RenameCellStyle(const String& rOld, const String& rNew) in RenameCellStyle() argument
1469 ppEntries[i]->UpdateStyleName( rNew ); 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 Dstlsheet.cxx339 sal_Bool ScStyleSheet::SetName( const String& rNew ) in SetName() argument
342 if ( rNew == aFileStdName && aFileStdName != ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in SetName()
345 return SfxStyleSheet::SetName( rNew ); in SetName()
/aoo41x/main/sw/inc/
H A Ddoc.hxx1735 void SetTabCols( const SwTabCols &rNew, sal_Bool bCurRowOnly,
1739 void SetTabRows( const SwTabCols &rNew, sal_Bool bCurColOnly, const SwCursor* pCrsr,
1744 void SetTabCols(SwTable& rTab, const SwTabCols &rNew, const SwTabCols &rOld,
1750 sal_Bool SetTableAutoFmt( const SwSelBoxes& rBoxes, const SwTableAutoFmt& rNew );
1977 void SetRowHeight( const SwCursor& rCursor, const SwFmtFrmSize &rNew );
1979 void SetRowSplit( const SwCursor& rCursor, const SwFmtRowSplit &rNew );
1982 void SetRowBackground( const SwCursor& rCursor, const SvxBrushItem &rNew );
1989 void SetBoxAttr( const SwCursor& rCursor, const SfxPoolItem &rNew );
2079 void ChgTOX(SwTOXBase & rTOX, const SwTOXBase & rNew);
H A Dfmtfsize.hxx89 void SetSize( const Size &rNew ) { aSize = rNew; } in SetSize() argument
/aoo41x/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx337 CompositeIterator2D& operator=( const CompositeIterator2D& rNew ) in operator =() argument
339 this->maIter1 = rNew.maIter1; in operator =()
340 this->maIter2 = rNew.maIter2; in operator =()
/aoo41x/main/svx/inc/svx/sdr/overlay/
H A Doverlaytriangle.hxx55 void setSecondPosition(const basegfx::B2DPoint& rNew);
59 void setThirdPosition(const basegfx::B2DPoint& rNew);
H A Doverlayanimatedbitmapex.hxx79 void setBitmapEx1(const BitmapEx& rNew);
80 void setBitmapEx2(const BitmapEx& rNew);
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dhatchtextureprimitive3d.hxx59 …d setBuffered3DDecomposition(const Primitive3DSequence& rNew) { maBuffered3DDecomposition = rNew; } in setBuffered3DDecomposition() argument
H A Dpolygontubeprimitive3d.hxx70 void setLast3DDecomposition(const Primitive3DSequence& rNew) { maLast3DDecomposition = rNew; } in setLast3DDecomposition() argument
/aoo41x/main/sw/source/core/undo/
H A DSwUndoTOXChange.cxx31 SwUndoTOXChange::SwUndoTOXChange(SwTOXBase * _pTOX, const SwTOXBase & rNew) in SwUndoTOXChange() argument
32 : SwUndo(UNDO_TOXCHANGE), pTOX(_pTOX), aOld(*_pTOX), aNew(rNew) in SwUndoTOXChange()
/aoo41x/main/automation/source/server/
H A Deditwin.hxx60 void AddText( const String &rNew );
61 void AddText( const sal_Char* rNew );
/aoo41x/main/svtools/source/edit/
H A Dsvmedit2.cxx48 void ExtMultiLineEdit::InsertText( const String& rNew, sal_Bool ) in InsertText() argument
50 GetTextView()->InsertText( rNew, sal_False ); in InsertText()
/aoo41x/main/svx/inc/svx/
H A Dcube3d.hxx74 void SetCubePos(const basegfx::B3DPoint& rNew);
77 void SetCubeSize(const basegfx::B3DVector& rNew);
H A Dsphere3d.hxx76 void SetCenter(const basegfx::B3DPoint& rNew);
77 void SetSize(const basegfx::B3DVector& rNew);
H A Dxcolit.hxx62 void SetColorValue(const Color& rNew) { aColor = rNew; Detach(); } in SetColorValue() argument
H A Dxflgrit.hxx63 …void SetGradientValue(const XGradient& rNew) { aGradient = rNew; Detach(); } // SetValue -> Se… in SetGradientValue() argument
H A Dxflhtit.hxx65 …void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchVa… in SetHatchValue() argument
H A Dxlndsit.hxx69 void SetDashValue(const XDash& rNew) { aDash = rNew; Detach(); } // SetValue -> SetDashValue in SetDashValue() argument
/aoo41x/main/sc/inc/
H A Ddetdata.hxx64 void SetPos(const ScAddress& rNew) { aPos=rNew; } in SetPos() argument
/aoo41x/main/sc/source/ui/inc/
H A Dpagedata.hxx50 void SetPrintRange( const ScRange& rNew ) { aPrintRange = rNew; } in SetPrintRange() argument
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx2853 SwTabCols aOld( rNew.Count() ); in SetTabCols()
2868 SetTabCols(rTab, rNew, aOld, pBox, bCurRowOnly ); in SetTabCols()
2885 SwTabCols aOld( rNew.Count() ); in SetTabRows()
2912 const sal_uInt16 nCount = rNew.Count(); in SetTabRows()
2925 const long nNewRowStart = i == 0 ? 0 : rNew[ nIdxStt ]; in SetTabRows()
2926 const long nNewRowEnd = i == nCount ? rNew.GetRight() : rNew[ nIdxEnd ]; in SetTabRows()
3008 rTab.SetTabCols( rNew, rOld, pStart, bCurRowOnly ); in SetTabCols()
3749 _SetAFmtTabPara( const SwTableAutoFmt& rNew ) in _SetAFmtTabPara()
3750 : rTblFmt( (SwTableAutoFmt&)rNew ), pUndo( 0 ), in _SetAFmtTabPara()
3858 pUndo = new SwUndoTblAutoFmt( *pTblNd, rNew ); in SetTableAutoFmt()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dximpgrp.hxx43 …oid SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNew) in SetLocalShapesContext() argument
44 { mxShapes = rNew; } in SetLocalShapesContext()
H A Dximp3dscene.hxx48 …oid SetLocalShapesContext(com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rNew) in SetLocalShapesContext() argument
49 { mxChilds = rNew; } in SetLocalShapesContext()
/aoo41x/main/formula/inc/formula/
H A Dformdata.hxx61 inline void SetUndoStr( const String& rNew ) { aUndoStr = rNew; } in SetUndoStr() argument
/aoo41x/main/editeng/inc/editeng/
H A Dshaditem.hxx81 void SetColor( const Color &rNew ) { aShadowColor = rNew; } in SetColor() argument

Completed in 95 milliseconds

1234567891011