Home
last modified time | relevance | path

Searched refs:aConfig (Results 1 – 25 of 38) sorted by path

12

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx152 … ::utl::OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( in lcl_getPermittedJavaMethods_nothrow()
156 Sequence< ::rtl::OUString > aNodeNames( aConfig.getNodeNames() ); in lcl_getPermittedJavaMethods_nothrow()
163 OSL_VERIFY( aConfig.getNodeValue( *pNodeNames ) >>= sPermittedMethod ); in lcl_getPermittedJavaMethods_nothrow()
/trunk/main/cui/source/options/
H A Doptasian.cxx77 SvxAsianConfig aConfig; member
79 aConfig(sal_False){} in SvxAsianLayoutPage_Impl()
197 pImpl->aConfig.SetKerningWesternTextOnly(aCharKerningRB.IsChecked()); in FillItemSet()
213 pImpl->aConfig.SetCharDistanceCompression(nSet); in FillItemSet()
222 if(pImpl->aConfig.IsModified()) in FillItemSet()
223 pImpl->aConfig.Commit(); in FillItemSet()
268 sal_Bool bKernWesternText = pImpl->aConfig.IsKerningWesternTextOnly(); in Reset()
269 sal_Int16 nCompress = pImpl->aConfig.GetCharDistanceCompression(); in Reset()
386 bAvail = pImpl->aConfig.GetStartEndChars( aLocale, sStart, sEnd ); in IMPL_LINK()
452 pImpl->aConfig.SetStartEndChars( aLocale, bEnable ? &sStart : 0, bEnable ? &sEnd : 0); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1766 …::utl::OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( ge… in GetState()
1769 … OSL_VERIFY( aConfig.getNodeValue( "EditDatabaseFromDataSourceView" ) >>= bHaveEditDatabase ); in GetState()
/trunk/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx107 … ::utl::OConfigurationTreeRoot aConfig( ::utl::OConfigurationTreeRoot::createWithServiceFactory( in OGeneralPage()
112 OSL_VERIFY( aConfig.getNodeValue( "CreateLocalDatabase" ) >>= bAllowCreateLocalDatabase ); in OGeneralPage()
/trunk/main/desktop/source/app/
H A Dlangselect.cxx195 Config aConfig(aSOfficeIniURL); in prepareLanguage() local
196 aConfig.SetGroup( SOFFICE_BOOTSTRAP ); in prepareLanguage()
197 OString sLang = aConfig.ReadKey( SOFFICE_STARTLANG ); in prepareLanguage()
H A Dlockfile.cxx146 Config aConfig(aLockname); in isStale() local
147 aConfig.SetGroup(Group()); in isStale()
152 ByteString aHost = aConfig.ReadKey( Hostkey() ); in isStale()
188 Config aConfig(aLockname); in syncToFile() local
189 aConfig.SetGroup(Group()); in syncToFile()
218 aConfig.WriteKey( Userkey(), aUser ); in syncToFile()
219 aConfig.WriteKey( Hostkey(), aHost ); in syncToFile()
220 aConfig.WriteKey( Stampkey(), aStamp ); in syncToFile()
221 aConfig.WriteKey( Timekey(), aTime ); in syncToFile()
222 aConfig.WriteKey( in syncToFile()
[all …]
H A Dlockfile2.cxx40 Config aConfig(aLockname); in Lockfile_execWarning() local
41 aConfig.SetGroup(that->Group()); in Lockfile_execWarning()
42 ByteString aHost = aConfig.ReadKey( that->Hostkey() ); in Lockfile_execWarning()
43 ByteString aUser = aConfig.ReadKey( that->Userkey() ); in Lockfile_execWarning()
44 ByteString aStamp = aConfig.ReadKey( that->Stampkey() ); in Lockfile_execWarning()
45 ByteString aTime = aConfig.ReadKey( that->Timekey() ); in Lockfile_execWarning()
/trunk/main/desktop/source/so_comp/
H A Doemjob.cxx255 Config aConfig(aSofficeIniFileURL); in checkOEMPreloadFlag() local
256 aConfig.SetGroup( OEM_PRELOAD_SECTION ); in checkOEMPreloadFlag()
257 ByteString sResult = aConfig.ReadKey( OEM_PRELOAD ); in checkOEMPreloadFlag()
269 Config aConfig(aSofficeIniFileURL); in disableOEMPreloadFlag() local
270 aConfig.SetGroup( OEM_PRELOAD_SECTION ); in disableOEMPreloadFlag()
271 aConfig.WriteKey( OEM_PRELOAD, STR_FALSE ); in disableOEMPreloadFlag()
272 aConfig.Flush(); in disableOEMPreloadFlag()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx320 DBChangeDialogConfig_Impl aConfig; in loadView() local
321 const Sequence<OUString> aSources = aConfig.GetDataSourceNames(); in loadView()
H A Ddatman.cxx598 DBChangeDialogConfig_Impl aConfig; member in DBChangeDialog_Impl
649 const Sequence< ::rtl::OUString >& rSources = aConfig.GetDataSourceNames(); in DBChangeDialog_Impl()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx1174 Config aConfig( aFileName ); in LoadState() local
1175 if( ! aConfig.HasGroup( "SANE" ) ) in LoadState()
1178 aConfig.SetGroup( "SANE" ); in LoadState()
1192 int iMax = aConfig.GetKeyCount(); in LoadState()
1195 aString = aConfig.GetKeyName( i ); in LoadState()
1246 Config aConfig( aFileName ); in SaveState() local
1247 aConfig.DeleteGroup( "SANE" ); in SaveState()
1248 aConfig.SetGroup( "SANE" ); in SaveState()
1265 aConfig.WriteKey( aOption, aString ); in SaveState()
1276 aConfig.WriteKey( aOption, aString ); in SaveState()
[all …]
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx858 … rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( xContext, *this ); in initialize() local
859 aConfig->clearUpdateFound(); in initialize()
860 aConfig->clearLocalFileName(); in initialize()
H A Dupdatecheckjob.cxx216 uno::Sequence<beans::NamedValue> aConfig = in execute() local
230 m_xContext, aConfig, in execute()
H A Dupdateprotocol.cxx258 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in storeExtensionUpdateInfos() local
262 bNotify |= aConfig->storeExtensionVersion( rUpdateInfos[i][0], rUpdateInfos[i][1] ); in storeExtensionUpdateInfos()
320 rtl::Reference< UpdateCheckConfig > aConfig = UpdateCheckConfig::get( rxContext ); in checkForPendingUpdates() local
324 …bPendingUpdateFound = aConfig->checkExtensionVersion( aExtensionList[i][0], aExtensionList[i][1] ); in checkForPendingUpdates()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx879 svtools::ColorConfig aConfig; in ImpDoHighlight() local
891 Color aColor((ColorData)aConfig.GetColorValue((svtools::ColorConfigEntry)r.eType).nColor); in ImpDoHighlight()
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java813 Object aConfig; in openConfig() local
816aConfig = xConfigRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess"… in openConfig()
820aConfig = xConfigRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateA… in openConfig()
823 XNameAccess xConfig = UnoRuntime.queryInterface(XNameAccess.class, aConfig); in openConfig()
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java221 … ConfigHelper aConfig = new ConfigHelper(m_xSMGR, "org.openoffice.Office.Recovery", false); in before() local
222 aConfig.writeRelativeKey("AutoSave", "Enabled" , Boolean.TRUE ); in before()
223 aConfig.writeRelativeKey("AutoSave", "TimeIntervall", new Integer(1)); // 1 min in before()
224 aConfig.flush(); in before()
225 aConfig = null; in before()
H A DConfigHelper.java50 Object aConfig; in ConfigHelper() local
53aConfig = xConfigRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess"… in ConfigHelper()
57aConfig = xConfigRoot.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateA… in ConfigHelper()
60 m_xConfig = UnoRuntime.queryInterface(XHierarchicalNameAccess.class, aConfig); in ConfigHelper()
120 ConfigHelper aConfig = new ConfigHelper(xSMGR, sConfigFile, true); in readDirectKey() local
121 return aConfig.readRelativeKey(sRelPath, sKey); in readDirectKey()
132 ConfigHelper aConfig = new ConfigHelper(xSMGR, sConfigFile, false); in writeDirectKey() local
133 aConfig.writeRelativeKey(sRelPath, sKey, aValue); in writeDirectKey()
134 aConfig.flush(); in writeDirectKey()
/trunk/main/framework/source/jobs/
H A Djobdata.cxx186 ConfigAccess aConfig(m_xSMGR, sKey); in setAlias() local
187 aConfig.open(ConfigAccess::E_READONLY); in setAlias()
226 aConfig.close(); in setAlias()
321 ConfigAccess aConfig(m_xSMGR, sKey); in setJobConfig() local
322 aConfig.open(ConfigAccess::E_READWRITE); in setJobConfig()
341 aConfig.close(); in setJobConfig()
555 aConfig.open(ConfigAccess::E_READWRITE); in disableJob()
568 aConfig.close(); in disableJob()
654 ConfigAccess aConfig(xSMGR,ROOT); in getEnabledJobsForEvent() local
655 aConfig.open(ConfigAccess::E_READONLY); in getEnabledJobsForEvent()
[all …]
/trunk/main/linguistic/source/
H A Dlngopt.cxx415 Any aOld( aConfig.GetProperty( pCur->nWID ) ); in setPropertyValue()
416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue()
441 aRet = aConfig.GetProperty( pCur->nWID ); in getPropertyValue()
518 Any aOld( aConfig.GetProperty( nHandle ) ); in setFastPropertyValue()
519 if (aOld != rValue && aConfig.SetProperty( nHandle, rValue )) in setFastPropertyValue()
533 Any aRes( aConfig.GetProperty( nHandle ) ); in getFastPropertyValue()
552 Any aAny( aConfig.GetProperty( aIt->nWID ) ); in getPropertyValues()
H A Dlngopt.hxx129 SvtLinguConfig aConfig; member in LinguProps
/trunk/main/padmin/source/
H A Dadddlg.cxx486 Config aConfig( aFileName ); in APOldPrinterPage() local
489 aConfig.SetGroup( "Xprinter,PostScript" ); in APOldPrinterPage()
500 aConfig.SetGroup( "devices" ); in APOldPrinterPage()
501 int nDevices = aConfig.GetKeyCount(); in APOldPrinterPage()
504 aConfig.SetGroup( "devices" ); in APOldPrinterPage()
529 aConfig.SetGroup( "ports" ); in APOldPrinterPage()
554 aConfig.SetGroup( aGroup ); in APOldPrinterPage()
584 aValue = aConfig.ReadKey( "Comment" ); in APOldPrinterPage()
587 aValue = aConfig.ReadKey( "Level" ); in APOldPrinterPage()
594 int nGroupKeys = aConfig.GetKeyCount(); in APOldPrinterPage()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java115 Object aConfig; in ConfigHelper() local
117 aConfig = xConfigRoot.createInstanceWithArguments( in ConfigHelper()
121 aConfig = xConfigRoot.createInstanceWithArguments( in ConfigHelper()
127 aConfig); in ConfigHelper()
196 ConfigHelper aConfig = new ConfigHelper(xSMGR, sConfigFile, true); in readDirectKey() local
197 return aConfig.readRelativeKey(sRelPath, sKey); in readDirectKey()
208 ConfigHelper aConfig = new ConfigHelper(xSMGR, sConfigFile, false); in writeDirectKey() local
209 aConfig.writeRelativeKey(sRelPath, sKey, aValue); in writeDirectKey()
210 aConfig.flush(); in writeDirectKey()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java445 ConfigHelper aConfig = new ConfigHelper(xMSF, in dockStylist() local
449 XNameReplace x5539 = aConfig.getOrInsertGroup("Windows", "5539"); in dockStylist()
451 aConfig.updateGroupProperty( in dockStylist()
454 aConfig.insertOrUpdateExtensibleGroupProperty( in dockStylist()
458 aConfig.getOrInsertGroup("Windows", "SplitWindow2"); in dockStylist()
460 aConfig.insertOrUpdateExtensibleGroupProperty( in dockStylist()
463 aConfig.flush(); in dockStylist()
464 aConfig = null; in dockStylist()
/trunk/main/reportdesign/source/ui/report/
H A DFormattedFieldBeautifier.cxx71 svtools::ExtendedColorConfig aConfig; in getTextColor() local
72 … m_nTextColor = aConfig.GetColorValue(CFG_REPORTDESIGNER, DBTEXTBOXBOUNDCONTENT).getColor(); in getTextColor()

Completed in 133 milliseconds

12