Home
last modified time | relevance | path

Searched refs:Args (Results 1 – 24 of 24) sorted by relevance

/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs583 l.assure(cobj.Args[0].Value == c); in testS1()
590 l.assure(cobj.Args[0].Value == c in testS1()
591 && a1.Equals(cobj.Args[1]) in testS1()
592 && a2.Equals(cobj.Args[2]) in testS1()
593 && a3.Equals(cobj.Args[3])); in testS1()
708 l.assure(cobj.Args[0].Value == c); in testS1()
709 l.assure(b1.Equals(cobj.Args[1].Value)); in testS1()
710 l.assure(b2.Equals(cobj.Args[2].Value)); in testS1()
723 l.assure(b14.Equals(cobj.Args[14])); in testS1()
744 l.assure(b34.Equals(cobj.Args[34])); in testS1()
[all …]
H A Dtestobjects.cs54 public Any[] Args { property in Component
/trunk/main/framework/source/uifactory/
H A Dmenubarfactory.cxx106 const Sequence< PropertyValue >& Args ) in createUIElement()
133 for ( sal_Int32 n = 0; n < Args.getLength(); n++ ) in CreateUIElement()
135 if ( Args[n].Name.equalsAscii( "ConfigurationSource" )) in CreateUIElement()
136 Args[n].Value >>= xConfigSource; in CreateUIElement()
137 else if ( Args[n].Name.equalsAscii( "Frame" )) in CreateUIElement()
138 Args[n].Value >>= xFrame; in CreateUIElement()
139 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in CreateUIElement()
140 Args[n].Value >>= aResourceURL; in CreateUIElement()
141 else if ( Args[n].Name.equalsAscii( "Persistent" )) in CreateUIElement()
142 Args[n].Value >>= bPersistent; in CreateUIElement()
[all …]
H A Daddonstoolboxfactory.cxx163 const Sequence< PropertyValue >& Args ) in createUIElement()
175 for ( sal_Int32 n = 0; n < Args.getLength(); n++ ) in createUIElement()
177 if ( Args[n].Name.equalsAscii( "ConfigurationData" )) in createUIElement()
178 Args[n].Value >>= aConfigData; in createUIElement()
179 else if ( Args[n].Name.equalsAscii( "Frame" )) in createUIElement()
180 Args[n].Value >>= xFrame; in createUIElement()
181 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in createUIElement()
182 Args[n].Value >>= aResourceURL; in createUIElement()
H A Duielementfactorymanager.cxx416 const Sequence< PropertyValue >& Args ) in createUIElement()
438 for ( int i = 0; i < Args.getLength(); i++ ) in createUIElement()
440 if ( Args[i].Name.equals( aPropFrame )) in createUIElement()
441 Args[i].Value >>= xFrame; in createUIElement()
455 return xUIElementFactory->createUIElement( ResourceURL, Args ); in createUIElement()
H A Dtoolboxfactory.cxx88 const Sequence< PropertyValue >& Args ) in createUIElement()
96 …CreateUIElement(ResourceURL,Args,"PopupMode","private:resource/toolbar/",xMenuBar,xModuleManager,m… in createUIElement()
H A Dstatusbarfactory.cxx90 const Sequence< PropertyValue >& Args ) in createUIElement()
100 …MenuBarFactory::CreateUIElement(ResourceURL,Args,NULL,"private:resource/statusbar/",xMenuBar,xModu… in createUIElement()
/trunk/main/extensions/workben/
H A Dtestresource.cxx71 Sequence< UsrAny > Args( 1 ); in Main() local
74 Args.getArray()[0].setINT32( 1000 ); in Main()
76 BOOL b = xResLoader->invoke( L"hasString", Args, OutPos, OutArgs ).getBOOL(); in Main()
79 UString aStr = xResLoader->invoke( L"getString", Args, OutPos, OutArgs ).getString(); in Main()
82 Args.getArray()[0].setINT32( 1001 ); in Main()
83 b = xResLoader->invoke( L"hasString", Args, OutPos, OutArgs ).getBOOL(); in Main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DWriterTools.java46 PropertyValue[] Args = new PropertyValue[0]; in createTextDoc() local
47 XComponent comp = DesktopTools.openNewDoc(xMSF, "swriter", Args); in createTextDoc()
56 PropertyValue[] Args = new PropertyValue[0]; in loadTextDoc() local
57 XTextDocument WriterDoc = loadTextDoc(xMSF, url, Args); in loadTextDoc()
63 String url, PropertyValue[] Args) { in loadTextDoc() argument
64 XComponent comp = DesktopTools.loadDoc(xMSF, url, Args); in loadTextDoc()
H A DDesktopTools.java237 PropertyValue[] Args) in openNewDoc() argument
244 "_blank", 0, Args); in openNewDoc()
263 PropertyValue[] Args) in loadDoc() argument
266 if (Args == null) in loadDoc()
268 Args = new PropertyValue[0]; in loadDoc()
272 oDoc = getCLoader(xMSF).loadComponentFromURL(url, "_blank", 0, Args); in loadDoc()
H A DSOfficeFactory.java547 public XComponent loadDocument(String fileName, PropertyValue[] Args) in loadDocument() argument
556 fileName, frameName, 0, Args); in loadDocument()
572 PropertyValue[] Args = null; in openDoc() local
574 Args = new PropertyValue[1]; in openDoc()
580 Args[0] = Arg; in openDoc()
582 Args = new PropertyValue[0]; in openDoc()
589 … XComponent oDoc = oCLoader.loadComponentFromURL("private:factory/" + kind, frameName, 40, Args); in openDoc()
H A DDrawTools.java61 PropertyValue[] Args = new PropertyValue [0]; in createDrawDoc() local
62 XComponent DrawDoc = DesktopTools.openNewDoc( xMSF, "sdraw", Args ); in createDrawDoc()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOQueryDesign.java132 PropertyValue[] Args = new PropertyValue[2]; in createTestEnvironment() local
136 Args[0] = param1; in createTestEnvironment()
140 Args[1] = param2; in createTestEnvironment()
143 Args[1] = param2; in createTestEnvironment()
144 getting.dispatch(the_url,Args); in createTestEnvironment()
/trunk/main/framework/inc/uifactory/
H A Dmenubarfactory.hxx69 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
72 … , const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args
H A Dstatusbarfactory.hxx57 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
H A Dtoolboxfactory.hxx57 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
H A Daddonstoolboxfactory.hxx72 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
H A Duielementfactorymanager.hxx129 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw (::com::sun…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleCsvGrid.java180 public loadThread(SOfficeFactory SOF, PropertyValue[] Args) { in loadThread() argument
182 this.args = Args; in loadThread()
H A DScAccessibleCsvCell.java185 public loadThread(SOfficeFactory SOF, PropertyValue[] Args) { in loadThread() argument
187 this.args = Args; in loadThread()
H A DScAccessibleCsvRuler.java207 public loadThread(SOfficeFactory SOF, PropertyValue[] Args) { in loadThread() argument
209 this.args = Args; in loadThread()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx586 Sequence<Any> Args(2); in firing_impl() local
587 Any* pArgs = Args.getArray(); in firing_impl()
599 aRet = rxMethod->invoke( aHandlerObject, Args ); in firing_impl()
/trunk/main/offapi/com/sun/star/ui/
H A DXUIElementFactory.idl84 @param Args
121 …string ResourceURL, [in] sequence< com::sun::star::beans::PropertyValue > Args ) raises ( com::sun…
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx814 SfxAllItemSet Args( SFX_APP()->GetPool() ); in IMPL_LINK() local
815 SfxRequest aRequest( SID_CONFIG, SFX_CALLMODE_SYNCHRON, Args ); in IMPL_LINK()

Completed in 87 milliseconds