| /AOO41X/main/extensions/source/dbpilots/ |
| H A D | controlwizard.cxx | 283 m_aContext.xObjectModel = _rxObjectModel; in OControlWizard() 330 Reference< XIndexAccess > xPageObjects(m_aContext.xDrawPage, UNO_QUERY); in implDetermineShape() 334 Reference< XControlModel > xModelCompare(m_aContext.xObjectModel, UNO_QUERY); in implDetermineShape() 350 m_aContext.xObjectShape = xControlShape; in implDetermineShape() 361 Reference< XChild > xModelAsChild(m_aContext.xObjectModel, UNO_QUERY); in implDetermineForm() 366 m_aContext.xForm = Reference< XPropertySet >(xControlParent, UNO_QUERY); in implDetermineForm() 367 m_aContext.xRowSet = Reference< XRowSet >(xControlParent, UNO_QUERY); in implDetermineForm() 368 DBG_ASSERT(m_aContext.xForm.is() && m_aContext.xRowSet.is(), in implDetermineForm() 379 Reference< XChild > xControlAsChild(m_aContext.xObjectModel, UNO_QUERY); in implDeterminePage() 392 m_aContext.xDocumentModel = xModel; in implDeterminePage() [all …]
|
| /AOO41X/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() 425 …for( int nPPDValueModified = 0; nPPDValueModified < m_aGlobalDefaults.m_aContext.countValuesModifi… in initialize() 427 … const PPDKey* pDefKey = m_aGlobalDefaults.m_aContext.getModifiedKey( nPPDValueModified ); in initialize() 428 … const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in initialize() 438 aPrinter.m_aInfo.m_aContext.setValue( pPrinterKey, pPrinterValue ); in initialize() 441 aPrinter.m_aInfo.m_aContext.setValue( pPrinterKey, NULL ); in initialize() 530 aPrinter.m_aInfo.m_aContext. in initialize() [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() 816 p_it->second.m_aInfo.m_aContext = m_aDefaultContexts[ aPrinter ]; in setupJobContextData() 820 rData.m_aContext = p_it->second.m_aInfo.m_aContext; in setupJobContextData() 867 if( rJob.m_pParser == rJob.m_aContext.getParser() && rJob.m_pParser ) in getOptionsFromDocumentSetup() 869 int nKeys = rJob.m_aContext.countValuesModified(); in getOptionsFromDocumentSetup() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 675 …const OUString& rName = (m_aContext.Version > PDFWriter::PDF_1_2) ? i_rControl.Name : i_rControl.T… in createWidgetFieldName() 797 if( ! m_aContext.AllowDuplicateFieldNames ) in createWidgetFieldName() 923 bool bGrey = m_aContext.ColorMode == PDFWriter::DrawGreyscale; in appendStrokingColor() 933 bool bGrey = m_aContext.ColorMode == PDFWriter::DrawGreyscale; in appendNonStrokingColor() 1773 m_aContext = rContext; in PDFWriterImpl() 1787 …oslFileError aError = osl_openFile( m_aContext.URL.pData, &m_aFile, osl_File_OpenFlag_Write | osl… in PDFWriterImpl() 1792 aError = osl_openFile( m_aContext.URL.pData, &m_aFile, osl_File_OpenFlag_Write ); in PDFWriterImpl() 1815 if( m_aContext.Encryption.Encrypt() ) in PDFWriterImpl() 1818 if( m_aContext.Encryption.OValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl() 1819 m_aContext.Encryption.UValue.size() != ENCRYPTED_PWD_SIZE || in PDFWriterImpl() [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() 1172 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in checkAndEnableStreamEncryption() 1177 rtl_digest_MD5( &m_aContext.Encryption.EncryptionKey[0], i+2, nMD5Sum, sizeof(nMD5Sum) ); 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() 1191 m_aContext.Encryption.EncryptionKey[i++] = (sal_uInt8)( nObject >> 16 ); in enableStringEncryption() [all …]
|
| /AOO41X/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() 399 …OSL_VERIFY( m_aContext.createComponentWithArguments( "com.sun.star.sdb.DatabaseWizardDialog", aWiz… 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() [all …]
|
| /AOO41X/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()
|
| H A D | connectiondependent.hxx | 51 m_aContext; 66 getContext() const { return m_aContext; } in getContext() 73 :m_aContext( _rContext ) in ConnectionDependentComponent()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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() 1093 …m_pImpl->m_aContext.createComponent( ::rtl::OUString::createFromAscii( "com.sun.star.ucb.SimpleFil… in impl_createStorageFor_throw() 1400 … xContainer.set(m_pImpl->m_aContext.createComponentWithArguments(sSupportService,aArgs),UNO_QUERY); in impl_getDocumentContainer_throw() 1407 …rContainerRef = xContainer = new ODocumentContainer( m_pImpl->m_aContext.getLegacyServiceFactory()… in impl_getDocumentContainer_throw() 1573 OSL_VERIFY( m_pImpl->m_aContext.createComponent( "com.sun.star.xml.sax.Writer", xSaxWriter ) ); in WriteThroughComponent() [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 | commandcontainer.cxx | 86 …return new OComponentDefinition( *this, _rName, m_aContext.getLegacyServiceFactory(), pElementCont… in createObject() 87 …return new OCommandDefinition( *this, _rName, m_aContext.getLegacyServiceFactory(), pElementConten… in createObject() 99 …return m_aContext.createComponent( (::rtl::OUString)( m_bTables ? SERVICE_SDB_TABLEDEFINITION : SE… in createInstance()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|