Searched refs:FunctionHelper (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | DocumentView.java | 183 msName = FunctionHelper.getUniqueFrameName(); in DocumentView() 210 mxFrame = FunctionHelper.createViewFrame(msName,maDocumentView); in createFrame() 213 mxFrame = FunctionHelper.createViewFrame(msName,null); in createFrame() 252 … com.sun.star.lang.XComponent xDocument = FunctionHelper.loadDocument(mxFrame,sURL,lArguments); in load() 275 FunctionHelper.saveDocument(xDocument); in save() 288 FunctionHelper.saveAsHTML(xDocument,sURL); in exportHTML() 303 if (FunctionHelper.closeFrame(mxFrame)) in processWindowEvent() 340 FunctionHelper.closeFrame(mxFrame); in shutdown() 388 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,true); in actionPerformed() 404 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,false); in actionPerformed()
|
H A D | CustomizeView.java | 230 com.sun.star.util.URL aURL = FunctionHelper.parseURL(m_sURL); in actionPerformed() 242 FunctionHelper.execute(m_xFrame,aURL,lProperties,null); in actionPerformed()
|
H A D | Makefile | 42 FunctionHelper.java \
|
H A D | StatusListener.java | 105 m_aURL = FunctionHelper.parseURL(sURL); in StatusListener()
|
H A D | FunctionHelper.java | 55 public class FunctionHelper class
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | makefile.mk | 49 $(SLO)$/FunctionHelper.obj
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | makefile.mk | 67 $(DESTDESKTOPENV)$/FunctionHelper.java \
|
Completed in 4592 milliseconds