Lines Matching refs:mxContext

77 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE…  in getContent()
121 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in Range()
127 …uno::Reference< XCollection > xCol( new SwVbaBuiltinDocumentProperties( mxParent, mxContext, getMo… in BuiltInDocumentProperties()
136 …uno::Reference< XCollection > xCol( new SwVbaCustomDocumentProperties( mxParent, mxContext, getMod… in CustomDocumentProperties()
147 …uno::Reference< XCollection > xBookmarksVba( new SwVbaBookmarks( this, mxContext, xBookmarks, getM… in Bookmarks()
161 uno::Reference< XCollection > xVariables( new SwVbaVariables( this, mxContext, xUserDefined ) ); in Variables()
171 … uno::Reference< XCollection > xCol( new SwVbaParagraphs( mxParent, mxContext, mxTextDocument ) ); in Paragraphs()
180 uno::Reference< XCollection > xCol( new SwVbaStyles( mxParent, mxContext, getModel() ) ); in Styles()
189 uno::Reference< XCollection > xCol( new SwVbaFields( mxParent, mxContext, getModel() ) ); in Fields()
202 uno::Reference< XCollection > xCol( new ScVbaShapes( this, mxContext, xIndexAccess, xModel ) ); in Shapes()
212 uno::Reference< XCollection > xCol( new SwVbaSections( mxParent, mxContext, getModel() ) ); in Sections()
222 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxMo… in PageSetup()
240 xTemplate = new SwVbaTemplate( this, mxContext, getModel(), sTemplateName ); in getAttachedTemplate()
254 uno::Reference< XCollection > xColl( new SwVbaTables( mxParent, mxContext, xModel ) ); in Tables()
315 …uno::Reference<lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), uno… in getValue()
316 …::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.ControlProvider" ) ), mxContext ), uno::UNO_QUER… in getValue()