Home
last modified time | relevance | path

Searched refs:xDest (Results 26 – 29 of 29) sorted by relevance

12

/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx1233 Reference< XStorage> xDest(aIni[0],UNO_QUERY); in execute() local
1238 xStorage->copyElementTo(m_pImpl->m_aProps.sPersistentName,xDest,sPersistentName); in execute()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx2480 uno::Reference< table::XCellRange > xDest( xSheet, uno::UNO_QUERY_THROW ); in Copy() local
2482 uno::Reference< sheet::XCellAddressable > xDestination( xDest->getCellByPosition( in Copy()
2506 uno::Reference< table::XCellRange > xDest( xSheet, uno::UNO_QUERY_THROW ); in Cut() local
2508 uno::Reference< sheet::XCellAddressable > xDestination( xDest->getCellByPosition( in Cut()
5115 uno::Reference< excel::XRange > xDest( Destination, uno::UNO_QUERY_THROW ); in AutoFill() local
5116 ScVbaRange* pRange = getImplementation( xDest ); in AutoFill()
/aoo42x/main/package/source/xstor/
H A Dowriteablestream.cxx1908 void OWriteStream::CopyToStreamInternally_Impl( const uno::Reference< io::XStream >& xDest ) in CopyToStreamInternally_Impl() argument
1920 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in CopyToStreamInternally_Impl()
1924 uno::Reference< io::XOutputStream > xDestOutStream = xDest->getOutputStream(); in CopyToStreamInternally_Impl()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx2133 SotStorageRef xDest( new SotStorage( new SvMemoryStream(), sal_True ) ); in SeekOle() local
2134 if ( xSource.Is() && xDest.Is() ) in SeekOle()
2141 …SotStorageRef xMacros = xDest->OpenSotStorage( String( RTL_CONSTASCII_USTRINGPARAM( "MACROS" ) ) ); in SeekOle()
2157 SvxImportMSVBasic aMSVBas( *pShell, *xDest, sal_True, sal_False ); in SeekOle()

Completed in 217 milliseconds

12