/aoo42x/main/sw/source/ui/app/ |
H A D | docst.cxx | 627 SfxItemSet& rSet = xTmp->GetItemSet(); in Edit() 650 SfxItemSet& rSet = xTmp->GetItemSet(); in Edit() 665 SfxItemSet& rSet = xTmp->GetItemSet(); in Edit() 704 ? xTmp->GetMask() in Edit() 708 nRet = xTmp->GetMask(); in Edit() 717 xTmp->SetItemSet( aSet, true ); in Edit() 744 xTmp->SetItemSet( aTmpSet ); in Edit() 813 ? xTmp->GetMask() in Edit() 817 nRet = xTmp->GetMask(); in Edit() 823 SfxItemSet aTmpSet( xTmp->GetItemSet() ); in Edit() [all …]
|
/aoo42x/main/editeng/source/misc/ |
H A D | splwrap.cxx | 542 Reference< XDictionary > xTmp( pDic[i], UNO_QUERY ); in GetAllRightDic() local 543 if (xTmp.is()) in GetAllRightDic() 545 if ( xTmp->isActive() && in GetAllRightDic() 546 xTmp->getDictionaryType() != DictionaryType_NEGATIVE && in GetAllRightDic() 547 SvxLocaleToLanguage( xTmp->getLocale() ) == LANGUAGE_NONE ) in GetAllRightDic() 549 Reference< frame::XStorable > xStor( xTmp, UNO_QUERY ); in GetAllRightDic() 552 xDic = xTmp; in GetAllRightDic()
|
H A D | unolingu.cxx | 1182 uno::Reference< XDictionary > xTmp; in GetStandard() local 1185 xTmp = xTmpDicList->createDictionary( aDicName, in GetStandard() 1195 if (xTmp.is()) in GetStandard() 1197 xTmpDicList->addDictionary( xTmp ); in GetStandard() 1198 xTmp->setActive( sal_True ); in GetStandard() 1200 xDic = uno::Reference< XDictionary > ( xTmp, UNO_QUERY ); in GetStandard()
|
/aoo42x/main/svx/source/dialog/ |
H A D | langbox.cxx | 256 Reference< XHyphenator > xTmp( SvxGetHyphenator() ); in SetLanguageList() local 257 if (xTmp.is()) { in SetLanguageList() 258 Sequence < Locale > aLocaleSequence( xTmp->getLocales() ); in SetLanguageList() 264 Reference< XThesaurus > xTmp( SvxGetThesaurus() ); in SetLanguageList() local 265 if (xTmp.is()) { in SetLanguageList() 266 Sequence < Locale > aLocaleSequence( xTmp->getLocales() ); in SetLanguageList()
|
/aoo42x/main/linguistic/source/ |
H A D | spelldsp.cxx | 469 … Reference< XDictionaryEntry > xTmp( lcl_GetRulingDictionaryEntry( aChkWord, nLanguage ) ); in isValid_Impl() local 470 if (xTmp.is()) in isValid_Impl() 471 bRes = !xTmp->isNegative(); in isValid_Impl() 693 … Reference< XDictionaryEntry > xTmp( lcl_GetRulingDictionaryEntry( aChkWord, nLanguage ) ); in spell_Impl() local 694 if (xTmp.is()) in spell_Impl() 696 if (xTmp->isNegative()) // positive entry found in spell_Impl() 701 OUString aAddRplcTxt( xTmp->getReplacementText() ); in spell_Impl()
|
/aoo42x/main/sw/source/core/access/ |
H A D | acchypertextdata.cxx | 42 Reference < XAccessibleHyperlink > xTmp = (*aIter).second; in ~SwAccessibleHyperTextData() local 43 if( xTmp.is() ) in ~SwAccessibleHyperTextData() 46 static_cast< SwAccessibleHyperlink * >( xTmp.get() ); in ~SwAccessibleHyperTextData()
|
H A D | accmap.cxx | 436 uno::Reference < XAccessible > xTmp( mxAcc ); in GetContext() local 438 static_cast<SwAccessibleContext*>( xTmp.get() ) ); in GetContext() 1729 uno::Reference < XAccessible > xTmp = (*aIter).second; in ~SwAccessibleMap() local 1730 if( xTmp.is() ) in ~SwAccessibleMap() 1732 SwAccessibleContext *pTmp = static_cast< SwAccessibleContext * >( xTmp.get() ); in ~SwAccessibleMap() 1748 uno::Reference < XAccessible > xTmp = (*aIter).second; in ~SwAccessibleMap() local 1749 if( xTmp.is() ) in ~SwAccessibleMap() 1752 static_cast< SwAccessibleContext * >( xTmp.get() ); in ~SwAccessibleMap() 1765 uno::Reference < XAccessible > xTmp = (*aIter).second; in ~SwAccessibleMap() local 1766 if( xTmp.is() ) in ~SwAccessibleMap() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 772 Reference<XTextRange> xTmp = lcl_CreateTOXMarkPortion( in lcl_ExportHints() local 774 rPortionStack.top().first->push_back(xTmp); in lcl_ExportHints() 779 Reference<XTextRange> xTmp = lcl_CreateRefMarkPortion( in lcl_ExportHints() local 781 rPortionStack.top().first->push_back(xTmp); in lcl_ExportHints() 948 Reference<XTextRange> xTmp = in lcl_ExportHints() local 958 xRef = xTmp; in lcl_ExportHints() 962 rPortionStack.top().first->push_back(xTmp); in lcl_ExportHints()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 379 uno::Reference< beans::XPropertySet > xTmp; in OutForm() local 380 OutHiddenControls( *pxFormComps, xTmp ); in OutForm() 409 uno::Reference< container::XNameContainer > xTmp = xFormsSupplier->getForms(); in OutHiddenForms() local 410 ASSERT( xTmp.is(), "XForms nicht erhalten" ); in OutHiddenForms() 411 uno::Reference< container::XIndexContainer > xForms( xTmp, uno::UNO_QUERY ); in OutHiddenForms() 474 uno::Reference< beans::XPropertySet > xTmp; in OutHiddenForm() local 475 OutHiddenControls( xFormComps, xTmp ); in OutHiddenForm()
|
H A D | htmlform.cxx | 567 uno::Reference< awt::XImageConsumer > xTmp = (awt::XImageConsumer*)this; in init() local 602 uno::Reference< awt::XImageConsumer > xTmp = (awt::XImageConsumer*)this; in complete() local 609 uno::Reference< awt::XImageConsumer > xTmp; in disposing() local 616 xTmp = (awt::XImageConsumer*)this; in disposing()
|
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablepartstylecontext.cxx | 66 uno::Reference<XFastContextHandler> xTmp(this); in createFastChildContext() local 67 xRet.set( xTmp ); in createFastChildContext()
|
H A D | tablerowcontext.cxx | 68 uno::Reference< XFastContextHandler > xTmp( this ); in createFastChildContext() local 69 xRet.set( xTmp ); in createFastChildContext()
|
H A D | tablebackgroundstylecontext.cxx | 81 uno::Reference<XFastContextHandler> xTmp(this); in createFastChildContext() local 82 xRet.set( xTmp ); in createFastChildContext()
|
H A D | tablestylecontext.cxx | 106 uno::Reference<XFastContextHandler> xTmp(this); in createFastChildContext() local 107 xRet.set( xTmp ); in createFastChildContext()
|
H A D | tablestylecellstylecontext.cxx | 115 uno::Reference<XFastContextHandler> xTmp(this); in createFastChildContext() local 116 xRet.set( xTmp ); in createFastChildContext()
|
H A D | tablecellcontext.cxx | 116 uno::Reference< XFastContextHandler > xTmp( this ); in createFastChildContext() local 117 xRet.set( xTmp ); in createFastChildContext()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 281 Reference<lang::XMultiServiceFactory> xTmp = this; in queryInterface() local 282 aRet <<= xTmp; in queryInterface() 448 Reference< util::XNumberFormatsSupplier > xTmp = pNumFmt; in GetNumberFormatter() local 449 xNumFmtAgg = Reference< XAggregation >(xTmp, UNO_QUERY); in GetNumberFormatter() 1003 Reference< XInterface > xTmp; in findAll() local 1006 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_True, nResult, xTmp); in findAll() 1021 Reference< XInterface > xTmp; in findFirst() local 1046 Reference< XInterface > xTmp; in findNext() local 1856 xRet = *new SwXGroupShape( xTmp ); in createInstance() 1858 xRet = *new SwXShape( xTmp ); in createInstance() [all …]
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shapecontext.cxx | 115 uno::Reference<XFastContextHandler> xTmp(this); in createFastChildContext() local 116 xRet.set( xTmp ); in createFastChildContext()
|
/aoo42x/main/forms/source/component/ |
H A D | EventThread.cxx | 122 Reference<XControl> xTmp; in addEvent() local 123 addEvent( _pEvt, xTmp, bFlag ); in addEvent()
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlaustp.cxx | 306 UniReference <SvXMLExportPropertyMapper> xTmp = pMapper; in AddFamily() local 307 AddFamily( nFamily, rStrName, xTmp, aStrPrefix, bAsFamily ); in AddFamily()
|
/aoo42x/main/package/source/xstor/ |
H A D | xstorage.cxx | 329 uno::Reference< embed::XStorage > xTmp = pStorageIter->m_xWeakRef; in ~OStorage_Impl() local 330 if ( xTmp.is() ) in ~OStorage_Impl() 438 uno::Reference< embed::XStorage > xTmp = pStorageIter->m_xWeakRef; in RemoveReadOnlyWrap() local 439 if ( !xTmp.is() || pStorageIter->m_pPointer == &aStorage ) in RemoveReadOnlyWrap() 2040 uno::Reference< lang::XComponent > xTmp = (*pCompIter); in InternalDispose() local 2041 if ( xTmp.is() ) in InternalDispose() 2043 xTmp->removeEventListener( uno::Reference< lang::XEventListener >( in InternalDispose() 2047 xTmp->dispose(); in InternalDispose() 2095 uno::Reference< lang::XComponent > xTmp = (*pCompIter); in ChildIsDisposed() local 2096 if ( !xTmp.is() || xTmp == xChild ) in ChildIsDisposed()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtimp.cxx | 1791 uno::Reference<beans::XPropertySet> const xTmp( in SetStyleAndAttrs() local 1794 if( xTmp.is() ) in SetStyleAndAttrs() 1806 xTmp->setPropertyValue(s_Content, in SetStyleAndAttrs() 1811 Reference<XTextContent> xTextContent(xTmp, UNO_QUERY); in SetStyleAndAttrs()
|
H A D | txtvfldi.cxx | 1062 Reference<XPropertySet> xTmp( xIfc, UNO_QUERY ); in FindFieldMaster() local 1063 xMaster = xTmp; in FindFieldMaster()
|
/aoo42x/main/unoxml/source/dom/ |
H A D | document.cxx | 744 Reference< XNode > const xTmp( in lcl_ImportSiblings() local 746 xTargetParent->appendChild(xTmp); in lcl_ImportSiblings()
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | general.cxx | 468 …uno::Reference< awt::XControlModel > xTmp = AddXControl(rColumnName, rPos, rSize, sHelpId, nIndex … in AddControlWithError() local 469 if( xTmp.is() ) in AddControlWithError()
|