Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 1493) sorted by relevance

12345678910>>...60

/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java258 setSaveSessionName(settings.cp_DefaultSession); in WWD_Startup()
260 ilLayouts.setListModel(settings.cp_Layouts); in WWD_Startup()
263 …checkContent(settings.cp_DefaultSession.cp_Content, new Task(PropertyNames.EMPTY_STRING, PropertyN… in WWD_Startup()
272 mount(settings.cp_DefaultSession.cp_Content); in WWD_Startup()
316 for (int i = 0; i < settings.cp_SavedSessions.getSize(); i++) in setSaveSessionName()
318 … String sessionName = ((CGSessionName) settings.cp_SavedSessions.getElementAt(i)).cp_Name; in setSaveSessionName()
437 stylePreview = new StylePreview(xMSF, settings.workPath); in addStylePreview()
438 …stylePreview.refresh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.c… in addStylePreview()
465 settings = new CGSettings(xMSF, settingsResources, document); in loadSettings()
470 settings.readConfiguration(confRoot, CONFIG_READ_PARAM); in loadSettings()
[all …]
H A DWWD_Events.java113 … sessionToLoad = ((CGSessionName) settings.cp_SavedSessions.getElementAt(s[0])).cp_Name; in enterStep()
169 session.setRoot(settings); in loadSession()
225 String name = (String) settings.cp_SavedSessions.getKey(selected[0]); in delSession()
231 settings.cp_SavedSessions.remove(selected[0]); in delSession()
232 settings.savedSessions.remove(selected[0] - 1); in delSession()
239 if (settings.cp_SavedSessions.getSize() > selected[0]) in delSession()
307 fillExportList(settings.getExporters(doc.appType)); in setSelectedDoc()
326 …final String[] files = getDocAddDialog().callOpenDialog(true, settings.cp_DefaultSession.cp_InDire… in addDocument()
368 settings.cp_DefaultSession.cp_Content.cp_Documents.remove(selectedDoc[0]); in removeDocument()
390 … Object doc = settings.cp_DefaultSession.cp_Content.cp_Documents.getElementAt(selectedDoc[0]); in docUp()
[all …]
H A DProcess.java97 private CGSettings settings; field in Process
112 CGSettings settings, in Process() argument
118 this.settings = settings; in Process()
136 ConfigSet publishers = settings.cp_DefaultSession.cp_Publishing; in countPublish()
153 int docs = settings.cp_DefaultSession.cp_Content.cp_Documents.getSize(); in getTaskSteps()
157 xsl = settings.cp_DefaultSession.getLayout().getTemplates(xmsf).size(); in getTaskSteps()
294 …public static void copyMedia(UCB copy, CGSettings settings, String targetDir, Task task) throws Ex… in copyMedia() argument
298 String sourceDir = FileAccess.connectURLs(settings.workPath, "styles"); in copyMedia()
299 String filename = settings.cp_DefaultSession.getStyle().cp_CssHref; in copyMedia()
305 String background = settings.cp_DefaultSession.cp_Design.cp_BackgroundImage; in copyMedia()
[all …]
H A DWWD_General.java51 protected CGSettings settings; field in WWD_General
93 for (int i = 0; i < settings.cp_Filters.getSize(); i++) in getDocAddDialog()
95 CGFilter f = ((CGFilter) settings.cp_Filters.getElementAt(i)); in getDocAddDialog()
171 else if (settings.cp_DefaultSession.cp_Content.cp_Documents.getSize() <= s[0]) in getDoc()
177 … return (CGDocument) settings.cp_DefaultSession.cp_Content.cp_Documents.getElementAt(s[0]); in getDoc()
187 return settings.cp_DefaultSession.cp_Content.cp_Documents.getSize(); in getDocsCount()
206 return (CGPublish) settings.cp_DefaultSession.cp_Publishing.getElement(name); in getPublisher()
280 if (settings.cp_DefaultSession.cp_Content.cp_Documents.getSize() == 0) in checkDocList()
H A DTOCPreview.java74 …public TOCPreview(XMultiServiceFactory xmsf_, CGSettings settings, WebWizardDialogResources res, S… in TOCPreview() argument
87 Process.copyStaticImages(ucb, settings, tempDir); in TOCPreview()
96 public void refresh(CGSettings settings) in refresh() argument
99 Document doc = (Document) settings.cp_DefaultSession.createDOM(); in refresh()
100 CGLayout layout = settings.cp_DefaultSession.getLayout(); in refresh()
103 Process.copyLayoutFiles(ucb, fileAccess, settings, layout, tempDir); in refresh()
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl116 /** creates an empty settings data container.
119 an empty user interface element settings data container, which
124 /** determines if the settings of a user interface element is part the
134 <TRUE/> if settings have been found, otherwise <FALSE/>.
138 /** retrieves the settings of a user interface element.
147 must be <TRUE/> if the retrieved settings should be a writeable.
149 to the settings data.
152 settings data of an existing user interface element, which
153 implements <type>UIElementSettings</type>. If the settings data
163 /** replaces the settings of a user interface element with new settings.
[all …]
H A DXModuleUIConfigurationManager.idl55 settings data:<br/>
57 describe all user interface elements settings that are
59 or change elements settings in this layer through the
63 All changes on user interface element settings are done on
73 /** determine if the settings of a user interface element is part
83 <TRUE/> if settings have been found in the default layer,
88 /** retrieves the settings from the default layer of the user interface
98 <TRUE/> if default settings have been found in the default layer,
H A DModuleUIConfigurationManager.idl52 A module user interface configuratio manager supports two layers of configuration settings
55 elements settings that are used by OpenOffice. It is not possible to insert, remove or change
56 elements settings in this layer through the interfaces.</br>
58 elements and user-defined ones. All changes on user interface element settings are done on
74 contains the default module user interface configuration settings.</li>
76 contains the user-defined module user interface configuration settings.</li>
89 settings from/to a module storage.
93 /** provides functions to change, insert and remove user interface element settings
H A DXUIElementSettings.idl49 /** forces the user interface element to retrieve new settings from its
66 must be <TRUE/> if the retrieved settings should be a writeable.
68 to the settings data.
71 the current settings of the user interface element.
78 new data settings for the configurable user interface element.
/trunk/main/jvmfwk/source/
H A Dframework.cxx93 const jfw::MergedSettings settings; in jfw_findAllJREs() local
95 settings.getJRELocations(); in jfw_findAllJREs()
273 const jfw::MergedSettings settings; in jfw_startVM()
274 if (sal_False == settings.getEnabled()) in jfw_startVM()
276 aInfo.attach(settings.createJavaInfo()); in jfw_startVM()
296 if (settings.getJavaInfoAttrAutoSelect() == true) in jfw_startVM()
310 if (sVendorUpdate != settings.getJavaInfoAttrVendorUpdate()) in jfw_startVM()
328 vmParams = settings.getVmParametersUtf8(); in jfw_startVM()
329 sUserClassPath = jfw::makeClassPathOption(settings.getUserClassPath()); in jfw_startVM()
536 const jfw::MergedSettings settings; in jfw_findAndSelectJRE() local
[all …]
/trunk/main/cui/source/options/
H A Dtreeopt.src115settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when sa…
116 …< "This is where you make settings concerning language and writing aids for your work with %PRODUC…
117 …NAME for the Internet. You can define search engines or save your proxy settings." ; SID_INET_DLG;…
118settings for text documents. These settings determine how your text documents are handled in %PROD…
119 …< "This is where you define the basic settings for %PRODUCTNAME documents in HTML format. For exam…
120 …< "This is where you define various global settings for spreadsheets. For example, you can define …
121 …< "This is where you define the settings that apply to all newly saved presentations. Among other …
122 …< "This is where you define the settings for drawing documents. Among other things, you determine …
124 …< "This is where you specify general default settings for your %PRODUCTNAME Charts. Set the colors…
125 …< "This is where you define general settings for accessing external data sources." ; SID_SB_STARBA…
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java103 final String settings[] = new String[] { null, null, null }; in executeWizardFromCommandLine() local
115 settings[ settingsIndex ] = i_args[i]; in executeWizardFromCommandLine()
141 if ( settings[ IDX_PIPE_NAME ] == null ) in executeWizardFromCommandLine()
144 if ( ( settings[ IDX_DSN ] == null ) && ( settings[ IDX_LOCATION ] == null ) ) in executeWizardFromCommandLine()
156 …final String ConnectStr = "uno:pipe,name=" + settings[IDX_PIPE_NAME] + ";urp;StarOffice.ServiceMan… in executeWizardFromCommandLine()
163 if ( settings[ IDX_LOCATION ] != null ) in executeWizardFromCommandLine()
164 … curproperties[0] = Properties.createProperty( "DatabaseLocation", settings[ IDX_LOCATION ] ); in executeWizardFromCommandLine()
166 … curproperties[0] = Properties.createProperty( "DataSourceName", settings[ IDX_DSN ] ); in executeWizardFromCommandLine()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java46 private org.w3c.dom.Document settings = null; field in BookSettings
124 Element configItem = settings.createElement(TAG_CONFIG_ITEM); in addConfigItem()
128 configItem.appendChild(settings.createTextNode(value)); in addConfigItem()
139 public void writeNode(org.w3c.dom.Document settings, Node root) { in writeNode() argument
141 this.settings = settings; in writeNode()
142 … Element configItemMapNamed = (Element) settings.createElement(TAG_CONFIG_ITEM_MAP_NAMED); in writeNode()
146 s.writeNode(settings, configItemMapNamed); in writeNode()
H A DSheetSettings.java43 private org.w3c.dom.Document settings = null; field in SheetSettings
242 Element configItem = settings.createElement(TAG_CONFIG_ITEM); in addConfigItem()
246 configItem.appendChild(settings.createTextNode(value)); in addConfigItem()
257 public void writeNode(org.w3c.dom.Document settings, Node root) { in writeNode() argument
259 this.settings = settings; in writeNode()
260 … Element configItemMapEntry = (Element) settings.createElement(TAG_CONFIG_ITEM_MAP_ENTRY); in writeNode()
H A DSxcDocumentDeserializer.java71 private org.w3c.dom.Document settings = null; field in SxcDocumentDeserializer
173 settings = sxcDoc.getSettingsDOM(); in deserialize()
269 NodeList settingsList = settings.getElementsByTagName(TAG_OFFICE_SETTINGS); in decode()
288 Element configItemSetEntry = (Element) settings.createElement(TAG_CONFIG_ITEM_SET); in processSettings()
290 … Element configItemMapIndexed = (Element) settings.createElement(TAG_CONFIG_ITEM_MAP_INDEXED); in processSettings()
292 … Element configItemMapEntry = (Element) settings.createElement(TAG_CONFIG_ITEM_MAP_ENTRY); in processSettings()
294 bs.writeNode(settings, configItemMapEntry); in processSettings()
/trunk/main/vcl/qa/complex/persistent_window_states/
H A DPersistentWindowTest.java141 String[] settings = getConfigurationAndLoader(getMSF(), els[i]); in checkPersistentWindowState() local
142 if (settings == null) in checkPersistentWindowState()
148 String cfg = settings[1]; in checkPersistentWindowState()
151 DocumentHandle handle = loadDocument(getMSF(), settings[0]); in checkPersistentWindowState()
167 settings = getConfigurationAndLoader(getMSF(), els[i]); in checkPersistentWindowState()
169 String newCfg = settings[1]; in checkPersistentWindowState()
172 handle = loadDocument(getMSF(), settings[0]); in checkPersistentWindowState()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl138 depending on the control's style settings.</p>
147 depending on the control's style settings.</p>
154 depending on the control's style settings.</p>
161 depending on the control's style settings.</p>
169 depending on the control's style settings.</p>
176 depending on the control's style settings.</p>
184 depending on the control's style settings.</p>
213 depending on the control's style settings.</p>
220 depending on the control's style settings.</p>
/trunk/main/offapi/com/sun/star/logging/
H A DFileHandler.idl64 /** creates an instance of the log handler, using generic settings
67 contains the initial settings for the log handler
69 <p>The following settings are recognized and supported:
78 <p>At least the URL argument must be present in the settings.</p>
81 if <arg>Settings</args> contains settings whose value is of the wrong type.
H A DConsoleHandler.idl52 /** creates an instance of the log handler, using generic settings
55 contains the initial settings for the log handler
57 <p>The following settings are recognized and supported:
66 settings whose value is of the wrong type.
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormat.idl93 /** specifies whether the font settings from the fields are used.
99 /** specifies whether the justification settings from the fields
106 /** specifies whether the border settings from the fields are used.
112 /** specifies whether the background settings from the fields are used.
118 /** specifies whether the number format settings from the fields
H A DSheetCellRanges.idl195 /** contains the conditional formatting settings for this cell.
207 /** contains the conditional formatting settings for this cell,
220 /** contains the data validation settings for this cell.
222 <p>After the data validation settings have been changed the
231 /** contains the data validation settings for this cell,
234 <p>After the data validation settings have been changed the
H A DSheetCell.idl281 /** contains the conditional formatting settings for this cell.
293 /** contains the conditional formatting settings for this cell,
306 /** contains the data validation settings for this cell.
308 <p>After the data validation settings have been changed the
317 /** contains the data validation settings for this cell,
320 <p>After the data validation settings have been changed the
/trunk/main/crashrep/source/all/
H A Dcrashrep.ulf95 … could not be sent because 'sendmail' could not be started.\nPlease check the 'sendmail' settings."
98 en-US = "The error report could not be sent. Please check the proxy settings under 'Options' in the…
101 …rt could not be sent because there is no Internet connection. Please check your Internet settings."
110 en-US = "Proxy settings"
113 en-US = "Use ~system settings"
119 en-US = "Use ~manual settings"
/trunk/main/sfx2/source/view/
H A Dview.src77 …ize and orientation have been modified.\nWould you like to save the new settings in the\nactive do…
81 …Text [ en-US ] = "The page size has been modified.\nShould the new settings be saved\nin the activ…
85 …ize and orientation have been modified.\nWould you like to save the new settings in the\nactive do…
156 …nt or a defective setup.\nPlease check the %PRODUCTNAME settings or your e-mail program settings."…
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadminsetup.src168 … JDBC.\nPlease contact your system administrator if you are unsure about the following settings." ;
357 …TNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;
494 …ctory.\nPlease contact your system administrator if you are unsure about the following settings." ;
551 …onfigure provider-specific settings.\nPlease contact your system administrator if you are unsure a…
572 …TNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;
604 …abase.\nPlease contact your system administrator if you are unsure about the following settings." ;
637 …TNAME.\nPlease contact your system administrator if you are unsure about the following settings." ;

12345678910>>...60