Home
last modified time | relevance | path

Searched refs:FindElement (Results 1 – 4 of 4) sorted by relevance

/trunk/main/package/source/xstor/
H A Dxstorage.cxx1394 SotElement_Impl* OStorage_Impl::FindElement( const ::rtl::OUString& rName ) in FindElement() function in OStorage_Impl
1532 OSL_ENSURE( FindElement( aName ) == NULL, "Should not try to insert existing element" ); in InsertElement()
1698 SotElement_Impl *pElement = FindElement( aStreamName ); in CloneStreamElement()
2195 SotElement_Impl *pElement = m_pImpl->FindElement( aStreamName ); in OpenStreamElement_Impl()
2630 SotElement_Impl *pElement = m_pImpl->FindElement( aStorName ); in openStorageElement()
2943 SotElement_Impl *pElement = m_pImpl->FindElement( aStorName ); in copyStorageElementLastCommitTo()
3036 pElement = m_pImpl->FindElement( aElementName ); in isStreamElement()
3105 pElement = m_pImpl->FindElement( aElementName ); in isStorageElement()
3179 SotElement_Impl* pElement = m_pImpl->FindElement( aElementName ); in removeElement()
3275 SotElement_Impl* pRefElement = m_pImpl->FindElement( aNewName ); in renameElement()
[all …]
H A Dxstorage.hxx243 SotElement_Impl* FindElement( const ::rtl::OUString& rName );
/trunk/main/basic/source/runtime/
H A Dstep2.cxx56 SbxVariable* SbiRuntime::FindElement in FindElement() function in SbiRuntime
636 PushVar( FindElement( rBasic.pRtl, nOp1, nOp2, SbERR_PROC_UNDEFINED, sal_False ) ); in StepRTL()
644 PushVar( FindElement( pObj, nOp1, nOp2, nNotFound, bLocal, bStatic ) ); in StepFIND_Impl()
694 PushVar( FindElement( pObj, nOp1, nOp2, SbERR_NO_METHOD, sal_False ) ); in StepELEM()
/trunk/main/basic/source/inc/
H A Druntime.hxx348 SbxVariable* FindElement