Home
last modified time | relevance | path

Searched refs:xDest (Results 1 – 25 of 29) sorted by path

12

/trunk/main/chart2/source/view/diagram/
H A DVDiagram.cxx254 const uno::Reference< beans::XPropertySet > & xDest ) in lcl_setLightSources()
256 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_1 ), in lcl_setLightSources()
258 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ), in lcl_setLightSources()
260 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_3 ), in lcl_setLightSources()
262 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_4 ), in lcl_setLightSources()
264 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_5 ), in lcl_setLightSources()
266 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_6 ), in lcl_setLightSources()
268 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_7 ), in lcl_setLightSources()
270 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_8 ), in lcl_setLightSources()
290 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTCOLOR_1 ), in lcl_setLightSources()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dcolumn.cxx301 Reference<XPropertySet> xDest(xRet,UNO_QUERY); in createObject() local
302 if ( m_pMediator && xDest.is() ) in createObject()
303 m_pMediator->notifyElementCreated(_rName,xDest); in createObject()
H A Dquery.cxx249 Reference< XPropertySet > xDest( *pColumn, UNO_QUERY_THROW ); in IMPLEMENT_FORWARD_XINTERFACE3() local
251 m_pColumnMediator->notifyElementCreated( *pIter, xDest ); in IMPLEMENT_FORWARD_XINTERFACE3()
H A Dtablecontainer.cxx255 Reference<XPropertySet> xDest(xRet,UNO_QUERY); in createObject() local
257 ::comphelper::copyProperties(xTableDefinition,xDest); in createObject()
263 m_pTableMediator->notifyElementCreated(_rName,xDest); in createObject()
/trunk/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()
/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx145 Reference< XPropertySet> xDest(_rEvent.Element,UNO_QUERY); in elementInserted() local
146 aFind->second->setDefinition( xDest ); in elementInserted()
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx197 Reference< XPropertySet > xDest( xFactory->createDataAccessDescriptor(), UNO_SET_THROW ); in insertTable() local
198 xDest->setPropertyValue( PROPERTY_ACTIVE_CONNECTION, makeAny( i_rDestConnection ) ); in insertTable()
200 …rd > xWizard( CopyTableWizard::create( aContext.getUNOContext(), xSource, xDest ), UNO_SET_THROW ); in insertTable()
/trunk/main/extensions/source/propctrlr/
H A Dxsddatatypes.cxx234 Reference< XPropertySet > xDest( getUnoDataType(), UNO_QUERY ); in copyFacetsFrom() local
235 lcl_copyProperties( xSource, xDest ); in copyFacetsFrom()
/trunk/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()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java758 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest ) in copyElementTo() argument
763 xSource.copyElementTo( sName, xDest, sName ); in copyElementTo()
774 public boolean moveElementTo( XStorage xSource, String sName, XStorage xDest ) in moveElementTo() argument
779 xSource.moveElementTo( sName, xDest, sName ); in moveElementTo()
/trunk/main/offapi/com/sun/star/embed/
H A DXStorage.idl130 @param xDest
145 void copyToStorage( [in] XStorage xDest )
573 @param xDest
597 [in] XStorage xDest,
617 @param xDest
641 [in] XStorage xDest,
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java785 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest ) in copyElementTo() argument
790 xSource.copyElementTo( sName, xDest, sName ); in copyElementTo()
801 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest, String sTargetName ) in copyElementTo() argument
806 xSource.copyElementTo( sName, xDest, sTargetName ); in copyElementTo()
817 public boolean moveElementTo( XStorage xSource, String sName, XStorage xDest ) in moveElementTo() argument
822 xSource.moveElementTo( sName, xDest, sName ); in moveElementTo()
/trunk/main/package/qa/storages/
H A DTestHelper.java1309 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest ) in copyElementTo() argument
1314 xSource.copyElementTo( sName, xDest, sName ); in copyElementTo()
1325 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest, String sTargetName ) in copyElementTo() argument
1330 xSource.copyElementTo( sName, xDest, sTargetName ); in copyElementTo()
1341 public boolean moveElementTo( XStorage xSource, String sName, XStorage xDest ) in moveElementTo() argument
1346 xSource.moveElementTo( sName, xDest, sName ); in moveElementTo()
/trunk/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()
H A Dxstorage.cxx103 const uno::Reference< io::XStream >& xDest, in completeStorageStreamCopy_Impl()
812 xDest->removeElement( aName ); in CopyStorageElement()
817 xDest->openStorageElement( aName, in CopyStorageElement()
909 xDest->openStreamElement( aName, in CopyStorageElement()
942 xDest->openStreamElement( aName, in CopyStorageElement()
976 xDest->openStreamElement( aName, in CopyStorageElement()
2426 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject*> ( this … in copyToStorage()
2430 m_pImpl->CopyToStorage( xDest, sal_False ); in copyToStorage()
3374 if ( !xDest.is() ) in copyElementTo()
3479 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject* >( this … in moveElementTo()
[all …]
H A Dxstorage.hxx234 … CopyToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest,
237 ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > xDest,
282 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream >& xDest,
369 …copyToStorage( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest )
469 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest,
480 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xDest,
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx953 Reference<XPropertySet> xDest(pClone->getUnoShape(),uno::UNO_QUERY); in Clone() local
954 if ( xSource.is() && xDest.is() ) in Clone()
955 comphelper::copyProperties(xSource.get(),xDest.get()); in Clone()
1169 …uno::Reference< chart2::data::XDatabaseDataProvider > xDest( lcl_getDataProvider(pObj->GetObjRef()… in Clone() local
1170 if ( xSource.is() && xDest.is() ) in Clone()
1171 comphelper::copyProperties(xSource.get(),xDest.get()); in Clone()
/trunk/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()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1834 SvStorageRef xDest( new SvStorage( new SvMemoryStream(), sal_True ) ); in ImplWriteOLE() local
1835 …sal_Bool bOk = SvxMSConvertOCXControls::WriteOCXStream( xDest, pPtr->xControlModel, aSize, aName ); in ImplWriteOLE()
1837 pStrm = xDest->CreateMemoryStream(); in ImplWriteOLE()
2486 SvStorageRef xDest( new SvStorage( new SvMemoryStream(), sal_True ) ); in SaveVBA() local
2487 SvxImportMSVBasic aMSVBas( rDocShell, *xDest, sal_False, sal_False ); in SaveVBA()
2490 …SvStorageRef xOverhead = xDest->OpenSotStorage( String( RTL_CONSTASCII_USTRINGPARAM("_MS_VBA_Overh… in SaveVBA()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx676 Reference< XInterface > xDest; in invoke() local
679 xDest, getReflection() ); in invoke()
683 xDest.get(), (typelib_InterfaceTypeDescription *)pTD ); in invoke()
/trunk/main/stoc/source/implementationregistration/
H A Dimplreg.cxx497 xRootKey = xDest->getRootKey(); in prepareUserLink()
505 createUniqueSubEntry(xDest->getRootKey()->createKey( in prepareUserLink()
991 Reference< registry::XSimpleRegistry > const & xDest, in insert_singletons()
1120 const Reference < XSimpleRegistry >& xDest, in prepareRegistry()
1167 xDest->getRootKey()->createKey( in prepareRegistry()
1228 insert_singletons( xDest, xImplKey, xContext ); in prepareRegistry()
1791 const Reference < XSimpleRegistry >& xDest, in doRevoke()
1795 if( xDest.is() ) in doRevoke()
1816 deleteAllServiceEntries(xDest, xKey, *iter); in doRevoke()
1838 const Reference < XSimpleRegistry >& xDest, in doRegister()
[all …]
H A Dmergekeys.cxx58 Reference< registry::XRegistryKey > const & xDest, in mergeKeys()
68 if (!xDest.is() || !xDest->isValid()) { in mergeKeys()
80 xDest->setLongValue( xSource->getLongValue() ); in mergeKeys()
83 xDest->setAsciiValue( xSource->getAsciiValue() ); in mergeKeys()
86 xDest->setStringValue( xSource->getStringValue() ); in mergeKeys()
136 xDest->deleteLink( name ); in mergeKeys()
140 xDest->deleteKey( name ); in mergeKeys()
154 Reference< registry::XRegistryKey > const & xDest, in mergeKeys()
158 if (!xDest.is() || !xDest->isValid()) { in mergeKeys()
163 if (xDest->isReadOnly()) in mergeKeys()
[all …]
H A Dmergekeys.hxx42 const & xDest,
/trunk/main/stoc/test/
H A Dtestregistry.cxx70 Reference< registry::XRegistryKey > const & xDest,
75 Reference< registry::XSimpleRegistry > const & xDest, in mergeKeys()
80 Reference< registry::XRegistryKey > xDestRoot( xDest->getRootKey() ); in mergeKeys()
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx220 const uno::Reference< embed::XStorage >& xDest, in CopyStreamToSubStream()
223 if ( !xDest.is() ) in CopyStreamToSubStream()
233 uno::Reference< io::XStream > xSubStream = xDest->openStreamElement( in CopyStreamToSubStream()
291 CopyStreamToSubStream( aSourceURL, xDest, aNewEntryName ); in CopyContentToStorage_Impl()
409 …if ( !xDest.is() || xDest == uno::Reference< uno::XInterface >( static_cast< OWeakObject*> ( this … in copyToStorage()
417 CopyContentToStorage_Impl( GetContent(), xDest ); in copyToStorage()
942 const uno::Reference< embed::XStorage >& xDest, in copyElementTo()
957 if ( !xDest.is() ) in copyElementTo()
966 if ( xDest->hasByName( aNewName ) ) in copyElementTo()
1027 const uno::Reference< embed::XStorage >& xDest, in moveElementTo()
[all …]

Completed in 238 milliseconds

12