Home
last modified time | relevance | path

Searched refs:rNew (Results 151 – 175 of 266) sorted by relevance

1234567891011

/aoo41x/main/sc/source/ui/inc/
H A Dviewfunc.hxx192 void SetConditionalFormat( const ScConditionalFormat& rNew );
193 void SetValidation( const ScValidationData& rNew );
/aoo41x/main/sc/source/ui/docshell/
H A Darealink.cxx175 void ScAreaLink::SetDestArea(const ScRange& rNew) in SetDestArea() argument
177 aDestArea = rNew; // fuer Undo in SetDestArea()
/aoo41x/main/sc/source/core/data/
H A Dglobal.cxx276 void ScGlobal::SetSearchItem( const SvxSearchItem& rNew ) in SetSearchItem() argument
280 pSearchItem = (SvxSearchItem*)rNew.Clone(); in SetSearchItem()
593 void ScGlobal::SetClipDocName( const String& rNew ) in SetClipDocName() argument
595 *pStrClipDocName = rNew; in SetClipDocName()
/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx2326 void SwTableCursor::ActualizeSelection( const SwSelBoxes &rNew ) in ActualizeSelection() argument
2329 while ( nOld < aSelBoxes.Count() && nNew < rNew.Count() ) in ActualizeSelection()
2332 const SwTableBox* pPNew = *( rNew.GetData() + nNew ); in ActualizeSelection()
2351 for( ; nNew < rNew.Count(); ++nNew ) // some more to insert in ActualizeSelection()
2352 InsertBox( **( rNew.GetData() + nNew ) ); in ActualizeSelection()
H A Doverlayrangesoutline.hxx61 void setRanges(const std::vector< basegfx::B2DRange >& rNew);
/aoo41x/main/sc/inc/
H A Ddatauno.hxx230 void SetParam( const ScSubTotalParam& rNew );
296 void SetParam( const ScConsolidateParam& rNew );
442 void SetParam( const ScQueryParam& rNew );
H A Dglobal.hxx587 static void SetClipDocName( const String& rNew );
589 SC_DLLPUBLIC static void SetSearchItem( const SvxSearchItem& rNew );
/aoo41x/main/sw/source/core/inc/
H A Dptqueue.hxx53 static void Add( ViewShell *pSh, const SwRect &rNew );
H A DSwUndoTOXChange.hxx37 SwUndoTOXChange(SwTOXBase * pTOX, const SwTOXBase & rNew);
/aoo41x/main/svx/inc/svx/sdr/overlay/
H A Doverlaypolypolygon.hxx53 void setLinePolyPolygon(const basegfx::B2DPolyPolygon& rNew);
H A Doverlayline.hxx52 void setSecondPosition(const basegfx::B2DPoint& rNew);
H A Doverlayrollingrectangle.hxx61 void setSecondPosition(const basegfx::B2DPoint& rNew);
H A Doverlaybitmapex.hxx65 void setBitmapEx(const BitmapEx& rNew);
H A Doverlayselection.hxx82 void setRanges(const std::vector< basegfx::B2DRange >& rNew);
/aoo41x/main/svx/source/inc/
H A Dsvxpixelctlaccessiblecontext.hxx194 …t (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun::star::uno::Any& rNew);
355 …t (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun::star::uno::Any& rNew);
/aoo41x/main/sc/source/core/tool/
H A Dappoptio.cxx725 void ScAppCfg::SetOptions( const ScAppOptions& rNew ) in SetOptions() argument
727 *(ScAppOptions*)this = rNew; in SetOptions()
H A Dchartlis.cxx280 void ScChartListener::SetRangeList( const ScRangeListRef& rNew ) in SetRangeList() argument
283 ScRefTokenHelper::getTokensFromRangeList(aTokens, *rNew); in SetRangeList()
H A Dviewopti.cxx743 void ScViewCfg::SetOptions( const ScViewOptions& rNew ) in SetOptions() argument
745 *(ScViewOptions*)this = rNew; in SetOptions()
/aoo41x/main/svx/inc/svx/
H A DSpellDialogChildWindow.hxx86 virtual void AddAutoCorrection(const String& rOld, const String& rNew, LanguageType eLanguage);
H A Dsdrmasterpagedescriptor.hxx84 void SetVisibleLayers(const SetOfByte& rNew);
/aoo41x/main/svtools/inc/svtools/
H A Dsvmedit2.hxx39 void InsertText( const String& rNew, sal_Bool bSelect = sal_False );
/aoo41x/main/svl/source/items/
H A Dstyle.cxx866 const XubString& rNew, in ChangeParent() argument
876 p->SetParent( rNew ); in ChangeParent()
878 p->aParent = rNew; in ChangeParent()
/aoo41x/main/sot/source/sdstor/
H A Ducbstorage.cxx2744 …orageElement_Impl( UCBStorageElement_Impl& rElement, BaseStorage* pDest, const String& rNew ) const
2753 …BaseStorageStream* pOtherStream = pDest->OpenStream( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pI…
2798 … pDest->OpenUCBStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect ) :
2799 pDest->OpenOLEStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pImp->m_bDirect );
2870 sal_Bool UCBStorage::CopyTo( const String& rElemName, BaseStorage* pDest, const String& rNew ) argument
2885 return CopyStorageElement_Impl( *pElement, pDest, rNew );
/aoo41x/main/sw/source/ui/docvw/
H A DOverlayRanges.hxx67 void setRanges(const std::vector< basegfx::B2DRange >& rNew);
H A DShadowOverlayObject.hxx61 void SetSecondPosition( const basegfx::B2DPoint& rNew );

Completed in 94 milliseconds

1234567891011