Searched refs:cp_DefaultSession (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/wizards/com/sun/star/wizards/web/ |
| H A D | WWD_Startup.java | 258 setSaveSessionName(settings.cp_DefaultSession); 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() 438 …stylePreview.refresh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.c… in addStylePreview() 472 ConfigSet set = settings.cp_DefaultSession.cp_Publishing; in loadSettings() 603 …docsBinder = new ListModelBinder(lstDocuments, settings.cp_DefaultSession.cp_Content.cp_Documents); in makeDataAware() 611 Object design = settings.cp_DefaultSession.cp_Design; in makeDataAware() 626 …designAware.add(RadioDataAware.attachRadioButtons(settings.cp_DefaultSession.cp_Design, "cp_Optimi… in makeDataAware() 637 …designAware.add(UnoDataAware.attachListBox(settings.cp_DefaultSession.cp_Design, "Style", lstStyle… in makeDataAware() 640 …genAware.add(UnoDataAware.attachEditControl(settings.cp_DefaultSession.cp_GeneralInfo, "cp_Title",… in makeDataAware() [all …]
|
| H A D | WWD_Events.java | 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() 391 settings.cp_DefaultSession.cp_Content.cp_Documents.remove(selectedDoc[0]); in docUp() 392 settings.cp_DefaultSession.cp_Content.cp_Documents.add(--selectedDoc[0], doc); in docUp() 402 … Object doc = settings.cp_DefaultSession.cp_Content.cp_Documents.getElementAt(selectedDoc[0]); in docDown() 403 settings.cp_DefaultSession.cp_Content.cp_Documents.remove(selectedDoc[0]); in docDown() 404 settings.cp_DefaultSession.cp_Content.cp_Documents.add(++selectedDoc[0], doc); in docDown() 430 bgDialog.setSelected(settings.cp_DefaultSession.cp_Design.cp_BackgroundImage); in chooseBackground() 456 settings.cp_DefaultSession.cp_Design.cp_BackgroundImage = (String) background; in setBackground() [all …]
|
| H A D | Process.java | 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() 299 String filename = settings.cp_DefaultSession.getStyle().cp_CssHref; in copyMedia() 305 String background = settings.cp_DefaultSession.cp_Design.cp_BackgroundImage; in copyMedia() 341 ConfigSet set = settings.cp_DefaultSession.cp_Publishing; in publish() 420 CGLayout layout = settings.cp_DefaultSession.getLayout(); in generate() 427 Document doc = (Document) settings.cp_DefaultSession.createDOM(); in generate() 554 return export(settings.cp_DefaultSession.cp_Content, tempDir, task); in export()
|
| H A D | WWD_General.java | 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 D | TOCPreview.java | 99 Document doc = (Document) settings.cp_DefaultSession.createDOM(); in refresh() 100 CGLayout layout = settings.cp_DefaultSession.getLayout(); in refresh()
|
| H A D | BackgroundsDialog.java | 95 String filename[] = sd.callOpenDialog(false, settings.cp_DefaultSession.cp_InDirectory); in other() 98 settings.cp_DefaultSession.cp_InDirectory = FileAccess.getParentDir(filename[0]); in other()
|
| /trunk/main/wizards/com/sun/star/wizards/web/export/ |
| H A D | ImpressHTMLExporter.java | 100 return doc.getSettings().cp_DefaultSession; in getSession()
|
| /trunk/main/wizards/com/sun/star/wizards/web/data/ |
| H A D | CGSettings.java | 64 public CGSession cp_DefaultSession = new CGSession(); field in CGSettings
|
| H A D | CGDocument.java | 306 CGDesign d = getSettings().cp_DefaultSession.cp_Design; in createDOM()
|