Searched refs:xCurrentForms (Results 1 – 1 of 1) sorted by relevance
1748 Reference< XIndexAccess> xCurrentForms( m_xForms); in SetY2KState() local1749 if (!xCurrentForms.is()) in SetY2KState()1752 xCurrentForms = Reference< XIndexAccess>( m_pShell->GetCurPage()->GetForms( false ), UNO_QUERY ); in SetY2KState()1754 if (!xCurrentForms.is()) in SetY2KState()1757 ::comphelper::IndexAccessIterator aIter(xCurrentForms); in SetY2KState()
Completed in 34 milliseconds