Home
last modified time | relevance | path

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

12

/trunk/main/linguistic/source/
H A Dconvdiclist.cxx271 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()
/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 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()
H A Dviewcontactofsdrobjcustomshape.cxx139 …const drawinglayer::primitive2d::Primitive2DSequence xNew(rCandidate.GetViewContact().getViewIndep… in createViewIndependentPrimitive2DSequence() local
140 drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(xGroup, xNew); in createViewIndependentPrimitive2DSequence()
/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/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/sc/source/ui/Accessibility/
H A DAccessibilityHints.cxx61 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 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 …]
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx641 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()
/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/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/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx177 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()
/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/core/tool/
H A Dinterpr4.cxx1549 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 Dinterpr1.cxx110 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()
/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/xmloff/source/core/
H A DDomBuilderContext.cxx186 Reference<XNode> xNew( in Characters() local
189 mxNode->appendChild( xNew ); in Characters()
/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/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/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/embeddedobj/source/msole/
H A Dxolefactory.cxx126 uno::Reference < embed::XEmbeddedObject > xNew( xResult, uno::UNO_QUERY ); in createInstanceInitFromEntry() local
129xNew->setVisualAreaSize( embed::Aspects::MSOLE_CONTENT, xObj->getVisualAreaSize( embed::Aspects::M… in createInstanceInitFromEntry()
/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/xmloff/source/style/
H A Dxmlimppr.cxx276 Reference< XNameContainer > xNew( SvUnoAttributeContainer_CreateInstance(), UNO_QUERY ); in importXML() local
277 xAttrContainer = xNew; in importXML()
/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx808 void ScDocument::SetForbiddenCharacters( const vos::ORef<SvxForbiddenCharactersTable> xNew ) in SetForbiddenCharacters() argument
810 xForbiddenCharacters = xNew; in SetForbiddenCharacters()
H A Ddpsave.cxx1172 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()

Completed in 265 milliseconds

12