/aoo42x/main/linguistic/source/ |
H A D | convdiclist.cxx | 271 uno::Reference< XConversionDictionary > xNew; in replaceByName() local 272 rElement >>= xNew; in replaceByName() 273 if (!xNew.is() || xNew->getName() != rName) in replaceByName() 275 aConvDics.getArray()[ nRplcIdx ] = xNew; in replaceByName() 288 uno::Reference< XConversionDictionary > xNew; in insertByName() local 289 rElement >>= xNew; in insertByName() 290 if (!xNew.is() || xNew->getName() != rName) in insertByName() 295 aConvDics.getArray()[ nLen ] = xNew; in insertByName()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontact.cxx | 285 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 D | viewcontactofe3d.cxx | 153 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()
|
H A D | viewcontactofsdrobjcustomshape.cxx | 139 …const drawinglayer::primitive2d::Primitive2DSequence xNew(rCandidate.GetViewContact().getViewIndep… in createViewIndependentPrimitive2DSequence() local 140 drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(xGroup, xNew); in createViewIndependentPrimitive2DSequence()
|
/aoo42x/main/automation/source/server/ |
H A D | XMLParser.cxx | 629 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 …]
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 643 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 …]
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibilityHints.cxx | 61 const uno::Reference< uno::XInterface >& xNew ) in ScAccWinFocusGotHint() 63 xNewAccessible(xNew) in ScAccWinFocusGotHint() 99 const uno::Reference< uno::XInterface >& xNew ) in ScAccGridWinFocusGotHint() 101 ScAccWinFocusGotHint(xNew), in ScAccGridWinFocusGotHint()
|
H A D | AccessibleSpreadsheet.cxx | 383 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 …]
|
/aoo42x/main/forms/source/xforms/ |
H A D | model_ui.cxx | 641 Reference<XNode> xNew; in renameNode() local 645 xNew.set( xElem, UNO_QUERY ); in renameNode() 664 xNew->appendChild( xNode->removeChild( xCurrent ) ); in renameNode() 667 xNode->getParentNode()->replaceChild( xNew, xNode ); in renameNode() 678 xNew = xParent->appendChild( Reference<XNode>( xAttr, UNO_QUERY ) ); in renameNode() 686 if( xNew.is() ) in renameNode() 690 getDefaultBindingExpressionForNode( xNew ); in renameNode() 703 return xNew.is() ? xNew : xNode; in renameNode()
|
/aoo42x/main/ucbhelper/source/client/ |
H A D | content.cxx | 1417 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 …]
|
/aoo42x/main/svtools/source/uno/ |
H A D | genericunodialog.cxx | 166 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()
|
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | ChartDataWrapper.cxx | 177 Reference< XChartDataArray > xNew( m_xDataToApply, uno::UNO_QUERY ); in apply() local 178 if( xNew.is() ) in apply() 180 xDataAccess->setData( xNew->getData() ); in apply() 181 xDataAccess->setRowDescriptions( xNew->getRowDescriptions() ); in apply() 182 xDataAccess->setColumnDescriptions( xNew->getColumnDescriptions() ); in apply()
|
/aoo42x/main/sc/workben/ |
H A D | test.cxx | 1185 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 1549 FormulaTokenRef xNew; in ConvertMatrixParameters() local 1553 xNew = (*aMapIter).second; in ConvertMatrixParameters() 1568 xNew = new ScJumpMatrixToken( pJumpMat ); in ConvertMatrixParameters() 1570 xNew)); in ConvertMatrixParameters() 1572 PushTempToken( xNew); in ConvertMatrixParameters() 3221 ScExternalRefCache::TokenRef xNew = pRefMgr->getSingleRefToken( in ScExternalRef() local 3224 if (!xNew) in ScExternalRef() 3227 PushTempToken( *xNew); // push a clone in ScExternalRef() 3252 if (!xNew) in ScExternalRef() 3255 ScToken* p = static_cast<ScToken*>(xNew->First()); in ScExternalRef() [all …]
|
H A D | interpr1.cxx | 110 FormulaTokenRef xNew; in ScIfJump() local 120 xNew = (*aMapIter).second; in ScIfJump() 183 xNew = new ScJumpMatrixToken( pJumpMat ); in ScIfJump() 184 GetTokenMatrixMap().insert( ScTokenMatrixMap::value_type(pCur, xNew)); in ScIfJump() 186 PushTempToken( xNew); in ScIfJump() 243 FormulaTokenRef xNew; in ScChoseJump() local 253 xNew = (*aMapIter).second; in ScChoseJump() 299 xNew = new ScJumpMatrixToken( pJumpMat ); in ScChoseJump() 301 pCur, xNew)); in ScChoseJump() 303 PushTempToken( xNew); in ScChoseJump()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | AccessibilityHints.hxx | 62 … 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 );
|
/aoo42x/main/xmloff/source/core/ |
H A D | DomBuilderContext.cxx | 186 Reference<XNode> xNew( in Characters() local 189 mxNode->appendChild( xNew ); in Characters()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 1962 … 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()
|
/aoo42x/main/svl/source/items/ |
H A D | style.cxx | 730 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()
|
/aoo42x/main/stoc/test/ |
H A D | testproxyfac.cxx | 239 Reference< XInterface > xNew( TestMaster::create( xMaster, xProxyFac ) ); in test_proxyfac() local 241 xNew, OUString( RTL_CONSTASCII_USTRINGPARAM("master") ), xProxyFac ); in test_proxyfac()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | xolefactory.cxx | 126 uno::Reference < embed::XEmbeddedObject > xNew( xResult, uno::UNO_QUERY ); in createInstanceInitFromEntry() local 129 …xNew->setVisualAreaSize( embed::Aspects::MSOLE_CONTENT, xObj->getVisualAreaSize( embed::Aspects::M… in createInstanceInitFromEntry()
|
/aoo42x/main/unoxml/source/dom/ |
H A D | document.cxx | 762 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()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlimppr.cxx | 276 Reference< XNameContainer > xNew( SvUnoAttributeContainer_CreateInstance(), UNO_QUERY ); in importXML() local 277 xAttrContainer = xNew; in importXML()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen9.cxx | 808 void ScDocument::SetForbiddenCharacters( const vos::ORef<SvxForbiddenCharactersTable> xNew ) in SetForbiddenCharacters() argument 810 xForbiddenCharacters = xNew; in SetForbiddenCharacters()
|
H A D | dpsave.cxx | 1172 uno::Reference<util::XCloneable> xNew = xCloneable->createClone(); in WriteToSource() local 1173 uno::Reference<container::XNamed> xNewName( xNew, uno::UNO_QUERY ); in WriteToSource() 1177 pDim->WriteToSource( xNew ); in WriteToSource()
|