Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 208) sorted by relevance

123456789

/AOO41X/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx108 for ( BooleanSettingDescs::const_iterator setting = m_aBooleanSettings.begin(); in SpecialSettingsPage() local
109 setting != m_aBooleanSettings.end(); in SpecialSettingsPage()
110 ++setting in SpecialSettingsPage()
113 sal_uInt16 nItemId = setting->nItemId; in SpecialSettingsPage()
116 sal_uInt16 nResourceId = setting->nControlResId; in SpecialSettingsPage()
117 (*setting->ppControl) = new CheckBox( this, ModuleRes( nResourceId ) ); in SpecialSettingsPage()
118 (*setting->ppControl)->SetClickHdl( getControlModifiedLink() ); in SpecialSettingsPage()
123 (*setting->ppControl)->EnableTriState( sal_True ); in SpecialSettingsPage()
139 for ( BooleanSettingDescs::const_iterator setting = m_aBooleanSettings.begin(); in SpecialSettingsPage() local
140 setting != m_aBooleanSettings.end(); in SpecialSettingsPage()
[all …]
H A Dsqlmessage.src137 … this error is an inappropriate character set setting for the language of your database. Check the…
/AOO41X/main/connectivity/source/commontools/
H A Ddbmetadata.cxx260 Any setting; in supportsPrimaryKeys() local
261 if ( !( lcl_getConnectionSetting( "PrimaryKeySupport", *m_pImpl, setting ) ) in supportsPrimaryKeys()
262 || !( setting >>= doesSupportPrimaryKeys ) in supportsPrimaryKeys()
291 Any setting; in restrictIdentifiersToSQL92() local
292 if ( lcl_getConnectionSetting( "EnableSQL92Check", *m_pImpl, setting ) ) in restrictIdentifiersToSQL92()
293 OSL_VERIFY( setting >>= restrict ); in restrictIdentifiersToSQL92()
301 Any setting; in generateASBeforeCorrelationName() local
302 if ( lcl_getConnectionSetting( "GenerateASBeforeCorrelationName", *m_pImpl, setting ) ) in generateASBeforeCorrelationName()
303 OSL_VERIFY( setting >>= doGenerate ); in generateASBeforeCorrelationName()
310 Any setting; in shouldEscapeDateTime() local
[all …]
/AOO41X/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditSettingDialog.java45 private Hashtable setting; field in WikiEditSettingDialog
53 setting = new Hashtable(); in WikiEditSettingDialog()
65 setting = ht; in WikiEditSettingDialog()
110 String sURL = (String)setting.get( "Url" ); in show()
111 String sUserName = (String)setting.get( "Username" ); in show()
112 String sPassword = (String)setting.get( "Password" ); in show()
274 setting.put( "Url", aMainURI.getEscapedURI() ); in DoLogin()
275 setting.put( "Username", sUserName ); in DoLogin()
276 setting.put( "Password", sPassword ); in DoLogin()
280 Settings.getSettings( m_xContext ).addWikiCon( setting ); in DoLogin()
/AOO41X/main/offapi/com/sun/star/ui/
H A DItemStyle.idl123setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <m…
147setting can used to override the toolbar container setting, the style can be bitwise OR-ed with <m…
/AOO41X/main/qadevOOo/tests/java/ifc/style/
H A D_PageProperties.java68 String setting = null; in _PrinterPaperTray() local
70 setting = (String)oObj.getPropertyValue("PrinterPaperTray"); in _PrinterPaperTray()
71 log.println("Property 'PrinterPaperTray' is set to '" + setting + "'."); in _PrinterPaperTray()
72 res = setting != null; in _PrinterPaperTray()
/AOO41X/main/offapi/com/sun/star/chart/
H A DChartStatistics.idl62 <p>this setting is effective if the
76 <p>this setting is effective if the
121 <p>this setting is effective if the
136 <p>this setting is effective if the
/AOO41X/main/psprint_config/configuration/
H A Dpsprint.conf47 ; ColorDevice: the default setting wether the device is color capable
48 ; possible values: 0: driver setting, -1: grey scale, 1: color
52 ; PSLevel: the default setting of the PostScript level of the output
53 ; possible values: 0: driver setting, 1: level 1, 2: level2
/AOO41X/main/qadevOOo/runner/util/
H A Dutils.java298 public static String getOfficeSettingsValue(XMultiServiceFactory msf, String setting) { in getOfficeSettingsValue() argument
310 settingPath = (String) pthSettings.getPropertyValue(setting); in getOfficeSettingsValue()
313 System.out.println("Couldn't get stting value for " + setting); in getOfficeSettingsValue()
319 …public static void setOfficeSettingsValue(XMultiServiceFactory msf, String setting, String value) { in setOfficeSettingsValue() argument
331 pthSettings.setPropertyValue(setting, value); in setOfficeSettingsValue()
334 System.out.println("Couldn't set '" + setting + "' to value '" + value + "'"); in setOfficeSettingsValue()
/AOO41X/main/offapi/com/sun/star/awt/
H A DUnoControlEditModel.idl107 For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
184 <p>Controls working with this model care for this setting when the user enters
186 setting, so that the <member>Text</member> property always contains only
191 <p>Note that this setting is usually not relevant when you set new text via the API.
/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_features.cxx178 bool GrFeatureParser::isValid(gr::Font & font, gr::FeatureSetting & setting) in isValid() argument
180 gr::FeatureIterator i = font.featureWithID(setting.id); in isValid()
190 if (*j == setting.value) return true; in isValid()
/AOO41X/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh106 System.err.println("Error setting up search properties");
110 System.err.println("Error setting up search properties");
114 System.err.println("Error setting up search properties");
/AOO41X/main/qadevOOo/tests/java/ifc/text/
H A D_TextColumns.java61 int setting = ( ( (Integer) oldValue).intValue() + ref) / 2; in _AutomaticDistance()
62 return new Integer(setting); in _AutomaticDistance()
/AOO41X/main/apple_remote/
H A DAppleRemote.m62 NSLog( @"Apple Remote: setting 10.4 cookies" );
81 NSLog( @"Apple Remote: setting 10.5 cookies" );
99 NSLog( @"Apple Remote: setting OSX>=10.6 cookies" );
/AOO41X/main/offapi/com/sun/star/rendering/
H A DXIeeeFloatBitmap.idl62 bitmap can be changed. When setting subsets of the bitmap, the
66 When setting data on volatile bitmaps, always call isValid()
103 When setting data on volatile bitmaps, always call isValid()
H A DXIeeeDoubleBitmap.idl62 bitmap can be changed. When setting subsets of the bitmap, the
66 When setting data on volatile bitmaps, always call isValid()
103 When setting data on volatile bitmaps, always call isValid()
H A DXIntegerBitmap.idl65 bitmap. When setting subsets of the bitmap, the same scanline
68 When setting data on volatile bitmaps, always call isValid()
110 When setting data on volatile bitmaps, always call isValid()
/AOO41X/main/oox/source/dump/
H A Dpptxdumper.ini29 # 0=off, 1=on, missing: setting from dumperbase.ini
35 # 0=off, 1=on, missing: setting from dumperbase.ini
/AOO41X/main/svx/source/dialog/
H A Dfrmsel.src37 < "Border setting" ; 0; > ;
52 < "Border setting" ; 0; > ;
/AOO41X/main/offapi/com/sun/star/animations/
H A DXAnimateSet.idl36 /** Interface for animation by simply setting the value of the target attribute to a constant value.
37 This interface provides a simple means of just setting the value of an attribute for
/AOO41X/main/offapi/com/sun/star/ucb/
H A DPersistentPropertySet.idl55 /** An interface for getting/setting the name (key) of the property set.
65 /** An interface for getting/setting multiple properties at once.
/AOO41X/main/stlport/systemstl/
H A Dhash_map67 // setting the hasher dynamically is not supported in the emulation!
87 // setting the hasher dynamically is not supported in the emulation!
H A Dhash_set64 // setting the hasher dynamically is not supported in the emulation!
81 // setting the hasher dynamically is not supported in the emulation!
/AOO41X/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldLayoutMode.idl57 regardless of the setting.</p>
70 below the item's data, regardless of the setting.</p>
/AOO41X/main/offapi/com/sun/star/sdbc/
H A DPreparedStatement.idl61 methods for setting IN parameter values
74 Example of setting a parameter; <code>con</code> is an active connection.
129 /** is used for setting parameters before execution of the precompiled

123456789