/aoo41x/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 61 mxTextViewCursor = word::getXTextViewCursor( mxModel ); in SwVbaSelection() 129 dispatchRequests( mxModel,url ); in HomeKey() 131 dispatchRequests( mxModel,url ); in HomeKey() 138 dispatchRequests( mxModel,url ); in HomeKey() 163 dispatchRequests( mxModel,url ); in EndKey() 165 dispatchRequests( mxModel,url ); in EndKey() 172 dispatchRequests( mxModel,url ); in EndKey() 188 dispatchRequests( mxModel,url ); in Delete() 443 dispatchRequests( mxModel,url ); in TypeBackspace() 608 …if( HeaderFooterHelper::isHeader( mxModel, xCurrentText ) || HeaderFooterHelper::isFooter( mxModel… in getHeaderFooter() [all …]
|
H A D | vbaview.cxx | 55 SwVbaView_BASE( rParent, rContext ), mxModel( rModel ) in SwVbaView() 91 if( HeaderFooterHelper::isHeader( mxModel, xCurrentText ) ) in getSeekView() 93 if( HeaderFooterHelper::isFirstPageHeader( mxModel, xCurrentText ) ) in getSeekView() 95 else if( HeaderFooterHelper::isEvenPagesHeader( mxModel, xCurrentText ) ) in getSeekView() 102 if( HeaderFooterHelper::isFirstPageFooter( mxModel, xCurrentText ) ) in getSeekView() 104 else if( HeaderFooterHelper::isEvenPagesFooter( mxModel, xCurrentText ) ) in getSeekView() 240 PrintPreviewHelper( uno::Any(),word::getView( mxModel ) ); in setType() 251 mxModel->lockControllers(); in getHFTextRange() 317 xStyle = word::getCurrentPageStyle( mxModel ); in getHFTextRange() 335 xStyle = word::getCurrentPageStyle( mxModel ); in getHFTextRange() [all …]
|
H A D | vbabookmarks.cxx | 39 uno::Reference< frame::XModel > mxModel; member in BookmarksEnumeration 41 …RuntimeException ) : EnumerationHelperImpl( xParent, xContext, xEnumeration ), mxModel( xModel ) {} in BookmarksEnumeration() 47 …uno::Reference< word::XBookmark > ( new SwVbaBookmark( m_xParent, m_xContext, mxModel, aName ) ) ); in nextElement() 114 mxBookmarksSupplier.set( mxModel, uno::UNO_QUERY_THROW ); in SwVbaBookmarks() 115 uno::Reference< text::XTextDocument > xDocument( mxModel, uno::UNO_QUERY_THROW ); in SwVbaBookmarks() 118 mxText = word::getXTextViewCursor( mxModel )->getText(); in SwVbaBookmarks() 130 …return new BookmarksEnumeration( getParent(), mxContext,xEnumAccess->createEnumeration(), mxModel … in createEnumeration() 138 …no::Reference< word::XBookmark > ( new SwVbaBookmark( getParent(), mxContext, mxModel, aName ) ) ); in createCollectionObject() 149 uno::Reference< lang::XMultiServiceFactory > xDocMSF( mxModel, uno::UNO_QUERY_THROW ); in addBookmarkByName() 170 xTextRange.set( word::getXTextViewCursor( mxModel ), uno::UNO_QUERY_THROW ); in Add() [all …]
|
H A D | vbasections.cxx | 64 uno::Reference< frame::XModel > mxModel; member in SectionCollectionHelper 68 …del ) throw (uno::RuntimeException) : mxParent( xParent ), mxContext( xContext ), mxModel( xModel ) in SectionCollectionHelper() 70 … uno::Reference< style::XStyleFamiliesSupplier > xSytleFamSupp( mxModel, uno::UNO_QUERY_THROW ); in SectionCollectionHelper() 99 …no::Reference< word::XSection >( new SwVbaSection( mxParent, mxContext, mxModel, xPageProps ) ) )… in getByIndex() 118 uno::Reference< frame::XModel > mxModel; member in SectionsEnumWrapper 120 …:RuntimeException ) : EnumerationHelperImpl( xParent, xContext, xEnumeration ), mxModel( xModel ){} in SectionsEnumWrapper() 125 …::Reference< word::XSection > ( new SwVbaSection( m_xParent, m_xContext, mxModel, xPageProps ) ) ); in nextElement() 129 …r::XIndexAccess >( new SectionCollectionHelper( xParent, xContext, xModel ) ) ), mxModel( xModel ) in SwVbaSections() 156 return new SectionsEnumWrapper( this, mxContext, xEnumAccess->createEnumeration(), mxModel ); in createEnumeration()
|
H A D | vbafield.cxx | 279 uno::Reference< frame::XModel > mxModel; member in FieldEnumeration 282 …meration >& xEnumeration ) : mxParent( xParent ), mxContext( xContext ), mxModel( xModel ), mxEnum… in FieldEnumeration() 293 return lcl_createField( mxParent, mxContext, mxModel, mxEnumeration->nextElement() ); in nextElement() 301 uno::Reference< frame::XModel > mxModel; member in FieldCollectionHelper 304 … throw (css::uno::RuntimeException) : mxParent( xParent ), mxContext( xContext ), mxModel( xModel ) in FieldCollectionHelper() 345 …e< container::XEnumeration >( new FieldEnumeration( mxParent, mxContext, mxModel, xEnumeration ) ); in createEnumeration() 349 …iner::XIndexAccess >( new FieldCollectionHelper( xParent, xContext, xModel ) ) ), mxModel( xModel ) in SwVbaFields() 351 mxMSF.set( mxModel, uno::UNO_QUERY_THROW ); in SwVbaFields() 383 … SwVbaField( mxParent, mxContext, uno::Reference< text::XTextDocument >( mxModel, uno::UNO_QUERY_T… in Add() 429 return lcl_createField( mxParent, mxContext, mxModel, aSource ); in createCollectionObject() [all …]
|
H A D | vbabookmark.cxx | 37 SwVbaBookmark_BASE( rParent, rContext ), mxModel( rModel ), maName( rName ), mbValid( sal_True ) in SwVbaBookmark() 39 uno::Reference< text::XBookmarksSupplier > xBookmarksSupplier( mxModel, uno::UNO_QUERY_THROW ); in SwVbaBookmark() 56 uno::Reference< text::XTextDocument > xTextDocument( mxModel, uno::UNO_QUERY_THROW ); in Delete() 64 …uno::Reference< text::XTextViewCursorSupplier > xViewCursorSupplier( mxModel->getCurrentController… in Select() 82 uno::Reference< text::XTextDocument > xTextDocument( mxModel, uno::UNO_QUERY_THROW ); in Range()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrolbase.cxx | 55 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPSet( mxModel, ::com::… in ImplHasProperty() 68 if ( !mxModel.is() ) in ImplSetPropertyValues() 99 if ( mxModel.is() ) in ImplSetPropertyValue() 122 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xPSet( mxModel, ::com::… in ImplGetPropertyValue() 132 if ( mxModel.is() ) in ImplGetPropertyValue_BOOL() 143 if ( mxModel.is() ) in ImplGetPropertyValue_INT16() 154 if ( mxModel.is() ) in ImplGetPropertyValue_UINT16() 165 if ( mxModel.is() ) in ImplGetPropertyValue_INT32() 176 if ( mxModel.is() ) in ImplGetPropertyValue_UINT32() 187 if ( mxModel.is() ) in ImplGetPropertyValue_DOUBLE() [all …]
|
H A D | stdtabcontroller.cxx | 186 mxModel = Model; 193 return mxModel; in getModel() 218 Sequence< Reference< XControlModel > > aModels = mxModel->getControlModels(); in getControls() 244 Sequence< Reference< XControlModel > > aSeq = mxModel->getControlModels(); in autoTabOrder() 298 mxModel->setControlModels( aNewSeq ); in autoTabOrder() 319 Sequence< Reference< XControlModel > > aModels = mxModel->getControlModels(); in activateTabOrder() 333 xVclContainerPeer->setTabOrder( aCompSeq, aTabSeq, mxModel->getGroupControl() ); in activateTabOrder() 339 sal_uInt32 nGroups = mxModel->getGroupCount(); in activateTabOrder() 342 mxModel->getGroup( nG, aThisGroupModels, aName ); in activateTabOrder()
|
H A D | unocontrol.cxx | 358 Reference< XMultiPropertySet > xPropSet( mxModel, UNO_QUERY ); in updateFromModel() 723 mxModel.clear(); in disposing() 1126 if ( !mxModel.is() ) in createPeer() 1177 Reference< XPropertySet > xPSet( mxModel, UNO_QUERY ); in createPeer() 1375 Reference< XMultiPropertySet > xPropSet( mxModel, UNO_QUERY ); in setModel() 1385 mxModel = rxModel; in setModel() 1387 if( mxModel.is() ) in setModel() 1391 xPropSet.set( mxModel, UNO_QUERY_THROW ); in setModel() 1402 mxModel.clear(); in setModel() 1406 return mxModel.is(); in setModel() [all …]
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmlimp.cxx | 447 : mxModel( rModel ), in SvXMLImport() 477 : mxModel( rModel ), in SvXMLImport() 951 if( !mxModel.is() ) in setTargetDocument() 1152 if( mxModel.is() ) in GetGradientHelper() 1175 if( mxModel.is() ) in GetHatchHelper() 1198 if( mxModel.is() ) in GetBitmapHelper() 1221 if( mxModel.is() ) in GetTransGradientHelper() 1244 if( mxModel.is() ) in GetMarkerHelper() 1267 if( mxModel.is() ) in GetDashHelper() 1766 if(mxModel.is()) in _CreateNumberFormatsSupplier() [all …]
|
H A D | xmlexp.cxx | 429 if (mxModel.is() && !mxEventListener.is()) in _InitCtor() 432 mxModel->addEventListener(mxEventListener); in _InitCtor() 463 if ( mxModel.is() ) in _DetermineModelType() 543 mxModel( rModel ), in SvXMLExport() 584 mxModel( rModel ), in SvXMLExport() 667 if (mxEventListener.is() && mxModel.is()) in ~SvXMLExport() 680 if( !mxModel.is() ) in setSourceDocument() 682 if (mxModel.is() && ! mxEventListener.is()) in setSourceDocument() 1407 aArgs[2] <<= mxModel; in exportDoc() 1624 if ( mxModel.is() ) in _ExportScripts() [all …]
|
/aoo41x/main/xmloff/source/xforms/ |
H A D | XFormsModelContext.cxx | 80 mxModel( lcl_createXFormsModel() ) in XFormsModelContext() 91 return mxModel; in getModel() 102 mxModel->setPropertyValue( OUSTRING("ID"), makeAny( rValue ) ); in HandleAttribute() 125 mxModel ); in HandleChild() 129 mxModel ); in HandleChild() 133 rLocalName, mxModel ); in HandleChild() 138 Reference<com::sun::star::xforms::XModel>( mxModel, in HandleChild() 153 Reference<XUpdatable> xUpdate( mxModel, UNO_QUERY ); in EndElement()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 180 uno::Reference< frame::XModel > mxModel; member in ScVbaEventListener 193 mxModel( rxModel ), in ScVbaEventListener() 200 if( !mxModel.is() ) in ScVbaEventListener() 529 if( !mxModel.is() || !mpDocShell || !mpDoc ) in ScVbaEventsHelper() 615 uno::Reference< frame::XController > xController( mxModel->getCurrentController() ); in notifyEvent() 661 aArgs[ 0 ] <<= mxModel->getCurrentController(); in implPrepareEvent() 665 maOldSelection <<= mxModel->getCurrentSelection(); in implPrepareEvent() 785 mxListener = new ScVbaEventListener( *this, mxModel, mpDocShell ); in implPostProcessEvent() 853 return uno::Any( excel::getUnoSheetModuleObj( mxModel, nTab ) ); in createWorksheet() 899 aArgs[ 0 ] <<= getVBADocument( mxModel ); in createWindow() [all …]
|
H A D | vbacomments.cxx | 46 css::uno::Reference< css::frame::XModel > mxModel; member in CommentEnumeration 54 mxModel( xModel, uno::UNO_SET_THROW ) in CommentEnumeration() 59 return AnnotationToComment( m_xEnumeration->nextElement(), m_xContext, mxModel ); in nextElement() 70 mxModel( xModel, uno::UNO_SET_THROW ) in ScVbaComments() 80 return new CommentEnumeration( mxParent, mxContext, xEnumAccess->createEnumeration(), mxModel ); in createEnumeration() 86 return AnnotationToComment( aSource, mxContext, mxModel ); in createCollectionObject()
|
H A D | vbahelper.cxx | 702 mxModel.set( xControl->getModel(), uno::UNO_QUERY_THROW ); in UserFormGeometryHelper() 707 mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VBA_LEFT ) ) ) >>= nLeft; in getLeft() 712 …mxModel->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VBA_LEFT ) ), uno::makeAny(… in setLeft() 717 mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VBA_TOP ) ) ) >>= nTop; in getTop() 722 …mxModel->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VBA_TOP ) ), uno::makeAny(… in setTop() 727 …mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHGT ) ) ) >… in getHeight() 732 …mxModel->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHGT ) ), un… in setHeight() 737 …mxModel->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLWID ) ) ) >… in getWidth() 742 …mxModel->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLWID ) ), un… in setWidth()
|
H A D | vbastyle.cxx | 53 if (!mxModel.is() ) in initialise() 62 uno::Reference< style::XStyleFamiliesSupplier > xStyleSupplier( mxModel, uno::UNO_QUERY_THROW ); in initialise() 63 …mxStyleFamilyNameContainer.set( ScVbaStyle::getStylesNameContainer( mxModel ), uno::UNO_QUERY_THR… in initialise() 67 …( xParent, xContext, lcl_getStyleProps( sStyleName, _xModel ), _xModel, false ), mxModel( _xModel ) in ScVbaStyle() 79 …eption ) : ScVbaStyle_BASE( xParent, xContext, _xPropertySet, _xModel, false ), mxModel( _xModel ) in ScVbaStyle()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | impoptimizer.cxx | 498 mxModel ( rxModel ), in ImpOptimizer() 543 ImpExtractCustomShow( mxModel, maCustomShowName ); in ImplOptimize() 550 ImpDeleteUnusedMasterPages( mxModel ); in ImplOptimize() 558 ImpDeleteHiddenSlides( mxModel ); in ImplOptimize() 565 ImpDeleteNotesPages( mxModel ); in ImplOptimize() 573 ImpConvertOLE( mxModel, mnOLEOptimizationType ); in ImplOptimize() 619 if ( mxModel.is() ) in Optimize() 677 Reference< XStorable >xStorable( mxModel, UNO_QUERY ); in Optimize() 714 Reference< XStorable > xStorable( mxModel, UNO_QUERY ); in Optimize() 717 mxModel->lockControllers(); in Optimize() [all …]
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScreen.cxx | 113 css::uno::Reference<css::frame::XModel2 > mxModel; member in sdext::presenter::__anon4cf42c8d0111::PresenterScreenListener 234 mxModel(rxModel), in PresenterScreenListener() 247 Reference< document::XEventBroadcaster > xDocBroadcaster( mxModel, UNO_QUERY ); in Initialize() 264 Reference< document::XEventBroadcaster > xDocBroadcaster( mxModel, UNO_QUERY ); in disposing() 288 mpPresenterScreen = new PresenterScreen(mxComponentContext, mxModel); in notifyEvent() 343 mxModel(rxModel), in PresenterScreen() 385 mxModel = NULL; in disposing() 418 Reference<XPresentationSupplier> xPS ( mxModel, UNO_QUERY_THROW); in InitializePresenterScreen() 427 mxController = mxModel->getCurrentController(); in InitializePresenterScreen() 428 Reference< container::XEnumeration > xEnum( mxModel->getControllers() ); in InitializePresenterScreen()
|
/aoo41x/main/forms/source/xforms/ |
H A D | submission.cxx | 120 return mxModel; in getModel() 125 mxModel = xModel; in setModel() 287 Binding* pBinding = Binding::getBinding( mxModel->getBinding(msBind) ); in doSubmit() 298 aEvalContext = Model::getModel( mxModel )->getEvaluationContext(); in doSubmit() 303 aEvalContext = Model::getModel( mxModel )->getEvaluationContext(); in doSubmit() 374 bool bValid = mxModel.is(); in liveCheck() 383 if( mxModel.is() ) in getModelImpl() 384 pModel = Model::getModel( mxModel ); in getModelImpl() 507 Reference< XModel > xModel( mxModel ); in submitWithInteraction() 582 mxModel->rebuild(); in submitWithInteraction()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbaeventshelperbase.cxx | 46 mxModel = getXSomethingFromArgs< frame::XModel >( rArgs, 0, false ); in VbaEventsHelperBase() 47 mpShell = getSfxObjShell( mxModel ); in VbaEventsHelperBase() 96 if( mbDisposed || !mxModel.is() || !mpShell ) in processVbaEvent() 231 uno::Reference< document::XEventBroadcaster > xEventBroadcaster( mxModel, uno::UNO_QUERY ); in startListening() 241 uno::Reference< document::XEventBroadcaster > xEventBroadcaster( mxModel, uno::UNO_QUERY ); in stopListening() 245 mxModel.clear(); in stopListening() 295 uno::Reference< beans::XPropertySet > xModelProps( mxModel, uno::UNO_QUERY_THROW ); in ensureVBALibrary()
|
/aoo41x/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 484 mxModel->lockControllers(); in Import() 523 uno::Reference< container::XChild > xChild( mxModel, uno::UNO_QUERY ); in Import() 547 Reference< lang::XComponent > xModelComp( mxModel, uno::UNO_QUERY ); in Import() 709 if( mxModel.is() ) in Import() 710 mxModel->unlockControllers(); in Import() 778 uno::Reference< beans::XPropertySet > xModelSet( mxModel, uno::UNO_QUERY ); in Import() 854 if( !mxModel.is() ) in Export() 860 sal_Bool bLocked = mxModel->hasControllersLocked(); in Export() 864 mxModel->lockControllers(); in Export() 1001 uno::Reference< lang::XComponent > xComponent( mxModel, uno::UNO_QUERY ); in Export() [all …]
|
/aoo41x/main/oox/source/core/ |
H A D | filterbase.cxx | 147 Reference< XModel > mxModel; member 177 mxModel.set( rxComponent, UNO_QUERY_THROW ); in setDocumentModel() 191 mxModel->lockControllers(); in initializeFilter() 203 mxModel->attachResource( maFileUrl, maMediaDesc.getAsConstPropertyValueList() ); in finalizeFilter() 205 mxModel->unlockControllers(); in finalizeFilter() 258 return mxImpl->mxModel; in getModel() 493 …if( !mxImpl->mxModel.is() || !mxImpl->mxModelFactory.is() || (mxImpl->meDirection == FILTERDIRECTI… in filter()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | MasterPageContainer.cxx | 139 ::com::sun::star::uno::Reference<com::sun::star::frame::XModel> mxModel; 593 mxModel(NULL), in Implementation() 622 uno::Reference<util::XCloseable> xCloseable (mxModel, uno::UNO_QUERY); in ~Implementation() 633 mxModel = NULL; in ~Implementation() 990 if ( ! mxModel.is()) in GetModel() 1004 mxModel = uno::Reference<frame::XModel>( in GetModel() 1010 uno::Reference<frame::XLoadable> xLoadable (mxModel,uno::UNO_QUERY); in GetModel() 1015 uno::Reference<lang::XUnoTunnel> xUnoTunnel (mxModel, uno::UNO_QUERY); in GetModel() 1024 uno::Reference<drawing::XDrawPagesSupplier> xSlideSupplier (mxModel, uno::UNO_QUERY); in GetModel() 1041 return mxModel; in GetModel()
|
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | OOXMLDocumentImpl.cxx | 52 , mxModel() in OOXMLDocumentImpl() 65 , mxModel( xModel ) in OOXMLDocumentImpl() 76 , mxModel() in OOXMLDocumentImpl() 155 mxModel, in getSubStream() 390 mxModel.set(xModel); in setModel() 395 return mxModel; in getModel()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleDocumentViewBase.cxx | 80 mxModel (NULL), in AccessibleDocumentViewBase() 86 mxModel = mxController->getModel(); in AccessibleDocumentViewBase() 91 mxModel, uno::UNO_QUERY)); in AccessibleDocumentViewBase() 132 if (mxModel.is()) in Init() 133 mxModel->addEventListener ( in Init() 573 if (mxModel.is()) in impl_dispose() 574 mxModel->removeEventListener ( in impl_dispose() 594 mxModel = NULL; in impl_dispose() 619 else if (rEventObject.Source == mxModel || rEventObject.Source == mxController) in disposing()
|