Home
last modified time | relevance | path

Searched refs:aContext (Results 151 – 175 of 177) sorted by relevance

12345678

/trunk/main/desktop/source/app/
H A Dapp.cxx2010 ::comphelper::ComponentContext aContext( xSMgr ); in Main()
2011 …xRestartManager.set( aContext.getSingleton( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun… in Main()
2074 ::comphelper::ComponentContext aContext( xSMgr ); in Main()
2075 …xRestartManager.set( aContext.getSingleton( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun… in Main()
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx575 UnoActionContext aContext(pDoc); in lcl_UpdateSection() local
1838 UnoActionContext aContext(pFmt->GetDoc()); in setName() local
H A Dunocrsrhelper.cxx921 UnoActionContext aContext(pDoc); in InsertFile() local
H A Dunofield.cxx1922 UnoActionContext aContext( GetDoc() ); in dispose() local
2790 UnoActionContext aContext(GetDoc()); in refresh() local
H A Dunodraw.cxx809 UnoActionContext aContext(pDoc); in group() local
844 UnoActionContext aContext(pDoc); in ungroup() local
H A Dunorefmk.cxx1101 UnoActionContext aContext(pDoc); in AttachImpl() local
H A Dunotext.cxx402 UnoActionContext aContext(GetDoc()); in insertString() local
H A Dunoobj.cxx3126 UnoActionContext aContext( rUnoCursor.GetDoc() ); in sort() local
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1700 OUString aContext; in importAnimateAttributeTargetContainer() local
1701 if( aSet.getProperty( DFF_ANIM_RUNTIMECONTEXT ) >>= aContext ) in importAnimateAttributeTargetContainer()
1703 if( !aContext.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("PPT") ) ) in importAnimateAttributeTargetContainer()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx162 SwKeepConversionDirectionStateContext aContext; in ~SwHHCWrapper() local
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx402 const rendering::StringContext aContext( rOrigContext.Text, in createSubsetLayout() local
407 rOrigTextLayout->getFont()->createTextLayout( aContext, in createSubsetLayout()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx408 ::comphelper::ComponentContext aContext( _rxORB ); in getDataSourceByName()
409 …Reference< XNameAccess > xDatabaseContext( aContext.createComponent( "com.sun.star.sdb.DatabaseCon… in getDataSourceByName()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx225 SelectionObserver::Context aContext (mrSlideSorter); in HandleSlotCall() local
/trunk/main/cui/source/options/
H A Doptdict.cxx181 SfxErrorContext aContext( ERRCTX_SVX_LINGU_DICTIONARY, String(), in IMPL_LINK() local
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx423 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in AddLog()
424 if ( aContext.is() ) in AddLog()
425 …pImp->m_xLogRing.set( aContext.getSingleton( "com.sun.star.logging.DocumentIOLogRing" ), UNO_QUERY… in AddLog()
H A Ddoctemplates.cxx2887 ::comphelper::ComponentContext aContext( mxFactory ); in implExpandURL()
2888 …mxMacroExpander.set( aContext.getSingleton( "com.sun.star.util.theMacroExpander" ), UNO_QUERY_THRO… in implExpandURL()
H A Dsfxbasemodel.cxx3324 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in getScriptProvider()
3326aContext.getSingleton( "com.sun.star.script.provider.theMasterScriptProviderFactory" ), uno::UNO_Q… in getScriptProvider()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3465 rtl_TextToUnicodeContext aContext = in HandleKeyEvent() local
3473 aConverter, aContext, in HandleKeyEvent()
3481 rtl_destroyTextToUnicodeContext( aConverter, aContext ); in HandleKeyEvent()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx2117 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in LoadViewIntoFrame_Impl_NoThrow()
2118 …Reference < XFrame > xDesktop( aContext.createComponent( "com.sun.star.frame.Desktop" ), UNO_QUERY… in LoadViewIntoFrame_Impl_NoThrow()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx513 ::comphelper::ComponentContext aContext( _rxContext ); in Create()
514 return ORowSet_CreateInstance( aContext.getLegacyServiceFactory() ); in Create()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx119 PDFWriter::PDFWriterContext aContext; in doTestCode() local
120 aContext.URL = aTestFile; in doTestCode()
121 aContext.Version = PDFWriter::PDF_1_4; in doTestCode()
122 aContext.Tagged = true; in doTestCode()
123 aContext.InitialPage = 2; in doTestCode()
124aContext.DocumentInfo.Title = OUString( RTL_CONSTASCII_USTRINGPARAM( "PDF export test document" ) … in doTestCode()
125 aContext.DocumentInfo.Producer = OUString( RTL_CONSTASCII_USTRINGPARAM( "VCL" ) ); in doTestCode()
127 PDFWriter aWriter( aContext ); in doTestCode()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3215 InputContext aContext; in UpdateInputContext() local
3216 aContext.SetOptions( nOptions ); in UpdateInputContext()
3217 SetInputContext( aContext ); in UpdateInputContext()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1160 SfxErrorContext aContext( ERRCTX_SVX_BACKGROUND, in RaiseLoadError_Impl() local
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx404 UnoActionRemoveContext aContext(pDoc); in select() local
/trunk/main/package/source/xstor/
H A Dxstorage.cxx410 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in AddLog()
411 if ( aContext.is() ) in AddLog()
412 …m_xLogRing.set( aContext.getSingleton( "com.sun.star.logging.DocumentIOLogRing" ), uno::UNO_QUERY_… in AddLog()

Completed in 415 milliseconds

12345678