Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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/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/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/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/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/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/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()
/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()
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()
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 …]
/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/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/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/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/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/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/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()

Completed in 258 milliseconds

12