Home
last modified time | relevance | path

Searched refs:xNew (Results 26 – 39 of 39) sorted by relevance

12

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1282 SbxBaseRef xNew = SbxBase::Load( rStrm ); in ImplLoadBasic() local
1284 if( xNew.Is() ) in ImplLoadBasic()
1286 if( xNew->IsA( TYPE(StarBASIC) ) ) in ImplLoadBasic()
1288 StarBASIC* pNew = (StarBASIC*)(SbxBase*) xNew; in ImplLoadBasic()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx430 … Reference<XContent > xNew(xORB->createInstanceWithArguments(sServiceName,aArguments),UNO_QUERY); in createInstanceWithArguments() local
433 xNameContainer->insertByName(*elements,makeAny(xNew)); in createInstanceWithArguments()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx673 …ceFormComponent(const Reference< XFormComponent > & xOld, const Reference< XFormComponent > & xNew) in ReplaceFormComponent() argument
678 ((FmControlData*)pData)->ModelReplaced( xNew, m_aNormalImages, m_aHCImages ); in ReplaceFormComponent()
H A Dfmshimp.cxx2083 …Reference< XChild > xNew; if ( _rSelection.size() == 1 ) xNew = xNew.query( *_rSelection.begin() ); in setCurrentSelection() local
2087 if ( xCur.is() && ( !xNew.is() || ( xCur->getParent() != xNew->getParent() ) ) ) in setCurrentSelection()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx121 uno::Reference< util::XCloneable > xNew = xC->createClone(); in ShowDialog() local
122 uno::Reference< awt::XControlModel > xDlgMod( xNew, uno::UNO_QUERY ); in ShowDialog()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2683 uno::Reference< uno::XInterface > xNew in storeData() local
2686 if ( !xNew.is() ) in storeData()
2708 uno::makeAny( xNew ) ); in storeData()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1005 …uno::Reference < embed::XStorage > xNew = rCnt.pImpl->mxStorage->openStorageElement( rName, embed:… in MoveEmbeddedObject() local
1006 xOld->copyToStorage( xNew ); in MoveEmbeddedObject()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1849 …Reference<XContent > xNew( xORB->createInstanceWithArguments( sServiceName, aArguments ), UNO_QUER… in insertHierachyElement() local
1851 xNameContainer->insertByName( sNewName, makeAny( xNew ) ); in insertHierachyElement()
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx373 …t >& xOld, const ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent >& xNew);
/trunk/main/sc/inc/
H A Dchart2uno.hxx229 …const com::sun::star::uno::Reference < com::sun::star::chart2::data::XLabeledDataSequence >& xNew);
H A Ddocument.hxx1623 void SetForbiddenCharacters( const vos::ORef<SvxForbiddenCharactersTable> xNew );
/trunk/main/vcl/source/control/
H A Dedit.cxx1127 int xNew = GetOutputSizePixel().Width() - aBounds.GetWidth() - aBounds.Left(); in ImplClearBackground() local
1128 aClipRgn.Move( xNew - aBounds.Left(), 0 ); in ImplClearBackground()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx4055 ScExternalRefCache::TokenArrayRef xNew = pRefMgr->getRangeNameTokens( in HandleExternalReference() local
4058 if (!xNew) in HandleExternalReference()
4064 ScTokenArray* pNew = xNew->Clone(); in HandleExternalReference()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx4012 …uno::Reference< container::XIndexContainer > xNew( SvxUnoGluePointAccess_createInstance( mpObj.get… in getGluePoints() local
4013 mxGluePoints = xGluePoints = xNew; in getGluePoints()

Completed in 186 milliseconds

12