Home
last modified time | relevance | path

Searched refs:xNew (Results 1 – 25 of 39) sorted by last modified time

12

/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/automation/source/server/
H A DXMLParser.cxx629 NodeRef xNew; in HandleSAXParser() local
630 for ( i = 0 ; i < pElementNode->GetChildCount() && !xNew.Is() ; i++ ) in HandleSAXParser()
632 xNew = pElementNode->GetChild( i ); in HandleSAXParser()
633 if ( xNew->GetNodeType() == NODE_ELEMENT ) in HandleSAXParser()
635 ElementNode* pNewElement = (ElementNode*)(&xNew); in HandleSAXParser()
640 xNew.Clear(); in HandleSAXParser()
645 xNew.Clear(); in HandleSAXParser()
648 xNew.Clear(); in HandleSAXParser()
651 pRet->GenReturn ( RET_Value, nMethodId, xNew.Is() ); in HandleSAXParser()
653 if ( xNew.Is() ) in HandleSAXParser()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontact.cxx285 drawinglayer::primitive2d::Primitive2DSequence xNew(createViewIndependentPrimitive2DSequence()); in getViewIndependentPrimitive2DSequence() local
287 if(xNew.hasElements()) in getViewIndependentPrimitive2DSequence()
290 xNew = embedToObjectSpecificInformation(xNew); in getViewIndependentPrimitive2DSequence()
293 …rawinglayer::primitive2d::arePrimitive2DSequencesEqual(mxViewIndependentPrimitive2DSequence, xNew)) in getViewIndependentPrimitive2DSequence()
296 const_cast< ViewContact* >(this)->mxViewIndependentPrimitive2DSequence = xNew; in getViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrobjcustomshape.cxx139 …const drawinglayer::primitive2d::Primitive2DSequence xNew(rCandidate.GetViewContact().getViewIndep… in createViewIndependentPrimitive2DSequence() local
140 drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(xGroup, xNew); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3d.cxx153 drawinglayer::primitive3d::Primitive3DSequence xNew(createViewIndependentPrimitive3DSequence()); in getVIP3DSWithoutObjectTransform() local
155 …rawinglayer::primitive3d::arePrimitive3DSequencesEqual(mxViewIndependentPrimitive3DSequence, xNew)) in getVIP3DSWithoutObjectTransform()
158 const_cast< ViewContactOfE3d* >(this)->mxViewIndependentPrimitive3DSequence = xNew; in getVIP3DSWithoutObjectTransform()
/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/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/svx/source/form/
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()
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()
/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/svl/source/items/
H A Dstyle.cxx730 rtl::Reference< SfxStyleSheetBase > xNew( Create( rSheet ) ); in Add() local
731 aStyles.push_back( xNew ); in Add()
732 Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CHANGED, *xNew.get() ) ); in Add()
733 return *xNew.get(); in Add()
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx276 Reference< XNameContainer > xNew( SvUnoAttributeContainer_CreateInstance(), UNO_QUERY ); in importXML() local
277 xAttrContainer = xNew; in importXML()
/trunk/main/xmloff/source/core/
H A DDomBuilderContext.cxx186 Reference<XNode> xNew( in Characters() local
189 mxNode->appendChild( xNew ); in Characters()
/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/unoxml/source/dom/
H A Ddocument.cxx762 Reference< XAttr > const xNew = in lcl_ImportNode() local
764 xNew->setValue(xAttr->getValue()); in lcl_ImportNode()
765 xNode.set(xNew, UNO_QUERY); in lcl_ImportNode()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx1417 Reference< XContent > xNew; in insertNewContent() local
1420 m_xImpl->executeCommand( aCommand ) >>= xNew; in insertNewContent()
1430 if ( !xNew.is() ) in insertNewContent()
1439 xNew = xCreator->createNewContent( aInfo ); in insertNewContent()
1441 if ( !xNew.is() ) in insertNewContent()
1445 Content aNewContent( xNew, m_xImpl->getEnvironment() ); in insertNewContent()
1480 Reference< XContent > xNew; in insertNewContent() local
1483 m_xImpl->executeCommand( aCommand ) >>= xNew; in insertNewContent()
1493 if ( !xNew.is() ) in insertNewContent()
1502 xNew = xCreator->createNewContent( aInfo ); in insertNewContent()
[all …]
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx643 uno::Reference< ucb::XContent > xNew; in createNew() local
724 >>= xNew; in createNew()
734 if ( !xNew.is() ) in createNew()
757 return xNew; in createNew()
1062 const uno::Reference< ucb::XContent > & xNew, in handleNameClashRename()
1185 xNew->getIdentifier()-> in handleNameClashRename()
1289 if ( !xNew.is() ) in globalTransfer_()
1324 xNew->getIdentifier()-> in globalTransfer_()
1486 xNew, in globalTransfer_()
1649 xNew->getIdentifier() in globalTransfer_()
[all …]
/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()
/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/svtools/source/uno/
H A Dgenericunodialog.cxx166 Reference<starawt::XWindow> xNew; in convertFastPropertyValue() local
167 ::cppu::extractInterface(xNew, rValue); in convertFastPropertyValue()
168 if (xNew != m_xParent) in convertFastPropertyValue()
170 rConvertedValue <<= xNew; in convertFastPropertyValue()
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx239 Reference< XInterface > xNew( TestMaster::create( xMaster, xProxyFac ) ); in test_proxyfac() local
241 xNew, OUString( RTL_CONSTASCII_USTRINGPARAM("master") ), xProxyFac ); in test_proxyfac()
/trunk/main/sc/workben/
H A Dtest.cxx1185 XCellCollectionRef xNew = xCC->getRanges(); in lcl_CellCursor() local
1186 if (!xNew) return; in lcl_CellCursor()
1187 xView->select( xNew ); in lcl_CellCursor()
1422 XStyleRef xNew = xFamily->addStyle( L"gaga", xStyle ); in lcl_Styles() local
1423 if (!xNew) return; in lcl_Styles()
1424 XPropertySetRef xProp = (XPropertySet*)xNew->queryInterface(XPropertySet::getSmartUik()); in lcl_Styles()
1503 XTableAutoFormatRef xNew = xFormats->getAutoFormatByName(L"gaga"); in lcl_AutoForm() local
1504 if (!xNew) return; in lcl_AutoForm()
1508 XPropertySetRef xNewProp = xNew->getFieldByIndex(i); in lcl_AutoForm()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1962 … uno::Reference< chart2::data::XLabeledDataSequence> xNew( aNewSequences[nNewIndex] ); in detectArguments() local
1967 if( xOld.is() && xNew.is() ) in detectArguments()
1972 if( xNew.is() && xNew->getLabel().is() ) in detectArguments()
1973 aNewLabel = xNew->getLabel()->getSourceRangeRepresentation(); in detectArguments()
1976 if( xNew.is() && xNew->getValues().is() ) in detectArguments()
1977 aNewValues = xNew->getValues()->getSourceRangeRepresentation(); in detectArguments()
2390 …t2DataSource::AddLabeledSequence(const uno::Reference < chart2::data::XLabeledDataSequence >& xNew) in AddLabeledSequence() argument
2392 m_aLabeledSequences.push_back(xNew); in AddLabeledSequence()
/trunk/main/sc/source/ui/inc/
H A DAccessibilityHints.hxx62 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xNew );
87 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xNew );
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx383 uno::Reference< XAccessible > xNew; in GotFocus() local
400 xNew = m_pAccFormulaCell; in GotFocus()
406 xNew = mpAccCell; in GotFocus()
414 aEvent.NewValue <<= xNew; in GotFocus()
755 uno::Reference< XAccessible > xNew = mpAccCell; in Notify() local
756 aEvent.NewValue <<= xNew; in Notify()
805 uno::Reference< XAccessible > xNew = mpAccCell; in CommitFocusCell() local
806 aEvent.NewValue <<= xNew; in CommitFocusCell()
1603 uno::Reference< XAccessible > xNew = m_pAccFormulaCell; in NotifyRefMode() local
1604 aEvent.NewValue <<= xNew; in NotifyRefMode()
[all …]

Completed in 295 milliseconds

12