Home
last modified time | relevance | path

Searched refs:pShell (Results 176 – 200 of 242) sorted by relevance

12345678910

/trunk/main/sd/source/ui/framework/factories/
H A DChildWindowPane.hxx77 ::std::auto_ptr<SfxShell> pShell);
/trunk/main/sw/source/ui/inc/
H A Dtablemgr.hxx59 SwTableFUNC(SwWrtShell *pShell, sal_Bool bCopyFmt = sal_False);
H A Dbasesh.hxx116 static void SetFrmMode( FlyMode eMode, SwWrtShell *pShell ); //Mit Update!
H A Doutline.hxx152 void SetWrtShell(SwWrtShell* pShell);
H A Duivwimp.hxx130 SwView_Impl(SwView* pShell);
H A Dpview.hxx79 void SetViewShell( ViewShell* pShell );
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx368 SfxObjectShell* pShell = pClipTransferable->GetDocShell(); in PasteTransferable() local
369 DrawDocShell* pDataDocSh = (DrawDocShell*)pShell; in PasteTransferable()
/trunk/main/sw/inc/
H A Deditsh.hxx941 SwActKontext(SwEditShell *pShell);
954 SwMvKontext(SwEditShell *pShell );
/trunk/main/sc/inc/
H A Darealink.hxx55 ScAreaLink( SfxObjectShell* pShell, const String& rFile,
H A Dtablink.hxx56 ScTableLink( SfxObjectShell* pShell, const String& rFile,
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx1368 SwDocShell const * const pShell(pTxtNode->GetDoc()->GetDocShell()); in GetModel() local
1369 return (pShell) ? pShell->GetModel() : 0; in GetModel()
H A Dunosect.cxx1907 SwDocShell const*const pShell( pSectionFmt->GetDoc()->GetDocShell() ); in GetModel() local
1908 return (pShell) ? pShell->GetModel() : 0; in GetModel()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx392 SfxObjectShell* pShell; in SvxBackgroundTabPage() local
395 || ( 0 != ( pShell = SfxObjectShell::Current()) && in SvxBackgroundTabPage()
396 0 != ( pItem = pShell->GetItem( SID_HTML_MODE ) ) ) ) in SvxBackgroundTabPage()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1117 SfxObjectShell* pShell = SfxObjectShell::Current(); in Init_Impl() local
1119 if ( pShell && pShell->GetStyleSheetPool() ) in Init_Impl()
1124 SfxStyleSheetBasePool* pStylePool = pShell->GetStyleSheetPool(); in Init_Impl()
/trunk/main/basctl/source/basicide/
H A Diderdll.cxx75 pShell = 0; in BasicIDEDLL()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx362 SwXTextDocument::SwXTextDocument(SwDocShell* pShell) : in SwXTextDocument() argument
363 SfxBaseModel(pShell), in SwXTextDocument()
369 pDocShell(pShell), in SwXTextDocument()
371 bObjectValid(pShell != 0), in SwXTextDocument()
3270 SfxObjectShellRef pShell = pDocShell->GetDoc()->CreateCopy(false); in createClone() local
3271 uno::Reference< frame::XModel > xNewModel = pShell->GetModel(); in createClone()
/trunk/main/ucb/source/ucp/file/
H A Dfilinsreq.hxx170 shell* pShell,
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx997 FmFormShell* pShell = m_pView ? m_pView->GetFormShell() : NULL; in onCreatedFormObject() local
998 FmXFormShell* pShellImpl = pShell ? pShell->GetImpl() : NULL; in onCreatedFormObject()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1372 ScTabViewShell* pShell = ScTabViewShell::GetActiveViewShell(); in ViewShellChanged() local
1373 if ( pShell && pHdl ) in ViewShellChanged()
1374 pShell->UpdateInputHandler(); in ViewShellChanged()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1922 ViewShell *pShell = pDrawFrmFmt->getIDocumentLayoutAccess()->GetCurrentViewShell(); in ConnectToLayout() local
1923 if( !pShell ) in ConnectToLayout()
1925 SwRootFrm* pRoot = pShell->GetLayout(); in ConnectToLayout()
/trunk/main/starmath/source/
H A Dview.cxx98 SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): in SmGraphicWindow() argument
99 ScrollableWindow(&pShell->GetViewFrame()->GetWindow(), 0), in SmGraphicWindow()
101 pViewShell(pShell), in SmGraphicWindow()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1989 … uno::Reference < embed::XStorage > xDestStorage( pOe->pShell->GetStorage() ); in ImportOLE()
1994 … pOe->pShell->getEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aNm ); in ImportOLE()
2005 PPTConvertOCXControls aPPTConvertOCXControls( pOe->pShell, eAktPageKind ); in ImportOLE()
2012 aNm = pOe->pShell->getEmbeddedObjectContainer().CreateUniqueObjectName(); in ImportOLE()
2016 …SotStorageRef xTarget = SotStorage::OpenOLEStorage( pOe->pShell->GetStorage(), aNm, STREAM_READWRI… in ImportOLE()
2028 … pOe->pShell->getEmbeddedObjectContainer().GetEmbeddedObject( aNm ); in ImportOLE()
2105 void SdrPowerPointImport::SeekOle( SfxObjectShell* pShell, sal_uInt32 nFilterOptions ) in SeekOle() argument
2107 if ( pShell ) in SeekOle()
2157 SvxImportMSVBasic aMSVBas( *pShell, *xDest, sal_True, sal_False ); in SeekOle()
2161 … uno::Reference < embed::XStorage > xDoc( pShell->GetStorage() ); in SeekOle()
[all …]
/trunk/main/sw/source/ui/table/
H A Dtablepg.hxx206 SwWrtShell* pShell; member in SwTextFlowPage
/trunk/main/starmath/inc/
H A Dview.hxx76 SmGraphicWindow(SmViewShell* pShell);
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx185 …BreakDlg(::Window* pWindow, ::sd::DrawView* pDrView, ::sd::DrawDocShell* pShell, sal_uLong nSumAct…

Completed in 166 milliseconds

12345678910