Home
last modified time | relevance | path

Searched refs:aSource (Results 51 – 75 of 208) sorted by relevance

123456789

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx1794 sal_Bool SfxMedium::TransactedTransferForFS_Impl( const INetURLObject& aSource, in TransactedTransferForFS_Impl() argument
1839 …if( ::ucbhelper::Content::create( aSource.GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv, aTemp… in TransactedTransferForFS_Impl()
2022 INetURLObject aSource( aNameURL ); in Transfer_Impl() local
2024 …if( ::ucbhelper::Content::create( aSource.GetMainURL( INetURLObject::NO_DECODE ), xEnv, aTempCont … in Transfer_Impl()
2112 INetURLObject aSource( aNameURL ); in Transfer_Impl() local
2124 TransactedTransferForFS_Impl( aSource, aDest, xComEnv ); in Transfer_Impl()
2303 INetURLObject aSource( GetURLObject() ); in DoBackup_Impl() local
2306 if ( !::utl::UCBContentHelper::IsDocument( aSource.GetMainURL( INetURLObject::NO_DECODE ) ) ) in DoBackup_Impl()
2322 aDest.insertName( aSource.getName() ); in DoBackup_Impl()
4063 INetURLObject aSource( aURL ); in CreateTempCopyWithExt() local
[all …]
/trunk/main/embeddedobj/source/general/
H A Ddummyobject.cxx625 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >( this ) ); in close() local
638 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
656 ((util::XCloseListener*)pCloseIterator.next())->notifyClosing( aSource ); in close()
665 m_pInterfaceContainer->disposeAndClear( aSource ); in close()
/trunk/main/package/source/xstor/
H A Docompinstream.cxx267 lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>( this ) ); in InternalDispose() local
270 m_pInterfaceContainer->disposeAndClear( aSource ); in InternalDispose()
296 lang::EventObject aSource( static_cast< ::cppu::OWeakObject*>( this ) ); in dispose() local
297 m_pInterfaceContainer->disposeAndClear( aSource ); in dispose()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx302 String aSource = aStrSource; in SetInfoStrings() local
305 aSource += ' '; in SetInfoStrings()
306 aSource += pDBData->GetSourceString(); in SetInfoStrings()
308 aFTSource.SetText( aSource ); in SetInfoStrings()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx487 sal_uInt8* aSource((sal_uInt8*)pBuffer + nY * nAlignedWidth); in FillBitmap() local
488 sal_uInt8* aEnd(aSource + (nWidth * 3)); in FillBitmap()
490 for(sal_uInt8* aTmp(aSource); aTmp < aEnd; aTmp += 3) in FillBitmap()
495 pAcc->CopyScanline(nY, aSource, BMP_FORMAT_24BIT_TC_BGR, nWidth * 3); in FillBitmap()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1473 const Polygon aSource(GetPointCount(), pImpXPolygon->pPointAry, pImpXPolygon->pFlagAry); in getB2DPolygon() local
1475 return aSource.getB2DPolygon(); in getB2DPolygon()
1485 const Polygon aSource(rPolygon); in XPolygon() local
1486 sal_uInt16 nSize = aSource.GetSize(); in XPolygon()
1492 pImpXPolygon->pPointAry[i] = aSource[i]; in XPolygon()
1493 pImpXPolygon->pFlagAry[i] = (sal_uInt8) aSource.GetFlags( i ); in XPolygon()
/trunk/main/sfx2/source/bastyp/
H A Dfltlst.hxx57 …virtual void SAL_CALL refreshed( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com…
59 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com…
/trunk/main/vbahelper/source/msforms/
H A Dvbapages.cxx40 ScVbaPages::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
42 return aSource; in createCollectionObject()
/trunk/main/framework/inc/classes/
H A Dconverter.hxx82 …convert_DateTime2String ( const DateTime& aSource );
83 …convert_DateTime2ISO8601 ( const DateTime& aSource );
/trunk/main/tools/source/fsys/
H A Dos2.cxx256 String aSource( GetFull() );
266 ItemIDPath aItemIDPath(aSource);
277 APIRET nRet = DosMove( aShortSource.Len()>0?(PSZ)aShortSource.GetStr():(PSZ)aSource.GetStr(),
285 nRet = DosMove( aShortSource.Len()>0?(PSZ)aShortSource.GetStr():(PSZ)aSource.GetStr(),
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_export.cxx388 ::rtl::OUString aSource; in filter()
389 xLib->getByName( aModName ) >>= aSource; in filter()
390 m_xHandler->characters( aSource ); in filter()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx668 ScRange aSource; in HitPageBreak() local
747 aSource = aRange; in HitPageBreak()
759 aSource = aRange; in HitPageBreak()
775 aSource = aRange; in HitPageBreak()
788 *pSource = aSource; // Druckbereich in HitPageBreak()
/trunk/main/tools/inc/tools/
H A Dfsys.hxx384 DirEntry aSource; member in FileCopier
416 void SetSource( const DirEntry &rSource ) { aSource = rSource; } in SetSource()
418 const DirEntry& GetSource() const { return aSource; } in GetSource()
/trunk/main/sw/source/ui/vba/
H A Dvbaaddins.cxx81 SwVbaAddins::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
83 return aSource; in createCollectionObject()
H A Dvbapanes.cxx98 SwVbaPanes::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
100 return aSource; in createCollectionObject()
H A Dvbavariables.cxx62 SwVbaVariables::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
64 return aSource; in createCollectionObject()
H A Dvbaautotextentry.cxx99 SwVbaAutoTextEntries::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
101 uno::Reference< text::XAutoTextEntry > xEntry( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java133 public void disposing( EventObject aSource ) in disposing() argument
136 if (aSource.Source == xPropSet) in disposing()
/trunk/main/sc/source/ui/vba/
H A Dvbacharts.cxx90 ScVbaCharts::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
95 return aSource; in createCollectionObject()
/trunk/main/filter/source/config/cache/
H A Dconfigflush.cxx97 css::lang::EventObject aSource (static_cast< css::util::XRefreshable* >(this)); in refresh() local
109 pListener->refreshed(aSource); in refresh()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceashashmap.hxx94 SequenceAsHashMap(const ::com::sun::star::uno::Any& aSource);
134 void operator<<(const ::com::sun::star::uno::Any& aSource);
/trunk/main/offapi/com/sun/star/plugin/
H A DXPlugin.idl53 @param aSource
66 [in] com::sun::star::io::XActiveDataSource aSource,
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManagerListener.idl53 @param aSource
63 …void layoutEvent( [in] com::sun::star::lang::EventObject aSource, [in] short eLayoutEvent, [in] an…
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.hxx58 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
78 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx331 ::rtl::OUString aSource( pModule->GetSource32() ); in DeleteMacro()
335 CutLines( aSource, nStart-1, nEnd-nStart+1, sal_True ); in DeleteMacro()
336 pModule->SetSource32( aSource ); in DeleteMacro()
341 OSL_VERIFY( aDocument.updateModule( aLibName, aModName, aSource ) ); in DeleteMacro()

Completed in 150 milliseconds

123456789