/trunk/main/extensions/source/dbpilots/ |
H A D | controlwizard.cxx | 368 DBG_ASSERT(m_aContext.xForm.is() && m_aContext.xRowSet.is(), in implDetermineForm() 428 m_aContext.xDrawPage = xPage; in implDeterminePage() 537 m_aContext.xForm.clear(); in initContext() 538 m_aContext.xRowSet.clear(); in initContext() 540 m_aContext.xDrawPage.clear(); in initContext() 541 m_aContext.xObjectShape.clear(); in initContext() 545 m_aContext.aTypes.clear(); in initContext() 546 m_aContext.bEmbedded = sal_False; in initContext() 567 if (m_aContext.xForm.is()) in initContext() 575 m_aContext.bEmbedded = ::dbtools::isEmbeddedInDatabase( m_aContext.xForm, xConnection ); in initContext() [all …]
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | jobdata.cxx | 48 m_aContext = rRight.m_aContext; in operator =() 63 const PPDParser* pParser = m_aContext.getParser(); in setCollate() 78 m_aContext.setValue( pKey, pVal ); in setCollate() 93 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaper() 106 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaperBin() 115 m_pParser = m_aContext.getParser(); in getStreamBuffer() 116 if( m_pParser != m_aContext.getParser() || in getStreamBuffer() 167 void* pContextBuffer = m_aContext.getStreamableBuffer( nBytes ); in getStreamBuffer() 249 rJobData.m_aContext.setParser( rJobData.m_pParser ); in constructFromStreamBuffer() 253 rJobData.m_aContext.rebuildFromStreamBuffer( pRemain, nBytes ); in constructFromStreamBuffer()
|
H A D | printerinfomanager.cxx | 237 m_aGlobalDefaults.m_aContext.setParser( m_aGlobalDefaults.m_pParser ); in initialize() 325 m_aGlobalDefaults.m_aContext. in initialize() 342 setDefaultPaper( m_aGlobalDefaults.m_aContext ); in initialize() 413 aPrinter.m_aInfo.m_aContext.setParser( aPrinter.m_aInfo.m_pParser ); in initialize() 530 aPrinter.m_aInfo.m_aContext. in initialize() 543 setDefaultPaper( aPrinter.m_aInfo.m_aContext ); in initialize() 590 const PPDValue* pDefValue = aDefaultInfo.m_aContext.getValue( pDefKey ); in initialize() 593 aMergeInfo.m_aContext.setValue( pMergeKey, pMergeValue ); in initialize() 836 aPrinter.m_aInfo.m_aContext.setParser( pParser ); in addPrinter() 857 aPrinter.m_aInfo.m_aContext.setValue( pPrinterKey, NULL ); in addPrinter() [all …]
|
H A D | cupsmgr.cxx | 538 m_aGlobalDefaults.m_aContext = PPDContext(); in initialize() 584 aPrinter.m_aInfo.m_aContext.setParser( NULL ); in initialize() 589 aPrinter.m_aInfo.m_aContext = c_it->second; in initialize() 733 rInfo.m_aContext = rContext; in createCUPSParser() 772 rInfo.m_aContext.setParser( pNewParser ); in createCUPSParser() 808 if( p_it->second.m_aInfo.m_aContext.getParser() == NULL ) in setupJobContextData() 820 rData.m_aContext = p_it->second.m_aInfo.m_aContext; in setupJobContextData() 869 int nKeys = rJob.m_aContext.countValuesModified(); in getOptionsFromDocumentSetup() 872 aKeys[i] = rJob.m_aContext.getModifiedKey( i ); in getOptionsFromDocumentSetup() 878 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in getOptionsFromDocumentSetup() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 1773 m_aContext = rContext; in PDFWriterImpl() 2220 if( m_aContext.DPIx == 0 || m_aContext.DPIy == 0 ) in getReferenceDevice() 2223 pVDev->SetReferenceDevice( m_aContext.DPIx, m_aContext.DPIy ); in getReferenceDevice() 5942 if( m_aContext.Zoom >= 50 && m_aContext.Zoom <= 1600 ) in emitCatalog() 5951 …( m_aContext.Version > PDFWriter::PDF_1_3 && m_aContext.DocumentInfo.Title.Len() && m_aContext.Dis… in emitCatalog() 5953 m_aContext.HideViewerWindowControls || m_aContext.FitWindow || in emitCatalog() 5954 …m_aContext.CenterWindow || (m_aContext.FirstPageLeft && m_aContext.PageLayout == PDFWriter::Cont… in emitCatalog() 5968 …if( m_aContext.Version > PDFWriter::PDF_1_3 && m_aContext.DocumentInfo.Title.Len() && m_aContext.D… in emitCatalog() 6014 if( m_aContext.Tagged && m_aContext.Version > PDFWriter::PDF_1_3 ) in emitCatalog() 11145 if( m_aContext.Tagged ) in checkEmitStructure() [all …]
|
H A D | pdfwriter_impl2.cxx | 151 if( m_aContext.ColorMode == PDFWriter::DrawGreyscale ) in implWriteBitmapEx() 1166 if( m_aContext.Encryption.Encrypt() ) in checkAndEnableStreamEncryption() 1170 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in checkAndEnableStreamEncryption() 1171 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in checkAndEnableStreamEncryption() 1186 if( m_aContext.Encryption.Encrypt() ) in enableStringEncryption() 1189 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)nObject; in enableStringEncryption() 1190 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 8 ); in enableStringEncryption() 1251 m_aContext.Encryption.OValue = pTransporter->getOValue(); in prepareEncryption() 1256 m_aContext.Encryption.OValue.clear(); in prepareEncryption() 1257 m_aContext.Encryption.UValue.clear(); in prepareEncryption() [all …]
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | dbloader2.cxx | 107 ::comphelper::ComponentContext m_aContext; 130 :m_aContext( _rxFactory ) in DBTypeDetection() 148 xInStream, m_aContext.getLegacyServiceFactory() ), UNO_QUERY ); in detect() 158 … sFileLocation, ElementModes::READ, m_aContext.getLegacyServiceFactory() ), UNO_QUERY ); in detect() 242 ::comphelper::ComponentContext m_aContext; 278 :m_aContext( _rxFactory ) in DBG_NAME() 388 makeAny( lcl_getTopMostWindow( m_aContext ) ), in impl_executeNewDatabaseWizard() 444 if ( m_aContext.createComponent( "com.sun.star.task.InteractionHandler", xHandler ) ) in load() 461 …if ( !m_aContext.createComponent( (::rtl::OUString)SERVICE_SDB_DATABASECONTEXT, xDatabaseContext )… in load() 471 bNewAndInteractive = lcl_urlAllowsInteraction( m_aContext, _rURL ); in load() [all …]
|
/trunk/main/extensions/source/propctrlr/ |
H A D | genericpropertyhandler.cxx | 222 ComponentContext m_aContext; member in pcr::UrlClickHandler 243 :m_aContext( _rContext ) in DBG_NAME() 289 …Reference< XURLTransformer > xTransformer( m_aContext.createComponent( "com.sun.star.util.URLTrans… in impl_dispatch_throw() 293 …Reference< XDispatchProvider > xDispProv( m_aContext.createComponent( "com.sun.star.frame.Desktop"… in impl_dispatch_throw() 310 ,m_aContext( _rxContext ) in DBG_NAME() 317 m_aContext.createComponent( "com.sun.star.script.Converter" ), in DBG_NAME() 387 if ( !m_aContext.createComponent( "com.sun.star.beans.Introspection", xIntrospection ) ) in inspect() 432 rConverter = new EnumRepresentation( m_aContext.getUNOContext(), _rEnumType ); in impl_getEnumConverter() 458 …aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( m_aContext.getContext(),m_xTypeCon… in convertToPropertyValue() 483 …aControlValue = PropertyHandlerHelper::convertToControlValue( m_aContext.getContext(),m_xTypeConve… in convertToControlValue() [all …]
|
H A D | propertyhandler.cxx | 70 ,m_aContext( _rxContext ) in DBG_NAME() 76 m_aContext.createComponent( "com.sun.star.script.Converter" ), in DBG_NAME() 174 m_aContext.getContext(),m_xTypeConverter, aProperty, _rControlValue ); in convertToPropertyValue() 195 m_aContext.getContext(),m_xTypeConverter, _rPropertyValue, _rControlValueType ); in convertToControlValue() 350 return PropertyHandlerHelper::getDialogParentWindow( m_aContext ); in impl_getDefaultDialogParent_nothrow() 418 …m_aContext.getLegacyServiceFactory(), sConfigurationLocation, -1, ::utl::OConfigurationTreeRoot::C… in impl_getDocumentMeasurementUnit_throw()
|
H A D | eventhandler.cxx | 504 ,m_aContext( _rxContext ) in DBG_NAME() 646 …Reference< XModifiable > xDoc( m_aContext.getContextValueByAsciiName( "ContextDocument" ), UNO_QUE… in setPropertyValue() 706 …ence< XUriReferenceFactory > xUriRefFac = UriReferenceFactory::create( m_aContext.getUNOContext() … in convertToControlValue() 928 PropertyHandlerHelper::getDialogParentWindow( m_aContext ), in onInteractivePropertySelection() 997 …Reference< XModel > xContextDocument( m_aContext.getContextValueByAsciiName( "ContextDocument" ), … in impl_getContextFrame_nothrow() 1061 …Reference< XIntrospection > xIntrospection( m_aContext.createComponent( "com.sun.star.beans.Intros… in impl_getCopmonentListenerTypes_nothrow() 1120 … m_aContext.createComponent( "com.sun.star.form.runtime.FormController" ), UNO_QUERY_THROW ); in impl_getSecondaryComponentForEventInspection_throw() 1130 xReturn = m_aContext.createComponent( sControlService ); in impl_getSecondaryComponentForEventInspection_throw() 1208 PropertyHandlerHelper::setContextDocumentModified( m_aContext ); in impl_setFormComponentScriptEvent_nothrow()
|
/trunk/main/dbaccess/source/sdbtools/connection/ |
H A D | objectnames.cxx | 101 const ::comphelper::ComponentContext m_aContext; member in sdbtools::PlainExistenceCheck 107 :m_aContext( _rContext ) in PlainExistenceCheck() 125 ::connectivity::SQLError aErrors( m_aContext ); in validateName_throw() 144 const ::comphelper::ComponentContext m_aContext; member in sdbtools::TableValidityCheck 149 :m_aContext( _rContext ) in TableValidityCheck() 179 ::connectivity::SQLError aErrors( m_aContext ); in validateName_throw() 189 const ::comphelper::ComponentContext m_aContext; member in sdbtools::QueryValidityCheck 194 :m_aContext( _rContext ) in QueryValidityCheck() 228 ::connectivity::SQLError aErrors( m_aContext ); in validateName_throw()
|
/trunk/main/svx/source/form/ |
H A D | formcontrolling.cxx | 222 :m_aContext( _rxORB ) in ControllerFeatures() 231 :m_aContext( _rxORB ) in ControllerFeatures() 241 :m_aContext( _rxORB ) in ControllerFeatures() 252 m_pImpl = new FormControllerHelper( m_aContext, _rxController, m_pInvalidationCallback ); in assign() 260 m_pImpl = new FormControllerHelper( m_aContext, _rxForm, m_pInvalidationCallback ); in assign() 287 :m_aContext( _rContext ) in FormControllerHelper() 293 …m_xFormOperations = FormOperations::createWithFormController( m_aContext.getUNOContext(), _rxContr… in FormControllerHelper() 313 :m_aContext( _rContext ) in FormControllerHelper() 319 … m_xFormOperations = FormOperations::createWithForm( m_aContext.getUNOContext(), _rxForm ); in FormControllerHelper()
|
H A D | databaselocationinput.cxx | 88 const ::comphelper::ComponentContext m_aContext; member in svx::DatabaseLocationInputController_Impl 99 :m_aContext( _rContext ) in DatabaseLocationInputController_Impl() 173 m_aContext.getLegacyServiceFactory(), in impl_initFilterProperties_nothrow() 181 m_aContext.createComponent( "com.sun.star.document.FilterFactory" ), in impl_initFilterProperties_nothrow() 188 m_aContext.createComponent( "com.sun.star.document.TypeDetection" ), in impl_initFilterProperties_nothrow()
|
/trunk/main/connectivity/source/manager/ |
H A D | mdrivermanager.cxx | 299 :m_aContext( _rxContext ) in OSDBCDriverManager() 301 ,m_aDriverConfig(m_aContext.getLegacyServiceFactory()) in OSDBCDriverManager() 321 …Reference< XContentEnumerationAccess > xEnumAccess( m_aContext.getLegacyServiceFactory(), UNO_QUER… in bootstrapDrivers() 358 …Reference< XDriver > xDriver( xFactory->createInstanceWithContext( m_aContext.getUNOContext() ), U… in bootstrapDrivers() 400 if ( 0 == lcl_getDriverPrecedence( m_aContext, aDriverOrder ) ) in initializeDriverPrecedence() 532 …::std::for_each( m_aDriversBS.begin(), m_aDriversBS.end(), EnsureDriver( m_aContext.getUNOContext(… in createEnumeration() 713 …AcceptsURL, ExtractAfterLoad >( AcceptsURL( _rURL ), ExtractAfterLoad( m_aContext.getUNOContext() … in implGetDriverForURL() 719 EnsureDriver aEnsure( m_aContext.getUNOContext() ); in implGetDriverForURL()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 191 m_pEventExecutor = new DocumentEventExecutor( m_pImpl->m_aContext, this ); in ODatabaseDocument() 480 m_pImpl->m_aContext.getLegacyServiceFactory() ) ); in initNew() 530 impl_import_nolck_throw( m_pImpl->m_aContext, *this, aResource ); in load() 634 DatabaseDocumentRecovery aDocRecovery( m_pImpl->m_aContext); in storeToRecoveryFile() 894 DatabaseDocumentRecovery aDocRecovery( m_pImpl->m_aContext ); in setCurrentController() 977 ::rtl::OUString sErrorMessage = extractExceptionMessage( m_pImpl->m_aContext, i_rError ); in impl_throwIOExceptionCausedBySave_throw() 1400 … xContainer.set(m_pImpl->m_aContext.createComponentWithArguments(sSupportService,aArgs),UNO_QUERY); in impl_getDocumentContainer_throw() 1573 OSL_VERIFY( m_pImpl->m_aContext.createComponent( "com.sun.star.xml.sax.Writer", xSaxWriter ) ); in WriteThroughComponent() 1589 … OSL_VERIFY( m_pImpl->m_aContext.createComponentWithArguments( pServiceName, aArgs, xExporter ) ); in WriteThroughComponent() 2028 ::comphelper::ComponentContext aContext( m_pImpl->m_aContext ); in createViewController() [all …]
|
H A D | dataaccessdescriptor.cxx | 117 ::comphelper::ComponentContext m_aContext; 148 ,m_aContext( _rContext ) in DataAccessDescriptor() 269 ::comphelper::ComponentContext m_aContext; 274 :m_aContext( _rxContext ) in DataAccessDescriptorFactory() 333 return new DataAccessDescriptor( m_aContext ); in createDataAccessDescriptor()
|
H A D | documentcontainer.cxx | 194 …return new ODocumentContainer( m_aContext.getLegacyServiceFactory(), *this, aFind->second, m_bForm… in createObject() 195 …return new ODocumentDefinition( *this, m_aContext.getLegacyServiceFactory(), aFind->second, m_bFor… in createObject() 294 …n::GetDocumentServiceFromMediaType( getContainerStorage(), sPersistentName, m_aContext, aClassID ); in createInstanceWithArguments() 301 … ODocumentDefinition::GetDocumentServiceFromMediaType( sMediaType, m_aContext, aClassID ); in createInstanceWithArguments() 304 … ::comphelper::MimeConfigurationHelper aConfigHelper( m_aContext.getLegacyServiceFactory() ); in createInstanceWithArguments() 328 …rence< ODocumentDefinition > pDocDef = new ODocumentDefinition( *this, m_aContext.getLegacyService… in createInstanceWithArguments() 387 …xContent = new ODocumentContainer( m_aContext.getLegacyServiceFactory(), *this, pElementImpl, Serv… in createInstanceWithArguments() 481 = new DynamicResultSet( m_aContext.getLegacyServiceFactory(), in execute()
|
H A D | databasecontext.cxx | 192 ,m_aContext( _rxContext ) in ODatabaseContext() 195 m_pDatabaseDocumentLoader = new DatabaseDocumentLoader( m_aContext ); in ODatabaseContext() 200 … m_xDBRegistrationAggregate.set( createDataSourceRegistrations( m_aContext ), UNO_SET_THROW ); in ODatabaseContext() 264 …::rtl::Reference<ODatabaseModelImpl> pImpl( new ODatabaseModelImpl( m_aContext.getLegacyServiceFac… in impl_createNewDataSource() 377 pModelImpl.set( new ODatabaseModelImpl( _rName, m_aContext.getLegacyServiceFactory(), *this ) ); in loadObjectFromURL() 385 …aArgs.put( "InteractionHandler", m_aContext.createComponent( "com.sun.star.task.InteractionHandler… in loadObjectFromURL()
|
/trunk/main/extensions/source/logging/ |
H A D | logger.cxx | 103 ::comphelper::ComponentContext m_aContext; 159 ::comphelper::ComponentContext m_aContext; 186 :m_aContext( _rxContext ) in EventLogger() 194 initializeLoggerFromConfiguration( m_aContext, this ); in EventLogger() 320 :m_aContext( _rxContext ) in LoggerPool() 378 xLogger = new EventLogger( m_aContext.getUNOContext(), _rName ); in getNamedLogger()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 487 m_aLastJobData.m_aContext.setParser( NULL ); in StartJob() 633 int nRes = rJobSetup.m_aContext.getRenderResolution (); in InitPaperSize() 637 rJobSetup.m_aContext.getPageSize (aPaper, nWidth, nHeight); in InitPaperSize() 640 const PPDParser* pParser = rJobSetup.m_aContext.getParser(); in InitPaperSize() 814 if( rJob.m_pParser == rJob.m_aContext.getParser() && in writeFeatureList() 819 int nKeys = rJob.m_aContext.countValuesModified(); in writeFeatureList() 822 aKeys[i] = rJob.m_aContext.getModifiedKey( i ); in writeFeatureList() 839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList() 843 || m_aLastJobData.m_aContext.getValue( pKey ) != pValue in writeFeatureList()
|
/trunk/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 81 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup() 111 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 131 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 594 if( ! ( pKey && pValue && aData.m_aContext.setValue( pKey, pValue, false ) == pValue ) ) in SetData() 612 aData.m_aContext.setValue( pKey, pValue ); in SetData() 649 aData.m_aContext.setValue( pKey, pValue ); in SetData() 682 int nDPI = aData.m_aContext.getRenderResolution(); in GetPageInfo() 687 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo() 692 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
|
/trunk/main/forms/source/xforms/submission/ |
H A D | serialization_app_xml.cxx | 69 :m_aContext( ::comphelper::getProcessServiceFactory() ) in CSerializationAppXML() 71 m_aContext.createComponent( "com.sun.star.io.Pipe", m_xBuffer ); in CSerializationAppXML() 102 … m_aContext.createComponent( "com.sun.star.xml.dom.DocumentBuilder" ), UNO_QUERY_THROW ); in serialize_node() 118 m_aContext.createComponent( "com.sun.star.xml.sax.Writer" ), UNO_QUERY_THROW ); in serialize_node()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 132 rData.m_aContext.getPageSize( aPaper, width, height ); in copyJobDataToJobSetup() 163 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 183 pValue = rData.m_aContext.getValue( pKey ); in copyJobDataToJobSetup() 708 if( ! ( pKey && pValue && aData.m_aContext.setValue( pKey, pValue, false ) == pValue ) ) in SetData() 726 aData.m_aContext.setValue( pKey, pValue ); in SetData() 763 aData.m_aContext.setValue( pKey, pValue ); in SetData() 796 int nDPI = aData.m_aContext.getRenderResolution(); in GetPageInfo() 801 aData.m_aContext.getPageSize( aPaper, width, height ); in GetPageInfo() 806 aData.m_aContext.getPageSize( aPaper, height, width ); in GetPageInfo()
|
/trunk/main/accessibility/source/extended/ |
H A D | accessibleeditbrowseboxcell.cxx | 233 Reference< XAccessibleContext > xMyContext( m_aContext ); in getAccessibleContext() 240 m_aContext = xMyContext; in getAccessibleContext() 248 Reference< XComponent > xMyContext( (Reference< XAccessibleContext >)m_aContext, UNO_QUERY ); in disposing() 264 m_aContext = Reference< XAccessibleContext >( ); in disposing()
|
/trunk/main/comphelper/source/misc/ |
H A D | logging.cxx | 64 ::comphelper::ComponentContext m_aContext; 70 :m_aContext( _rxContext ) in EventLogger_Impl() 79 inline const ::comphelper::ComponentContext& getContext() const { return m_aContext; } in getContext() 93 … Reference< XLoggerPool > xPool( LoggerPool::get( m_aContext.getUNOContext() ), UNO_QUERY_THROW ); in impl_createLogger_nothrow()
|