Searched refs:GetForms (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/svx/source/form/ |
H A D | navigatortreemodel.cxx | 263 Reference< XNameContainer > xForms( GetForms()); in Clear() 287 Reference< XNameContainer > NavigatorTreeModel::GetForms() const in GetForms() function in svxform::NavigatorTreeModel 293 return m_pFormShell->GetCurPage()->GetForms(); in GetForms() 318 xContainer = Reference< XIndexContainer > (GetForms(), UNO_QUERY); in Insert() 564 Reference< XIndexContainer > xForms(GetForms(), UNO_QUERY); in FillBranch() 938 UpdateContent(m_pFormPage->GetForms()); in UpdateContent() 1056 if (GetForms()->hasByName(rName)) in IsNameAlreadyDefined()
|
H A D | fmundo.cxx | 228 Reference< XInterface > xForms = pPage->GetForms( false ).get(); in dispose() 240 Reference< XInterface > xForms = pPage->GetForms( false ).get(); in dispose() 279 Reference< XInterface > xForms = pPage->GetForms( false ).get(); in ModeChanged() 291 Reference< XInterface > xForms = pPage->GetForms( false ).get(); in ModeChanged() 428 Reference< XIndexAccess > xForms( rPage.GetForms(), UNO_QUERY_THROW ); in Inserted()
|
H A D | fmdpage.cxx | 121 xForms = pFmPage->GetForms(); in getForms() 132 bHas = pFormPage->GetForms( false ).is(); in hasForms()
|
H A D | fmmodel.cxx | 184 Reference< XNameContainer > xForms( pToBeRemovedPage->GetForms( false ) ); in RemovePage() 223 Reference< XNameContainer > xForms( pPage->GetForms( false ) ); in RemoveMasterPage()
|
H A D | fmobj.cxx | 208 Reference< XIndexContainer > xNewPageForms( pNewFormPage->GetForms( true ), UNO_QUERY ); in SetPage() 246 xOldForms.set( pOldFormPage->GetForms(), UNO_QUERY_THROW ); in SetPage()
|
H A D | navigatortree.cxx | 343 m_aControlExchange->setFormsRoot( GetNavModel()->GetFormPage()->GetForms() ); in implPrepareExchange() 877 …ction = m_aControlExchange->getFormsRoot().get() != GetNavModel()->GetFormPage()->GetForms().get(); in implAcceptDataTransfer() 1056 …bForeignCollection = _rData.getFormsRoot().get() != GetNavModel()->GetFormPage()->GetForms().get(); in implExecuteDataTransfer() 1227 xContainer = Reference< XIndexContainer > (GetNavModel()->GetForms(), UNO_QUERY); in implExecuteDataTransfer()
|
H A D | fmpage.cxx | 185 …:Reference< ::com::sun::star::container::XNameContainer > & FmFormPage::GetForms( bool _bForceCrea… in GetForms() function in FmFormPage
|
H A D | fmshimp.cxx | 1540 …impl_collectFormSearchContexts_nothrow( m_pShell->GetCurPage()->GetForms(), ::rtl::OUString(), m_a… in ExecuteSearch() 1752 xCurrentForms = Reference< XIndexAccess>( m_pShell->GetCurPage()->GetForms( false ), UNO_QUERY ); in SetY2KState() 2648 xForms = xForms.query( pPage->GetForms( false ) ); in UpdateForms() 3858 Reference< XIndexAccess > xForms( pPage->GetForms( false ), UNO_QUERY ); in impl_defaultCurrentForm_nothrow() 4006 xForms = xForms.query( _pPage->GetForms( false ) ); in loadForms()
|
H A D | fmvwimp.cxx | 189 Reference< XIndexAccess > xForms( pFormPage->GetForms(), UNO_QUERY_THROW ); in DBG_NAME() 933 …Reference< XIndexAccess > xForms( pPage ? Reference< XIndexAccess >( pPage->GetForms(), UNO_QUERY …
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmpage.hxx | 66 …const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer>& GetForms( bo…
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlform.cxx | 223 const uno::Reference< container::XIndexContainer >& GetForms(); 305 const uno::Reference< container::XIndexContainer >& SwHTMLForm_Impl::GetForms() in GetForms() function in SwHTMLForm_Impl 362 GetForms(); in GetFormEventManager() 1461 pFormImpl->GetForms(); in NewForm()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 430 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & GetForms() const;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 2030 …::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & ScTabViewShell::GetForms() const in GetForms() function in ScTabViewShell 2036 return pFormShell->GetCurPage()->GetForms(); in GetForms()
|
/aoo41x/main/svx/source/inc/ |
H A D | fmexpl.hxx | 399 …::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetForms() cons…
|
Completed in 132 milliseconds