Home
last modified time | relevance | path

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

12

/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx256 Config aConfig( aFile.PathToFileName() ); in initialize() local
262 aConfig.SetGroup( GLOBAL_DEFAULTS_GROUP ); in initialize()
268 aValue = aConfig.ReadKey( "Orientation" ); in initialize()
285 aValue = aConfig.ReadKey( "ColorDevice" ); in initialize()
289 aValue = aConfig.ReadKey( "PSLevel" ); in initialize()
293 aValue = aConfig.ReadKey( "PDFDevice" ); in initialize()
321 aValue = aConfig.ReadKey( aKey ); in initialize()
333 aValue = aConfig.ReadKey( aKey ); in initialize()
380 Config aConfig( aFile.PathToFileName() ); in initialize() local
383 aConfig.SetGroup( aConfig.GetGroupName( nGroup ) ); in initialize()
[all …]
/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/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/desktop/source/app/
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()
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()
/trunk/main/framework/qa/complex/framework/autosave/
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()
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()
/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/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/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/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/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/svx/source/form/
H A Dfmcontrollayout.cxx240 OConfigurationNode aConfig = getLayoutSettings( _eDocType ); in initializeControlLayout() local
241 …Any aVisualEffect = aConfig.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "VisualEff… in initializeControlLayout()
302 OConfigurationNode aConfig = getLayoutSettings( _eDocType ); in useDynamicBorderColor() local
303 …Any aDynamicBorderColor = aConfig.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Dyn… in useDynamicBorderColor()
314 OConfigurationNode aConfig = getLayoutSettings( _eDocType ); in useDocumentReferenceDevice() local
315 …Any aUseRefDevice = aConfig.getNodeValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UseDocume… in useDocumentReferenceDevice()
H A Ddatabaselocationinput.cxx171 ::utl::OConfigurationTreeRoot aConfig( in impl_initFilterProperties_nothrow()
177 OSL_VERIFY( aConfig.getNodeValue( "ooSetupFactoryActualFilter" ) >>= sDatabaseFilter ); in impl_initFilterProperties_nothrow()
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx54 SvtLinguConfig aConfig; in GetSpellSettings() local
57 aConfig.GetOptions( aOptions ); in GetSpellSettings()
70 SvtLinguConfig aConfig; in SetAutoSpellProperty() local
74 aConfig.SetProperty( rtl::OUString::createFromAscii( LINGUPROP_AUTOSPELL ), aAny ); in SetAutoSpellProperty()
/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()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx319 Config& aConfig, in add_group_entries() argument
323 OSL_ASSERT(aConfig.HasGroup(GroupName)); in add_group_entries()
325 aConfig.SetGroup(GroupName); in add_group_entries()
326 size_t key_count = aConfig.GetKeyCount(); in add_group_entries()
331 ByteString iso_lang = aConfig.GetKeyName(sal::static_int_cast<USHORT>(i)); in add_group_entries()
332 ByteString key_value_utf8 = aConfig.ReadKey(sal::static_int_cast<USHORT>(i)); in add_group_entries()
/trunk/main/extensions/source/update/check/
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()
H A Dupdatecheckjob.cxx216 uno::Sequence<beans::NamedValue> aConfig = in execute() local
230 m_xContext, aConfig, in execute()
/trunk/main/sw/source/filter/ww8/
H A Dtracer.cxx47 Sequence<PropertyValue> aConfig(1); in Tracer() local
53 aConfig[0] = aPropValue; in Tracer()
55 mpTrace = new MSFilterTracer(aTraceConfigPath, &aConfig); in Tracer()
/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/tools/bootstrp/
H A Drscdep.cxx176 SimpleConfig aConfig( aRespName ); in main() local
177 while ( (aToken = aConfig.GetNext()) != "") in main()
/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()
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx68 PresenterConfigurationAccess aConfig( in lcl_IsPresenterEnabled() local
72 if ( aConfig.IsValid() ) in lcl_IsPresenterEnabled()
75 if ( ( aConfig.GetConfigurationNode( in lcl_IsPresenterEnabled()

Completed in 117 milliseconds

12