Home
last modified time | relevance | path

Searched refs:aContext (Results 51 – 75 of 177) sorted by last modified time

12345678

/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx279 rtl_UnicodeToTextContext aContext; in EncodingHasChar() local
282 aContext = rtl_createUnicodeToTextContext( aConverter ); in EncodingHasChar()
294 nSize = rtl_convertUnicodeToText( aConverter, aContext, in EncodingHasChar()
300 rtl_destroyUnicodeToTextContext( aConverter, aContext ); in EncodingHasChar()
326 rtl_UnicodeToTextContext aContext = in ConvertStringUTF16() local
329 sal_Size nSize = rtl_convertUnicodeToText( aConverter, aContext, in ConvertStringUTF16()
333 rtl_destroyUnicodeToTextContext( aConverter, aContext ); in ConvertStringUTF16()
H A Dsalprnpsp.cxx1181 vcl::PDFWriter::PDFWriterContext aContext; in StartJob() local
1182 aContext.Version = vcl::PDFWriter::PDF_1_4; in StartJob()
1183 aContext.Tagged = false; in StartJob()
1184 aContext.EmbedStandardFonts = true; in StartJob()
1185 aContext.DocumentLocale = Application::GetSettings().GetLocale(); in StartJob()
1190 aContext.DocumentInfo.Title = i_rJobName; in StartJob()
1191 aContext.DocumentInfo.Creator = i_rAppName; in StartJob()
1192 aContext.DocumentInfo.Producer = i_rAppName; in StartJob()
1206 aContext.DPIx = pPrinter->ImplGetDPIX(); in StartJob()
1207 aContext.DPIy = pPrinter->ImplGetDPIY(); in StartJob()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx202 rtl_TextToUnicodeContext aContext = in Preedit_InsertText() local
212 rtl_convertTextToUnicode( aConverter, aContext, in Preedit_InsertText()
219 rtl_destroyTextToUnicodeContext(aConverter, aContext); in Preedit_InsertText()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1203 rtl_UnicodeToTextContext aContext = rtl_createUnicodeToTextContext( maRecodeConverter ); in GetRawGlyphIndex() local
1204 int nChars = rtl_convertUnicodeToText( maRecodeConverter, aContext, in GetRawGlyphIndex()
1209 rtl_destroyUnicodeToTextContext( maRecodeConverter, aContext ); in GetRawGlyphIndex()
/trunk/main/vcl/source/control/
H A Dthrobber.cxx96 const ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_loadImageSet() local
97 …const Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.grap… in lcl_loadImageSet()
/trunk/main/uui/source/
H A Dnewerverwarn.cxx113 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in IMPL_LINK()
116aContext.createComponent( "com.sun.star.setup.UpdateCheckConfig" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
125 aContext.getLegacyServiceFactory(), in IMPL_LINK()
134aContext.createComponent( "com.sun.star.util.URLTransformer" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
138aContext.createComponent( "com.sun.star.frame.Desktop" ), uno::UNO_QUERY_THROW ); in IMPL_LINK()
H A Diahndl-errorhandler.cxx262 rtl::OUString aContext(getContextProperty()); in handleErrorHandlerRequest() local
263 if (aContext.getLength() == 0 && nErrorCode != 0) in handleErrorHandlerRequest()
271 aContext = aContextString; in handleErrorHandlerRequest()
276 getParentProperty(), eClassification, aContext, aMessage, nButtonMask ); in handleErrorHandlerRequest()
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx1069 Context aContext(i_xHandler, in fastSerialize() local
1079 aContext.maNamespaceMap[ pNs->First ] = pNs->Second; in fastSerialize()
1082 fastSaxify(aContext); in fastSerialize()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx487 ::comphelper::ComponentContext aContext( xSMgr ); in SvtPathOptions_Impl()
488 …m_xSubstVariables.set( aContext.createComponent( "com.sun.star.util.PathSubstitution" ), UNO_QUERY… in SvtPathOptions_Impl()
489 …m_xMacroExpander.set( aContext.getSingleton( "com.sun.star.util.theMacroExpander" ), UNO_QUERY_THR… in SvtPathOptions_Impl()
1006 … ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in SearchFile()
1007 …Reference< XMacroExpander > xMacroExpander( aContext.getSingleton( "com.sun.star.util.theMacroExpa… in SearchFile()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx147 const ::comphelper::ComponentContext aContext( m_pImpl->m_xSMgr ); in fetchData() local
149aContext.getSingleton( "com.sun.star.deployment.PackageInformationProvider" ), UNO_QUERY_THROW ); in fetchData()
H A Ducpext_provider.cxx106 const ::comphelper::ComponentContext aContext( i_rContext ); in Create() local
107 return *( new ContentProvider( aContext.getLegacyServiceFactory() ) ); in Create()
H A Ducpext_content.cxx464 const ::comphelper::ComponentContext aContext( m_xSMgr ); in getPhysicalURL() local
466aContext.getSingleton( "com.sun.star.deployment.PackageInformationProvider" ), UNO_QUERY_THROW ); in getPhysicalURL()
/trunk/main/toolkit/source/helper/
H A Dtkresmgr.cxx111 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in getImageFromURL()
113 if ( aContext.createComponent( "com.sun.star.graphic.GraphicProvider", xProvider ) ) in getImageFromURL()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2078 ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_getImageFromURL()
2080 if ( aContext.createComponent( "com.sun.star.graphic.GraphicProvider", xProvider ) ) in lcl_getImageFromURL()
H A Danimatedimagespeer.cxx190 … const ::comphelper::ComponentContext aContext( ::comphelper::getProcessServiceFactory() ); in lcl_updateImageList_nothrow() local
191 …const Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.grap… in lcl_updateImageList_nothrow()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx404 UnoActionRemoveContext aContext(pDoc); in select() local
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx460 SfxErrorContext aContext( ERRCTX_SVX_LINGU_HYPHENATION, aEmptyStr, pEditWin, in HyphenateDocument() local
596 SfxErrorContext aContext( ERRCTX_SVX_LINGU_THESAURUS, aEmptyStr, pEditWin, in StartThesaurus() local
H A Duivwimp.cxx157 ScannerContext aContext( aContexts.getConstArray()[ 0 ] ); in ExecuteScan() local
158 bDone = xScanMgr->configureScanner( aContext ); in ExecuteScan()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2530 HTMLOutContext aContext( rHTMLWrt.eDestEnc ); in OutHTML_SwTxtNode() local
2535 aEndPosLst.OutEndAttrs( rHTMLWrt, nStrPos + nOffset, &aContext ); in OutHTML_SwTxtNode()
2541 &aContext ); in OutHTML_SwTxtNode()
2561 HTMLOutFuncs::FlushToAscii( rWrt.Strm(), aContext ); in OutHTML_SwTxtNode()
2615 aEndPosLst.OutEndAttrs( rHTMLWrt, nStrPos + nOffset, &aContext ); in OutHTML_SwTxtNode()
2616 aEndPosLst.OutStartAttrs( rHTMLWrt, nStrPos + nOffset, &aContext ); in OutHTML_SwTxtNode()
2625 HTMLOutFuncs::FlushToAscii( rWrt.Strm(), aContext ); in OutHTML_SwTxtNode()
2665 HTMLOutFuncs::FlushToAscii( rWrt.Strm(), aContext ); in OutHTML_SwTxtNode()
2677 HTMLOutFuncs::FlushToAscii( rWrt.Strm(), aContext ); in OutHTML_SwTxtNode()
2689 …HTMLOutFuncs::Out_Char( rWrt.Strm(), (sal_Unicode)c, aContext, &rHTMLWrt.aNonConvertableCharacters… in OutHTML_SwTxtNode()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1341 UnoActionContext aContext(pDoc); in setPropertyValue() local
1668 UnoActionContext aContext(pUnoCrsr->GetDoc()); in mergeRange() local
1698 UnoActionContext aContext(pUnoCrsr->GetDoc()); in splitRange() local
2922 UnoActionContext aContext( pFmt->GetDoc() ); in sort() local
2950 UnoActionContext aContext( pFmt->GetDoc() ); in autoFormat() local
3152 UnoActionContext aContext(pFmt->GetDoc()); in setPropertyValue() local
4501 UnoActionContext aContext( pFmt->GetDoc() ); in sort() local
H A Dunorefmk.cxx1101 UnoActionContext aContext(pDoc); in AttachImpl() local
H A Dunosect.cxx575 UnoActionContext aContext(pDoc); in lcl_UpdateSection() local
1838 UnoActionContext aContext(pFmt->GetDoc()); in setName() local
H A Dunofield.cxx1922 UnoActionContext aContext( GetDoc() ); in dispose() local
2790 UnoActionContext aContext(GetDoc()); in refresh() local
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx92 Reference< XInterface > aContext; in errorThrow() local
94 throw SAXException(rErrorMessage, aContext, aWrappedException); in errorThrow()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx419 const ::sfx2::sidebar::EnumContext aContext) in HandleContextChange()
421 if(maContext == aContext) in HandleContextChange()
427 maContext = aContext; in HandleContextChange()

Completed in 243 milliseconds

12345678