Searched refs:_pViewFrame (Results 1 – 3 of 3) sorted by relevance
1807 SfxViewFrame* _pViewFrame = SfxViewFrame::GetFirst(); in ApplyLanguageOptions() local1808 while ( _pViewFrame ) in ApplyLanguageOptions()1810 … _pViewFrame->GetDispatcher()->Execute(pItem->Which(), SFX_CALLMODE_ASYNCHRON, pItem, 0L); in ApplyLanguageOptions()1811 _pViewFrame = SfxViewFrame::GetNext( *_pViewFrame ); in ApplyLanguageOptions()
649 FmXFormShell::FmXFormShell( FmFormShell& _rShell, SfxViewFrame* _pViewFrame ) in FmXFormShell() argument656 ,m_pTextShell( new ::svx::FmTextControlShell( _pViewFrame ) ) in FmXFormShell()676 if ( _pViewFrame ) in FmXFormShell()677 m_xAttachedFrame = _pViewFrame->GetFrame().GetFrameInterface(); in FmXFormShell()
271 FmXFormShell(FmFormShell& _rShell, SfxViewFrame* _pViewFrame);
Completed in 52 milliseconds