Home
last modified time | relevance | path

Searched refs:aSource (Results 101 – 125 of 208) sorted by relevance

123456789

/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2352 Any aSource; in importAudioContainer() local
2353 importTargetElementContainer( pChildAtom, aSource, nSubType ); in importAudioContainer()
2355 xAudio->setSource( aSource ); in importAudioContainer()
3775 Any aSource, aSourceData; in dump_target() local
3779 if( aSeq.getLength() >= 1 ) aSource = aSeq[0]; in dump_target()
3784 aSource = rAny; in dump_target()
3788 aSource >>= xShape; in dump_target()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx576 void implStepRenameUCB( const String& aSource, const String& aDest ) in implStepRenameUCB() argument
583 String aSourceFullPath = getFullPath( aSource ); in implStepRenameUCB()
604 void implStepRenameOSL( const String& aSource, const String& aDest ) in implStepRenameOSL() argument
606 FileBase::RC nRet = File::move( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in implStepRenameOSL()
621 String aSource = rPar.Get(1)->GetString(); in RTLFUNC() local
631 xSFI->copy( getFullPath( aSource ), getFullPath( aDest ) ); in RTLFUNC()
643 DirEntry aSourceDirEntry(aSource); in RTLFUNC()
652 FileBase::RC nRet = File::copy( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in RTLFUNC()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx123 ScVbaCommandBarControls::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
126 aSource >>= nPosition; in createCollectionObject()
H A Dvbashaperange.cxx349 ScVbaShapeRange:: createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
351 uno::Reference< drawing::XShape > xShape( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
/trunk/main/sw/source/ui/vba/
H A Dvbaborders.cxx328 SwVbaBorders::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
330 return aSource; // its already a Border object in createCollectionObject()
H A Dvbaaddins.hxx43 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
/trunk/main/toolkit/source/layout/core/
H A Droot.cxx276 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in dispose() local
277 mpListeners->disposeAndClear( aSource ); in dispose()
/trunk/main/svtools/source/edit/
H A Dsyntaxhighlight.cxx799 sal_uInt16 SimpleTokenizer_Impl::parseLine( sal_uInt32 nParseLine, const String* aSource ) in parseLine() argument
802 mpStringBegin = mpActualPos = aSource->GetBuffer(); in parseLine()
/trunk/main/svl/source/fsstor/
H A Dostreamcontainer.cxx281 lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>( this ) ); in dispose() local
282 m_pListenersContainer->disposeAndClear( aSource ); in dispose()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx190 ScVbaWorkbooks::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
192 uno::Reference< sheet::XSpreadsheetDocument > xDoc( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
H A Dvbaworksheets.cxx199 ScVbaWorksheets::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
201 uno::Reference< sheet::XSpreadsheet > xSheet( aSource, uno::UNO_QUERY ); in createCollectionObject()
H A Dvbaborders.cxx394 ScVbaBorders::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
396 return aSource; // its already a Border object in createCollectionObject()
H A Dvbaseriescollection.hxx45 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx94 rtl::OUString aSource = aIt->second; in getValueMap() local
97 uno::Any aAny( xSourceProp->getPropertyValue(aSource) ); in getValueMap()
/trunk/main/basic/source/inc/
H A Druntime.hxx518 void implStepRenameUCB( const String& aSource, const String& aDest );
526 void implStepRenameOSL( const String& aSource, const String& aDest );
/trunk/main/basic/workben/
H A Dmgrtest.cxx294 String aSource( "Sub SubInLib1Mod1\nprint\"XXX\"\nEnd Sub"); in IMPL_LINK() local
295 SbModule* pM = pLib->MakeModule( "ModLib1", aSource ); in IMPL_LINK()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx627 EventObject aSource; in notifyModification() local
628 aSource.Source = static_cast< ::cppu::OWeakObject* >(this); in notifyModification()
629 pModifyListeners->notifyEach( &XModifyListener::modified, aSource); in notifyModification()
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx585 css::lang::EventObject aSource (static_cast< css::util::XFlushable* >(this)); in flush() local
597 pListener->flushed(aSource); in flush()
/trunk/main/package/source/package/zippackage/
H A Dzipfileaccess.cxx393 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in dispose() local
394 m_pListenersContainer->disposeAndClear( aSource ); in dispose()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx2644 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in dispose() local
2645 m_pData->m_aListenersContainer.disposeAndClear( aSource ); in dispose()
3414 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in BroadcastTransaction() local
3429 ( ( embed::XTransactionListener* )pIterator.next( ) )->preCommit( aSource ); in BroadcastTransaction()
3432 ( ( embed::XTransactionListener* )pIterator.next( ) )->commited( aSource ); in BroadcastTransaction()
3435 ( ( embed::XTransactionListener* )pIterator.next( ) )->preRevert( aSource ); in BroadcastTransaction()
3438 ( ( embed::XTransactionListener* )pIterator.next( ) )->reverted( aSource ); in BroadcastTransaction()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2483 Bitmap aSource(*this); in ImplScaleConvolution() local
2489 bResult = ImplScaleConvolutionHor(aSource, aResult, fScaleX, aKernel); in ImplScaleConvolution()
2497 aSource = aResult; in ImplScaleConvolution()
2500 bResult = ImplScaleConvolutionVer(aSource, aResult, fScaleY, aKernel); in ImplScaleConvolution()
2507 bResult = ImplScaleConvolutionVer(aSource, aResult, fScaleY, aKernel); in ImplScaleConvolution()
2515 aSource = aResult; in ImplScaleConvolution()
2518 bResult = ImplScaleConvolutionHor(aSource, aResult, fScaleX, aKernel); in ImplScaleConvolution()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx233 ScVbaControls::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
236 uno::Reference< awt::XControl > xControl( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx709 const B2DPolygon aSource(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPolyPolygonBezierCoords() local
712 aSource, in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
/trunk/main/tools/bootstrp/
H A Dcppdep.hxx52 sal_Bool AddSource( const char * aSource );
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx541 ScTempDocSource aSource( aDocCache ); in callFunction() local
542 ScDocument* pDoc = aSource.GetDocument(); in callFunction()

Completed in 184 milliseconds

123456789