Home
last modified time | relevance | path

Searched refs:pShell (Results 1 – 25 of 242) sorted by last modified time

12345678910

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx61 pShell = pRootFrm ? pRootFrm->GetCurrShell() : 0; //swmod 080218 in CtorInitAttrIter()
71 SwFontAccess aFontAccess( &rTxtNode.GetAnyFmtColl(), pShell ); in CtorInitAttrIter()
94 *rTxtNode.getIDocumentSettingAccess(), pShell, *pFnt, bVertLayout ); in CtorInitAttrIter()
125 pFnt->ChkMagic( pShell, nTmp ); in CtorInitAttrIter()
132 pFnt->ChkMagic( pShell, SW_LATIN ); in CtorInitAttrIter()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3623 ViewShell *pShell = getRootFrm()->GetCurrShell(); in Paint() local
3624 if (pShell && pShell->GetDoc() && pShell->GetDoc()->GetDocShell()) in Paint()
3626 sal_Bool bInGenerateThumbnail = pShell->GetDoc()->GetDocShell()->IsInGenerateAndStoreThumbnail(); in Paint()
3629 SwRect aVisRect = pShell->VisArea(); in Paint()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx222 void SwLinguIter::_Start( SwEditShell *pShell, SwDocPositions eStart, in _Start() argument
231 pSh = pShell; in _Start()
241 if( pShell->HasSelection() || pCrsr != pCrsr->GetNext() ) in _Start()
323 void SwSpellIter::Start( SwEditShell *pShell, SwDocPositions eStart, in Start() argument
332 _Start( pShell, eStart, eEnd ); in Start()
408 void SwConvIter::Start( SwEditShell *pShell, SwDocPositions eStart, in Start() argument
413 _Start( pShell, eStart, eEnd ); in Start()
515 void SwHyphIter::Start( SwEditShell *pShell, SwDocPositions eStart, SwDocPositions eEnd ) in Start() argument
525 bOldIdle = pShell->GetViewOptions()->IsIdle(); in Start()
526 ((SwViewOption*)pShell->GetViewOptions())->SetIdle( sal_False ); in Start()
[all …]
/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/sw/source/ui/app/
H A Ddocsh.cxx1208 SfxViewShell* pShell = pVFrame->GetViewShell(); in LoadingFinished() local
1209 if(PTR_CAST(SwSrcView, pShell)) in LoadingFinished()
1210 ((SwSrcView*)pShell)->Load(this); in LoadingFinished()
H A Dapphdl.cxx226 SfxShell* pShell = pItem ? pItem->GetShell() : 0; in lcl_LoadDoc() local
228 if(pShell) in lcl_LoadDoc()
230 SfxViewShell* pViewShell = pShell->GetViewShell(); in lcl_LoadDoc()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx311 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in SetUserAllowsLinkUpdate() local
313 if (pShell) in SetUserAllowsLinkUpdate()
575 SfxObjectShell* pShell = pLink->GetLinkManager()->GetPersist(); in Connect() local
576 if( pShell && pShell->GetMedium() ) in Connect()
578 sReferer = pShell->GetMedium()->GetBaseURL(); in Connect()
587 if ( !pShell ) in Connect()
590 pShell = SfxObjectShell::GetFirst( &aType, sal_False ); in Connect()
593 while( pShell ) in Connect()
597 sTmp = pShell->GetTitle( SFX_TITLE_FULLNAME ); in Connect()
605 pFndShell = pShell; in Connect()
[all …]
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx887 ViewShell* pShell = getRootFrm()->GetCurrShell(); in PaintPicture() local
902 ::SwAlignRect( aAlignedGrfArea, pShell ); in PaintPicture()
954 … if (pShell->GetDoc()->GetLinkManager().GetUserAllowsLinkUpdate(pShell->GetWin())) { in PaintPicture()
975 !pShell->IsPreView() && in PaintPicture()
978 pShell->GetWin(); in PaintPicture()
982 FindFlyFrm() != ::GetFlyFromMarked( 0, pShell )) in PaintPicture()
985 if( pOut == pShell->GetOut() && SwRootFrm::FlushVout() ) in PaintPicture()
986 pVout = pOut, pOut = pShell->GetOut(); in PaintPicture()
987 else if( pShell->GetWin() && in PaintPicture()
989 pVout = pOut, pOut = pShell->GetWin(); in PaintPicture()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx315 if (pShell!=NULL in ~ViewShellBase()
564 if (pShell != NULL) in DoVerb()
782 if (pShell != NULL) in WriteUserDataSequence()
796 if (pShell != NULL) in ReadUserDataSequence()
803 switch (pShell->GetShellType()) in ReadUserDataSequence()
872 if (pShell != NULL) in SetZoomFactor()
889 if (pShell != NULL) in PrepareClose()
905 if (pShell != NULL) in WriteUserData()
918 if (pShell != NULL) in ReadUserData()
929 if (pShell != NULL) in GetDrawView()
[all …]
H A Ddrawview.cxx100 DrawView::DrawView( DrawDocShell* pDocSh, OutputDevice* pOutDev, DrawViewShell* pShell) in DrawView() argument
101 : ::sd::View(pDocSh->GetDoc(), pOutDev, pShell) in DrawView()
103 , mpDrawViewShell(pShell) in DrawView()
H A DDocumentRenderer.cxx1490 ViewShell* pShell = mrBase.GetMainViewShell().get(); in PreparePages() local
1494 if (aInfo.mpPrinter!=NULL && pShell!=NULL) in PreparePages()
1510 if (pShell->ISA(OutlineViewShell)) in PreparePages()
1511 static_cast<OutlineViewShell*>(pShell)->PrepareClose (sal_False, sal_False); in PreparePages()
H A DOutliner.cxx489 ::boost::shared_ptr<ViewShell> pShell (pBase->GetMainViewShell()); in StartSearchAndReplace()
490 SetViewShell(pShell); in StartSearchAndReplace()
491 if (pShell.get() == NULL) in StartSearchAndReplace()
494 switch (pShell->GetShellType()) in StartSearchAndReplace()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx495 ViewShell *pShell; in PrintOrPDFExport() local
505 pShell = new ViewShell( *this, 0, pOutDev ); in PrintOrPDFExport()
507 SdrView *pDrawView = pShell->GetDrawView(); in PrintOrPDFExport()
517 SET_CURR_SHELL( pShell ); in PrintOrPDFExport()
521 pShell->pOpt->SetReadonly( sal_True ); in PrintOrPDFExport()
524 SwDrawViewSave aDrawViewSave( pShell->GetDrawView() ); in PrintOrPDFExport()
526 pShell->PrepareForPrint( rPrintData ); in PrintOrPDFExport()
552 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
568 pShell->InitPrt( pOutDev ); in PrintOrPDFExport()
571 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
[all …]
/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 …]
H A Dmsvbahelper.cxx91 while ( pShell ) in findShellForUrl()
117 pFoundShell = pShell; in findShellForUrl()
158 pFoundShell = pShell; in findShellForUrl()
163 pShell = SfxObjectShell::GetNext( *pShell ); in findShellForUrl()
227 if( BasicManager* pBasicMgr = pShell ? pShell->GetBasicManager() : 0 ) in getDefaultProjectName()
259 if( pShell ) in resolveVBAMacro()
271 if( !pShell ) in resolveVBAMacro()
295 pFoundShell = pShell; in resolveVBAMacro()
307 MacroResolvedInfo aRes( pShell ); in resolveVBAMacro()
430 if ( !pShell ) in executeMacro()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2211 if ( pShell ) in Select()
2245 if ( pShell ) in setCursor()
2273 if ( pShell ) in Activate()
3762 if ( pShell ) in getColumnWidth()
3940 if ( pShell ) in getRowHeight()
3991 if ( pShell ) in getPageBreak()
4029 if ( pShell ) in setPageBreak()
4188 if ( pShell ) in lcl_GetDataBaseRanges()
4432 ScDocument* pDocument = ( pShell ? pShell->GetDocument() : NULL ); in AutoFilter()
5081 ScDocShell* pShell = NULL; in PrintOut() local
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx215 void SetSubShell( SfxShell *pShell );
218 void RemoveSubShell( SfxShell *pShell=NULL );
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1047 SfxObjectShell* pShell = xDocShell; in GetDocument() local
1226 SfxObjectShell* pShell = xDocShell; in IMPL_LINK() local
1429 SfxObjectShell* pShell = xDocShell; in UpdateUserData() local
1430 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdateUserData()
1493 SfxObjectShell* pShell = xDocShell; in UpdatePageList() local
1494 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePageList()
1553 SfxObjectShell* pShell = xDocShell; in UpdatePreview() local
1634 SfxObjectShell* pShell = xDocShell; in UpdatePreview() local
1635 DrawDocShell* pDocShell = PTR_CAST(DrawDocShell,pShell); in UpdatePreview()
1638 pShell = xLayoutDocShell; in UpdatePreview()
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx670 SfxObjectShell* pShell = xShell; in ExecuteNewDocument() local
671 if( pShell ) in ExecuteNewDocument()
673 pViewFrame = SfxViewFrame::LoadDocumentIntoFrame( *pShell, xTargetFrame ); in ExecuteNewDocument()
684 if( pShell && pViewFrame ) in ExecuteNewDocument()
687 PTR_CAST(::sd::DrawDocShell,pShell); in ExecuteNewDocument()
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx392 sal_uInt16 GetHtmlMode(const SwDocShell* pShell) in GetHtmlMode() argument
395 if(!pShell || PTR_CAST(SwWebDocShell, pShell)) in GetHtmlMode()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4497 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsBlockEditable()
4520 if ( !bImportingXML && !mbChangeReadOnlyEnabled && pShell && pShell->IsReadOnly() ) in IsSelectionEditable()
5381 if ( pShell ) in IsInVBAMode()
5383 …::uno::Reference< com::sun::star::script::vba::XVBACompatibility > xVBA( pShell->GetBasicContainer… in IsInVBAMode()
H A Ddocumen8.cxx773 if (pShell) in OnlineSpellInRange()
779 pShell->Broadcast( aHint ); in OnlineSpellInRange()
826 if ( bIdleDisabled || !pDocOptions->IsAutoSpell() || (pShell && pShell->IsReadOnly()) ) in ContinueOnlineSpelling()
906 if ( bIsVisible && pShell ) in RepaintRange()
1046 pShell->Broadcast( SfxSimpleHint(FID_DATACHANGED) ); in UpdateExternalRefLinks()
1050 if (!pShell->IsModified()) in UpdateExternalRefLinks()
1052 pShell->SetModified( sal_True ); in UpdateExternalRefLinks()
1087 pShell->Broadcast( SfxSimpleHint( FID_DATACHANGED ) ); in UpdateDdeLinks()
1470 if ( !pShell ) in GetViewBindings()
1475 if ( pViewFrame && pViewFrame->GetObjectShell() != pShell ) // wrong document? in GetViewBindings()
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx382 SfxViewShell* pShell = SfxViewShell::Current(); in lcl_GetFieldData() local
383 if (pShell) in lcl_GetFieldData()
385 if (pShell->ISA(ScTabViewShell)) in lcl_GetFieldData()
386 ((ScTabViewShell*)pShell)->FillFieldData(rData); in lcl_GetFieldData()
387 else if (pShell->ISA(ScPreviewShell)) in lcl_GetFieldData()
388 ((ScPreviewShell*)pShell)->FillFieldData(rData); in lcl_GetFieldData()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2082 SfxObjectShell* pShell = pDok->GetDocumentShell(); in ScStyle() local
2083 if (pShell) in ScStyle()
2089 pShell->Broadcast( aHint ); in ScStyle()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx721 SfxObjectShell* pShell = SfxObjectShell::GetFirst(); in setShellFromModel() local
722 while ( m_xModel.is() && pShell ) in setShellFromModel()
724 if ( pShell->GetModel() == m_xModel ) in setShellFromModel()
726 mpShell = pShell; in setShellFromModel()
729 pShell = SfxObjectShell::GetNext( *pShell ); in setShellFromModel()

Completed in 250 milliseconds

12345678910