/aoo42x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | NumberingProperty.java | 73 m_xtextProps = load(); in setUpDocument() 162 m_xtextProps = load(); in testPrefix() 205 m_xtextProps = load(); in testSuffix() 249 m_xtextProps = load(); in testStartWith() 298 m_xtextProps = load(); in testFirstLineOffset() 343 m_xtextProps = load(); in testLeftMargin() 393 m_xtextProps = load(); in testSymbolTextDistance() 426 m_xtextProps = load(); in testAjustRight() 471 m_xtextProps = load(); in testAjustCenter() 502 m_xtextProps = load(); in testAjustLeft() [all …]
|
H A D | CheckBulletStyle.java | 73 m_xReplace = load(); in setUpDocument() 101 private XIndexReplace load() throws Exception{ in load() method in CheckBulletStyle 150 XIndexReplace xReplace = load(); in testBulletColor() 170 XIndexReplace xReplace = load(); in testBulletSize()
|
H A D | CheckBuildInBullet.java | 111 m_xtextProps = load(); in setUp() 131 private XPropertySet load() throws Exception{ in load() method in CheckBuildInBullet 166 m_xtextProps = load(); in testBuildInBullet()
|
H A D | GraphicBulletFromFile.java | 71 m_xtextProps = load(); in setUpDocument() 82 private XPropertySet load() throws Exception{ in load() method in GraphicBulletFromFile 143 m_xtextProps = load(); in testGraphicBulletFromFile()
|
H A D | NumberingBulletTypes.java | 79 m_xtextProps = load(); in setUpDocument() 89 private XPropertySet load() throws Exception{ in load() method in NumberingBulletTypes 162 m_xtextProps = load(); in testNumberingTypes()
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | XFrameLoader.idl | 48 /** load components into a frame 52 instead of this one. The generic load algorithm of the office supports both - but preferes 80 [oneway] void load( 91 load-event-listener specified in <member>XFrameLoader::load()</member> may be called back. 92 Because only the owner of this process who called load method
|
H A D | XLoadable.idl | 48 /** offers a simple way to initialize a component or load it from an URL. 50 with either initNew() or load() call before any usage. In case the object 72 void load( [in] sequence<com::sun::star::beans::PropertyValue> lArguments )
|
H A D | FrameLoader.idl | 43 /** derivations of this abstract service are used to load components 48 for file name extensions or MIME types to load appropriate 51 processes to load the component.
|
H A D | SynchronousFrameLoader.idl | 43 /** derivations of this abstract service are used to load components 48 for file name extensions or MIME types to load appropriate 51 processes to load the component.
|
/aoo42x/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 264 class load : public ::testing::Test class 270 TEST_F(load, load_001 ) in TEST_F() argument 275 aMod1.load( getDllURL( ) ); in TEST_F() 283 TEST_F(load, load_002 ) in TEST_F() argument 314 sal_Bool bOK = aMod1.load( aDLLURL ); in TEST_F() 359 aMod.load( getDllURL( ) ); in TEST_F() 401 aMod.load( getDllURL( ) ); in TEST_F()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | Office.java | 63 public void load(String _sDocumentName) throws OfficeException in load() method in Office 88 ArrayList aList = aExtractor.load(m_sDocumentName); in load() 102 m_aOffice.load(sDocumentName); in load() 124 m_aOffice.load(_sDocumentName); in load()
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 844 load(); in AnyEdit() 924 virtual void load() in load() function 961 load(); in AnyInteger() 968 virtual void load() in load() function 1005 load(); in AnyCheckBox() 1019 virtual void load() in load() function 1053 virtual void load() in load() function 1074 load(); in AnyAlign() 1093 virtual void load() in load() function 1115 load(); in AnyFontStyle() [all …]
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | XUIConfigurationStorage.idl | 46 which is used on subsequent calls of <member>load</member> and 51 If the storage is in read/write mode <member>load</member> 53 <member>load</member> is possible. 70 /** checks if an instance has already a storage to load/store its data.
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | DocumentView.java | 243 public void load(String sURL) in load() method in DocumentView 245 load(sURL,new com.sun.star.beans.PropertyValue[0]); in load() 250 public void load(String sURL, com.sun.star.beans.PropertyValue[] lArguments) in load() method in DocumentView 390 DocumentView.this.load(sURL); in actionPerformed()
|
/aoo42x/main/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/ |
H A D | Makefile | 96 @echo You can also load the document "$(QM)$(SCRIPT_NAME).odt$(QM)" and press the button to run the 99 @echo $(MAKE) $(SCRIPT_NAME).odt.load 102 $(SCRIPT_NAME).odt.load : $(SCRIPT_REGISTERFLAG)
|
/aoo42x/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/ |
H A D | Makefile | 113 @echo Please load the "$(QM)CreatingDialogs.odt$(QM)" document to use the component or use it 116 @echo $(MAKE) CreatingDialogs.odt.load 119 CreatingDialogs.odt.load : $(REGISTERFLAG)
|
/aoo42x/main/odk/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ |
H A D | Makefile | 101 @echo You can also load the document "$(QM)$(COMP_NAME).odt$(QM)" and press a button 104 @echo $(MAKE) $(COMP_NAME).odt.load 107 $(COMP_NAME).odt.load : $(COMP_REGISTERFLAG)
|
/aoo42x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ |
H A D | Makefile | 98 @echo You can also load the document "$(QM)$(SCRIPT_NAME).odt$(QM)" and press the button to run 101 @echo $(MAKE) $(SCRIPT_NAME).odt.load 104 $(SCRIPT_NAME).odt.load : $(SCRIPT_REGISTERFLAG)
|
/aoo42x/main/offapi/com/sun/star/document/ |
H A D | XDocumentRevisionListPersistence.idl | 55 /** interface to load or store a list of document revisions from or to a document 63 This method does not load any revision itself 66 …sequence < ::com::sun::star::util::RevisionTag > load( [in] ::com::sun::star::embed::XStorage Stor…
|
/aoo42x/main/offapi/com/sun/star/form/ |
H A D | XLoadable.idl | 55 [oneway] void load(); 67 <p>The final state will be the same as if unload and load were called, but reload 80 /** adds the specified listener to receive load-related events
|
/aoo42x/main/odk/examples/java/ToDo/ |
H A D | Makefile | 142 @echo Please load the "$(QM)ToDo.ods$(QM)" document to see how this component works, see 145 @echo $(MAKE) ToDo.ods.load 148 ToDo.ods.load : $(COMP_REGISTERFLAG)
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | odbcconfig.cxx | 154 sal_Bool OOdbcLibWrapper::load(const sal_Char* _pLibPath) in load() function in dbaui::OOdbcLibWrapper 214 sal_Bool bLoaded = load(ODBC_LIBRARY); in DBG_NAME() 217 bLoaded = load(ODBC_LIBRARY_1); in DBG_NAME()
|
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | DesignTemplate.java | 290 a.load(_xMSF, _sPath); in create() 309 private void load(XMultiServiceFactory _xMSF, String _sPath) throws com.sun.star.uno.Exception in load() method in DesignTemplate 320 m_xReportDefinition.load(aLoadProps); in load()
|
/aoo42x/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Border.java | 133 private XDrawPage load(String filePath) throws Exception{ in load() method in GraphicPro_Border 163 XDrawPage CurrentPage = load(filePath); in testGraphicBorder_ODP() 200 XDrawPage CurrentPage = load(filePath); in testGraphicBorder_PPT()
|
/aoo42x/main/odk/examples/java/Spreadsheet/ |
H A D | Makefile | 185 @echo description. You can also load the "$(QM)CalcAddins.ods$(QM)" document to see 188 @echo $(MAKE) CalcAddins.ods.load 194 CalcAddins.ods.load : $(COMP_REGISTERFLAG)
|