Home
last modified time | relevance | path

Searched refs:aArguments (Results 26 – 50 of 489) sorted by relevance

12345678910>>...20

/aoo42x/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx174 Sequence< Any > aArguments( 2 ); in savePackage() local
175 aArguments[ 0 ] <<= rPackageURL; in savePackage()
181 aArguments[ 1 ] <<= aArg; in savePackage()
187 aArguments ), UNO_QUERY ); in savePackage()
277 Sequence< Any > aArguments( 2 ); in openPackage() local
278 aArguments[ 0 ] <<= rPackageURL; in openPackage()
284 aArguments[ 1 ] <<= aArg; in openPackage()
290 aArguments ), UNO_QUERY ); in openPackage()
H A Dxmlfiltertestdialog.cxx442 Sequence< PropertyValue > aArguments(1); in onExportBrowse() local
443 aArguments[0].Name = OUString::createFromAscii( "InteractionHandler" ); in onExportBrowse()
444 aArguments[0].Value <<= xInter; in onExportBrowse()
445 …< XComponent > xComp( xLoader->loadComponentFromURL( maExportRecentFile, aFrame, 0, aArguments ) ); in onExportBrowse()
637 Sequence< PropertyValue > aArguments(2); in import() local
638 aArguments[0].Name = OUString::createFromAscii( "FilterName" ); in import()
639 aArguments[0].Value <<= mpFilterInfo->maFilterName; in import()
640 aArguments[1].Name = OUString::createFromAscii( "InteractionHandler" ); in import()
641 aArguments[1].Value <<= xInter; in import()
643 xLoader->loadComponentFromURL( rURL, aFrame, 0, aArguments ); in import()
/aoo42x/main/framework/source/services/
H A Ddispatchhelper.cxx143 css::uno::Sequence< css::beans::PropertyValue > aArguments( lArguments ); in executeDispatch() local
145 aArguments.realloc( nLength + 1 ); in executeDispatch()
146 aArguments[ nLength ].Name = ::rtl::OUString::createFromAscii("SynchronMode"); in executeDispatch()
147 aArguments[ nLength ].Value <<= (sal_Bool) sal_True; in executeDispatch()
165 xNotifyDispatch->dispatchWithNotification(aURL, aArguments, xListener); in executeDispatch()
173 xDispatch->dispatch( aURL, aArguments ); in executeDispatch()
/aoo42x/main/package/source/xstor/
H A Dxfactory.cxx108 const uno::Sequence< uno::Any >& aArguments ) in createInstanceWithArguments()
119 sal_Int32 nArgNum = aArguments.getLength(); in createInstanceWithArguments()
130 if( !( aArguments[1] >>= nStorageMode ) ) in createInstanceWithArguments()
148 if ( aArguments[0] >>= aURL ) in createInstanceWithArguments()
175 else if ( !( aArguments[0] >>= xStream ) && !( aArguments[0] >>= xInputStream ) ) in createInstanceWithArguments()
189 if( aArguments[2] >>= aDescr ) in createInstanceWithArguments()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java71 /*IN*/com.sun.star.beans.PropertyValue[] aArguments ) in attachResource() argument
73 return xModel.attachResource( aURL, aArguments ); in attachResource()
207 public void storeAsURL( /*IN*/ String aURL, /*IN*/ com.sun.star.beans.PropertyValue[] aArguments ) in storeAsURL() argument
210 xStorable.storeAsURL( aURL, aArguments ); in storeAsURL()
213 public void storeToURL( /*IN*/ String aURL, /*IN*/ com.sun.star.beans.PropertyValue[] aArguments ) in storeToURL() argument
216 xStorable.storeToURL( aURL, aArguments ); in storeToURL()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx242 Sequence< uno::Any > aArguments(1); in createOldAPISeriesPropertySet() local
243 aArguments[0]=uno::makeAny(xSeries); in createOldAPISeriesPropertySet()
244 xInit->initialize(aArguments); in createOldAPISeriesPropertySet()
279 Sequence< uno::Any > aArguments(2); in createOldAPIDataPointPropertySet() local
280 aArguments[0]=uno::makeAny(xSeries); in createOldAPIDataPointPropertySet()
281 aArguments[1]=uno::makeAny(nPointIndex); in createOldAPIDataPointPropertySet()
282 xInit->initialize(aArguments); in createOldAPIDataPointPropertySet()
/aoo42x/main/unoxml/source/rdf/
H A DCLiteral.cxx57 …LL initialize(const css::uno::Sequence< ::com::sun::star::uno::Any > & aArguments) throw (css::uno…
104 …l::initialize(const css::uno::Sequence< ::com::sun::star::uno::Any > & aArguments) throw (css::uno… in initialize() argument
106 const sal_Int32 len( aArguments.getLength() ); in initialize()
114 if (!(aArguments[0] >>= arg0)) { in initialize()
131 if ((aArguments[1] >>= arg1)) { in initialize()
139 } else if ((aArguments[1] >>= xURI)) { in initialize()
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlComponent.cxx112 Sequence< Any > aArguments(3); in DBG_NAME() local
117 aArguments[0] <<= aValue; in DBG_NAME()
122 aArguments[1] <<= aValue; in DBG_NAME()
126 aArguments[2] <<= aValue; in DBG_NAME()
131 …XInterface > xComponent( xORB->createInstanceWithArguments( _sComponentServiceName, aArguments ) ); in DBG_NAME()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DOneInstanceFactory.java87 Object[] aArguments = new Object[]{ null, null }; in createInstance() local
93 aArguments[0] = xPropSet; in createInstance()
95 xIni.initialize( aArguments ); in createInstance()
101 public Object createInstanceWithArguments( Object[] aArguments ) in createInstanceWithArguments() argument
110 xIni.initialize( aArguments ); in createInstanceWithArguments()
/aoo42x/main/chart2/source/controller/accessibility/
H A DAccessibleTextHelper.cxx64 void SAL_CALL AccessibleTextHelper::initialize( const Sequence< uno::Any >& aArguments ) in initialize() argument
72 if( aArguments.getLength() >= 3 ) in initialize()
74 aArguments[0] >>= aCID; in initialize()
75 aArguments[1] >>= xEventSource; in initialize()
76 aArguments[2] >>= xWindow; in initialize()
/aoo42x/main/sd/source/ui/unoidl/
H A Drandomnode.cxx85 … void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException);
250 void SAL_CALL RandomAnimationNode::initialize( const Sequence< Any >& aArguments ) throw (Exception… in initialize() argument
252 if( aArguments.getLength() != 1 ) in initialize()
255 if( aArguments[0].getValueType() == ::getCppuType((const sal_Int16*)0) ) in initialize()
257 aArguments[0] >>= mnPresetClass; in initialize()
259 else if( aArguments[0].getValueType() != ::getCppuType((const ParagraphTarget*)0) ) in initialize()
262 aArguments[0] >>= xShape; in initialize()
266 maTarget = aArguments[0]; in initialize()
/aoo42x/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx141 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement() local
142 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement()
143 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement()
144 … Reference<ui::XSidebar> xSidebar (aArguments.getOrDefault("Sidebar", Reference<ui::XSidebar>())); in createUIElement()
171 const sal_uInt64 nBindingsValue (aArguments.getOrDefault("SfxBindings", sal_uInt64(0))); in createUIElement()
H A DSidebarFactory.cxx127 void SAL_CALL SidebarFactory::initialize (const Sequence<Any>& aArguments) in initialize() argument
146 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement() local
147 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement()
148 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement()
149 … Reference<ui::XSidebar> xSidebar (aArguments.getOrDefault("Sidebar", Reference<ui::XSidebar>())); in createUIElement()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_RangeChooser.cxx258 Sequence< beans::PropertyValue > aArguments( in changeDialogModelAccordingToControls() local
266 aArguments.realloc( aArguments.getLength() + 1 ); in changeDialogModelAccordingToControls()
267 aArguments[aArguments.getLength() - 1] = in changeDialogModelAccordingToControls()
271 m_rDialogModel.setData( aArguments ); in changeDialogModelAccordingToControls()
/aoo42x/main/svl/source/fsstor/
H A Dfsfactory.cxx95 const uno::Sequence< uno::Any >& aArguments ) in createInstanceWithArguments()
106 sal_Int32 nArgNum = aArguments.getLength(); in createInstanceWithArguments()
117 if( !( aArguments[1] >>= nStorageMode ) ) in createInstanceWithArguments()
129 if ( aArguments[0] >>= aURL ) in createInstanceWithArguments()
149 if( aArguments[2] >>= aDescr ) in createInstanceWithArguments()
/aoo42x/main/svtools/source/filter/
H A DFilterConfigItem.cxx68 Sequence< Any > aArguments( 1 ); in ImpIsTreeAvailable() local
69 aArguments[ 0 ] <<= aPathArgument; in ImpIsTreeAvailable()
76 aArguments ); in ImpIsTreeAvailable()
145 Sequence< Any > aArguments( 2 ); in ImpInitTree() local
146 aArguments[ 0 ] <<= aPathArgument; in ImpInitTree()
147 aArguments[ 1 ] <<= aModeArgument; in ImpInitTree()
153 aArguments ); in ImpInitTree()
/aoo42x/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx217 ::comphelper::NamedValueCollection aArguments; in impl_open()
226 aArguments.put( "Hidden", true ); in impl_open()
237 aArguments.put( "OpenMode", sOpenMode ); in impl_open()
239 aArguments.put( (::rtl::OUString)PROPERTY_ACTIVE_CONNECTION, m_xConnection ); in impl_open()
248 aArguments.merge( _rAdditionalArgs, true ); in impl_open()
250 …xRet = xComponentLoader->loadComponentFromURL( _rLinkName, ::rtl::OUString(), 0, aArguments.getPro… in impl_open()
/aoo42x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java238 Object[] aArguments = new Object[1]; in createConfigurationView() local
239 aArguments[0] = aPathArgument; in createConfigurationView()
242 Object xViewRoot = xProvider.createInstanceWithArguments(sReadOnlyView, aArguments); in createConfigurationView()
262 Object[] aArguments = new Object[1]; in createUpdatableView() local
263 aArguments[0] = aPathArgument; in createUpdatableView()
266 Object xViewRoot = xProvider.createInstanceWithArguments(cUpdatableView, aArguments); in createUpdatableView()
946 Object[] aArguments = new Object[1];
947 aArguments[0] = aPathArgument;
951 xProvider.createInstanceWithArguments(cUpdatableView, aArguments);
/aoo42x/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx76 void DocumentDigitalSignatures::initialize( const Sequence< Any >& aArguments) in initialize() argument
79 if (aArguments.getLength() == 0 || aArguments.getLength() > 2) in initialize()
84 m_nArgumentsCount = aArguments.getLength(); in initialize()
86 if (!(aArguments[0] >>= m_sODFVersion)) in initialize()
91 if (aArguments.getLength() == 2 in initialize()
92 && !(aArguments[1] >>= m_bHasDocumentSignature)) in initialize()
/aoo42x/main/chart2/source/model/template/
H A DDataInterpreter.cxx76 const Sequence< beans::PropertyValue >& aArguments, in interpretDataSource()
94 bool bHasCategories( HasCategories( aArguments, aData )); in interpretDataSource()
362 const Sequence< beans::PropertyValue > & aArguments, in GetProperty()
365 for( sal_Int32 i=aArguments.getLength(); i--; ) in GetProperty()
367 if( aArguments[i].Name.equals( rName )) in GetProperty()
368 return aArguments[i].Value; in GetProperty()
/aoo42x/main/scripting/source/vbaevents/
H A Deventhelper.cxx658 …virtual void SAL_CALL initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeExc…
775 EventListener::initialize( const Sequence< Any >& aArguments ) throw (Exception, RuntimeException) in initialize() argument
777 if ( aArguments.getLength() == 1 ) in initialize()
778 aArguments[0] >>= m_xModel; in initialize()
779 …OSL_TRACE("EventListener::initialize() args %d m_xModel %d", aArguments.getLength(), m_xModel.is()… in initialize()
952 Sequence< Any > aArguments; in firing_Impl() local
954 aArguments = (*txInfo).toVBA( evt.Arguments ); in firing_Impl()
956 aArguments = evt.Arguments; in firing_Impl()
957 if ( aArguments.getLength() ) in firing_Impl()
978aArguments, aRet, aOutArgsIndex, aOutArgs, ::rtl::OUString(), false ); in firing_Impl()
/aoo42x/main/desktop/source/offacc/
H A Dacceptor.cxx154 void SAL_CALL Acceptor::initialize( const Sequence<Any>& aArguments ) in initialize() argument
164 int nArgs = aArguments.getLength(); in initialize()
167 if (!m_bInit && nArgs > 0 && (aArguments[0] >>= m_aAcceptString)) in initialize()
191 if (((nArgs == 1 && (aArguments[0] >>= bEnable)) || in initialize()
192 (nArgs == 2 && (aArguments[1] >>= bEnable))) && in initialize()
/aoo42x/main/ucb/source/core/
H A Dcmdenv.cxx68 const uno::Sequence< uno::Any >& aArguments ) in initialize()
72 if ( ( aArguments.getLength() < 2 ) || in initialize()
73 !( aArguments[ 0 ] >>= m_xIH ) || in initialize()
74 !( aArguments[ 1 ] >>= m_xPH )) in initialize()
/aoo42x/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx99 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement() local
100 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement()
101 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement()
102 const sal_uInt64 nBindingsValue (aArguments.getOrDefault("SfxBindings", sal_uInt64(0))); in createUIElement()
/aoo42x/main/sfx2/source/doc/
H A Downsubfilterservice.cxx104 void SAL_CALL OwnSubFilterService::initialize( const uno::Sequence< uno::Any >& aArguments ) in initialize() argument
110 if ( aArguments.getLength() != 2 ) in initialize()
116 if ( ( aArguments[1] >>= m_xStream ) && m_xStream.is() in initialize()
117 && ( aArguments[0] >>= m_xModel ) && m_xModel.is() ) in initialize()

Completed in 281 milliseconds

12345678910>>...20