Home
last modified time | relevance | path

Searched refs:rSource (Results 301 – 312 of 312) sorted by relevance

1...<<111213

/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx170 SD_DLLPUBLIC void createAudio( const ::com::sun::star::uno::Any& rSource, double fVolume = 1.0 );
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1676 void ScColumn::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose() argument
1686 ((ScFormulaCell*)pCell)->UpdateTranspose( rSource, rDest, pUndoDoc ); in UpdateTranspose()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx460 … convertToOOEquation( CustomShapeProperties& rCustomShapeProperties, const rtl::OUString& rSource ) in convertToOOEquation() argument
474 rtl::OUString aToken( rSource.getToken( 0, ' ', nIndex ) ); in convertToOOEquation()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx313 virtual void SAL_CALL disposing( lang::EventObject const & rSource )
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx489 void lcl_MoveFootnotes( SwTabFrm& rSource, SwTabFrm& rDest, SwLayoutFrm& rRowFrm ) in lcl_MoveFootnotes() argument
491 if ( 0 != rSource.GetFmt()->GetDoc()->GetFtnIdxs().Count() ) in lcl_MoveFootnotes()
493 SwFtnBossFrm* pOldBoss = rSource.FindFtnBossFrm( sal_True ); in lcl_MoveFootnotes()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2315 const String& rSource, sal_uLong nRefresh ) in InsertAreaLink() argument
2323 …pDocSh->GetDocFunc().InsertAreaLink( rFile, rFilter, rOptions, rSource, aPos, nRefresh, sal_False,… in InsertAreaLink()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1564 void CustomAnimationEffect::createAudio( const ::com::sun::star::uno::Any& rSource, double fVolume … in createAudio() argument
1572 xAudio->setSource( rSource ); in createAudio()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx154 …virtual void SAL_CALL disposing( const css::lang::EventObject &rSource) throw ( css::uno::RuntimeE…
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx1228 void ConvertAndPutItems( SfxItemSet& rDest, const SfxItemSet& rSource, const MapUnit* pSourceUnit =…
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx238 virtual void CopyText(const SvxTextForwarder& rSource);
/trunk/main/sc/inc/
H A Ddocument.hxx1186 String GetAutoFillPreview( const ScRange& rSource, SCCOL nEndX, SCROW nEndY );
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx846 void lcl_CopyProperties( beans::XPropertySet& rDest, beans::XPropertySet& rSource ) in lcl_CopyProperties() argument
848 uno::Reference<beans::XPropertySetInfo> xInfo(rSource.getPropertySetInfo()); in lcl_CopyProperties()
857 rDest.setPropertyValue( aName, rSource.getPropertyValue( aName ) ); in lcl_CopyProperties()

Completed in 252 milliseconds

1...<<111213