Home
last modified time | relevance | path

Searched refs:createCollectionObject (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx105 uno::Any createCollectionObject( const uno::Any& rSource ) throw (uno::RuntimeException);
197 uno::Any ScVbaObjectContainer::createCollectionObject( const uno::Any& rSource ) throw (uno::Runtim… in createCollectionObject() function in ScVbaObjectContainer
208 return createCollectionObject( uno::Any( *aIt ) ); in getItemByStringIndex()
261 virtual uno::Any createCollectionObject( const uno::Any& rSource );
275 uno::Any ScVbaObjectEnumeration::createCollectionObject( const uno::Any& rSource ) in createCollectionObject() function in ScVbaObjectEnumeration
277 return mxContainer->createCollectionObject( rSource ); in createCollectionObject()
314 uno::Any ScVbaSheetObjectsBase::createCollectionObject( const uno::Any& rSource ) in createCollectionObject() function in ScVbaSheetObjectsBase
316 return mxContainer->createCollectionObject( rSource ); in createCollectionObject()
H A Dvbapagebreaks.hxx59 virtual css::uno::Any createCollectionObject(const css::uno::Any&);
86 virtual css::uno::Any createCollectionObject( const css::uno::Any& );
H A Dvbaoleobjects.cxx121 ScVbaOLEObjects::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaOLEObjects
151 return createCollectionObject( aUnoObj ); in getItemByStringIndex()
H A Dvbapagebreaks.cxx233 ScVbaHPageBreaks::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaHPageBreaks
294 ScVbaVPageBreaks::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaVPageBreaks
H A Dvbaborders.cxx394 ScVbaBorders::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaBorders
408 return createCollectionObject( m_xIndexAccess->getByIndex( nIndex ) ); in getItemByIntIndex()
H A Dvbaseriescollection.hxx45 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbapivottables.hxx55 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbaoleobjects.hxx49 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbacomments.hxx52 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbaseriescollection.cxx53 ScVbaSeriesCollection::createCollectionObject( const css::uno::Any& rSource ) in createCollectionObject() function in ScVbaSeriesCollection
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx113 return createCollectionObject( mxEnumeration->nextElement() ); in nextElement()
118 virtual css::uno::Any createCollectionObject( const css::uno::Any& rSource ) = 0;
248 return createCollectionObject( m_xNameAccess->getByName( sIndex ) ); in getItemByStringIndex()
263 return createCollectionObject( m_xIndexAccess->getByIndex( nIndex - 1 ) ); in getItemByIntIndex()
318 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) = 0;
H A Dvbadocumentsbase.hxx54 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) = 0;
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx47 … return m_pCommandBarControls->createCollectionObject( uno::makeAny( m_nCurrentPosition++ ) ); in nextElement()
123 ScVbaCommandBarControls::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() function in ScVbaCommandBarControls
161 return createCollectionObject( uno::makeAny( nPosition ) ); in Item()
292 uno::Any VbaDummyCommandBarControls::createCollectionObject( const uno::Any& /*aSource*/ ) in createCollectionObject() function in VbaDummyCommandBarControls
H A Dvbacommandbars.cxx104 ScVbaCommandBars::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() function in ScVbaCommandBars
215 return createCollectionObject( aIndex ); in Item()
229 return createCollectionObject( aSource ); in Item()
H A Dvbacommandbarcontrols.hxx58 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
78 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbashaperange.cxx48 … return pCollectionImpl->createCollectionObject( m_xIndexAccess->getByIndex( nIndex++ ) ); in nextElement()
349 ScVbaShapeRange:: createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaShapeRange
/trunk/main/sw/source/ui/vba/
H A Dvbaborders.cxx328 SwVbaBorders::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in SwVbaBorders
342 return createCollectionObject( m_xIndexAccess->getByIndex( nIndex ) ); in getItemByIntIndex()
H A Dvbaaddins.hxx43 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbapanes.hxx48 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbasections.hxx50 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbavariables.hxx49 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbaborders.hxx49 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx233 ScVbaControls::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaControls
412 aResult = createCollectionObject( aResult ); in Add()
H A Dvbapages.hxx49 virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
H A Dvbapages.cxx40 ScVbaPages::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() function in ScVbaPages

Completed in 84 milliseconds

123