Home
last modified time | relevance | path

Searched refs:Reference (Results 76 – 100 of 8795) sorted by last modified time

12345678910>>...352

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx448 uno::Reference < embed::XStorage > xDstStg; in ImportOLE()
1668 uno::Reference<document::XDocumentPropertiesSupplier> xDPS( in ImportDop()
1670 uno::Reference<document::XDocumentProperties> xDocuProps( in ImportDop()
1775 uno::Reference<beans::XPropertySet> xDocProps(xModelComp, in ImportDop()
1779 uno::Reference<beans::XPropertySetInfo> xInfo = in ImportDop()
4199 uno::Reference < io::XStream > xStream = in StoreMacroCmds()
4226 uno::Reference<document::XDocumentPropertiesSupplier> xDPS( in ReadDocVars()
4228 uno::Reference<document::XDocumentProperties> xDocProps( in ReadDocVars()
4231 uno::Reference<beans::XPropertyContainer> xUserDefinedProps = in ReadDocVars()
4260 uno::Reference<document::XDocumentPropertiesSupplier> xDPS( in ReadDocInfo()
[all …]
H A Dww8par.hxx623 virtual sal_Bool Import(const com::sun::star::uno::Reference <
625 com::sun::star::uno::Reference <
642 virtual sal_Bool Import(const com::sun::star::uno::Reference <
644 com::sun::star::uno::Reference <
660 virtual sal_Bool Import(const com::sun::star::uno::Reference <
662 com::sun::star::uno::Reference <
674 virtual sal_Bool InsertControl(const com::sun::star::uno::Reference<
677 com::sun::star::uno::Reference <
690 …SvStorageRef& rSrcStorage, com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rDe…
1709 com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>&
H A Dww8par4.cxx226 uno::Reference < embed::XClassifiedObject > xClass( rObject.GetObjRef(), uno::UNO_QUERY ); in InsertOle()
413 uno::Reference< drawing::XShape > xRef; in ImportOleBase()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx439 uno::Reference< XAccessible > xparent = getAccessibleParent(); in _InvalidateContent()
687 uno::Reference<text::XText> aEmpty; in CreateUnoPortion()
1141 uno::Sequence< uno::Reference<XInterface> > aSequence(1); in getAccessibleRelationSet()
1380 uno::Reference<XAccessibleEditableText> aAccEditText = this; in queryInterface()
1385 uno::Reference<XAccessibleSelection> aAccSel = this; in queryInterface()
1390 uno::Reference<XAccessibleHypertext> aAccHyp = this; in queryInterface()
1405 uno::Reference<XAccessibleTextMarkup> aAccTextMarkup = this; in queryInterface()
1423 uno::Reference<XAccessibleExtendedAttributes> xAttr = this; in queryInterface()
3199 const uno::Reference<text::XTextRange> xRange( in replaceText()
3422 uno::Reference< XAccessibleHyperlink > SAL_CALL
[all …]
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx125 uno::Reference< XSpellChecker1 > xSpeller;
137 void AddPortion(uno::Reference< XSpellAlternatives > xAlt,
359 uno::Reference< uno::XInterface > xSpellRet; in Continue()
446 uno::Reference< linguistic2::XSpellChecker1 > xEmpty; in Continue()
558 uno::Reference< XHyphenatedWord > xHyphWord; in Continue()
832 uno::Reference< uno::XInterface > xRet; in SpellContinue()
924 uno::Reference< uno::XInterface >
948 uno::Reference< uno::XInterface > xRet; in HyphContinue()
1002 uno::Reference< XSpellAlternatives >
1005 uno::Reference< XSpellAlternatives > xSpellAlt; in GetCorrection()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx705 uno::Reference < i18n::XExtendedInputSequenceChecker > TextEngine::GetInputSequenceChecker() const in GetInputSequenceChecker()
707 uno::Reference < i18n::XExtendedInputSequenceChecker > xISC; in GetInputSequenceChecker()
710 … uno::Reference< lang::XMultiServiceFactory > xMSF = ::comphelper::getProcessServiceFactory(); in GetInputSequenceChecker()
711 …uno::Reference< uno::XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.s… in GetInputSequenceChecker()
714 …Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XExtendedInputSequenceCheck… in GetInputSequenceChecker()
723 uno::Reference< i18n::XBreakIterator > xBI = ((TextEngine *) this)->GetBreakIterator(); in IsInputSequenceCheckingRequired()
778 uno::Reference < i18n::XExtendedInputSequenceChecker > xISC = GetInputSequenceChecker(); in ImpInsertText()
1200 uno::Reference < i18n::XBreakIterator > xBI = GetBreakIterator(); in ImpFindIndex()
1793 uno::Reference < i18n::XBreakIterator > xBI = GetBreakIterator(); in ImpBreakLine()
2623 uno::Reference < i18n::XBreakIterator > xBI = GetBreakIterator(); in GetWord()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx358 Reference< XCustomShapeEngine > SdrObjCustomShape::GetCustomShapeEngine( const SdrObjCustomShape* p… in GetCustomShapeEngine()
360 Reference< XCustomShapeEngine > xCustomShapeEngine; in GetCustomShapeEngine()
365 Reference< XMultiServiceFactory > xFactory( ::comphelper::getProcessServiceFactory() ); in GetCustomShapeEngine()
367 Reference< XShape > aXShape = GetXShapeForSdrObject( (SdrObjCustomShape*)pCustomShape ); in GetCustomShapeEngine()
377Reference< XInterface > xInterface( xFactory->createInstanceWithArguments( aEngine, aArgument ) ); in GetCustomShapeEngine()
379 xCustomShapeEngine = Reference< XCustomShapeEngine >( xInterface, UNO_QUERY ); in GetCustomShapeEngine()
388 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( this ) ); in GetSdrObjectFromCustomShape()
508Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( this ) ); // a candidate… in GetTextBounds()
524 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetLineGeometry()
549 Reference< XCustomShapeEngine > xCustomShapeEngine( GetCustomShapeEngine( pCustomShape ) ); in GetInteractionHandles()
[all …]
H A Dsvdobj.cxx454 uno::Reference< lang::XComponent > xShapeComp( getWeakUnoShape(), uno::UNO_QUERY_THROW ); in ~SdrObject()
2943 void SdrObject::impl_setUnoShape( const uno::Reference< uno::XInterface >& _rxUnoShape ) in impl_setUnoShape()
2958 uno::Reference< uno::XInterface > xShape( maWeakUnoShape ); in getSvxShape()
2970 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SdrObject::getUnoShape() in getUnoShape()
2973 uno::Reference< uno::XInterface > xShape( getWeakUnoShape() ); in getUnoShape()
2979 uno::Reference< uno::XInterface > xPage( pPage->getUnoPage() ); in getUnoShape()
H A Dsvdedxv.cxx1962 …::com::sun::star::uno::Reference< ::com::sun::star::text::XText > xText( pObj->getUnoShape(), ::co… in getTextSelection()
1977 extern rtl::Reference< sdr::SelectionController > CreateTableController( SdrObjEditView* pView, con…
/trunk/main/forms/source/component/
H A DGroupManager.hxx102 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xComponent;
103 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel> m_xControlModel;
110 …OGroupComp(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& rxEleme…
130 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> m_xComponent;
170 …void InsertComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySe…
171 …void RemoveComponent( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySe…
173 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& GetObject( sal_uIn… in GetObject()
188 ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer >
192 …void InsertElement( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>…
193 …void RemoveElement( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>…
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1291 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in CursorLeft()
1315 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in CursorRight()
1555 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in WordLeft()
1577 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in WordRight()
1608 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in StartOfWord()
1626 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in EndOfWord()
1645 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in SelectWord()
1664 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in SelectSentence()
1729 uno::Reference < i18n::XBreakIterator > _xBI( ImplGetBreakIterator() ); in InitScriptTypes()
3691 uno::Reference< datatransfer::XTransferable > xDataObj; in CreateTransferable()
[all …]
H A Dimpedit.hxx459 ::com::sun::star::uno::Reference<
461 ::com::sun::star::uno::Reference<
464 mutable ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > xBI;
465 …mutable ::com::sun::star::uno::Reference < ::com::sun::star::i18n::XExtendedInputSequenceChecker >…
686 …::com::sun::star::uno::Reference < ::com::sun::star::i18n::XBreakIterator > ImplGetBreakIterator()…
906 ::com::sun::star::uno::Reference<
909 void SetSpeller( ::com::sun::star::uno::Reference< in SetSpeller()
912 ::com::sun::star::uno::Reference<
915 void SetHyphenator( ::com::sun::star::uno::Reference< in SetHyphenator()
932 ::com::sun::star::uno::Reference<
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx83 ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs, in DBG_NAME()
115 Reference< XPropertySet> xProp(_xRs,UNO_QUERY); in DBG_NAME()
120 Reference< XResultSetUpdate> xUp(_xRs,UNO_QUERY_THROW); in DBG_NAME()
157 Reference< XIndexAccess> xUpdateTableKeys; in DBG_NAME()
159 Reference< XConnection> xConnection; in DBG_NAME()
161 Reference< XStatement> xStmt(_xRs->getStatement(),UNO_QUERY); in DBG_NAME()
174 Reference<XTablesSupplier> xTabSup(_xAnalyzer,UNO_QUERY); in DBG_NAME()
176 Reference<XNameAccess> xTables = xTabSup->getTables(); in DBG_NAME()
251 Reference<XPropertySet> xTable(m_aUpdateTable,UNO_QUERY); in DBG_NAME()
296 Reference<XColumnsSupplier> xColSup(_xAnalyzer,UNO_QUERY); in DBG_NAME()
[all …]
H A DCacheSet.cxx120 Reference<XDatabaseMetaData> xMeta; in getIdentifierQuoteString()
204 Reference<XPropertySet> xSet(_xTable,UNO_QUERY); in insertRow()
271 Reference<XPropertySet> xSet(_xTable,UNO_QUERY); in fillParameters()
275 Reference<XIndexAccess> xIndexes; in fillParameters()
280 Reference<XPropertySet> xIndexColsSup; in fillParameters()
281 Reference<XNameAccess> xIndexColumns; in fillParameters()
351 Reference<XPropertySet> xSet(_xTable,UNO_QUERY); in updateRow()
399 Reference<XPropertySet> xSet(_xTable,UNO_QUERY); in deleteRow()
415 Reference<XIndexAccess> xIndexes; in deleteRow()
420 Reference<XPropertySet> xIndexColsSup; in deleteRow()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx324 Reference<XPropertySet> xProp; in createConnection()
411 Reference< XDataSource > xDatasource; in getDataSourceByName()
459 return Reference<XDataSource>(); in getDataSourceByName()
462 Reference< XInterface > getDataSourceOrModel(const Reference< XInterface >& _xObject) in getDataSourceOrModel()
464 Reference< XInterface > xRet; in getDataSourceOrModel()
486 ::std::vector< Reference<XNameAccess> > getKeyColumns(const Reference<XIndexAccess >& _rxKeys, in getKeyColumns()
494 Reference<XPropertySet> xProp; in getKeyColumns()
674 Reference< XRow> xRow(xRs,UNO_QUERY); in fillTypeInfo()
1693 Reference< XNameAccess > xViews; in createView()
1727 Reference< XNameAccess > xTables; in createView()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx64 uno::Reference< css::awt::XWindowPeer >
69 uno::Reference< awt::XControlModel > xControlModel; in getWindowPeer()
70 uno::Reference< css::awt::XWindowPeer > xWinPeer; in getWindowPeer()
90 uno::Reference< uno::XInterface >() ); in getWindowPeer()
240 uno::Reference< uno::XInterface > SAL_CALL
243 uno::Reference< msforms::XControl > xRet( this ); in getObject()
446 const uno::Reference< frame::XModel >& xModel, in createUserformControl()
451 uno::Reference< msforms::XControl > xVBAControl; in createUserformControl()
520 uno::Reference< uno::XComponentContext > m_xCtx;
523 …tual uno::Reference< msforms::XControl > SAL_CALL createControl( const uno::Reference< drawing::XC…
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp182 Reference<X##ainterface> pRXI(pRContext,UNO_QUERY);\
673 Reference<XAccessibleAction> pRXI(pRContext,UNO_QUERY); in get_accKeyboardShortcut()
729 Reference<XInterface> pRAcc = xTargets[0]; in get_accKeyboardShortcut()
1448 Reference<XAccessible> pRChildXAcc; in GetNavigateChildForDM()
1958 Reference<XInterface> pRAcc = xTargets[0]; in get_groupPosition()
1992 Reference<XAccessibleContext> xListContext(xList,UNO_QUERY); in get_groupPosition()
1997 Reference<XAccessibleSelection> xListSel(xList,UNO_QUERY); in get_groupPosition()
2138 Reference< XAccessibleContext > pRContext; in GetContextByXAcc()
2155 Reference< XAccessibleSelection > CMAccessible::GetSelection() in GetSelection()
2510 Reference< XAccessibleContext > pRContext; in GetXInterfaceFromXAccessible()
[all …]
H A DMAccessible.h237 Reference< XAccessible > pRef;
241 Reference<XAccessibleContext> pRContext;
260 Reference< XAccessibleSelection > GetSelection();
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx414 Reference< XInterface > x0; in ~SwXTextDocument()
554 Reference< XInterface > xRef; in getCurrentSelection()
795 Reference< XTextCursor > xCrsr; in replaceAll()
998 Reference< XIndexAccess >
1003 Reference< XInterface > xTmp; in findAll()
1021 Reference< XInterface > xTmp; in findFirst()
1027 Reference< XInterface > xRet; in findFirst()
1041 Reference< XInterface > SwXTextDocument::findNext(const Reference< XInterface > & xStartAt, in findNext()
1046 Reference< XInterface > xTmp; in findNext()
1054 Reference< XInterface > xRet; in findNext()
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp_impl.hxx100 com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > mxDocStyleFamilies;
101 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > mxDocMasterPages;
102 com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > mxDocDrawPages;
155 …ImpXMLEXPPageMasterInfo* ImpGetOrCreatePageMasterInfo( com::sun::star::uno::Reference< com::sun::s…
168 …sal_Bool ImpPrepAutoLayoutInfo(const com::sun::star::uno::Reference< com::sun::star::drawing::XDra…
174 …void exportFormsElement( com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > xDra…
178 …sal_uInt32 ImpRecursiveObjectCount( com::sun::star::uno::Reference< com::sun::star::drawing::XShap…
180 …rtl::OUString getNavigationOrder( const ::com::sun::star::uno::Reference< ::com::sun::star::drawin…
182 …void collectAnnotationAutoStyles( const ::com::sun::star::uno::Reference< ::com::sun::star::drawin…
183 …void exportAnnotations( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPa…
[all …]
/trunk/main/svx/source/table/
H A Dtablemodel.cxx233 Reference< XTable > TableModel::getTable() in getTable()
316 Reference< XCellCursor > SAL_CALL TableModel::createCursor() throw (RuntimeException) in createCursor()
319 return createCursorByRange( Reference< XCellRange >( this ) ); in createCursor()
324 Reference< XCellCursor > SAL_CALL TableModel::createCursorByRange( const Reference< XCellRange >& R… in createCursorByRange()
418 Reference< XTableColumns > SAL_CALL TableModel::getColumns() throw (RuntimeException) in getColumns()
429 Reference< XTableRows > SAL_CALL TableModel::getRows() throw (RuntimeException) in getRows()
472 return Reference< XCellRange >(); in getCellRangeByName()
479 Reference< XPropertySetInfo > SAL_CALL TableModel::getPropertySetInfo( ) throw (RuntimeException) in getPropertySetInfo()
481 Reference< XPropertySetInfo > xInfo; in getPropertySetInfo()
1114 Reference< XMergeableCell > xCell( getCellByPosition( nCol, nRow ), UNO_QUERY ); in optimize()
[all …]
H A Dcell.cxx297 Reference< XEventListener > xListener( xCell.get() ); in create()
337 Reference< XEventListener > xThis( this ); in dispose()
770 return Any( Reference< XMergeableCell >( this ) ); in queryInterface()
773 return Any( Reference< XCell >( this ) ); in queryInterface()
776 return Any( Reference< XLayoutConstrains >( this ) ); in queryInterface()
779 return Any( Reference< XEventListener >( this ) ); in queryInterface()
1016 Reference< XStyle > xStyle; in setPropertyValue()
1552 Reference< XStyle > xStyle; in getPropertyDefault()
1681 Reference< XTextCursor > SAL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTe… in createTextCursorByRange()
1706 Reference< XText > SAL_CALL Cell::getText( ) throw (RuntimeException) in getText()
[all …]
H A Dcell.hxx65 …SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj, OutlinerParaObject* p…
143 …SVX_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo…
155 …d SAL_CALL removePropertiesChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::sta…
174 …const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xRange, const ::com:…
178 …SVX_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > SAL…
179 …sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > SAL_CALL createTextCursorByRange(…
180 …SVX_DLLPRIVATE virtual void SAL_CALL insertString( const ::com::sun::star::uno::Reference< ::com::…
184 …SVX_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > SAL_CALL …
185 …SVX_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_…
186 …SVX_DLLPRIVATE virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_…
[all …]
/trunk/main/sd/source/core/
H A Dsdpage.cxx1474 uno::Reference < embed::XEmbeddedObject > xObject = pPersist->getEmbeddedObjectContainer(). in findAutoLayoutShapesImpl()
2698 extern uno::Reference< uno::XInterface > createUnoPageImpl( SdPage* pPage );
2700 uno::Reference< uno::XInterface > SdPage::createUnoPage() in createUnoPage()
2706 SdPage* SdPage::getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::drawin… in getImplementation()
2710 …::com::sun::star::uno::Reference< ::com::sun::star::lang::XUnoTunnel > xUnoTunnel( xPage, ::com::s… in getImplementation()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx164 com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > xStatusIndicator;

Completed in 294 milliseconds

12345678910>>...352