Home
last modified time | relevance | path

Searched refs:pViewShell (Results 176 – 200 of 209) sorted by relevance

123456789

/aoo41x/main/sc/source/ui/inc/
H A DAccessiblePageHeaderArea.hxx48 ScPreviewShell* pViewShell,
H A DAccessiblePreviewCell.hxx44 ScPreviewShell* pViewShell, /* const */ ScAddress& rCellAddress, sal_Int32 nIndex );
H A DAccessibleDocumentPagePreview.hxx44 ScPreviewShell* pViewShell );
H A DAccessiblePageHeader.hxx41 ScPreviewShell* pViewShell, sal_Bool bHeader, sal_Int32 nIndex );
H A Dpreview.hxx67 ScPreviewShell* pViewShell; member in ScPreview
H A Ddbfunc.hxx50 ScDBFunc( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell );
H A DAccessiblePreviewHeaderCell.hxx51 ScPreviewShell* pViewShell,
H A DAccessiblePreviewTable.hxx45 ScPreviewShell* pViewShell, sal_Int32 nIndex );
H A DAccessibleDocument.hxx72 ScTabViewShell* pViewShell,
/aoo41x/main/sd/source/ui/inc/
H A DAccessibleOutlineView.hxx51 ::sd::OutlineViewShell* pViewShell,
H A DAccessibleDrawDocumentView.hxx50 ::sd::ViewShell* pViewShell,
H A DAccessibleDocumentViewBase.hxx118 ::sd::ViewShell* pViewShell,
/aoo41x/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx94 const SfxViewShell * pViewShell = pFrame->GetViewShell(); in GetCurrentEditorWnd() local
95 if(pViewShell) in GetCurrentEditorWnd()
97 pWin = pViewShell->GetWindow(); in GetCurrentEditorWnd()
/aoo41x/main/sd/source/ui/inc/framework/
H A DViewShellWrapper.hxx72 ::boost::shared_ptr<ViewShell> pViewShell,
/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1218 sal_Bool SwCursor::SelectWord( ViewShell* pViewShell, const Point* pPt ) in SelectWord() argument
1220 return SelectWordWT( pViewShell, WordType::ANYWORD_IGNOREWHITESPACES, pPt ); in SelectWord()
1396 sal_Bool SwCursor::SelectWordWT( ViewShell* pViewShell, sal_Int16 nWordType, const Point* pPt ) in SelectWordWT() argument
1403 const SwRootFrm* pLayout = pViewShell->GetLayout(); in SelectWordWT()
/aoo41x/main/sc/inc/
H A Ddpglobal.hxx196 ScDPInfoWnd* GetDPInfoWnd( ScTabViewShell *pViewShell );
/aoo41x/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx205 HeaderFooterDialog::HeaderFooterDialog( ViewShell* pViewShell, ::Window* pParent, SdDrawDocument* p… in HeaderFooterDialog() argument
210 mpViewShell( pViewShell ) in HeaderFooterDialog()
/aoo41x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx4135 SfxViewShell* pViewShell = pViewFactory->CreateInstance( pViewFrame, pOldViewShell ); in createViewController() local
4137 ENSURE_OR_THROW( pViewShell, "invalid view shell provided by factory" ); in createViewController()
4141 pViewFrame->SetViewShell_Impl( pViewShell ); in createViewController()
4147 if ( !pViewShell->GetController().is() ) in createViewController()
4148 pViewShell->SetController( new SfxBaseController( pViewShell ) ); in createViewController()
4151 SfxBaseController* pBaseController = pViewShell->GetBaseController_Impl(); in createViewController()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3125 ViewShell* pViewShell = NULL; in ExportDocument() local
3126 pDoc->GetEditShell( &pViewShell ); in ExportDocument()
3127 if ( pViewShell == NULL ) in ExportDocument()
3130 pViewShell = pTemporaryViewShell.get(); in ExportDocument()
3132 if ( pViewShell != NULL ) in ExportDocument()
3134 pViewShell->CalcLayout(); in ExportDocument()
/aoo41x/main/sw/source/ui/app/
H A Ddocsh.cxx557 SfxViewShell* pViewShell = pVFrame ? pVFrame->GetViewShell() : 0; in lcl_GetSourceView() local
558 return PTR_CAST( SwSrcView, pViewShell); in lcl_GetSourceView()
/aoo41x/main/sd/source/ui/view/
H A Dsdview.cxx123 ViewShell* pViewShell) in View() argument
127 mpViewSh(pViewShell), in View()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx2179 ViewShell *pViewShell = 0; in getPropertyValue() local
2180 SwEditShell *pEditShell = pDoc ? pDoc->GetEditShell( &pViewShell ) : 0; in getPropertyValue()
2183 … else if (pViewShell) // a page preview has no SwEditShell it should only have a view shell in getPropertyValue()
2184 pViewShell->CalcLayout(); in getPropertyValue()
H A Dunoidx.cxx589 ViewShell *pViewShell = 0; in lcl_CalcLayout() local
590 SwEditShell* pEditShell = pDoc ? pDoc->GetEditShell(&pViewShell) : 0; in lcl_CalcLayout()
595 else if (pViewShell) in lcl_CalcLayout()
597 pViewShell->CalcLayout(); in lcl_CalcLayout()
/aoo41x/main/cui/source/tabpages/
H A Dautocdlg.cxx1305 SfxViewShell* pViewShell = SfxViewShell::Current(); in RefillReplaceBox() local
1306 if( pViewShell && pViewShell->HasSelection( sal_True ) ) in RefillReplaceBox()
1309 const String sSelection( pViewShell->GetSelectionText() ); in RefillReplaceBox()
/aoo41x/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx91 …VBAHELPER_DLLPUBLIC void PrintOutHelper( SfxViewShell* pViewShell, const css::uno::Any& From, cons…

Completed in 175 milliseconds

123456789