/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 583 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 D | testobjects.cs | 54 public Any[] Args { property in Component
|
/aoo41x/main/framework/source/uifactory/ |
H A D | menubarfactory.cxx | 106 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 D | addonstoolboxfactory.cxx | 163 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 D | uielementfactorymanager.cxx | 416 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 D | toolboxfactory.cxx | 88 const Sequence< PropertyValue >& Args ) in createUIElement() 96 …CreateUIElement(ResourceURL,Args,"PopupMode","private:resource/toolbar/",xMenuBar,xModuleManager,m… in createUIElement()
|
H A D | statusbarfactory.cxx | 90 const Sequence< PropertyValue >& Args ) in createUIElement() 100 …MenuBarFactory::CreateUIElement(ResourceURL,Args,NULL,"private:resource/statusbar/",xMenuBar,xModu… in createUIElement()
|
/aoo41x/main/extensions/workben/ |
H A D | testresource.cxx | 71 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()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | WriterTools.java | 46 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 D | DesktopTools.java | 237 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 D | SOfficeFactory.java | 547 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 D | DrawTools.java | 61 PropertyValue[] Args = new PropertyValue [0]; in createDrawDoc() local 62 XComponent DrawDoc = DesktopTools.openNewDoc( xMSF, "sdraw", Args ); in createDrawDoc()
|
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | OQueryDesign.java | 131 PropertyValue[] Args = new PropertyValue[2]; in createTestEnvironment() local 135 Args[0] = param1; in createTestEnvironment() 139 Args[1] = param2; in createTestEnvironment() 142 Args[1] = param2; in createTestEnvironment() 143 getting.dispatch(the_url,Args); in createTestEnvironment()
|
/aoo41x/main/framework/inc/uifactory/ |
H A D | menubarfactory.hxx | 69 …: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 D | statusbarfactory.hxx | 57 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
|
H A D | toolboxfactory.hxx | 57 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
|
H A D | addonstoolboxfactory.hxx | 72 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw ( ::com::su…
|
H A D | uielementfactorymanager.hxx | 129 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& Args ) throw (::com::sun…
|
/aoo41x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScAccessibleCsvGrid.java | 180 public loadThread(SOfficeFactory SOF, PropertyValue[] Args) { in loadThread() argument 182 this.args = Args; in loadThread()
|
H A D | ScAccessibleCsvCell.java | 185 public loadThread(SOfficeFactory SOF, PropertyValue[] Args) { in loadThread() argument 187 this.args = Args; in loadThread()
|
H A D | ScAccessibleCsvRuler.java | 207 public loadThread(SOfficeFactory SOF, PropertyValue[] Args) { in loadThread() argument 209 this.args = Args; in loadThread()
|
/aoo41x/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 586 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()
|
/aoo41x/main/offapi/com/sun/star/ui/ |
H A D | XUIElementFactory.idl | 84 @param Args 121 …string ResourceURL, [in] sequence< com::sun::star::beans::PropertyValue > Args ) raises ( com::sun…
|
/aoo41x/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 814 SfxAllItemSet Args( SFX_APP()->GetPool() ); in IMPL_LINK() local 815 SfxRequest aRequest( SID_CONFIG, SFX_CALLMODE_SYNCHRON, Args ); in IMPL_LINK()
|