Home
last modified time | relevance | path

Searched refs:aArguments (Results 1 – 25 of 489) sorted by last modified time

12345678910>>...20

/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.hxx95 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments
H A Dsecurityenvironment_nssimpl.hxx89 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.hxx97 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments
H A Dsecurityenvironment_mscryptimpl.hxx125 const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments
/trunk/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx186 Sequence<Any> aArguments (1); in setAccessible() local
187 aArguments[0] = Any(xAccessibleParent); in setAccessible()
188 xInitializable->initialize(aArguments); in setAccessible()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx1512 uno::Sequence< uno::Any > aArguments(3);//empty arguments -> invalid accessible in impl_invalidateAccessible() local
1513 xInit->initialize(aArguments); in impl_invalidateAccessible()
1527 uno::Sequence< uno::Any > aArguments(5); in impl_initializeAccessible() local
1529 aArguments[0]=uno::makeAny(xSelectionSupplier); in impl_initializeAccessible()
1531 aArguments[1]=uno::makeAny(xModel); in impl_initializeAccessible()
1532 aArguments[2]=uno::makeAny(m_xChartView); in impl_initializeAccessible()
1543 aArguments[3]=uno::makeAny(xParent); in impl_initializeAccessible()
1544 aArguments[4]=uno::makeAny(m_xViewWindow); in impl_initializeAccessible()
1546 xInit->initialize(aArguments); in impl_initializeAccessible()
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx157 void SAL_CALL StatusbarController::initialize( const Sequence< Any >& aArguments ) in initialize() argument
177 for ( int i = 0; i < aArguments.getLength(); i++ ) in initialize()
179 if ( aArguments[i] >>= aPropValue ) in initialize()
H A Dtoolboxcontroller.cxx175 void SAL_CALL ToolboxController::initialize( const Sequence< Any >& aArguments ) in initialize() argument
196 for ( int i = 0; i < aArguments.getLength(); i++ ) in initialize()
198 if ( aArguments[i] >>= aPropValue ) in initialize()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1832 Sequence< Any > aArguments(3); in insertHierachyElement() local
1837 aArguments[0] <<= aValue; in insertHierachyElement()
1841 aArguments[1] <<= aValue; in insertHierachyElement()
1845 aArguments[2] <<= aValue; in insertHierachyElement()
1849 …Reference<XContent > xNew( xORB->createInstanceWithArguments( sServiceName, aArguments ), UNO_QUER… in insertHierachyElement()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx550 ByteString aArguments(RTL_CONSTASCII_STRINGPARAM(ARGUMENT_PREFIX)); in EnableOfficeIPCThread() local
553 addArgument(&aArguments, '1', cwdUrl))) in EnableOfficeIPCThread()
555 aArguments += '0'; in EnableOfficeIPCThread()
565 if (!addArgument(&aArguments, ',', aDummy)) { in EnableOfficeIPCThread()
570 pThread->maStreamPipe.write( aArguments.GetBuffer(), aArguments.Len() ); in EnableOfficeIPCThread()
689 ByteString aArguments; in run() local
699 aArguments += pBuf; in run()
706 if ( aArguments.Len() == 0 ) in run()
710 … if(( aArguments.CompareTo( sc_aTerminationSequence, sc_nTSeqLength ) == COMPARE_EQUAL ) || in run()
716 Parser p( aArguments ); in run()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx102 const ::comphelper::NamedValueCollection aArguments (rArguments); in createUIElement() local
103 Reference<frame::XFrame> xFrame (aArguments.getOrDefault("Frame", Reference<frame::XFrame>())); in createUIElement()
104 …Reference<awt::XWindow> xParentWindow (aArguments.getOrDefault("ParentWindow", Reference<awt::XWin… in createUIElement()
105 const sal_uInt64 nBindingsValue (aArguments.getOrDefault("SfxBindings", sal_uInt64(0))); in createUIElement()
/trunk/main/framework/source/uielement/
H A Dlangselectionmenucontroller.cxx351 void SAL_CALL LanguageSelectionMenuController::initialize( const Sequence< Any >& aArguments ) thro… in initialize() argument
358 svt::PopupMenuControllerBase::initialize(aArguments); in initialize()
/trunk/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()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java52 public static void main (final String[] aArguments) in main() argument
67 for (int nIndex=0; nIndex<aArguments.length; ++nIndex) in main()
69 if (aArguments[nIndex].startsWith("-")) in main()
71 switch (aArguments[nIndex]) in main()
75 if (nIndex >= aArguments.length) in main()
80 ParserFactory.SetParserTableFilename(aArguments[nIndex]); in main()
84 System.out.printf("unknown option '%s'\n", aArguments[nIndex]); in main()
91 aFilenames.add(aArguments[nIndex]); in main()
/trunk/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()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx85 const css::uno::Sequence < css::uno::Any >& aArguments ) in initialize()
95 if ( aArguments.getLength() && in initialize()
96 sal_False == ( aArguments[ 0 ] >>= m_xFrame ) ) in initialize()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx1676 …( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::… in SFX_IMPL_XINTERFACE_5()
1679 if ( aArguments.getLength() ) in SFX_IMPL_XINTERFACE_5()
1681 aArguments[0] >>= xFrame; in SFX_IMPL_XINTERFACE_5()
1999 …( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::… in initialize() argument
2002 if ( aArguments.getLength() ) in initialize()
2004 aArguments[0] >>= xFrame; in initialize()
/trunk/main/sfx2/inc/sfx2/
H A Dappuno.hxx117 …( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::…
137 …( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::…
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1835 if ( aArguments.has( "Stream" ) ) in load()
1838 aArguments.remove( "Stream" ); in load()
1840 else if ( aArguments.has( "InputStream" ) ) in load()
1843 aArguments.remove( "InputStream" ); in load()
1846 if ( aArguments.has( "FileName" ) ) in load()
1848 aArguments.get_ensureType( "FileName", sURL ); in load()
1849 aArguments.remove( "FileName" ); in load()
1851 else if ( aArguments.has( "URL" ) ) in load()
1853 aArguments.get_ensureType( "URL", sURL ); in load()
1854 aArguments.remove( "URL" ); in load()
[all …]
/trunk/main/basic/source/inc/
H A Dnamecont.hxx472 ::com::sun::star::uno::Any >& aArguments )
/trunk/main/extensions/source/logging/
H A Dsysloghandler.cxx112 …( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::…
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx348 …r::initialize( const css::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw ( css::u… in initialize() argument
350 svt::ToolboxController::initialize(aArguments); in initialize()
516 …lboxController::initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw ( css::u… in initialize() argument
518 svt::ToolboxController::initialize( aArguments ); in initialize()
645 …lboxController::initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw ( css::u… in initialize() argument
647 svt::ToolboxController::initialize( aArguments ); in initialize()
766 void SAL_CALL FindbarDispatcher::initialize( const css::uno::Sequence< css::uno::Any >& aArguments in initialize() argument
768 if ( aArguments.getLength() ) in initialize()
769 aArguments[0] >>= m_xFrame; in initialize()
/trunk/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);
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeHandle.hxx61 … SAL_CALL initialize( const com::sun::star::uno::Sequence< com::sun::star::uno::Any >& aArguments )
H A DEnhancedCustomShapeEngine.hxx91 virtual void SAL_CALL initialize( const SEQ( NMSP_UNO::Any )& aArguments )

Completed in 134 milliseconds

12345678910>>...20