Home
last modified time | relevance | path

Searched refs:selectedDoc (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java278 return selectedDoc; in getSelectedDoc()
296 CGDocument oldDoc = getDoc(selectedDoc); in setSelectedDoc()
311 selectedDoc = s; in setSelectedDoc()
364 if (selectedDoc.length == 0) in removeDocument()
368 settings.cp_DefaultSession.cp_Content.cp_Documents.remove(selectedDoc[0]); in removeDocument()
371 while (selectedDoc[0] >= getDocsCount()) in removeDocument()
373 selectedDoc[0]--; // if there are no documents... in removeDocument()
375 if (selectedDoc[0] == -1) in removeDocument()
377 selectedDoc = EMPTY_SHORT_ARRAY; // update the list to show the right selection. in removeDocument()
390 … Object doc = settings.cp_DefaultSession.cp_Content.cp_Documents.getElementAt(selectedDoc[0]); in docUp()
[all …]
H A DWWD_Startup.java188 protected short[] selectedDoc = new short[0]; field in WWD_Startup
894 …setEnabled(btnDocUp, selectedDoc.length == 0 ? Boolean.FALSE : (selectedDoc[0] == 0 ? Boolean.FALS… in disableDocUpDown()
895 …setEnabled(btnDocDown, selectedDoc.length == 0 ? Boolean.FALSE : (selectedDoc[0] + 1 < settings.cp… in disableDocUpDown()